Skip to content

Commit

Permalink
chore(circuits): update circomkit and remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Nov 29, 2023
1 parent 656c2b1 commit 11103b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 36 deletions.
13 changes: 0 additions & 13 deletions .yarn/patches/circomkit-npm-0.0.18-e33b63f27f.patch

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,5 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"[email protected]": "patch:circomkit@npm:0.0.18#.yarn/patches/circomkit-npm-0.0.18-e33b63f27f.patch"
}
}
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@zk-kit/smt": "workspace:^",
"circomkit": "0.0.18",
"circomkit": "0.0.19",
"mocha": "^10.2.0",
"poseidon-lite": "^0.2.0"
},
Expand Down
24 changes: 5 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4394,7 +4394,7 @@ __metadata:
dependencies:
"@types/mocha": ^10.0.6
"@zk-kit/smt": "workspace:^"
circomkit: 0.0.18
circomkit: 0.0.19
circomlib: ^2.0.5
mocha: ^10.2.0
poseidon-lite: ^0.2.0
Expand Down Expand Up @@ -6403,31 +6403,17 @@ __metadata:
languageName: node
linkType: hard

"circomkit@npm:0.0.18":
version: 0.0.18
resolution: "circomkit@npm:0.0.18"
dependencies:
chai: ^4.3.7
circom_tester: ^0.0.19
loglevel: ^1.8.1
snarkjs: ^0.7.0
bin:
circomkit: dist/bin/index.js
checksum: 4120fdf8523f8d595a85e673bb74b8d683a302a401bf049ecb1a0ff4ad178e8f77ed7d12a50856c1be5f56bb8666f861a240d432f2ada78faa13dec161780cf1
languageName: node
linkType: hard

"circomkit@patch:circomkit@npm:0.0.18#.yarn/patches/circomkit-npm-0.0.18-e33b63f27f.patch::locator=zk-kit%40workspace%3A.":
version: 0.0.18
resolution: "circomkit@patch:circomkit@npm%3A0.0.18#.yarn/patches/circomkit-npm-0.0.18-e33b63f27f.patch::version=0.0.18&hash=723f17&locator=zk-kit%40workspace%3A."
"circomkit@npm:0.0.19":
version: 0.0.19
resolution: "circomkit@npm:0.0.19"
dependencies:
chai: ^4.3.7
circom_tester: ^0.0.19
loglevel: ^1.8.1
snarkjs: ^0.7.0
bin:
circomkit: dist/bin/index.js
checksum: 2c09e6463d1376230cd3693a6bf632511d54566d46f030323f6f778bae5cb8dbbe6f845f0c1fd30ab0ef243b70604b357e875c9349328751b4795b6fd04484b9
checksum: b3d7ef5b29277ee31af7fcb7a53af46c43321d16ab238b803e2fb65a88143a8aae02eebc7c8387e6d0158450ca8bee053adb40e34331392b5fa0f1d2dabc6b40
languageName: node
linkType: hard

Expand Down

0 comments on commit 11103b9

Please sign in to comment.