Skip to content

Commit

Permalink
chore: update openfort-js
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Dec 31, 2024
1 parent 2077835 commit 7bfd9ae
Show file tree
Hide file tree
Showing 3 changed files with 15 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.14",
"@openfort/openfort-js": "^0.8.15",
"@openfort/openfort-node": "^0.6.65",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/auth-sample/src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function LoginPage() {
});

const data = await openfort
.registerGuest()
.signUpGuest()
.catch((error) => {
setStatus({
type: "error",
Expand Down
18 changes: 13 additions & 5 deletions examples/apps/auth-sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -954,9 +954,9 @@ __metadata:
languageName: node
linkType: hard

"@openfort/openfort-js@npm:^0.8.14":
version: 0.8.14
resolution: "@openfort/openfort-js@npm:0.8.14"
"@openfort/openfort-js@npm:^0.8.15":
version: 0.8.15
resolution: "@openfort/openfort-js@npm:0.8.15"
dependencies:
"@ethersproject/abstract-signer": ^5.7.0
"@ethersproject/bytes": ^5.7.0
Expand All @@ -972,10 +972,11 @@ __metadata:
crypto-js: ^4.2.0
es6-promise: ^4.2.8
jose: ^5.2.2
jsrsasign: ^11.1.0
path: ^0.12.7
stream-browserify: ^3.0.0
uuid: ^8.3.2
checksum: d15fe065492d0e9ae6c1e4aa5a36a6f581a2e6757711ae353b6e7e885bcc60576e3299b59ca5e82a5fd48505042549dca705d98e13e40896e33a10fa8d94201d
checksum: 751344b8eff5c20580c6716c0f13ad5c919048a88bd3c7e365422dec70dbc7810aa2274efc1afe032d66143f9e2232d39cbaea67aca7bdf09651be8990b7f1c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -2545,7 +2546,7 @@ __metadata:
resolution: "auth-sample@workspace:."
dependencies:
"@heroicons/react": ^2.0.13
"@openfort/openfort-js": ^0.8.14
"@openfort/openfort-js": ^0.8.15
"@openfort/openfort-node": ^0.6.65
"@radix-ui/react-dialog": ^1.1.2
"@radix-ui/react-icons": ^1.3.0
Expand Down Expand Up @@ -4420,6 +4421,13 @@ __metadata:
languageName: node
linkType: hard

"jsrsasign@npm:^11.1.0":
version: 11.1.0
resolution: "jsrsasign@npm:11.1.0"
checksum: 1ce5eb44490be260c8b667d14fa8c62bfd75ee2b28f8193043ebd62dc9ac9d371a424d3e648cc2f0c220edada1ea4910d5c8cdebc69fc8c49087539c2e9009c6
languageName: node
linkType: hard

"jwa@npm:^1.4.1":
version: 1.4.1
resolution: "jwa@npm:1.4.1"
Expand Down

0 comments on commit 7bfd9ae

Please sign in to comment.