@tsocial/tvweb-sdk.tcb 5.21.1 → 5.22.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.
@@ -91,7 +91,7 @@
|
|
91
91
|
<script src="./qr-scanner-for-input-keys.js"></script>
|
92
92
|
<script src="./keys-input.js"></script>
|
93
93
|
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js"></script>
|
94
|
-
<script src="https://
|
94
|
+
<script src="https://cdn.jsdelivr.net/npm/@tsocial/trustvision-sdk@2.10.1/dist/trustvision-sdk.umd.js"></script>
|
95
95
|
<script src="../../build/tvweb-sdk.tcb.standalone.min.js"></script>
|
96
96
|
<script>
|
97
97
|
const keys = [
|
@@ -138,7 +138,7 @@
|
|
138
138
|
const tv = new TVWebSDK.SDK({
|
139
139
|
container: document.getElementById("container"),
|
140
140
|
lang: lang || "vi",
|
141
|
-
assetRoot: "https://
|
141
|
+
assetRoot: "https://cdn.jsdelivr.net/npm/@tsocial/tvweb-sdk.tcb@latest/assets",
|
142
142
|
enableAntiDebug: false,
|
143
143
|
});
|
144
144
|
window.tv = tv;
|
@@ -16,7 +16,7 @@
|
|
16
16
|
const tv = new TVWebSDK.SDK({
|
17
17
|
container: document.getElementById('container'),
|
18
18
|
lang: 'vi',
|
19
|
-
assetRoot: 'https://
|
19
|
+
assetRoot: 'https://cdn.jsdelivr.net/npm/@tsocial/tvweb-sdk.tcb@latest/assets',
|
20
20
|
})
|
21
21
|
const buttonOpenCamera = document.getElementById('btn-open-camera')
|
22
22
|
const imgResultEl = document.getElementById('img-result')
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tsocial/tvweb-sdk.tcb",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.22.0",
|
4
4
|
"description": "TV Web SDK - The Standalone SDK",
|
5
5
|
"keywords": [],
|
6
6
|
"license": "ISC",
|
@@ -22,9 +22,9 @@
|
|
22
22
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@tsocial/trustvision-sdk": "2.11.
|
26
|
-
"@tsocial/tvweb-core": "^5.
|
27
|
-
"@tsocial/tvweb-ui": "^5.
|
25
|
+
"@tsocial/trustvision-sdk": "2.11.2",
|
26
|
+
"@tsocial/tvweb-core": "^5.22.0",
|
27
|
+
"@tsocial/tvweb-ui": "^5.22.0",
|
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.
|
35
|
+
"@tsocial/tvweb-builder": "^5.22.0"
|
36
36
|
},
|
37
|
-
"gitHead": "
|
37
|
+
"gitHead": "644829cac95afa395905b466672eeca835afb4f6"
|
38
38
|
}
|
package/assets/.DS_Store
DELETED
Binary file
|