jubo-sdk 1.0.3 → 1.1.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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -6994,7 +6994,7 @@
|
|
|
6994
6994
|
var device = urlData.device || ls.get('device') || '';
|
|
6995
6995
|
var isfull = urlData.isfull || ls.get('isfull') || '';
|
|
6996
6996
|
setTimeout(function () {
|
|
6997
|
-
console.log(
|
|
6997
|
+
console.log("🚀 ~ file: index.ts:20 ~ urlData.isfull || ls.get('isfull'):", isfull, urlData.isfull);
|
|
6998
6998
|
}, 1000);
|
|
6999
6999
|
var version = urlData.version || ls.get('version') || '';
|
|
7000
7000
|
ls.set('device', device);
|
|
@@ -7012,6 +7012,6 @@
|
|
|
7012
7012
|
}));
|
|
7013
7013
|
|
|
7014
7014
|
if(typeof window !== 'undefined') {
|
|
7015
|
-
window._juboSDK_VERSION_ = '1.0
|
|
7015
|
+
window._juboSDK_VERSION_ = '1.1.0'
|
|
7016
7016
|
}
|
|
7017
7017
|
//# sourceMappingURL=index.js.map
|