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.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('🚀 ~ file: index.ts:20 ~ urlData.isfull || ls.get(\'isfull\'):', isfull, urlData.isfull);
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.2'
7004
+ window._juboSDK_VERSION_ = '1.1.0'
7005
7005
  }
7006
7006
  //# sourceMappingURL=index.esm.js.map