File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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" ,
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 ,
Original file line number Diff line number Diff line change @@ -4,6 +4,3 @@ export * from './accumulatorWitness';
44export * from './proof' ;
55export * from './IAccumulatorState' ;
66export * from './IInitialElementsStore' ;
7- export { AccumulatorPublicKey } from './params-and-keys' ;
8- export { AccumulatorSecretKey } from './params-and-keys' ;
9- export { AccumulatorParams } from './params-and-keys' ;
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ export * from './witness';
33export * from './proof' ;
44export * from './proof-spec' ;
55export * from './setup-param' ;
6- export { ProofSpecG1 } from './proof-spec' ;
You can’t perform that action at this time.
0 commit comments