@tsocial/tvweb-sdk.nbcci 0.0.0-beta.20251215-170414 → 0.0.0-beta.20260102-113929
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/build/tvweb-sdk.nbcci.cjs.min.js +720 -720
- package/build/tvweb-sdk.nbcci.esm.min.js +720 -720
- package/build/tvweb-sdk.nbcci.standalone.js +578 -555
- package/build/tvweb-sdk.nbcci.standalone.min.js +720 -720
- package/build/types/index.d.ts +2 -0
- package/package.json +5 -5
package/build/types/index.d.ts
CHANGED
|
@@ -1475,6 +1475,7 @@ type BaseLivenessDetectionOptions = {
|
|
|
1475
1475
|
onClose?: () => void;
|
|
1476
1476
|
serviceSettings?: ServiceSettings;
|
|
1477
1477
|
flowId?: FlowId;
|
|
1478
|
+
extraConfig?: Record<string, any>;
|
|
1478
1479
|
};
|
|
1479
1480
|
type LivenessDetectionOptions = (BaseLivenessDetectionOptions & {
|
|
1480
1481
|
apiCheck: true;
|
|
@@ -1536,6 +1537,7 @@ type BaseFaceAuthenticationOptions = {
|
|
|
1536
1537
|
onClose?: () => void;
|
|
1537
1538
|
serviceSettings?: ServiceSettings;
|
|
1538
1539
|
flowId?: FlowId;
|
|
1540
|
+
extraConfig?: Record<string, any>;
|
|
1539
1541
|
};
|
|
1540
1542
|
type FaceAuthenticationOptions = (BaseFaceAuthenticationOptions & {
|
|
1541
1543
|
apiCheck: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsocial/tvweb-sdk.nbcci",
|
|
3
|
-
"version": "0.0.0-beta.
|
|
3
|
+
"version": "0.0.0-beta.20260102-113929",
|
|
4
4
|
"description": "TV Web SDK - The Standalone SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Nha Hoang <nha.hoang@trustingsocial.com>",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@tsocial/tvweb-builder": "0.0.0-beta.
|
|
33
|
-
"@tsocial/tvweb-core": "0.0.0-beta.
|
|
34
|
-
"@tsocial/tvweb-ui": "0.0.0-beta.
|
|
32
|
+
"@tsocial/tvweb-builder": "0.0.0-beta.20260102-113929",
|
|
33
|
+
"@tsocial/tvweb-core": "0.0.0-beta.20260102-113929",
|
|
34
|
+
"@tsocial/tvweb-ui": "0.0.0-beta.20260102-113929",
|
|
35
35
|
"invariant": "^2.2.4",
|
|
36
36
|
"react": "^16.14.0",
|
|
37
37
|
"react-app-polyfill": "^2.0.0",
|
|
38
38
|
"react-dom": "^16.14.0",
|
|
39
39
|
"styled-components": "^6.1.12"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "296f89c4d8b67e32806bcea692ba3a0dc5da06f6"
|
|
42
42
|
}
|