File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lavalink-client" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients." ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
7
"types" : " dist/types/index.d.js" ,
8
8
"scripts" : {
9
9
"build" : " npm run tool:clean && npm run build:all && npm run tool:fixbuild" ,
10
-
11
10
"build:bun" : " bun run tool:clean && bun run build:all:bun && bun run tool:fixbuild" ,
12
11
"build:all:bun" : " bun run build:cjs && bun run build:esm && bun run build:types" ,
13
-
14
12
"build:all" : " npm run build:cjs && npm run build:esm && npm run build:types" ,
15
13
"build:cjs" : " tsc -p tools/config/tsconfig.cjs.json && tsc-alias -p tools/config/tsconfig.cjs.json" ,
16
14
"build:esm" : " tsc -p tools/config/tsconfig.esm.json && tsc-alias -p tools/config/tsconfig.esm.json" ,
17
15
"build:types" : " tsc -p tools/config/tsconfig.types.json && tsc-alias -p tools/config/tsconfig.types.json" ,
18
-
19
16
"tool:clean" : " node tools/cleanup.js" ,
20
17
"tool:fixbuild" : " node tools/fixup.js" ,
21
-
22
18
"lint" : " eslint ." ,
23
19
"lint:fix" : " npm run lint -- --fix" ,
24
-
25
20
"test" : " node -v" ,
26
-
27
21
"prepublishOnly" : " npm run build" ,
28
22
"prepare" : " npm run build"
29
23
},
You can’t perform that action at this time.
0 commit comments