@graphql-mesh/plugin-http-cache 0.105.14-alpha-20250915142407-afcc4679ff08ee6330cc096f909d61c326b3e18c → 0.105.14-alpha-20250915144205-b06840f8ea3caba85497d026e9a54f4998cdcd4d

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.
package/cjs/index.js CHANGED
@@ -106,7 +106,6 @@ function useHTTPCache({ cache, matches, ignores, logger, }) {
106
106
  }
107
107
  : undefined);
108
108
  });
109
- // @ts-expect-error - type mismatch
110
109
  context?.waitUntil?.(store$);
111
110
  }
112
111
  if (policy) {
package/esm/index.js CHANGED
@@ -102,7 +102,6 @@ export default function useHTTPCache({ cache, matches, ignores, logger, }) {
102
102
  }
103
103
  : undefined);
104
104
  });
105
- // @ts-expect-error - type mismatch
106
105
  context?.waitUntil?.(store$);
107
106
  }
108
107
  if (policy) {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-mesh/plugin-http-cache",
3
- "version": "0.105.14-alpha-20250915142407-afcc4679ff08ee6330cc096f909d61c326b3e18c",
3
+ "version": "0.105.14-alpha-20250915144205-b06840f8ea3caba85497d026e9a54f4998cdcd4d",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-mesh/types": "0.104.13-alpha-20250915142407-afcc4679ff08ee6330cc096f909d61c326b3e18c",
10
- "@graphql-mesh/utils": "0.104.13-alpha-20250915142407-afcc4679ff08ee6330cc096f909d61c326b3e18c",
9
+ "@graphql-mesh/types": "0.104.13-alpha-20250915144205-b06840f8ea3caba85497d026e9a54f4998cdcd4d",
10
+ "@graphql-mesh/utils": "0.104.13-alpha-20250915144205-b06840f8ea3caba85497d026e9a54f4998cdcd4d",
11
11
  "@whatwg-node/fetch": "^0.10.6",
12
12
  "@whatwg-node/promise-helpers": "^1.0.0",
13
13
  "http-cache-semantics": "^4.1.1",