@tsocial/tvweb-sdk.tiki 5.21.0 → 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://unpkg.com/@tsocial/trustvision-sdk@2.10.1/dist/trustvision-sdk.umd.js"></script>
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.tiki.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://unpkg.com/@tsocial/tvweb-sdk.tiki@latest/assets",
141
+ assetRoot: "https://cdn.jsdelivr.net/npm/@tsocial/tvweb-sdk.tiki@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://unpkg.com/@tsocial/tvweb-sdk.tiki@latest/assets',
19
+ assetRoot: 'https://cdn.jsdelivr.net/npm/@tsocial/tvweb-sdk.tiki@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.tiki",
3
- "version": "5.21.0",
3
+ "version": "5.22.0",
4
4
  "description": "TV Web SDK - The Standalone TIKI 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.10.3",
26
- "@tsocial/tvweb-core": "^5.21.0",
27
- "@tsocial/tvweb-ui": "^5.21.0",
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.21.0"
35
+ "@tsocial/tvweb-builder": "^5.22.0"
36
36
  },
37
- "gitHead": "9f9a1d7de8d390df2fabe353380a5debff06a6a0"
37
+ "gitHead": "644829cac95afa395905b466672eeca835afb4f6"
38
38
  }