Skip to content

Commit 79ef4e7

Browse files
committed
verup
1 parent b137743 commit 79ef4e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/sctp/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "werift-sctp",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "SCTP protocol implementation for Node.js written in TypeScript.",
55
"homepage": "https://github.com/shinyoshiaki/werift-sctp",
66
"repository": {
@@ -29,10 +29,11 @@
2929
"upgrade-interactive": "npx npm-check-updates -i"
3030
},
3131
"dependencies": {
32-
"@shinyoshiaki/jspack": "^0.0.6"
32+
"@shinyoshiaki/jspack": "^0.0.6",
33+
"turbo-crc32": "^1.0.1"
3334
},
3435
"engines": {
3536
"node": ">=10"
3637
},
3738
"readme": "README.md"
38-
}
39+
}

0 commit comments

Comments
 (0)