Skip to content

Commit

Permalink
v0.7.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse authored Aug 18, 2023
1 parent 5ad8c31 commit 8c6ec1b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 58 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.6.7",
"amazon-cognito-passwordless-auth": "^0.7.0",
"aws-cdk-lib": "^2.83.1",
"cdk-nag": "^2.27.35",
"constructs": "^10.2.50"
Expand Down
63 changes: 14 additions & 49 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.6.7",
"amazon-cognito-passwordless-auth": "^0.7.0",
"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.6.7",
"version": "0.7.0",
"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 8c6ec1b

Please sign in to comment.