@tsocial/tvweb-sdk.tcb 5.12.0 → 5.12.2
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.
@@ -313,10 +313,8 @@
|
|
313
313
|
document.body.style.height = 'auto';
|
314
314
|
tv.destroyView();
|
315
315
|
},
|
316
|
-
clientSettings: JSON.parse(idCardSettingsEl.value),
|
317
316
|
detectIdCard: handleDetectIdCard,
|
318
317
|
onStepDone: handleStepDoneIDCard,
|
319
|
-
steps: JSON.parse(idCardStepsEl.value),
|
320
318
|
tracking: JSON.parse(trackingConfigEl.value),
|
321
319
|
}
|
322
320
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tsocial/tvweb-sdk.tcb",
|
3
|
-
"version": "5.12.
|
3
|
+
"version": "5.12.2",
|
4
4
|
"description": "TV Web SDK - The Standalone SDK",
|
5
5
|
"keywords": [],
|
6
6
|
"license": "ISC",
|
@@ -23,8 +23,8 @@
|
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
25
|
"@tsocial/trustvision-sdk": "2.10.1",
|
26
|
-
"@tsocial/tvweb-core": "^5.12.
|
27
|
-
"@tsocial/tvweb-ui": "^5.12.
|
26
|
+
"@tsocial/tvweb-core": "^5.12.2",
|
27
|
+
"@tsocial/tvweb-ui": "^5.12.2",
|
28
28
|
"invariant": "^2.2.4",
|
29
29
|
"react": "^16.14.0",
|
30
30
|
"react-app-polyfill": "^2.0.0",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"styled-components": "^5.2.1"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@tsocial/tvweb-builder": "^5.12.
|
35
|
+
"@tsocial/tvweb-builder": "^5.12.2"
|
36
36
|
},
|
37
|
-
"gitHead": "
|
37
|
+
"gitHead": "e0bb937f2d14aec7847676fcf1ef4686a6d5abed"
|
38
38
|
}
|