Skip to content

Commit d59ab10

Browse files
committed
Remove ZSTD and fix voice receive
1 parent ddf646a commit d59ab10

File tree

12 files changed

+561
-469
lines changed

12 files changed

+561
-469
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detritus-client-socket",
3-
"version": "0.4.6",
3+
"version": "0.5.0",
44
"description": "A TypeScript NodeJS library to interact with Discord's Gateway",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -9,37 +9,37 @@
99
],
1010
"dependencies": {
1111
"detritus-utils": "^0.2.6",
12-
"ws": "^7.2.0"
12+
"ws": "^7.3.0"
1313
},
1414
"devDependencies": {
15-
"@types/node": "^12.11.7"
15+
"@types/node": "^12.12.39"
1616
},
1717
"peerDependencies": {
18-
"erlpack": "^0.1.2",
19-
"pako": "^1.0.10",
20-
"sodium-native": "^2.4.6",
21-
"tweetnacl": "^1.0.1",
22-
"uws": "10.148.1",
23-
"zucc": "^0.2.0"
18+
"erlpack": "^0.1.3",
19+
"libsodium-wrappers": "^0.7.6",
20+
"pako": "^1.0.11",
21+
"sodium": "^3.0.2",
22+
"tweetnacl": "^1.0.3",
23+
"uws": "10.148.1"
2424
},
2525
"peerDependenciesMeta": {
2626
"erlpack": {
2727
"optional": true
2828
},
29+
"libsodium-wrappers": {
30+
"optional": true
31+
},
2932
"pako": {
3033
"optional": true
3134
},
32-
"sodium-native": {
35+
"sodium": {
3336
"optional": true
3437
},
3538
"tweetnacl": {
3639
"optional": true
3740
},
3841
"uws": {
3942
"optional": true
40-
},
41-
"zucc": {
42-
"optional": true
4343
}
4444
},
4545
"scripts": {

0 commit comments

Comments
 (0)