@flopflip/http-adapter 13.2.0 → 13.2.2

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.
@@ -267,7 +267,7 @@ class HttpAdapter {
267
267
  const adapter = new HttpAdapter();
268
268
  adapterUtilities.exposeGlobally(adapter);
269
269
 
270
- const version = "13.2.0";
270
+ const version = "13.2.2";
271
271
 
272
272
  exports["default"] = adapter;
273
273
  exports.version = version;
@@ -267,7 +267,7 @@ class HttpAdapter {
267
267
  const adapter = new HttpAdapter();
268
268
  adapterUtilities.exposeGlobally(adapter);
269
269
 
270
- const version = "13.2.0";
270
+ const version = "13.2.2";
271
271
 
272
272
  exports["default"] = adapter;
273
273
  exports.version = version;
@@ -239,6 +239,6 @@ class HttpAdapter {
239
239
  const adapter = new HttpAdapter();
240
240
  exposeGlobally(adapter);
241
241
 
242
- const version = "13.2.0";
242
+ const version = "13.2.2";
243
243
 
244
244
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/http-adapter",
3
- "version": "13.2.0",
3
+ "version": "13.2.2",
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.23.9",
33
- "@flopflip/adapter-utilities": "13.2.0",
34
- "@flopflip/localstorage-cache": "13.2.0",
35
- "@flopflip/sessionstorage-cache": "13.2.0",
36
- "@flopflip/types": "13.2.0",
32
+ "@babel/runtime": "7.24.0",
33
+ "@flopflip/adapter-utilities": "13.2.2",
34
+ "@flopflip/localstorage-cache": "13.2.2",
35
+ "@flopflip/sessionstorage-cache": "13.2.2",
36
+ "@flopflip/types": "13.2.2",
37
37
  "lodash": "4.17.21",
38
38
  "mitt": "3.0.1",
39
39
  "tiny-warning": "1.0.3"