This commit is contained in:
Jordi Baylina
2020-08-31 11:28:11 +02:00
parent 2200408986
commit c2cef8d80c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -203,9 +203,9 @@
"integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=" "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII="
}, },
"circom_runtime": { "circom_runtime": {
"version": "0.1.4", "version": "0.1.5",
"resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.1.4.tgz", "resolved": "https://registry.npmjs.org/circom_runtime/-/circom_runtime-0.1.5.tgz",
"integrity": "sha512-sQWeEBD3o2jIdrKPf3VDu7DNfP+NfscYO/pxi73FE0qQW8TXTfwno8Grdl++h6OKWbzvWJdG5jQvS+WGKjpMOg==", "integrity": "sha512-BT3d9VCrH/rBRbThDXG731JwezKyskxyE46nACO6Tt/jaorn27LDxFDORdAAjyD0RAoBt+6FpaTp3qlYSx7Pjg==",
"requires": { "requires": {
"ffjavascript": "0.2.10", "ffjavascript": "0.2.10",
"fnv-plus": "^1.3.1" "fnv-plus": "^1.3.1"

View File

@@ -30,7 +30,7 @@
}, },
"dependencies": { "dependencies": {
"chai": "^4.2.0", "chai": "^4.2.0",
"circom_runtime": "0.1.4", "circom_runtime": "0.1.5",
"fastfile": "0.0.12", "fastfile": "0.0.12",
"ffiasm": "0.1.1", "ffiasm": "0.1.1",
"ffjavascript": "0.2.10", "ffjavascript": "0.2.10",