Skip to content

Commit 529f31a

Browse files
committed
Upgrade deps
Signed-off-by: lovesh <lovesh.bond@gmail.com>
1 parent 4ab88ac commit 529f31a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -31,7 +31,7 @@
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",

src/accumulator/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ export * from './accumulatorWitness';
44
export * from './proof';
55
export * from './IAccumulatorState';
66
export * 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';

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)