swell-js 5.1.3 → 5.2.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/api.mjs CHANGED
@@ -157,7 +157,7 @@ function swell(initStore = undefined, initKey, initOptions = {}) {
157
157
  const api = {};
158
158
 
159
159
  Object.assign(api, {
160
- version: '5.1.3',
160
+ version: '5.2.0',
161
161
  options,
162
162
  request,
163
163