@aws-amplify/ui-react-liveness 3.4.6 → 3.4.7

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.4.6';
1
+ const VERSION = '3.4.7';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -1055,7 +1055,7 @@ function createRequestStreamGenerator(stream) {
1055
1055
  };
1056
1056
  }
1057
1057
 
1058
- const VERSION = '3.4.6';
1058
+ const VERSION = '3.4.7';
1059
1059
 
1060
1060
  const BASE_USER_AGENT = `ui-react-liveness/${VERSION}`;
1061
1061
  const getLivenessUserAgent = () => {
@@ -1 +1 @@
1
- export declare const VERSION = "3.4.6";
1
+ export declare const VERSION = "3.4.7";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-liveness",
3
- "version": "3.4.6",
3
+ "version": "3.4.7",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -48,8 +48,8 @@
48
48
  "react-dom": "^16.14 || ^17 || ^18 || ^19"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-amplify/ui": "6.12.0",
52
- "@aws-amplify/ui-react": "6.13.0",
51
+ "@aws-amplify/ui": "6.12.1",
52
+ "@aws-amplify/ui-react": "6.13.1",
53
53
  "@aws-sdk/client-rekognitionstreaming": "3.828.0",
54
54
  "@aws-sdk/util-format-url": "3.609.0",
55
55
  "@smithy/eventstream-serde-browser": "^4.0.4",