Skip to content

Commit

Permalink
chore(eddsa-poseidon): v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 19, 2024
1 parent c90e57a commit 60d1bac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@zk-kit/baby-jubjub": "0.3.0",
"@zk-kit/eddsa-poseidon": "0.10.0",
"@zk-kit/eddsa-poseidon": "0.11.0",
"@zk-kit/poseidon-cipher": "0.3.0",
"@zk-kit/smt": "1.0.0",
"@zk-kit/utils": "0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eddsa-poseidon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/eddsa-poseidon",
"version": "0.10.0",
"version": "0.11.0",
"description": "A JavaScript EdDSA library for secure signing and verification using Poseidon the Baby Jubjub elliptic curve.",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eddsa-proof/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@zk-kit/eddsa-poseidon": "0.10.0",
"@zk-kit/eddsa-poseidon": "0.11.0",
"@zk-kit/utils": "0.8.1",
"snarkjs": "^0.7.3"
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3573,7 +3573,7 @@ __metadata:
dependencies:
"@types/mocha": "npm:^10.0.6"
"@zk-kit/baby-jubjub": "npm:0.3.0"
"@zk-kit/eddsa-poseidon": "npm:0.10.0"
"@zk-kit/eddsa-poseidon": "npm:0.11.0"
"@zk-kit/poseidon-cipher": "npm:0.3.0"
"@zk-kit/smt": "npm:1.0.0"
"@zk-kit/utils": "npm:0.8.1"
Expand All @@ -3593,7 +3593,7 @@ __metadata:
languageName: node
linkType: hard

"@zk-kit/eddsa-poseidon@npm:0.10.0, @zk-kit/eddsa-poseidon@workspace:packages/eddsa-poseidon":
"@zk-kit/eddsa-poseidon@npm:0.11.0, @zk-kit/eddsa-poseidon@workspace:packages/eddsa-poseidon":
version: 0.0.0-use.local
resolution: "@zk-kit/eddsa-poseidon@workspace:packages/eddsa-poseidon"
dependencies:
Expand Down Expand Up @@ -3627,7 +3627,7 @@ __metadata:
"@types/download": "npm:^8.0.5"
"@types/snarkjs": "npm:^0"
"@types/tmp": "npm:^0.2.6"
"@zk-kit/eddsa-poseidon": "npm:0.10.0"
"@zk-kit/eddsa-poseidon": "npm:0.11.0"
"@zk-kit/utils": "npm:0.8.1"
poseidon-lite: "npm:^0.2.0"
rimraf: "npm:^5.0.5"
Expand Down

0 comments on commit 60d1bac

Please sign in to comment.