Skip to content

Commit

Permalink
Version bump for NPM release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse authored Jun 6, 2023
1 parent 2143939 commit df60776
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.0.4"
},
"dependencies": {
"amazon-cognito-passwordless-auth": "^0.6.2",
"amazon-cognito-passwordless-auth": "^0.6.3",
"aws-cdk-lib": "^2.76.0",
"cdk-nag": "^2.26.5",
"constructs": "^10.2.6"
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.6.2",
"amazon-cognito-passwordless-auth": "^0.6.3",
"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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-cognito-passwordless-auth",
"version": "0.6.2",
"version": "0.6.3",
"description": "Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up",
"keywords": [
"AWS",
Expand All @@ -10,7 +10,7 @@
"Passwordless",
"SMS OTP",
"WebAuthn",
"aws-cdk",
"awscdk",
"passkeys"
],
"license": "Apache-2.0",
Expand Down

0 comments on commit df60776

Please sign in to comment.