Skip to content

Commit 3cbe21a

Browse files
committed
deps: foreground-child@3.3.1
1 parent b9225e5 commit 3cbe21a

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

node_modules/foreground-child/dist/commonjs/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
33
return (mod && mod.__esModule) ? mod : { "default": mod };
44
};
55
Object.defineProperty(exports, "__esModule", { value: true });
6-
exports.foregroundChild = exports.normalizeFgArgs = void 0;
6+
exports.normalizeFgArgs = void 0;
7+
exports.foregroundChild = foregroundChild;
78
const child_process_1 = require("child_process");
89
const cross_spawn_1 = __importDefault(require("cross-spawn"));
910
const signal_exit_1 = require("signal-exit");
@@ -118,6 +119,5 @@ function foregroundChild(...fgArgs) {
118119
}
119120
return child;
120121
}
121-
exports.foregroundChild = foregroundChild;
122122
const isPromise = (o) => !!o && typeof o === 'object' && typeof o.then === 'function';
123123
//# sourceMappingURL=index.js.map

node_modules/foreground-child/package.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,37 @@
11
{
22
"name": "foreground-child",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
55
"main": "./dist/commonjs/index.js",
66
"types": "./dist/commonjs/index.d.ts",
77
"exports": {
88
"./watchdog": {
99
"import": {
10-
"source": "./src/watchdog.ts",
1110
"types": "./dist/esm/watchdog.d.ts",
1211
"default": "./dist/esm/watchdog.js"
1312
},
1413
"require": {
15-
"source": "./src/watchdog.ts",
1614
"types": "./dist/commonjs/watchdog.d.ts",
1715
"default": "./dist/commonjs/watchdog.js"
1816
}
1917
},
2018
"./proxy-signals": {
2119
"import": {
22-
"source": "./src/proxy-signals.ts",
2320
"types": "./dist/esm/proxy-signals.d.ts",
2421
"default": "./dist/esm/proxy-signals.js"
2522
},
2623
"require": {
27-
"source": "./src/proxy-signals.ts",
2824
"types": "./dist/commonjs/proxy-signals.d.ts",
2925
"default": "./dist/commonjs/proxy-signals.js"
3026
}
3127
},
3228
"./package.json": "./package.json",
3329
".": {
3430
"import": {
35-
"source": "./src/index.ts",
3631
"types": "./dist/esm/index.d.ts",
3732
"default": "./dist/esm/index.js"
3833
},
3934
"require": {
40-
"source": "./src/index.ts",
4135
"types": "./dist/commonjs/index.d.ts",
4236
"default": "./dist/commonjs/index.js"
4337
}
@@ -50,7 +44,7 @@
5044
"node": ">=14"
5145
},
5246
"dependencies": {
53-
"cross-spawn": "^7.0.0",
47+
"cross-spawn": "^7.0.6",
5448
"signal-exit": "^4.0.1"
5549
},
5650
"scripts": {
@@ -91,8 +85,8 @@
9185
"@types/node": "^18.15.11",
9286
"@types/tap": "^15.0.8",
9387
"prettier": "^3.3.2",
94-
"tap": "^19.2.5",
95-
"tshy": "^1.15.1",
88+
"tap": "^21.1.0",
89+
"tshy": "^3.0.2",
9690
"typedoc": "^0.24.2",
9791
"typescript": "^5.0.2"
9892
},
@@ -107,5 +101,6 @@
107101
".": "./src/index.ts"
108102
}
109103
},
110-
"type": "module"
104+
"type": "module",
105+
"module": "./dist/esm/index.js"
111106
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8457,13 +8457,13 @@
84578457
}
84588458
},
84598459
"node_modules/foreground-child": {
8460-
"version": "3.3.0",
8461-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
8462-
"integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
8460+
"version": "3.3.1",
8461+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
8462+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
84638463
"inBundle": true,
84648464
"license": "ISC",
84658465
"dependencies": {
8466-
"cross-spawn": "^7.0.0",
8466+
"cross-spawn": "^7.0.6",
84678467
"signal-exit": "^4.0.1"
84688468
},
84698469
"engines": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy