Skip to content

Commit 6eae606

Browse files
authored
fix(liveness): bump challenge version. (#6608)
* feat(liveness): update challenge version * add changeset * Update changeset commit message
1 parent f52aa72 commit 6eae606

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/sour-cooks-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/ui-react-liveness': patch
3+
---
4+
5+
fix(liveness): bump FACE_MOVEMENT_AND_LIGHT_CHALLENGE challenge to 2.0.0

packages/react-liveness/src/components/FaceLivenessDetector/service/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface ChallengeType {
5252

5353
export const FACE_MOVEMENT_AND_LIGHT_CHALLENGE: ChallengeType = {
5454
type: 'FaceMovementAndLightChallenge',
55-
version: '1.0.0',
55+
version: '2.0.0',
5656
};
5757

5858
export const FACE_MOVEMENT_CHALLENGE: ChallengeType = {

0 commit comments

Comments
 (0)