This commit is contained in:
Jordi Baylina 2020-10-21 12:42:48 +02:00
parent 49e6d0c416
commit ada52e73b9
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
4 changed files with 19 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
package-lock.json generated

@ -36,12 +36,12 @@
"integrity": "sha512-Xzdyxqm1bOFF6pdIsiHLLl3HkSLjbhqJHVyqaTxXt3RqXBEnmsUmEW47H7VOi/ak7TdkRpNkxjyK5Zbkm+y52g=="
},
"@iden3/binfileutils": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@iden3/binfileutils/-/binfileutils-0.0.4.tgz",
"integrity": "sha512-imgOV0cXsnD/jYDgUy1slOIKJa9klihyuppeDr9bWYi7ep8ZdwUme9vy+Xy4bXokfwVGWH9D/IPaQyV2e630yQ==",
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@iden3/binfileutils/-/binfileutils-0.0.5.tgz",
"integrity": "sha512-DJN8cNF+1g1ebKdmn53Kd2WtLdlt/SnEr1GbBMz3/Tv85fhjQQ9KrXuWuqIuvWrMeXIEm2Wa5+SmKQWOD9W5Kw==",
"requires": {
"fastfile": "0.0.18",
"ffjavascript": "^0.2.28"
"ffjavascript": "^0.2.29"
}
},
"@types/color-name": {
@ -686,9 +686,9 @@
"integrity": "sha512-q03PTKc+wptis4WmuFOwPNQx2p5myFUrl/dMgRlW9mymc1Egyc14JPHgiGnWK+sJ0+dBl2Vwtfh5GfSQltYOpw=="
},
"ffjavascript": {
"version": "0.2.28",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.28.tgz",
"integrity": "sha512-GX0BX5LRUOXjng3dzCKJ4/wRCr4DP0CLkr92Ptgbl9H+Izci9WS17uXRyls8q6Yzdch07bvx+ZW83K46bLAOGw==",
"version": "0.2.29",
"resolved": "https://registry.npmjs.org/ffjavascript/-/ffjavascript-0.2.29.tgz",
"integrity": "sha512-JTlMsjDHcH944cR7wB1SmVEbJdEsnpSUsJvGHKLMjufAOQzUwl6+B3xgWKJ2aazZ0tWHYym+YzUDZaSZ8fR0sA==",
"requires": {
"big-integer": "^1.6.48",
"wasmcurves": "0.0.13",
@ -1528,14 +1528,14 @@
"dev": true
},
"r1csfile": {
"version": "0.0.23",
"resolved": "https://registry.npmjs.org/r1csfile/-/r1csfile-0.0.23.tgz",
"integrity": "sha512-FCX7duciVvUL2sVkvfinwM/qtUVdn5gc6K34MuDE/WpE4QdI5ycKg3jZQkCfO0mdKtFt5QOOP5naoMi4BLRPQQ==",
"version": "0.0.24",
"resolved": "https://registry.npmjs.org/r1csfile/-/r1csfile-0.0.24.tgz",
"integrity": "sha512-ClBiqCcuKabj5CQkx9izR/qeVR48nOQUAXgyrF62YwRCBpZtsJ9PYwV647K2jzmGqLh1p+CFRby/RvZtY5W9LA==",
"requires": {
"@iden3/bigarray": "0.0.2",
"@iden3/binfileutils": "0.0.4",
"@iden3/binfileutils": "0.0.5",
"fastfile": "0.0.18",
"ffjavascript": "0.2.28"
"ffjavascript": "0.2.29"
}
},
"randombytes": {

@ -38,13 +38,13 @@
"url": "https://github.com/iden3/snarkjs.git"
},
"dependencies": {
"@iden3/binfileutils": "0.0.4",
"@iden3/binfileutils": "0.0.5",
"blake2b-wasm": "https://github.com/jbaylina/blake2b-wasm.git",
"circom_runtime": "0.1.5",
"fastfile": "0.0.18",
"ffjavascript": "0.2.28",
"ffjavascript": "0.2.29",
"logplease": "^1.2.15",
"r1csfile": "0.0.23"
"r1csfile": "0.0.24"
},
"devDependencies": {
"chai": "^4.2.0",