jubo-sdk 1.0.3 → 1.1.1

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