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.cjs.js
CHANGED
|
@@ -6992,7 +6992,7 @@ var urlData = urlToParams(url);
|
|
|
6992
6992
|
var device = urlData.device || ls.get('device') || '';
|
|
6993
6993
|
var isfull = urlData.isfull || ls.get('isfull') || '';
|
|
6994
6994
|
setTimeout(function () {
|
|
6995
|
-
console.log(
|
|
6995
|
+
console.log("🚀 ~ file: index.ts:20 ~ urlData.isfull || ls.get('isfull'):", isfull, urlData.isfull);
|
|
6996
6996
|
}, 1000);
|
|
6997
6997
|
var version = urlData.version || ls.get('version') || '';
|
|
6998
6998
|
ls.set('device', device);
|
|
@@ -7006,6 +7006,6 @@ exports.default = JuboSdk;
|
|
|
7006
7006
|
exports.ls = ls;
|
|
7007
7007
|
|
|
7008
7008
|
if(typeof window !== 'undefined') {
|
|
7009
|
-
window._juboSDK_VERSION_ = '1.0
|
|
7009
|
+
window._juboSDK_VERSION_ = '1.1.0'
|
|
7010
7010
|
}
|
|
7011
7011
|
//# sourceMappingURL=index.cjs.js.map
|