File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " detritus-client-socket" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
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.6 " ,
11
+ "detritus-utils" : " ^0.3.0 " ,
12
12
"ws" : " ^7.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/node" : " ^12.12.51 " ,
15
+ "@types/node" : " ^14.0.27 " ,
16
16
"typedoc" : " ^0.17.8" ,
17
17
"typescript" : " ^3.9.7"
18
18
},
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.6.0 ' ,
3
+ VERSION : '0.6.1 ' ,
4
4
} ) ;
5
5
6
6
function normalize ( object : { [ key : string ] : any } ) {
You can’t perform that action at this time.
0 commit comments