File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " detritus-client-socket" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"description" : " A TypeScript NodeJS library to interact with Discord's Gateway" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
7
7
"files" : [
8
8
" lib/**/*"
9
9
],
10
10
"dependencies" : {
11
- "detritus-utils" : " ^0.2.0 " ,
12
- "ws" : " ^7.1.2 "
11
+ "detritus-utils" : " ^0.2.5 " ,
12
+ "ws" : " ^7.2.0 "
13
13
},
14
14
"devDependencies" : {
15
- "@types/node" : " ^12.7.12 "
15
+ "@types/node" : " ^12.11.7 "
16
16
},
17
17
"peerDependencies" : {
18
18
"erlpack" : " ^0.1.2" ,
22
22
"uws" : " 10.148.1" ,
23
23
"zucc" : " ^0.2.0"
24
24
},
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
+ },
25
45
"scripts" : {
26
46
"build" : " tsc" ,
27
47
"test" : " echo \" Error: no test specified\" && exit 1" ,
Original file line number Diff line number Diff line change 1
1
export const Package = Object . freeze ( {
2
2
URL : 'https://github.com/detritusjs/client-socket' ,
3
- VERSION : '0.4.3 ' ,
3
+ VERSION : '0.4.4 ' ,
4
4
} ) ;
5
5
6
6
function normalize ( object : { [ key : string ] : any } ) {
You can’t perform that action at this time.
0 commit comments