File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
deltachat-jsonrpc/typescript Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
"author" : " Delta Chat Developers (ML) <delta@codespeak.net>" ,
3
3
"dependencies" : {
4
4
"@deltachat/tiny-emitter" : " 3.0.0" ,
5
- "isomorphic-ws" : " ^4 .0.1 " ,
5
+ "isomorphic-ws" : " ^5 .0.0 " ,
6
6
"yerpc" : " ^0.6.2"
7
7
},
8
8
"devDependencies" : {
9
- "@types/chai" : " ^4.2.21 " ,
10
- "@types/chai-as-promised" : " ^7.1.5 " ,
11
- "@types/mocha" : " ^9 .0.0 " ,
12
- "@types/ws" : " ^7.2.4 " ,
13
- "c8" : " ^7.10.0 " ,
9
+ "@types/chai" : " ^4.3.10 " ,
10
+ "@types/chai-as-promised" : " ^7.1.8 " ,
11
+ "@types/mocha" : " ^10 .0.4 " ,
12
+ "@types/ws" : " ^8.5.9 " ,
13
+ "c8" : " ^8.0.1 " ,
14
14
"chai" : " ^4.3.4" ,
15
15
"chai-as-promised" : " ^7.1.1" ,
16
- "esbuild" : " ^0.17.9 " ,
16
+ "esbuild" : " ^0.25.5 " ,
17
17
"http-server" : " ^14.1.1" ,
18
- "mocha" : " ^9.1.1 " ,
18
+ "mocha" : " ^10.2.0 " ,
19
19
"npm-run-all" : " ^4.1.5" ,
20
- "prettier" : " ^2.6.2 " ,
21
- "typedoc" : " ^0.23.2 " ,
22
- "typescript" : " ^4.5.5 " ,
20
+ "prettier" : " ^3.5.3 " ,
21
+ "typedoc" : " ^0.28.5 " ,
22
+ "typescript" : " ^5.8.3 " ,
23
23
"ws" : " ^8.5.0"
24
24
},
25
25
"exports" : {
26
26
"." : {
27
+ "types" : " ./dist/deltachat.d.ts" ,
27
28
"import" : " ./dist/deltachat.js" ,
28
- "require" : " ./dist/deltachat.cjs" ,
29
- "types" : " ./dist/deltachat.d.ts"
29
+ "require" : " ./dist/deltachat.cjs"
30
30
}
31
31
},
32
32
"license" : " MPL-2.0" ,
You can’t perform that action at this time.
0 commit comments