@tsocial/tvweb-sdk.tcli 0.0.0-beta.20251215-170414 → 5.34.0

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.
@@ -1674,6 +1674,7 @@ type BaseLivenessDetectionOptions = {
1674
1674
  onClose?: () => void;
1675
1675
  serviceSettings?: ServiceSettings;
1676
1676
  flowId?: FlowId;
1677
+ extraConfig?: Record<string, any>;
1677
1678
  };
1678
1679
  type LivenessDetectionOptions = (BaseLivenessDetectionOptions & {
1679
1680
  apiCheck: true;
@@ -1735,6 +1736,7 @@ type BaseFaceAuthenticationOptions = {
1735
1736
  onClose?: () => void;
1736
1737
  serviceSettings?: ServiceSettings;
1737
1738
  flowId?: FlowId;
1739
+ extraConfig?: Record<string, any>;
1738
1740
  };
1739
1741
  type FaceAuthenticationOptions = (BaseFaceAuthenticationOptions & {
1740
1742
  apiCheck: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsocial/tvweb-sdk.tcli",
3
- "version": "0.0.0-beta.20251215-170414",
3
+ "version": "5.34.0",
4
4
  "description": "TV Web SDK - The Standalone SDK",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -27,14 +27,14 @@
27
27
  "test": "echo \"Error: run tests from root\" && exit 1"
28
28
  },
29
29
  "devDependencies": {
30
- "@tsocial/tvweb-builder": "0.0.0-beta.20251215-170414",
31
- "@tsocial/tvweb-core": "0.0.0-beta.20251215-170414",
32
- "@tsocial/tvweb-ui": "0.0.0-beta.20251215-170414",
30
+ "@tsocial/tvweb-builder": "5.34.0",
31
+ "@tsocial/tvweb-core": "5.34.0",
32
+ "@tsocial/tvweb-ui": "5.34.0",
33
33
  "invariant": "^2.2.4",
34
34
  "react": "^16.14.0",
35
35
  "react-app-polyfill": "^2.0.0",
36
36
  "react-dom": "^16.14.0",
37
37
  "styled-components": "^6.1.12"
38
38
  },
39
- "gitHead": "6c15f9f77ed74ad0d5c5db96f55c75ecf59b760e"
39
+ "gitHead": "50bbbf73143802b57dd648f1b2c72f02c134ddec"
40
40
  }