@graphql-mesh/plugin-http-cache 0.105.14-alpha-20250915141429-665f8a0244ec9598cf7ee02717af92c091f71d0d → 0.105.14-alpha-20250915142407-afcc4679ff08ee6330cc096f909d61c326b3e18c

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,6 +106,7 @@ function useHTTPCache({ cache, matches, ignores, logger, }) {
106
106
  }
107
107
  : undefined);
108
108
  });
109
+ // @ts-expect-error - type mismatch
109
110
  context?.waitUntil?.(store$);
110
111
  }
111
112
  if (policy) {
package/esm/index.js CHANGED
@@ -102,6 +102,7 @@ export default function useHTTPCache({ cache, matches, ignores, logger, }) {
102
102
  }
103
103
  : undefined);
104
104
  });
105
+ // @ts-expect-error - type mismatch
105
106
  context?.waitUntil?.(store$);
106
107
  }
107
108
  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-20250915141429-665f8a0244ec9598cf7ee02717af92c091f71d0d",
3
+ "version": "0.105.14-alpha-20250915142407-afcc4679ff08ee6330cc096f909d61c326b3e18c",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-mesh/types": "0.104.13-alpha-20250915141429-665f8a0244ec9598cf7ee02717af92c091f71d0d",
10
- "@graphql-mesh/utils": "0.104.13-alpha-20250915141429-665f8a0244ec9598cf7ee02717af92c091f71d0d",
9
+ "@graphql-mesh/types": "0.104.13-alpha-20250915142407-afcc4679ff08ee6330cc096f909d61c326b3e18c",
10
+ "@graphql-mesh/utils": "0.104.13-alpha-20250915142407-afcc4679ff08ee6330cc096f909d61c326b3e18c",
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",