Skip to content

Commit

Permalink
chore(baby-jubjub): v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed May 20, 2024
1 parent 1e5dcac commit a134123
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/baby-jubjub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/baby-jubjub",
"version": "1.0.0",
"version": "1.0.1",
"description": "A JavaScript library for adding points to the curve.",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eddsa-poseidon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rollup-plugin-polyfill-node": "^0.13.0"
},
"dependencies": {
"@zk-kit/baby-jubjub": "1.0.0",
"@zk-kit/baby-jubjub": "1.0.1",
"@zk-kit/utils": "1.0.0",
"buffer": "6.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/poseidon-cipher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rollup-plugin-cleanup": "^3.2.1"
},
"dependencies": {
"@zk-kit/baby-jubjub": "1.0.0",
"@zk-kit/baby-jubjub": "1.0.1",
"@zk-kit/utils": "1.0.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3027,7 +3027,7 @@ __metadata:
languageName: node
linkType: hard

"@zk-kit/baby-jubjub@npm:1.0.0, @zk-kit/baby-jubjub@workspace:packages/baby-jubjub":
"@zk-kit/baby-jubjub@npm:1.0.1, @zk-kit/baby-jubjub@workspace:packages/baby-jubjub":
version: 0.0.0-use.local
resolution: "@zk-kit/baby-jubjub@workspace:packages/baby-jubjub"
dependencies:
Expand Down Expand Up @@ -3061,7 +3061,7 @@ __metadata:
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-terser": "npm:^0.4.4"
"@rollup/plugin-typescript": "npm:^11.1.6"
"@zk-kit/baby-jubjub": "npm:1.0.0"
"@zk-kit/baby-jubjub": "npm:1.0.1"
"@zk-kit/utils": "npm:1.0.0"
buffer: "npm:6.0.3"
circomlibjs: "npm:0.0.8"
Expand Down Expand Up @@ -3126,7 +3126,7 @@ __metadata:
resolution: "@zk-kit/poseidon-cipher@workspace:packages/poseidon-cipher"
dependencies:
"@rollup/plugin-typescript": "npm:^11.1.6"
"@zk-kit/baby-jubjub": "npm:1.0.0"
"@zk-kit/baby-jubjub": "npm:1.0.1"
"@zk-kit/eddsa-poseidon": "npm:0.1.0"
"@zk-kit/utils": "npm:1.0.0"
circomlibjs: "npm:^0.0.8"
Expand Down

0 comments on commit a134123

Please sign in to comment.