@flopflip/graphql-adapter 13.1.7 → 13.1.8

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-graphql-adapter.cjs.d.ts.map
3
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmxvcGZsaXAtZ3JhcGhxbC1hZGFwdGVyLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
@@ -82,6 +82,8 @@ class GraphQlAdapter {
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
  {
@@ -278,7 +280,7 @@ class GraphQlAdapter {
278
280
  const adapter = new GraphQlAdapter();
279
281
  adapterUtilities.exposeGlobally(adapter);
280
282
 
281
- const version = "13.1.7";
283
+ const version = "13.1.8";
282
284
 
283
285
  exports["default"] = adapter;
284
286
  exports.version = version;
@@ -82,6 +82,8 @@ class GraphQlAdapter {
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
  {
@@ -278,7 +280,7 @@ class GraphQlAdapter {
278
280
  const adapter = new GraphQlAdapter();
279
281
  adapterUtilities.exposeGlobally(adapter);
280
282
 
281
- const version = "13.1.7";
283
+ const version = "13.1.8";
282
284
 
283
285
  exports["default"] = adapter;
284
286
  exports.version = version;
@@ -54,6 +54,8 @@ class GraphQlAdapter {
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
  {
@@ -250,6 +252,6 @@ class GraphQlAdapter {
250
252
  const adapter = new GraphQlAdapter();
251
253
  exposeGlobally(adapter);
252
254
 
253
- const version = "13.1.7";
255
+ const version = "13.1.8";
254
256
 
255
257
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/graphql-adapter",
3
- "version": "13.1.7",
3
+ "version": "13.1.8",
4
4
  "description": "An GraphQL adapter for flipflop",
5
5
  "main": "dist/flopflip-graphql-adapter.cjs.js",
6
6
  "module": "dist/flopflip-graphql-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.1.8",
34
+ "@flopflip/localstorage-cache": "13.1.8",
35
+ "@flopflip/sessionstorage-cache": "13.1.8",
36
+ "@flopflip/types": "13.1.8",
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-graphql-adapter.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}