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" : " kurasuta" ,
3
- "version" : " 3.0.1 " ,
3
+ "version" : " 3.0.2 " ,
4
4
"description" : " A Custom discord.js Sharding Library inspired by eris-sharder." ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " typings/index.d.ts" ,
24
24
"veza" : " ^1.2.0"
25
25
},
26
26
"devDependencies" : {
27
- "@types/node-fetch" : " ^2.6.1" ,
28
27
"@types/node" : " ^17.0.21" ,
28
+ "@types/node-fetch" : " ^2.6.1" ,
29
29
"@types/ws" : " ^8.5.3" ,
30
30
"@typescript-eslint/eslint-plugin" : " ^5.15.0" ,
31
31
"@typescript-eslint/parser" : " ^5.15.0" ,
50
50
]
51
51
}
52
52
}
53
- }
53
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export const http = {
4
4
api : 'https://discordapp.com/api'
5
5
} ;
6
6
7
- export const version = '3.0.1 ' ;
7
+ export const version = '3.0.2 ' ;
8
8
9
9
export enum IPCEvents {
10
10
EVAL ,
You can’t perform that action at this time.
0 commit comments