Skip to content

Commit 213c930

Browse files
committed
Fix imports
Signed-off-by: lovesh <lovesh.bond@gmail.com>
1 parent 14abc4b commit 213c930

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docknetwork/crypto-wasm-ts",
3-
"version": "0.11.0",
3+
"version": "0.12.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/crypto-wasm-ts/src/index.js",
@@ -10,8 +10,7 @@
1010
"clean": "rm -rf lib/",
1111
"prepare": "husky install",
1212
"pretty": "prettier --config .prettierrc 'src/**/*.ts' --write",
13-
"test": "jest",
14-
"publish": "yarn build & npm publish"
13+
"test": "jest"
1514
},
1615
"license": "Apache-2.0",
1716
"private": false,

src/accumulator/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ export * from './accumulatorWitness';
44
export * from './proof';
55
export * from './IAccumulatorState';
66
export * from './IInitialElementsStore';
7-
export { AccumulatorPublicKey } from './params-and-keys';
8-
export { AccumulatorSecretKey } from './params-and-keys';
9-
export { AccumulatorParams } from './params-and-keys';

src/composite-proof/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ export * from './witness';
33
export * from './proof';
44
export * from './proof-spec';
55
export * from './setup-param';
6-
export { ProofSpecG1 } from './proof-spec';

0 commit comments

Comments
 (0)