We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a98f7 commit 76c7c92Copy full SHA for 76c7c92
packages/sctp/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "werift-sctp",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "SCTP protocol implementation for Node.js written in TypeScript.",
5
"homepage": "https://github.com/shinyoshiaki/werift-sctp",
6
"repository": {
@@ -24,7 +24,6 @@
24
"format": "biome check --write src",
25
"server": "ts-node --files --project tsconfig.json examples/server.ts",
26
"test": "npm run type && vitest run ./tests",
27
- "test:open-handles": "tsx --tsconfig ./tsconfig.json ./tests/open-handles-check.ts",
28
"type": "tsc --noEmit -p .",
29
"unused": "organize-imports-cli **/*.ts",
30
"upgrade-interactive": "npx npm-check-updates -i"
@@ -37,4 +36,4 @@
37
36
"node": ">=10"
38
},
39
"readme": "README.md"
40
-}
+}
0 commit comments