@flopflip/http-adapter 13.1.7 → 13.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.
@@ -1,3 +1,3 @@
1
1
  export * from "./declarations/src/index";
2
2
  export { default } from "./declarations/src/index";
3
- //# sourceMappingURL=flopflip-http-adapter.cjs.d.ts.map
3
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmxvcGZsaXAtaHR0cC1hZGFwdGVyLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
@@ -82,6 +82,8 @@ class HttpAdapter {
82
82
  writable: true,
83
83
  value: async cacheIdentifier => {
84
84
  let cacheModule;
85
+
86
+ // eslint-disable-next-line default-case
85
87
  switch (cacheIdentifier) {
86
88
  case types.cacheIdentifiers.local:
87
89
  {
@@ -265,7 +267,7 @@ class HttpAdapter {
265
267
  const adapter = new HttpAdapter();
266
268
  adapterUtilities.exposeGlobally(adapter);
267
269
 
268
- const version = "13.1.7";
270
+ const version = "13.2.0";
269
271
 
270
272
  exports["default"] = adapter;
271
273
  exports.version = version;
@@ -82,6 +82,8 @@ class HttpAdapter {
82
82
  writable: true,
83
83
  value: async cacheIdentifier => {
84
84
  let cacheModule;
85
+
86
+ // eslint-disable-next-line default-case
85
87
  switch (cacheIdentifier) {
86
88
  case types.cacheIdentifiers.local:
87
89
  {
@@ -265,7 +267,7 @@ class HttpAdapter {
265
267
  const adapter = new HttpAdapter();
266
268
  adapterUtilities.exposeGlobally(adapter);
267
269
 
268
- const version = "13.1.7";
270
+ const version = "13.2.0";
269
271
 
270
272
  exports["default"] = adapter;
271
273
  exports.version = version;
@@ -54,6 +54,8 @@ class HttpAdapter {
54
54
  writable: true,
55
55
  value: async cacheIdentifier => {
56
56
  let cacheModule;
57
+
58
+ // eslint-disable-next-line default-case
57
59
  switch (cacheIdentifier) {
58
60
  case cacheIdentifiers.local:
59
61
  {
@@ -237,6 +239,6 @@ class HttpAdapter {
237
239
  const adapter = new HttpAdapter();
238
240
  exposeGlobally(adapter);
239
241
 
240
- const version = "13.1.7";
242
+ const version = "13.2.0";
241
243
 
242
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.1.7",
3
+ "version": "13.2.0",
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.2",
33
- "@flopflip/adapter-utilities": "13.1.7",
34
- "@flopflip/localstorage-cache": "13.1.7",
35
- "@flopflip/sessionstorage-cache": "13.1.7",
36
- "@flopflip/types": "13.1.7",
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",
37
37
  "lodash": "4.17.21",
38
38
  "mitt": "3.0.1",
39
39
  "tiny-warning": "1.0.3"
@@ -1 +0,0 @@
1
- {"version":3,"file":"flopflip-http-adapter.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}