mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
fix: updates reference to kobigurk/circomlib
This commit is contained in:
2
sbmtjs/package-lock.json
generated
2
sbmtjs/package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zkp-sbmtjs",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"await-lock": "^1.1.3",
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"circomlib": "git+https://github.com/kobigurk/circomlib.git#f4a7f30faa9867be77522aea42332585338c235d",
|
||||
"circomlib": "git+https://github.com/kobigurk/circomlib.git",
|
||||
"del": "^4.0.0",
|
||||
"level-rocksdb": "^3.0.1",
|
||||
"snarkjs": "^0.1.11",
|
||||
|
||||
30
semaphorejs/package-lock.json
generated
30
semaphorejs/package-lock.json
generated
@@ -1762,8 +1762,8 @@
|
||||
}
|
||||
},
|
||||
"circomlib": {
|
||||
"version": "git+https://github.com/kobigurk/circomlib.git#f4a7f30faa9867be77522aea42332585338c235d",
|
||||
"from": "git+https://github.com/kobigurk/circomlib.git#f4a7f30faa9867be77522aea42332585338c235d",
|
||||
"version": "git+https://github.com/kobigurk/circomlib.git#4c3d7cfdee7f79ba081ffc9ae02ba2022138e782",
|
||||
"from": "git+https://github.com/kobigurk/circomlib.git",
|
||||
"requires": {
|
||||
"blake-hash": "^1.1.0",
|
||||
"snarkjs": "0.1.11",
|
||||
@@ -16769,6 +16769,32 @@
|
||||
"level-rocksdb": "^3.0.1",
|
||||
"snarkjs": "^0.1.11",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"circomlib": {
|
||||
"version": "git+https://github.com/kobigurk/circomlib.git#f4a7f30faa9867be77522aea42332585338c235d",
|
||||
"from": "git+https://github.com/kobigurk/circomlib.git#f4a7f30faa9867be77522aea42332585338c235d",
|
||||
"requires": {
|
||||
"blake-hash": "^1.1.0",
|
||||
"snarkjs": "0.1.11",
|
||||
"typedarray-to-buffer": "^3.1.5",
|
||||
"web3": "^1.0.0-beta.36"
|
||||
},
|
||||
"dependencies": {
|
||||
"snarkjs": {
|
||||
"version": "0.1.11",
|
||||
"resolved": "https://registry.npmjs.org/snarkjs/-/snarkjs-0.1.11.tgz",
|
||||
"integrity": "sha512-NoMNn03Uwbt18V340ZlHSZscyfIu8F6fMOL7LT9Xr1zQY/nmzScM8442ATyJfzSI5bDTAz1QQGbCerP2BCKljA==",
|
||||
"requires": {
|
||||
"big-integer": "^1.6.35",
|
||||
"chai": "^4.1.2",
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
"eslint": "^5.3.0",
|
||||
"yargs": "^12.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"dependencies": {
|
||||
"blakejs": "^1.1.0",
|
||||
"circom": "0.0.27",
|
||||
"circomlib": "git+https://github.com/kobigurk/circomlib.git#f4a7f30faa9867be77522aea42332585338c235d",
|
||||
"circomlib": "git+https://github.com/kobigurk/circomlib.git",
|
||||
"cors": "^2.8.5",
|
||||
"del": "^4.1.0",
|
||||
"file-saver": "^2.0.1",
|
||||
|
||||
Reference in New Issue
Block a user