Skip to content

Commit

Permalink
packages/js 0.1.3: sync versions
Browse files Browse the repository at this point in the history
  • Loading branch information
merlindru committed Nov 23, 2023
1 parent 94177e2 commit f8ec683
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/js/passkeys-next-auth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@teamhanko/passkeys-next-auth-provider",
"private": false,
"version": "0.1.2",
"type": "module",
"version": "0.1.3",
"module": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@github/webauthn-json": "^2.1.1",
"@teamhanko/passkeys-sdk": "^0.1.0",
"@teamhanko/passkeys-sdk": "^0.1.2",
"jose": "^5.1.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/js/passkeys-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "@teamhanko/passkeys-sdk",
"private": false,
"type": "module",
"version": "0.1.3",
"module": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"version": "0.1.2",
"module": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "bun run build:js && bun run build:dts",
"build:js": "bun build --target=node --outdir dist src/index.ts",
Expand Down

0 comments on commit f8ec683

Please sign in to comment.