@graphql-mesh/http 0.106.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331 → 0.106.0-alpha-20250303152151-d99794163758395e3b9780a2cfdef2a5a39433df

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,18 +1,18 @@
1
1
  {
2
2
  "name": "@graphql-mesh/http",
3
- "version": "0.106.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331",
3
+ "version": "0.106.0-alpha-20250303152151-d99794163758395e3b9780a2cfdef2a5a39433df",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-mesh/cross-helpers": "^0.4.9",
10
- "@graphql-mesh/runtime": "0.106.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331",
11
- "@graphql-mesh/types": "0.104.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331",
12
- "@graphql-mesh/utils": "0.104.0-alpha-20250124181238-87366ee8e2a95025d881bdaba556f04d337e8331",
13
- "@graphql-tools/utils": "^10.6.0",
14
- "@whatwg-node/server": "^0.9.46",
15
- "graphql-yoga": "^5.7.0",
9
+ "@graphql-mesh/cross-helpers": "^0.4.10",
10
+ "@graphql-mesh/runtime": "0.106.0-alpha-20250303152151-d99794163758395e3b9780a2cfdef2a5a39433df",
11
+ "@graphql-mesh/types": "0.104.0-alpha-20250303152151-d99794163758395e3b9780a2cfdef2a5a39433df",
12
+ "@graphql-mesh/utils": "0.104.0-alpha-20250303152151-d99794163758395e3b9780a2cfdef2a5a39433df",
13
+ "@graphql-tools/utils": "^10.8.0",
14
+ "@whatwg-node/server": "^0.9.68",
15
+ "graphql-yoga": "^5.12.0",
16
16
  "tslib": "^2.4.0"
17
17
  },
18
18
  "repository": {