File tree 3 files changed +3807
-3176
lines changed
3 files changed +3807
-3176
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kodadot1/sub-api" ,
3
- "version" : " 0.3.2 -rc.0" ,
3
+ "version" : " 0.4.0 -rc.0" ,
4
4
"description" : " Smart wrapper for Substrate API" ,
5
5
"repository" : {
6
6
"type" : " git" ,
31
31
"test" : " pnpm lint && vitest run"
32
32
},
33
33
"dependencies" : {
34
- "@kodadot1/static" : " ^0.0.5" ,
35
- "@polkadot/api" : " ^11.2.1" ,
36
- "@polkadot/types-codec" : " ^11.2.1"
34
+ "@kodadot1/static" : " ^0.0.6"
35
+ },
36
+ "peerDependencies" : {
37
+ "@polkadot/api" : " >= 11.2" ,
38
+ "@polkadot/types-codec" : " ^11.2"
37
39
},
38
40
"devDependencies" : {
39
41
"@nuxtjs/eslint-config-typescript" : " latest" ,
42
+ "@polkadot/api" : " ^13.1.1" ,
43
+ "@polkadot/types-codec" : " ^13.1.1" ,
40
44
"@types/express" : " ^4.17.21" ,
41
45
"c8" : " latest" ,
42
- "changelogen" : " ^0.5.5 " ,
46
+ "changelogen" : " ^0.5.7 " ,
43
47
"eslint" : " latest" ,
44
- "express" : " ^4.19.2 " ,
48
+ "express" : " ^4.21.0 " ,
45
49
"typescript" : " latest" ,
46
50
"unbuild" : " latest" ,
47
51
"vitest" : " latest"
48
52
},
49
- "packageManager" : " pnpm@8.5 .0"
53
+ "packageManager" : " pnpm@9.11 .0"
50
54
}
You can’t perform that action at this time.
0 commit comments