Almost ready for 0.5.0

This commit is contained in:
Jordi Baylina
2020-03-26 17:42:25 +01:00
parent ef899e618b
commit eb8cb0af74
62 changed files with 1249 additions and 15153 deletions

View File

@@ -30,20 +30,19 @@
},
"dependencies": {
"big-integer": "^1.6.32",
"ejs": "^3.0.1",
"fflib": "0.0.2",
"chai": "^4.2.0",
"circom_runtime": "0.0.2",
"ffiasm": "0.0.2",
"ffjavascript": "0.0.3",
"ffwasm": "0.0.5",
"fnv-plus": "^1.3.1",
"optimist": "^0.6.1",
"rimraf-promise": "^2.0.0",
"r1csfile": "0.0.2",
"tmp-promise": "^2.0.2",
"wasmbuilder": "0.0.8",
"yargs": "^12.0.2"
"wasmbuilder": "0.0.9"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint": "^6.8.0",
"jison": "^0.4.18",
"snarkjs": "0.1.14"
"yargs": "^15.3.1"
}
}