jubo-sdk 1.5.0-beta.6 → 1.5.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 CHANGED
@@ -7974,7 +7974,7 @@ var device = urlData.device || ls.get('device') || '';
7974
7974
  var isfull = urlData.isfull || ls.get('isfull') || '';
7975
7975
  var version = urlData.version || ls.get('version') || '';
7976
7976
  var channel = urlData.channel || ls.get('channel') || '';
7977
- var proid = urlData.channel || ls.get('proid') || '';
7977
+ var proid = urlData.proid || ls.get('proid') || '';
7978
7978
  ls.set('device', device);
7979
7979
  ls.set('isfull', isfull);
7980
7980
  ls.set('version', version);
@@ -7990,6 +7990,6 @@ exports.default = JuboSdk;
7990
7990
  exports.ls = ls;
7991
7991
 
7992
7992
  if(typeof window !== 'undefined') {
7993
- window._juboSDK_VERSION_ = '1.5.0-beta.6'
7993
+ window._juboSDK_VERSION_ = '1.5.0'
7994
7994
  }
7995
7995
  //# sourceMappingURL=index.cjs.js.map