Skip to content

Commit

Permalink
chore: update halo2-lib-js and halo2-wasm deps (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal authored Jan 3, 2024
1 parent 2c9cce7 commit 4653d24
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions circuit/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/circuit",
"version": "0.1.5-rc.2",
"version": "0.1.5-rc.3",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.",
Expand All @@ -25,8 +25,8 @@
],
"dependencies": {
"@axiom-crypto/core": "2.2.51-rc.3",
"@axiom-crypto/halo2-lib-js": "0.2.13-alpha.1",
"@axiom-crypto/halo2-wasm": "0.2.10",
"@axiom-crypto/halo2-lib-js": "0.2.14-rc.0",
"@axiom-crypto/halo2-wasm": "0.2.11-rc.1",
"@axiom-crypto/tools": "0.3.35-rc.2",
"commander": "^11.1.0",
"ethers": "^6.8.1",
Expand Down
18 changes: 9 additions & 9 deletions circuit/js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/client",
"version": "0.1.5-rc.2",
"version": "0.1.5-rc.3",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.",
Expand All @@ -23,7 +23,7 @@
"crypto"
],
"dependencies": {
"@axiom-crypto/circuit": "0.1.5-rc.2",
"@axiom-crypto/circuit": "0.1.5-rc.3",
"@axiom-crypto/core": "2.2.51-rc.3",
"commander": "^11.1.0",
"ethers": "^6.8.1",
Expand Down
22 changes: 11 additions & 11 deletions client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is an autogenerated file. It should match the version number in package.json.
// Do not modify this file directly.

export const CLIENT_VERSION = "0.1.5-rc.2";
export const CLIENT_VERSION = "0.1.5-rc.3";
4 changes: 2 additions & 2 deletions harness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/harness",
"version": "0.1.7-rc.2",
"version": "0.1.7-rc.3",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Circuit harness for axiom-client",
Expand Down Expand Up @@ -39,6 +39,6 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@axiom-crypto/client": "0.1.5-rc.2"
"@axiom-crypto/client": "0.1.5-rc.3"
}
}
28 changes: 14 additions & 14 deletions harness/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4653d24

Please sign in to comment.