Skip to content

Commit

Permalink
Merge pull request #73 from teamhanko/release/passkeys-sdk-0.2.0
Browse files Browse the repository at this point in the history
packages/js: Version bump to prep for release
  • Loading branch information
FreddyDevelop authored May 28, 2024
2 parents d4b32bb + 2eeb06e commit 49f70ff
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.2.7",
"version": "0.3.0",
"exports": {
".": "./index.js",
"./client": "./client.js"
Expand All @@ -15,7 +15,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@teamhanko/passkeys-sdk": "^0.1.9",
"@teamhanko/passkeys-sdk": "^0.2.0",
"@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.1.9",
"version": "0.2.0",
"module": "src/index.ts",
"main": "dist/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 49f70ff

Please sign in to comment.