Skip to content

Commit

Permalink
Client v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Apr 3, 2024
1 parent 0909e30 commit 7b41001
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "governance-params-example-nextjs",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,8 +10,8 @@
"build:circuit": "axiom circuit compile axiom/governance.circuit.ts"
},
"dependencies": {
"@axiom-crypto/client": "2.0.7",
"@axiom-crypto/react": "2.0.7",
"@axiom-crypto/client": "2.0.8",
"@axiom-crypto/react": "2.0.8",
"@tanstack/react-query": "^5.17.12",
"@types/node": "20.6.2",
"@types/react": "18.2.48",
Expand Down
26 changes: 13 additions & 13 deletions app/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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "governance-params-example",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@axiom-crypto/client": "2.0.7",
"@axiom-crypto/client": "2.0.8",
"dotenv": "^16.3.2",
"viem": "^2.5.0"
},
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 7b41001

Please sign in to comment.