Skip to content

Commit

Permalink
V0.4.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse authored Apr 25, 2023
1 parent da23854 commit 6a37895
Show file tree
Hide file tree
Showing 7 changed files with 1,547 additions and 461 deletions.
2 changes: 1 addition & 1 deletion client/react/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const Passwordless = ({
}

if (signInStatus === "SIGNED_IN") {
if (children) return children;
if (children) return <>{children}</>;
return (
<FlexContainer brand={brand}>
<div className="passwordless-flex">
Expand Down
533 changes: 273 additions & 260 deletions end-to-end-example/cdk/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions end-to-end-example/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"devDependencies": {
"@types/aws-lambda": "^8.10.114",
"@types/node": "^18.15.11",
"@types/node": "^18.16.0",
"@types/tap": "^15.0.8",
"esbuild": "^0.17.16",
"esbuild": "^0.17.18",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"amazon-cognito-passwordless-auth": "^0.3.0",
"aws-cdk-lib": "^2.74.0",
"cdk-nag": "^2.25.11",
"constructs": "^10.1.310"
"amazon-cognito-passwordless-auth": "^0.4.2",
"aws-cdk-lib": "^2.76.0",
"cdk-nag": "^2.26.5",
"constructs": "^10.2.6"
}
}
1,447 changes: 1,260 additions & 187 deletions end-to-end-example/client/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions end-to-end-example/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"dependencies": {
"@cloudscape-design/global-styles": "^1.0.8",
"amazon-cognito-passwordless-auth": "^0.3.0",
"amazon-cognito-passwordless-auth": "^0.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/react": "^18.0.35",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.0.0",
"s3-spa-upload": "^2.1.2",
"typescript": "^5.0.4",
"vite": "^4.2.1"
"vite": "^4.3.1"
}
}
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.3.0",
"version": "0.4.2",
"description": "Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn), Magic Link, SMS OTP Step Up",
"keywords": [
"AWS",
Expand Down

0 comments on commit 6a37895

Please sign in to comment.