@aws-amplify/ui-react-liveness 3.3.5 → 3.3.6
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.
- package/dist/esm/version.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -832,7 +832,7 @@ function getFaceMatchStateInLivenessOval({ face, ovalDetails, initialFaceInterse
|
|
|
832
832
|
return { faceMatchState, faceMatchPercentage };
|
|
833
833
|
}
|
|
834
834
|
|
|
835
|
-
const VERSION = '3.3.
|
|
835
|
+
const VERSION = '3.3.6';
|
|
836
836
|
|
|
837
837
|
const BASE_USER_AGENT = `ui-react-liveness/${VERSION}`;
|
|
838
838
|
const getLivenessUserAgent = () => {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "3.3.
|
|
1
|
+
export declare const VERSION = "3.3.6";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-liveness",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
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.
|
|
52
|
-
"@aws-amplify/ui-react": "6.
|
|
51
|
+
"@aws-amplify/ui": "6.10.0",
|
|
52
|
+
"@aws-amplify/ui-react": "6.10.0",
|
|
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",
|
|
@@ -85,4 +85,4 @@
|
|
|
85
85
|
"limit": "225 kB"
|
|
86
86
|
}
|
|
87
87
|
]
|
|
88
|
-
}
|
|
88
|
+
}
|