@graphql-mesh/http 0.105.19-alpha-20250219044913-26425fea79bc2b715e183d4df3dba0602413cc53 → 0.105.19-alpha-20250219081133-b77842b3ba576c07c73a0e351199c422278d2494

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.
@@ -28,6 +28,7 @@ const graphqlHandler = ({ getBuiltMesh, playgroundTitle, playgroundEnabled, grap
28
28
  landingPage: false,
29
29
  batching: batchingLimit ? { limit: batchingLimit } : false,
30
30
  healthCheckEndpoint,
31
+ disposeOnProcessTerminate: true,
31
32
  });
32
33
  });
33
34
  return (request, ctx) => getBuiltMesh().then(mesh => getYogaForMesh(mesh).handleRequest(request, ctx));
@@ -25,6 +25,7 @@ export const graphqlHandler = ({ getBuiltMesh, playgroundTitle, playgroundEnable
25
25
  landingPage: false,
26
26
  batching: batchingLimit ? { limit: batchingLimit } : false,
27
27
  healthCheckEndpoint,
28
+ disposeOnProcessTerminate: true,
28
29
  });
29
30
  });
30
31
  return (request, ctx) => getBuiltMesh().then(mesh => getYogaForMesh(mesh).handleRequest(request, ctx));
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-mesh/http",
3
- "version": "0.105.19-alpha-20250219044913-26425fea79bc2b715e183d4df3dba0602413cc53",
3
+ "version": "0.105.19-alpha-20250219081133-b77842b3ba576c07c73a0e351199c422278d2494",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
9
  "@graphql-mesh/cross-helpers": "^0.4.10",
10
- "@graphql-mesh/runtime": "0.105.19-alpha-20250219044913-26425fea79bc2b715e183d4df3dba0602413cc53",
10
+ "@graphql-mesh/runtime": "0.105.19-alpha-20250219081133-b77842b3ba576c07c73a0e351199c422278d2494",
11
11
  "@graphql-mesh/types": "^0.103.17",
12
12
  "@graphql-mesh/utils": "^0.103.17",
13
13
  "@graphql-tools/utils": "^10.8.0",