Skip to content

Commit 2656e90

Browse files
committed
detritus-utils bump and peerDependenciesMeta
1 parent 706bb95 commit 2656e90

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "detritus-client-socket",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "A TypeScript NodeJS library to interact with Discord's Gateway",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
88
"lib/**/*"
99
],
1010
"dependencies": {
11-
"detritus-utils": "^0.2.0",
12-
"ws": "^7.1.2"
11+
"detritus-utils": "^0.2.5",
12+
"ws": "^7.2.0"
1313
},
1414
"devDependencies": {
15-
"@types/node": "^12.7.12"
15+
"@types/node": "^12.11.7"
1616
},
1717
"peerDependencies": {
1818
"erlpack": "^0.1.2",
@@ -22,6 +22,26 @@
2222
"uws": "10.148.1",
2323
"zucc": "^0.2.0"
2424
},
25+
"peerDependenciesMeta": {
26+
"erlpack": {
27+
"optional": true
28+
},
29+
"pako": {
30+
"optional": true
31+
},
32+
"sodium-native": {
33+
"optional": true
34+
},
35+
"tweetnacl": {
36+
"optional": true
37+
},
38+
"uws": {
39+
"optional": true
40+
},
41+
"zucc": {
42+
"optional": true
43+
}
44+
},
2545
"scripts": {
2646
"build": "tsc",
2747
"test": "echo \"Error: no test specified\" && exit 1",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const Package = Object.freeze({
22
URL: 'https://github.com/detritusjs/client-socket',
3-
VERSION: '0.4.3',
3+
VERSION: '0.4.4',
44
});
55

66
function normalize(object: {[key: string]: any}) {

0 commit comments

Comments
 (0)