Skip to content

Commit

Permalink
packages/js 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
merlindru committed Nov 23, 2023
1 parent 78acb03 commit f2b7e73
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-js-passkeys-next-auth-provider.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Release JS package @teamhanko/passkeys-next-auth-provider

on:
workflow_run:
workflows: ["Release JS package @teamhanko/passkeys-sdk"]
branches: "main"
types:
- completed
push:
tags:
- "@teamhanko/passkeys-sdk@*"

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-js-passkeys-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release JS package @teamhanko/passkeys-sdk
on:
push:
tags:
- "js-packages@*"
- "@teamhanko/passkeys-sdk@*"

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions packages/js/passkeys-next-auth-provider/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.6",
"version": "0.1.8",
"module": "src/index.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@teamhanko/passkeys-sdk": "^0.1.6",
"@teamhanko/passkeys-sdk": "^0.1.7",
"@github/webauthn-json": "^2.1.1",
"jose": "^5.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/js/passkeys-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6",
"version": "0.1.7",
"module": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f2b7e73

Please sign in to comment.