crossws 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crossws",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
|
|
5
5
|
"repository": "unjs/crossws",
|
|
6
6
|
"license": "MIT",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"play:deno": "deno run --unstable-sloppy-imports -A playground/deno.ts",
|
|
76
76
|
"play:node": "jiti playground/node.ts",
|
|
77
77
|
"play:uws": "jiti playground/uws.ts",
|
|
78
|
-
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
|
|
78
|
+
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
|
|
79
79
|
"test": "pnpm lint && pnpm test:types",
|
|
80
80
|
"test:types": "tsc --noEmit --skipLibCheck"
|
|
81
81
|
},
|