@vercel/ruby 2.2.5 → 2.3.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.
- package/dist/index.js +0 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7219,11 +7219,9 @@ function installGlobalCleanupHandlers() {
|
|
|
7219
7219
|
};
|
|
7220
7220
|
process.on("SIGINT", () => {
|
|
7221
7221
|
killAll();
|
|
7222
|
-
process.exit(130);
|
|
7223
7222
|
});
|
|
7224
7223
|
process.on("SIGTERM", () => {
|
|
7225
7224
|
killAll();
|
|
7226
|
-
process.exit(143);
|
|
7227
7225
|
});
|
|
7228
7226
|
process.on("exit", () => {
|
|
7229
7227
|
killAll();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/ruby",
|
|
3
3
|
"author": "Nathan Cahill <nathan@nathancahill.com>",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.3.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index",
|
|
7
7
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"jest-junit": "16.0.0",
|
|
25
25
|
"semver": "6.3.1",
|
|
26
26
|
"which": "3.0.0",
|
|
27
|
-
"@vercel/build-utils": "13.
|
|
27
|
+
"@vercel/build-utils": "13.3.3"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "node ../../utils/build-builder.mjs",
|