Skip to content

Commit

Permalink
packages/js: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
merlindru committed Jun 3, 2024
1 parent 7736cfb commit 825bd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/js/passkeys-next-auth-provider/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": false,
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"exports": {
".": "./index.js",
"./client": "./client.js"
Expand All @@ -15,7 +15,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@teamhanko/passkeys-sdk": "^0.2.0",
"@teamhanko/passkeys-sdk": "^0.2.1",
"@github/webauthn-json": "^2.1.1",
"jose": "^5.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/js/passkeys-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": false,
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"module": "src/index.ts",
"main": "dist/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 825bd2c

Please sign in to comment.