@graphql-mesh/http 0.105.19-alpha-20250219043449-753e319128d17877b40e3aae02782f8e2542cfc7 → 0.105.19-alpha-20250219075801-06b64b6013757e32a49102ac1bdc4114b01f70bf

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-20250219043449-753e319128d17877b40e3aae02782f8e2542cfc7",
3
+ "version": "0.105.19-alpha-20250219075801-06b64b6013757e32a49102ac1bdc4114b01f70bf",
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-20250219043449-753e319128d17877b40e3aae02782f8e2542cfc7",
10
+ "@graphql-mesh/runtime": "0.105.19-alpha-20250219075801-06b64b6013757e32a49102ac1bdc4114b01f70bf",
11
11
  "@graphql-mesh/types": "^0.103.17",
12
12
  "@graphql-mesh/utils": "^0.103.17",
13
13
  "@graphql-tools/utils": "^10.8.0",