@tsocial/tvweb-sdk.tcb.bss 5.8.1 → 5.8.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.
@@ -171,7 +171,7 @@
171
171
  container: document.getElementById("container"),
172
172
  lang: lang || "vi",
173
173
  // assetRoot: "../../assets/tcb.bss",
174
- assetRoot: "https://unpkg.com/@tsocial/tvweb-sdk.tcb.bss@latest/assets",
174
+ assetRoot: "../../assets",
175
175
  enableAntiDebug: false,
176
176
  });
177
177
  window.tv = tv;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsocial/tvweb-sdk.tcb.bss",
3
- "version": "5.8.1",
3
+ "version": "5.8.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.8.0",
27
- "@tsocial/tvweb-ui": "^5.8.0",
26
+ "@tsocial/tvweb-core": "^5.8.2",
27
+ "@tsocial/tvweb-ui": "^5.8.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.8.0"
35
+ "@tsocial/tvweb-builder": "^5.8.2"
36
36
  },
37
- "gitHead": "06fee07c7429a3f04581313870211d0b63dd6db1"
37
+ "gitHead": "49c557274e65f7eb966cb9232271b041f8410ca3"
38
38
  }