Skip to content

Commit

Permalink
Version bump for NPM release (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse authored Nov 21, 2024
1 parent b537544 commit f1e6c1f
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 @@ -17,7 +17,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"amazon-cognito-passwordless-auth": "^0.14.3",
"amazon-cognito-passwordless-auth": "^0.14.4",
"aws-cdk-lib": "^2.146.0",
"cdk-nag": "^2.28.144",
"constructs": "^10.3.0",
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 @@ -13,7 +13,7 @@
},
"dependencies": {
"@cloudscape-design/global-styles": "^1.0.27",
"amazon-cognito-passwordless-auth": "^0.14.3",
"amazon-cognito-passwordless-auth": "^0.14.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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.14.3",
"version": "0.14.4",
"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 f1e6c1f

Please sign in to comment.