File tree Expand file tree Collapse file tree 3 files changed +5566
-5562
lines changed Expand file tree Collapse file tree 3 files changed +5566
-5562
lines changed Original file line number Diff line number Diff line change 4646 },
4747 "devDependencies" : {
4848 "@babel/preset-typescript" : " ^7.16.7" ,
49- "@cosmjs/crypto" : " ^0.28.4" ,
50- "@cosmjs/encoding" : " ^0.28.4" ,
5149 "@size-limit/preset-small-lib" : " ^7.0.8" ,
5250 "@tsconfig/recommended" : " ^1.0.1" ,
53- "@types/elliptic" : " ^6.4.14" ,
5451 "@types/jest" : " ^27.4.1" ,
55- "@types/secp256k1" : " ^4.0.3" ,
56- "bech32" : " ^2.0.0" ,
5752 "dts-cli" : " ^1.5.1" ,
5853 "husky" : " ^7.0.4" ,
5954 "majestic" : " ^1.8.1" ,
6055 "size-limit" : " ^7.0.8" ,
6156 "stream-browserify" : " ^3.0.0" ,
62- "synchronized-promise" : " ^0.3.1" ,
6357 "terser-webpack-plugin" : " ^5.3.3" ,
6458 "ts-jest" : " ^27.1.4" ,
6559 "ts-loader" : " ^9.3.1" ,
7064 "webpack-cli" : " ^4.10.0"
7165 },
7266 "dependencies" : {
67+ "@cosmjs/crypto" : " ^0.28.4" ,
68+ "@cosmjs/encoding" : " ^0.28.4" ,
69+ "@types/elliptic" : " ^6.4.14" ,
70+ "@types/secp256k1" : " ^4.0.3" ,
71+ "synchronized-promise" : " ^0.3.1" ,
72+ "bech32" : " ^2.0.0" ,
7373 "elliptic" : " ^6.5.4" ,
7474 "process" : " ^0.11.10" ,
7575 "secp256k1" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 11export * from './memory' ;
2- export * from './backend/storage ' ;
2+ export * from './backend' ;
33export * from './instance' ;
44export * from './environment' ;
You can’t perform that action at this time.
0 commit comments