Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: should not serailize binary messages #39

Merged
merged 6 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: should not serailize binary messages
alexzhang1030 committed May 15, 2024
commit ad09fee5b3b06fd272bcc181ce780a4edc738aae
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@
"play:node": "jiti playground/node.ts",
"play:uws": "jiti playground/uws.ts",
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm test:types",
"test": "pnpm lint && vitest && pnpm test:types",
"test:types": "tsc --noEmit --skipLibCheck"
},
"resolutions": {
@@ -112,5 +112,8 @@
"optional": true
}
},
"packageManager": "[email protected]"
}
"packageManager": "[email protected]",
"dependencies": {
"vitest": "^1.6.0"
}
}
Loading