@widgetic/editor 3.10.38 → 3.10.39

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/lib/dev/editor.js CHANGED
@@ -13347,7 +13347,7 @@ WidgetEditor = (function(superClass) {
13347
13347
  this.el.append(this.tabs.el);
13348
13348
  LoginPopup.place(this.el);
13349
13349
  Blogvio.pubsub.subscribe('api/token/update', this._updateLoggedInStatus);
13350
- this.el.attr('editorVersion', "3.10.38");
13350
+ this.el.attr('editorVersion', "3.10.39");
13351
13351
  }
13352
13352
 
13353
13353
 
@@ -23652,8 +23652,8 @@ SC = __webpack_require__(171);
23652
23652
  config = {
23653
23653
  api_url: 'https://api.soundcloud.com',
23654
23654
  client_id: 'aed0aa63baf747a83ad0b6b246acddca',
23655
- redirect_uri: widgetic_backend_url + 'connect',
23656
- tracks_url: widgetic_backend_url + 'tracks',
23655
+ redirect_uri: 'https://widgetic.com/connect/soundcloud',
23656
+ tracks_url: widgetic_backend_url + 'tracks/',
23657
23657
  grant_type: 'refresh_token'
23658
23658
  };
23659
23659