File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @docknetwork/crypto-wasm-ts" ,
3- "version" : " 0.57 .0" ,
3+ "version" : " 0.58 .0" ,
44 "description" : " Typescript abstractions over Dock's Rust crypto library's WASM wrapper" ,
55 "homepage" : " https://github.com/docknetwork/crypto-wasm-ts" ,
66 "main" : " lib/index.js" ,
3131 "@types/flat" : " ^5.0.2" ,
3232 "@types/lodash" : " ^4.14.195" ,
3333 "bs58" : " 5.0.0" ,
34- "crypto-wasm-new" : " npm:@docknetwork/crypto-wasm@0.26 .0" ,
34+ "crypto-wasm-new" : " npm:@docknetwork/crypto-wasm@0.27 .0" ,
3535 "crypto-wasm-old" : " npm:@docknetwork/crypto-wasm@0.23.0" ,
3636 "flat" : " ^5.0.2" ,
3737 "json-pointer" : " ^0.6.2" ,
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ export * from './accumulatorWitness';
44export * from './proof' ;
55export * from './IAccumulatorState' ;
66export * from './IInitialElementsStore' ;
7- export { VBWitnessUpdateInfo } from './witness-update-info' ;
7+ export * from './kb-universal-accumulator' ;
8+ export * from './kb-acccumulator-witness' ;
9+ export { VBWitnessUpdateInfo , KBUniversalMembershipWitnessUpdateInfo , KBUniversalNonMembershipWitnessUpdateInfo } from './witness-update-info' ;
Original file line number Diff line number Diff line change @@ -1509,10 +1509,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
15091509 shebang-command "^2.0.0"
15101510 which "^2.0.1"
15111511
1512- " crypto-wasm-new@npm:@docknetwork/crypto-wasm@0.26 .0 " :
1513- version "0.26 .0"
1514- resolved "https://registry.yarnpkg.com/@docknetwork/crypto-wasm/-/crypto-wasm-0.26 .0.tgz#4f1dc3c89db518b14e6a0eee9996ac55c03f8821 "
1515- integrity sha512-f9YMdPftYIBO5vPWZuh3ckPdmw8yvE3pLPPzt+9orA7EgOtU2zfu/Zp88JBxB6X/J2unQWB0zGE3jTxL45JIEw ==
1512+ " crypto-wasm-new@npm:@docknetwork/crypto-wasm@0.27 .0 " :
1513+ version "0.27 .0"
1514+ resolved "https://registry.yarnpkg.com/@docknetwork/crypto-wasm/-/crypto-wasm-0.27 .0.tgz#a7ac6c28fc1d42e2c9853e8ba4a0d78fa1e88015 "
1515+ integrity sha512-s1UyqhIm9MB+KaVJVfP7JAGLDaQfN11TtHvhdW5xi637AbYBJGPlBH8WM7tOFTVMaRMbNCEPIrv1ISo7Di5pFA ==
15161516 dependencies :
15171517 buffer "^6.0.3"
15181518
You can’t perform that action at this time.
0 commit comments