We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259536d commit 2aa5414Copy full SHA for 2aa5414
src/deps.js
@@ -12,6 +12,8 @@ export const SNARKJS_VERSIONS = [
12
13
// Linux binary downloaded from https://github.com/iden3/circom/releases
14
export const CIRCOM_VERSIONS = [
15
+ '2.2.2',
16
+ '2.2.1',
17
'2.2.0',
18
'2.1.9',
19
'2.1.8',
template/package.json
@@ -14,7 +14,7 @@
"snarkjs": "%%snarkjs_version%%"
},
"devDependencies": {
- "circomkit": "^0.3.1"
+ "circomkit": "^0.3.2"
"resolutions": {
20
"web-worker": "1.2.0"
0 commit comments