@graphql-mesh/plugin-response-cache 0.104.20 → 0.104.21-alpha-20251219192555-a16cb484959674cfc3088d2955e9504bc677b735

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/plugin-response-cache",
3
- "version": "0.104.20",
3
+ "version": "0.104.21-alpha-20251219192555-a16cb484959674cfc3088d2955e9504bc677b735",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
@@ -13,10 +13,10 @@
13
13
  "@graphql-mesh/types": "^0.104.18",
14
14
  "@graphql-mesh/utils": "^0.104.18",
15
15
  "@graphql-tools/utils": "^10.11.0",
16
- "@graphql-yoga/plugin-response-cache": "^3.19.1",
16
+ "@graphql-yoga/plugin-response-cache": "^3.20.0",
17
17
  "@whatwg-node/promise-helpers": "^1.0.0",
18
18
  "cache-control-parser": "^2.0.6",
19
- "graphql-yoga": "^5.17.1",
19
+ "graphql-yoga": "^5.18.0",
20
20
  "tslib": "^2.4.0"
21
21
  },
22
22
  "repository": {