mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
public publish
Former-commit-id: c4af49d72bd1010ce3647f1335740082d3fb1245 [formerly da84b4068e]
Former-commit-id: d0ff07f7a344463582b968c5b3bfbb264c45bc56
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"test:prod": "npm run lint && npm test",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
||||
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
||||
"publish": "lerna publish from-package",
|
||||
"publish": "lerna publish from-package --access public",
|
||||
"clean": "lerna clean"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/appliedzkp/libsemaphore",
|
||||
"dependencies": {
|
||||
"@libsem/types": "^1.0.0",
|
||||
"bigint-conversion": "^2.1.12",
|
||||
"circomlibjs": "^0.0.8",
|
||||
"@libsem/types": "../types",
|
||||
"crypto": "^1.0.1",
|
||||
"js-sha256": "^0.9.0"
|
||||
},
|
||||
@@ -31,5 +31,6 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.56.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "0f54813412abadc7c5646a6a5ec8f3e2b6c1b5a7"
|
||||
}
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
"homepage": "https://github.com/appliedzkp/libsemaphore/protocols",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@libsem/types": "^1.0.0",
|
||||
"circomlibjs": "^0.0.8",
|
||||
"ethers": "^5.4.7",
|
||||
"incrementalquintree": "^1.0.7",
|
||||
"@libsem/types": "../types",
|
||||
"snarkjs": "^0.4.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -31,5 +31,6 @@
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"typescript": "^4.4.4"
|
||||
}
|
||||
},
|
||||
"gitHead": "0f54813412abadc7c5646a6a5ec8f3e2b6c1b5a7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user