@aws-amplify/ui-react-liveness 3.1.10 → 3.1.11

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.10';
1
+ const VERSION = '3.1.11';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -833,7 +833,7 @@ function getFaceMatchStateInLivenessOval({ face, ovalDetails, initialFaceInterse
833
833
  return { faceMatchState, faceMatchPercentage };
834
834
  }
835
835
 
836
- const VERSION = '3.1.10';
836
+ const VERSION = '3.1.11';
837
837
 
838
838
  const BASE_USER_AGENT = `ui-react-liveness/${VERSION}`;
839
839
  const getLivenessUserAgent = () => {
@@ -1,5 +1,5 @@
1
1
  import { HttpRequest, HttpResponse } from '@smithy/protocol-http';
2
- import { Provider, RequestHandler, RequestHandlerMetadata } from '@smithy/types';
2
+ import { Provider, RequestHandler, RequestHandlerMetadata } from './types';
3
3
  export declare const WEBSOCKET_CONNECTION_TIMEOUT_MESSAGE = "Websocket connection timeout";
4
4
  export interface WebSocketFetchHandlerOptions {
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import { SignatureV4 } from '@smithy/signature-v4';
2
- import { HttpRequest as HttpRequest, RequestPresigningArguments } from '@smithy/types';
2
+ import { HttpRequest as HttpRequest, RequestPresigningArguments } from './types';
3
3
  export declare const REQUEST_EXPIRY = 299;
4
4
  export declare class Signer extends SignatureV4 {
5
5
  presign(request: HttpRequest, options?: Omit<RequestPresigningArguments, 'expiresIn'>): Promise<HttpRequest>;
@@ -0,0 +1 @@
1
+ export { HttpRequest, Provider, RequestHandler, RequestHandlerMetadata, RequestPresigningArguments, } from '@smithy/types';
@@ -1 +1 @@
1
- export declare const VERSION = "3.1.10";
1
+ export declare const VERSION = "3.1.11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-liveness",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -42,19 +42,21 @@
42
42
  "typecheck": "tsc --noEmit"
43
43
  },
44
44
  "peerDependencies": {
45
- "aws-amplify": "^6.3.2",
45
+ "@aws-amplify/core": "^6.4.0",
46
+ "aws-amplify": "^6.6.0",
46
47
  "react": "^16.14.0 || ^17.0 || ^18.0",
47
48
  "react-dom": "^16.14.0 || ^17.0 || ^18.0"
48
49
  },
49
50
  "dependencies": {
50
- "@aws-amplify/ui": "6.6.0",
51
- "@aws-amplify/ui-react": "6.5.0",
51
+ "@aws-amplify/ui": "6.6.1",
52
+ "@aws-amplify/ui-react": "6.5.1",
52
53
  "@aws-sdk/client-rekognitionstreaming": "3.621.0",
53
54
  "@aws-sdk/util-format-url": "3.609.0",
54
55
  "@smithy/eventstream-serde-browser": "^2.0.4",
55
56
  "@smithy/fetch-http-handler": "^2.1.3",
56
57
  "@smithy/protocol-http": "^3.0.3",
57
58
  "@smithy/signature-v4": "2.1.4",
59
+ "@smithy/types": "^3.3.0",
58
60
  "@mediapipe/face_detection": "~0.4.0",
59
61
  "@tensorflow-models/face-detection": "1.0.2",
60
62
  "@tensorflow/tfjs-backend-cpu": "4.11.0",