Skip to content

Commit

Permalink
fix: openfort-js version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Jul 26, 2024
1 parent 0a96b3a commit a8e4d26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/apps/auth-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@openfort/openfort-js": "0.8.1",
"@openfort/openfort-js": "0.8.2",
"@openfort/openfort-node": "^0.6.62",
"@radix-ui/react-toast": "^1.1.2",
"@rainbow-me/rainbowkit": "^2.1.1",
Expand Down
1 change: 0 additions & 1 deletion examples/apps/auth-sample/src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function LoginPage() {
router.query.refresh_token &&
router.query.player_id
) {
console.log('router.query', router.query);
setStatus({
type: 'loading',
title: 'Signing in...',
Expand Down
10 changes: 5 additions & 5 deletions examples/apps/auth-sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1166,9 +1166,9 @@ __metadata:
languageName: node
linkType: hard

"@openfort/openfort-js@npm:0.8.1":
version: 0.8.1
resolution: "@openfort/openfort-js@npm:0.8.1"
"@openfort/openfort-js@npm:0.8.2":
version: 0.8.2
resolution: "@openfort/openfort-js@npm:0.8.2"
dependencies:
"@ethersproject/abstract-signer": ^5.7.0
"@ethersproject/bytes": ^5.7.0
Expand All @@ -1187,7 +1187,7 @@ __metadata:
path: ^0.12.7
stream-browserify: ^3.0.0
uuid: ^8.3.2
checksum: 23f378ceeee4afdbac73f788da25c82aad3226e29fc11235785c09be2dab95d536298422243347d70ffe30de26cf9837c0cdd9d6f7218fff0e52890374840384
checksum: d9d6ca31543a253f5d530b579bbe86a00e0358e013138bac889a95921b657afa7ce837aa45fb63aa527f395506c1f1a3630bff471ec5aa51d6359e84bf86334b
languageName: node
linkType: hard

Expand Down Expand Up @@ -2914,7 +2914,7 @@ __metadata:
resolution: "auth-sample@workspace:."
dependencies:
"@heroicons/react": ^2.0.13
"@openfort/openfort-js": 0.8.1
"@openfort/openfort-js": 0.8.2
"@openfort/openfort-node": ^0.6.62
"@radix-ui/react-toast": ^1.1.2
"@rainbow-me/rainbowkit": ^2.1.1
Expand Down

0 comments on commit a8e4d26

Please sign in to comment.