File tree 8 files changed +227
-315
lines changed
8 files changed +227
-315
lines changed Original file line number Diff line number Diff line change 46
46
"yargs" : " 17.7.2"
47
47
},
48
48
"devDependencies" : {
49
- "@types/node" : " 23 " ,
49
+ "@types/node" : " ^22.10.2 " ,
50
50
"ts-node" : " 10.9.2" ,
51
51
"tsup" : " 8.3.5" ,
52
52
"typescript" : " 5.6.3"
Original file line number Diff line number Diff line change 9
9
"@ai16z/plugin-node" : " workspace:*" ,
10
10
"@discordjs/opus" : " github:discordjs/opus" ,
11
11
"@discordjs/rest" : " 2.4.0" ,
12
- "@discordjs/voice" : " 0.17 .0" ,
12
+ "@discordjs/voice" : " ^0.18 .0" ,
13
13
"discord.js" : " 14.16.3" ,
14
14
"libsodium-wrappers" : " 0.7.15" ,
15
15
"prism-media" : " 1.3.5" ,
Original file line number Diff line number Diff line change 26
26
"@rollup/plugin-terser" : " 0.1.0" ,
27
27
"@rollup/plugin-typescript" : " 11.1.6" ,
28
28
"@solana/web3.js" : " 1.95.8" ,
29
- "@types/acorn" : " ^6.0.4" ,
30
29
"@types/fluent-ffmpeg" : " 2.1.27" ,
31
30
"@types/jest" : " 29.5.14" ,
32
31
"@types/mocha" : " 10.0.10" ,
33
32
"@types/node" : " 22.8.4" ,
34
- "@types/pdfjs-dist" : " 2.10.378" ,
35
33
"@types/tar" : " 6.1.13" ,
36
34
"@types/wav-encoder" : " 1.3.3" ,
37
35
"@typescript-eslint/eslint-plugin" : " 8.16.0" ,
Original file line number Diff line number Diff line change 10
10
"@lifi/data-types" : " 5.15.5" ,
11
11
"@lifi/sdk" : " 3.4.1" ,
12
12
"@lifi/types" : " 16.3.0" ,
13
- "tsup " : " 8.3.5 " ,
13
+ "@cliqz/adblocker-playwright " : " ^1.26.12 " ,
14
14
"viem" : " 2.21.53"
15
15
},
16
+ "devDependencies" : {
17
+ "@types/node" : " ^20.0.0" ,
18
+ "@types/acorn" : " ^4.0.6" ,
19
+ "tsup" : " 8.3.5"
20
+ },
16
21
"scripts" : {
17
- "build" : " tsup --format esm --dts" ,
18
- "dev" : " tsup --format esm --dts --watch " ,
22
+ "build" : " tsup src/index.ts --format esm --dts" ,
23
+ "dev" : " tsup src/index.ts " ,
19
24
"test" : " vitest run"
20
25
},
21
26
"peerDependencies" : {
Original file line number Diff line number Diff line change 17
17
},
18
18
"devDependencies" : {
19
19
"@types/jest" : " 29.5.14" ,
20
+ "@types/node" : " ^20.0.0" ,
21
+ "@types/acorn" : " ^4.0.6" ,
20
22
"jest" : " 29.7.0" ,
21
23
"tsup" : " 8.3.5" ,
22
24
"typescript" : " 5.6.3"
Original file line number Diff line number Diff line change 15
15
"@ai16z/eliza" : " workspace:*" ,
16
16
"@aws-sdk/client-s3" : " ^3.705.0" ,
17
17
"@aws-sdk/s3-request-presigner" : " ^3.705.0" ,
18
- "@cliqz/adblocker-playwright" : " 1.34.0" ,
19
18
"@echogarden/espeak-ng-emscripten" : " 0.3.3" ,
20
19
"@echogarden/kissfft-wasm" : " 0.2.0" ,
21
20
"@echogarden/speex-resampler-wasm" : " 0.2.1" ,
Original file line number Diff line number Diff line change 19
19
"lint" : " eslint . --fix"
20
20
},
21
21
"devDependencies" : {
22
- "@types/dompurify" : " 3.2.0"
23
22
},
24
23
"peerDependencies" : {
25
24
"whatwg-url" : " 7.1.0"
You can’t perform that action at this time.
0 commit comments