@tsocial/tvweb-sdk.tiki 5.12.2 → 5.12.4
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.
@@ -151,7 +151,7 @@
|
|
151
151
|
}
|
152
152
|
function onSelectLang() {
|
153
153
|
const langEle = document.getElementById("select-lang");
|
154
|
-
localStorage.setItem('lang', langEle
|
154
|
+
localStorage.setItem('lang', langEle.value);
|
155
155
|
location.reload();
|
156
156
|
}
|
157
157
|
function createObjectURL(blob) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tsocial/tvweb-sdk.tiki",
|
3
|
-
"version": "5.12.
|
3
|
+
"version": "5.12.4",
|
4
4
|
"description": "TV Web SDK - The Standalone TIKI 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.4",
|
27
|
+
"@tsocial/tvweb-ui": "^5.12.4",
|
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.4"
|
36
36
|
},
|
37
|
-
"gitHead": "
|
37
|
+
"gitHead": "09015ada08847f0587f9bb06aa45416550ca144e"
|
38
38
|
}
|