@aws-amplify/ui-react-liveness 3.6.0 → 3.6.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.6.0';
1
+ const VERSION = '3.6.1';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -1078,7 +1078,7 @@ function createRequestStreamGenerator(stream) {
1078
1078
  };
1079
1079
  }
1080
1080
 
1081
- const VERSION = '3.6.0';
1081
+ const VERSION = '3.6.1';
1082
1082
 
1083
1083
  const BASE_USER_AGENT = `ui-react-liveness/${VERSION}`;
1084
1084
  const getLivenessUserAgent = () => {
@@ -1 +1 @@
1
- export declare const VERSION = "3.6.0";
1
+ export declare const VERSION = "3.6.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-liveness",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -49,8 +49,8 @@
49
49
  "react-dom": "^16.14 || ^17 || ^18 || ^19"
50
50
  },
51
51
  "dependencies": {
52
- "@aws-amplify/ui": "6.15.0",
53
- "@aws-amplify/ui-react": "6.15.0",
52
+ "@aws-amplify/ui": "6.15.1",
53
+ "@aws-amplify/ui-react": "6.15.1",
54
54
  "@aws-sdk/client-rekognitionstreaming": "3.967.0",
55
55
  "@aws-sdk/util-format-url": "3.965.0",
56
56
  "@smithy/eventstream-serde-browser": "^4.0.4",