@flopflip/graphql-adapter 14.0.0 → 14.0.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.
@@ -247,7 +247,7 @@ class GraphQlAdapter {
247
247
  const adapter = new GraphQlAdapter();
248
248
  adapterUtilities.exposeGlobally(adapter);
249
249
 
250
- const version = "14.0.0";
250
+ const version = "14.0.1";
251
251
 
252
252
  exports["default"] = adapter;
253
253
  exports.version = version;
@@ -247,7 +247,7 @@ class GraphQlAdapter {
247
247
  const adapter = new GraphQlAdapter();
248
248
  adapterUtilities.exposeGlobally(adapter);
249
249
 
250
- const version = "14.0.0";
250
+ const version = "14.0.1";
251
251
 
252
252
  exports["default"] = adapter;
253
253
  exports.version = version;
@@ -237,6 +237,6 @@ class GraphQlAdapter {
237
237
  const adapter = new GraphQlAdapter();
238
238
  exposeGlobally(adapter);
239
239
 
240
- const version = "14.0.0";
240
+ const version = "14.0.1";
241
241
 
242
242
  export { adapter as default, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flopflip/graphql-adapter",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
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,17 +29,17 @@
29
29
  "client"
30
30
  ],
31
31
  "dependencies": {
32
- "@babel/runtime": "7.24.4",
33
- "@flopflip/adapter-utilities": "14.0.0",
34
- "@flopflip/cache": "14.0.0",
35
- "@flopflip/localstorage-cache": "14.0.0",
36
- "@flopflip/sessionstorage-cache": "14.0.0",
37
- "@flopflip/types": "14.0.0",
32
+ "@babel/runtime": "7.24.5",
38
33
  "lodash": "4.17.21",
39
34
  "mitt": "3.0.1",
40
- "tiny-warning": "1.0.3"
35
+ "tiny-warning": "1.0.3",
36
+ "@flopflip/adapter-utilities": "14.0.1",
37
+ "@flopflip/cache": "14.0.1",
38
+ "@flopflip/localstorage-cache": "14.0.1",
39
+ "@flopflip/sessionstorage-cache": "14.0.1",
40
+ "@flopflip/types": "14.0.1"
41
41
  },
42
42
  "devDependencies": {
43
- "globalthis": "1.0.3"
43
+ "globalthis": "1.0.4"
44
44
  }
45
45
  }