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.esm.js
CHANGED
|
@@ -6988,7 +6988,7 @@ var urlData = urlToParams(url);
|
|
|
6988
6988
|
var device = urlData.device || ls.get('device') || '';
|
|
6989
6989
|
var isfull = urlData.isfull || ls.get('isfull') || '';
|
|
6990
6990
|
setTimeout(function () {
|
|
6991
|
-
console.log(
|
|
6991
|
+
console.log("🚀 ~ file: index.ts:20 ~ urlData.isfull || ls.get('isfull'):", isfull, urlData.isfull);
|
|
6992
6992
|
}, 1000);
|
|
6993
6993
|
var version = urlData.version || ls.get('version') || '';
|
|
6994
6994
|
ls.set('device', device);
|
|
@@ -7001,6 +7001,6 @@ if (process.env.NODE_ENV === 'development') {
|
|
|
7001
7001
|
export { AppNameEnum, JuboSdk as default, ls, shellTypeEnum, supporterTypeEnum, systemTypeEnum };
|
|
7002
7002
|
|
|
7003
7003
|
if(typeof window !== 'undefined') {
|
|
7004
|
-
window._juboSDK_VERSION_ = '1.0
|
|
7004
|
+
window._juboSDK_VERSION_ = '1.1.0'
|
|
7005
7005
|
}
|
|
7006
7006
|
//# sourceMappingURL=index.esm.js.map
|