We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b137743 commit 79ef4e7Copy full SHA for 79ef4e7
packages/sctp/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "werift-sctp",
3
- "version": "0.0.9",
+ "version": "0.0.10",
4
"description": "SCTP protocol implementation for Node.js written in TypeScript.",
5
"homepage": "https://github.com/shinyoshiaki/werift-sctp",
6
"repository": {
@@ -29,10 +29,11 @@
29
"upgrade-interactive": "npx npm-check-updates -i"
30
},
31
"dependencies": {
32
- "@shinyoshiaki/jspack": "^0.0.6"
+ "@shinyoshiaki/jspack": "^0.0.6",
33
+ "turbo-crc32": "^1.0.1"
34
35
"engines": {
36
"node": ">=10"
37
38
"readme": "README.md"
-}
39
+}
0 commit comments