Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jan 18, 2024
1 parent 86af9a2 commit e7b6be0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 55 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"license": "ISC",
"dependencies": {
"@axiom-crypto/halo2-lib-js": "0.2.15-alpha.0",
"@axiom-crypto/halo2-wasm": "0.2.12-alpha.0",
"@axiom-crypto/halo2-wasm": "0.2.13-rc2.0",
"commander": "^11.1.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9"
}
}
}
18 changes: 9 additions & 9 deletions cli/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 halo2-lib-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/halo2-lib-js",
"version": "0.2.16-rc2.0",
"version": "0.3.0-rc2.0",
"description": "Halo2 Javascript library",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@axiom-crypto/halo2-wasm": "link:../halo2-wasm/pkg",
"@axiom-crypto/halo2-wasm": "0.2.13-rc2.0",
"ethers": "^6.8.0",
"prettier": "1.18.2"
},
Expand Down
4 changes: 2 additions & 2 deletions halo2-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@axiom-crypto/halo2-lib-js": "0.2.14-rc.0",
"@axiom-crypto/halo2-wasm": "0.2.11-rc.1",
"@axiom-crypto/halo2-lib-js": "0.2.16-rc2.0",
"@axiom-crypto/halo2-wasm": "0.2.13-rc2.0",
"@devbookhq/splitter": "^1.4.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand Down
43 changes: 4 additions & 39 deletions halo2-repl/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 halo2-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axiom-crypto/halo2-wasm",
"description": "Halo2 wasm bindings",
"version": "0.2.13-rc2.0",
"version": "0.3.0-rc2.0",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit e7b6be0

Please sign in to comment.