Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse committed Dec 11, 2023
1 parent f6958da commit 46bb713
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions end-to-end-example/cdk/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 end-to-end-example/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "^5.1.3"
},
"dependencies": {
"amazon-cognito-passwordless-auth": "^0.12.0",
"amazon-cognito-passwordless-auth": "^0.12.1",
"aws-cdk-lib": "^2.83.1",
"cdk-nag": "^2.27.35",
"constructs": "^10.2.50"
Expand Down
8 changes: 4 additions & 4 deletions end-to-end-example/client/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 end-to-end-example/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@cloudscape-design/global-styles": "^1.0.8",
"amazon-cognito-passwordless-auth": "^0.12.0",
"amazon-cognito-passwordless-auth": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-cognito-passwordless-auth",
"version": "0.12.0",
"version": "0.12.1",
"description": "Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up",
"keywords": [
"AWS",
Expand Down

0 comments on commit 46bb713

Please sign in to comment.