@flopflip/http-adapter 13.4.0 → 13.4.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.
@@ -265,7 +265,7 @@ class HttpAdapter {
265
265
  const adapter = new HttpAdapter();
266
266
  adapterUtilities.exposeGlobally(adapter);
267
267
 
268
- const version = "13.4.0";
268
+ const version = "13.4.1";
269
269
 
270
270
  exports["default"] = adapter;
271
271
  exports.version = version;
@@ -265,7 +265,7 @@ class HttpAdapter {
265
265
  const adapter = new HttpAdapter();
266
266
  adapterUtilities.exposeGlobally(adapter);
267
267
 
268
- const version = "13.4.0";
268
+ const version = "13.4.1";
269
269
 
270
270
  exports["default"] = adapter;
271
271
  exports.version = version;
@@ -237,6 +237,6 @@ class HttpAdapter {
237
237
  const adapter = new HttpAdapter();
238
238
  exposeGlobally(adapter);
239
239
 
240
- const version = "13.4.0";
240
+ const version = "13.4.1";
241
241
 
242
242
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/http-adapter",
3
- "version": "13.4.0",
3
+ "version": "13.4.1",
4
4
  "description": "An HTTP adapter for flipflop",
5
5
  "main": "dist/flopflip-http-adapter.cjs.js",
6
6
  "module": "dist/flopflip-http-adapter.esm.js",
@@ -30,10 +30,10 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@babel/runtime": "7.24.0",
33
- "@flopflip/adapter-utilities": "13.4.0",
34
- "@flopflip/localstorage-cache": "13.4.0",
35
- "@flopflip/sessionstorage-cache": "13.4.0",
36
- "@flopflip/types": "13.4.0",
33
+ "@flopflip/adapter-utilities": "13.4.1",
34
+ "@flopflip/localstorage-cache": "13.4.1",
35
+ "@flopflip/sessionstorage-cache": "13.4.1",
36
+ "@flopflip/types": "13.4.1",
37
37
  "lodash": "4.17.21",
38
38
  "mitt": "3.0.1",
39
39
  "tiny-warning": "1.0.3"