diff --git a/sbmtjs/package-lock.json b/sbmtjs/package-lock.json index cc76af4b..6664c85b 100644 --- a/sbmtjs/package-lock.json +++ b/sbmtjs/package-lock.json @@ -1,6 +1,6 @@ { "name": "zkp-sbmtjs", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sbmtjs/package.json b/sbmtjs/package.json index 31e45354..082c0489 100644 --- a/sbmtjs/package.json +++ b/sbmtjs/package.json @@ -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", diff --git a/semaphorejs/package-lock.json b/semaphorejs/package-lock.json index e6a8a4cf..2dec837b 100644 --- a/semaphorejs/package-lock.json +++ b/semaphorejs/package-lock.json @@ -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" + } + } + } + } } } } diff --git a/semaphorejs/package.json b/semaphorejs/package.json index 5823b1d7..f40b77f5 100644 --- a/semaphorejs/package.json +++ b/semaphorejs/package.json @@ -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",