@aws-amplify/ui-react-liveness 3.1.19 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- const VERSION = '3.1.19';
1
+ const VERSION = '3.2.1';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -830,7 +830,7 @@ function getFaceMatchStateInLivenessOval({ face, ovalDetails, initialFaceInterse
830
830
  return { faceMatchState, faceMatchPercentage };
831
831
  }
832
832
 
833
- const VERSION = '3.1.19';
833
+ const VERSION = '3.2.1';
834
834
 
835
835
  const BASE_USER_AGENT = `ui-react-liveness/${VERSION}`;
836
836
  const getLivenessUserAgent = () => {
@@ -1 +1 @@
1
- export declare const VERSION = "3.1.19";
1
+ export declare const VERSION = "3.2.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-liveness",
3
- "version": "3.1.19",
3
+ "version": "3.2.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@aws-amplify/ui": "6.7.2",
52
- "@aws-amplify/ui-react": "6.7.2",
52
+ "@aws-amplify/ui-react": "6.8.1",
53
53
  "@aws-sdk/client-rekognitionstreaming": "3.621.0",
54
54
  "@aws-sdk/util-format-url": "3.609.0",
55
55
  "@smithy/eventstream-serde-browser": "^2.0.4",