Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jan 18, 2024
1 parent 68b66e8 commit 90886fe
Show file tree
Hide file tree
Showing 10 changed files with 693 additions and 31 deletions.
2 changes: 1 addition & 1 deletion circuit/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"crypto"
],
"dependencies": {
"@axiom-crypto/core": "2.3.2-rc2.0",
"@axiom-crypto/core": "2.3.2",
"@axiom-crypto/halo2-lib-js": "0.3.2",
"@axiom-crypto/halo2-wasm": "0.3.2",
"@axiom-crypto/tools": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions circuit/js/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"@axiom-crypto/circuit": "0.2.3-rc2.0",
"@axiom-crypto/core": "2.3.2-rc2.0",
"@axiom-crypto/core": "2.3.2",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"ethers": "^6.8.1",
Expand Down
36 changes: 30 additions & 6 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.2.3-rc2.1";
export const CLIENT_VERSION = "0.2.3-rc2.0";
2 changes: 1 addition & 1 deletion harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@axiom-crypto/client": "0.2.3-rc2.1-alpha.0"
"@axiom-crypto/client": "0.2.3-rc2.0"
}
}
Loading

0 comments on commit 90886fe

Please sign in to comment.