@aws-amplify/ui-react-liveness 3.4.0 → 3.4.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.
@@ -34,7 +34,7 @@ const REQUEST_EXPIRY = 299;
34
34
  const CONNECTION_TIMEOUT = 10000;
35
35
  const FACE_MOVEMENT_AND_LIGHT_CHALLENGE = {
36
36
  type: 'FaceMovementAndLightChallenge',
37
- version: '1.0.0',
37
+ version: '2.0.0',
38
38
  };
39
39
  const FACE_MOVEMENT_CHALLENGE = {
40
40
  type: 'FaceMovementChallenge',
@@ -1,3 +1,3 @@
1
- const VERSION = '3.4.0';
1
+ const VERSION = '3.4.1';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -130,7 +130,7 @@ const REQUEST_EXPIRY = 299;
130
130
  const CONNECTION_TIMEOUT = 10000;
131
131
  const FACE_MOVEMENT_AND_LIGHT_CHALLENGE = {
132
132
  type: 'FaceMovementAndLightChallenge',
133
- version: '1.0.0',
133
+ version: '2.0.0',
134
134
  };
135
135
  const FACE_MOVEMENT_CHALLENGE = {
136
136
  type: 'FaceMovementChallenge',
@@ -1055,7 +1055,7 @@ function createRequestStreamGenerator(stream) {
1055
1055
  };
1056
1056
  }
1057
1057
 
1058
- const VERSION = '3.4.0';
1058
+ const VERSION = '3.4.1';
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.0";
1
+ export declare const VERSION = "3.4.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-liveness",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {