@flopflip/http-adapter 13.1.3 → 13.1.5

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.
@@ -264,7 +264,7 @@ class HttpAdapter {
264
264
  const adapter = new HttpAdapter();
265
265
  adapterUtilities.exposeGlobally(adapter);
266
266
 
267
- const version = "13.1.3";
267
+ const version = "13.1.5";
268
268
 
269
269
  exports["default"] = adapter;
270
270
  exports.version = version;
@@ -264,7 +264,7 @@ class HttpAdapter {
264
264
  const adapter = new HttpAdapter();
265
265
  adapterUtilities.exposeGlobally(adapter);
266
266
 
267
- const version = "13.1.3";
267
+ const version = "13.1.5";
268
268
 
269
269
  exports["default"] = adapter;
270
270
  exports.version = version;
@@ -236,6 +236,6 @@ class HttpAdapter {
236
236
  const adapter = new HttpAdapter();
237
237
  exposeGlobally(adapter);
238
238
 
239
- const version = "13.1.3";
239
+ const version = "13.1.5";
240
240
 
241
241
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/http-adapter",
3
- "version": "13.1.3",
3
+ "version": "13.1.5",
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",
@@ -29,11 +29,11 @@
29
29
  "client"
30
30
  ],
31
31
  "dependencies": {
32
- "@babel/runtime": "7.22.11",
33
- "@flopflip/adapter-utilities": "13.1.3",
34
- "@flopflip/localstorage-cache": "13.1.3",
35
- "@flopflip/sessionstorage-cache": "13.1.3",
36
- "@flopflip/types": "13.1.3",
32
+ "@babel/runtime": "7.23.2",
33
+ "@flopflip/adapter-utilities": "13.1.5",
34
+ "@flopflip/localstorage-cache": "13.1.5",
35
+ "@flopflip/sessionstorage-cache": "13.1.5",
36
+ "@flopflip/types": "13.1.5",
37
37
  "lodash": "4.17.21",
38
38
  "mitt": "3.0.1",
39
39
  "tiny-warning": "1.0.3"