@flopflip/graphql-adapter 13.1.3 → 13.1.4

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.
@@ -277,7 +277,7 @@ class GraphQlAdapter {
277
277
  const adapter = new GraphQlAdapter();
278
278
  adapterUtilities.exposeGlobally(adapter);
279
279
 
280
- const version = "13.1.3";
280
+ const version = "13.1.4";
281
281
 
282
282
  exports["default"] = adapter;
283
283
  exports.version = version;
@@ -277,7 +277,7 @@ class GraphQlAdapter {
277
277
  const adapter = new GraphQlAdapter();
278
278
  adapterUtilities.exposeGlobally(adapter);
279
279
 
280
- const version = "13.1.3";
280
+ const version = "13.1.4";
281
281
 
282
282
  exports["default"] = adapter;
283
283
  exports.version = version;
@@ -249,6 +249,6 @@ class GraphQlAdapter {
249
249
  const adapter = new GraphQlAdapter();
250
250
  exposeGlobally(adapter);
251
251
 
252
- const version = "13.1.3";
252
+ const version = "13.1.4";
253
253
 
254
254
  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.3",
3
+ "version": "13.1.4",
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.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.22.15",
33
+ "@flopflip/adapter-utilities": "13.1.4",
34
+ "@flopflip/localstorage-cache": "13.1.4",
35
+ "@flopflip/sessionstorage-cache": "13.1.4",
36
+ "@flopflip/types": "13.1.4",
37
37
  "lodash": "4.17.21",
38
38
  "mitt": "3.0.1",
39
39
  "tiny-warning": "1.0.3"