@tsocial/tvweb-sdk 5.8.3 → 5.9.1
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.
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
const langEle = document.getElementById("select-lang");
|
|
161
161
|
langEle.value = lang;
|
|
162
162
|
}
|
|
163
|
-
|
|
163
|
+
tv = new TVWebSDK.SDK({
|
|
164
164
|
container: document.getElementById("container"),
|
|
165
165
|
lang: lang || "vi",
|
|
166
166
|
assetRoot: "https://unpkg.com/tv-model-prod@1.0.7/assets",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsocial/tvweb-sdk",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.9.1",
|
|
4
4
|
"description": "TV Web SDK - The Standalone SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Nha Hoang <nha.hoang@trustingsocial.com>",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@tsocial/trustvision-sdk": "2.10.1",
|
|
27
|
-
"@tsocial/tvweb-core": "^5.
|
|
28
|
-
"@tsocial/tvweb-ui": "^5.
|
|
27
|
+
"@tsocial/tvweb-core": "^5.9.1",
|
|
28
|
+
"@tsocial/tvweb-ui": "^5.9.1",
|
|
29
29
|
"http-server": "0.12.3",
|
|
30
30
|
"invariant": "^2.2.4",
|
|
31
31
|
"react": "^16.14.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"styled-components": "^5.2.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tsocial/tvweb-builder": "^5.
|
|
37
|
+
"@tsocial/tvweb-builder": "^5.9.1"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c5e8fccb165558622c8a21898dc61d9b73281381"
|
|
40
40
|
}
|