Skip to content

Commit

Permalink
Deploy alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Oct 21, 2024
1 parent 47aa5f2 commit b471921
Show file tree
Hide file tree
Showing 6 changed files with 474 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"crypto"
],
"dependencies": {
"@axiom-crypto/circuit": "link:../circuit/dist",
"@axiom-crypto/circuit": "2.1.1-alpha.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"prompts": "^2.4.2",
Expand Down
22 changes: 20 additions & 2 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 harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@axiom-crypto/client": "link:../client/dist"
"@axiom-crypto/client": "2.1.1-alpha.0"
}
}
64 changes: 62 additions & 2 deletions harness/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 react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"comlink": "^4.4.1"
},
"peerDependencies": {
"@axiom-crypto/client": "link:../client/dist",
"@axiom-crypto/client": "2.1.1-alpha.0",
"@types/react": ">=18.1.0",
"react": ">=18.1.0",
"react-dom": ">=18.1.0"
Expand Down
Loading

0 comments on commit b471921

Please sign in to comment.