@vercel/python 6.8.0 → 6.9.0

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4004,11 +4004,9 @@ function installGlobalCleanupHandlers() {
4004
4004
  };
4005
4005
  process.on("SIGINT", () => {
4006
4006
  killAll();
4007
- process.exit(130);
4008
4007
  });
4009
4008
  process.on("SIGTERM", () => {
4010
4009
  killAll();
4011
- process.exit(143);
4012
4010
  });
4013
4011
  process.on("exit", () => {
4014
4012
  killAll();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/python",
3
- "version": "6.8.0",
3
+ "version": "6.9.0",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",