@idlebox/node 1.2.19 → 1.2.20
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.
|
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.execaSyncLibrary = void 0;
|
|
4
4
|
const cjs = typeof require !== 'undefined';
|
|
5
5
|
if (cjs) {
|
|
6
|
-
require('fix-esm').register();
|
|
6
|
+
require('@gongt/fix-esm').register();
|
|
7
7
|
}
|
|
8
8
|
const execa_1 = require("execa");
|
|
9
9
|
if (cjs) {
|
|
10
|
-
require('fix-esm').unregister();
|
|
10
|
+
require('@gongt/fix-esm').unregister();
|
|
11
11
|
}
|
|
12
12
|
exports.execaSyncLibrary = execa_1.execaSync;
|
|
13
13
|
//# sourceMappingURL=execa.lib.cjs.map
|
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
"../../../src/child_process/execa.lib.ts"
|
|
7
7
|
],
|
|
8
8
|
"names": [],
|
|
9
|
-
"mappings": ";;;AAAA,MAAM,GAAG,GAAG,OAAO,OAAO,KAAK,WAAW,CAAC;AAC3C,IAAI,GAAG,EAAE;IACR,OAAO,CAAC,
|
|
9
|
+
"mappings": ";;;AAAA,MAAM,GAAG,GAAG,OAAO,OAAO,KAAK,WAAW,CAAC;AAC3C,IAAI,GAAG,EAAE;IACR,OAAO,CAAC,gBAAgB,CAAC,CAAC,QAAQ,EAAE,CAAC;CACrC;AAED,iCAAkC;AAElC,IAAI,GAAG,EAAE;IACR,OAAO,CAAC,gBAAgB,CAAC,CAAC,UAAU,EAAE,CAAC;CACvC;AAEY,QAAA,gBAAgB,GAAG,iBAAS,CAAC"
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
const cjs = typeof require !== 'undefined';
|
|
2
2
|
if (cjs) {
|
|
3
|
-
require('fix-esm').register();
|
|
3
|
+
require('@gongt/fix-esm').register();
|
|
4
4
|
}
|
|
5
5
|
import { execaSync } from 'execa';
|
|
6
6
|
if (cjs) {
|
|
7
|
-
require('fix-esm').unregister();
|
|
7
|
+
require('@gongt/fix-esm').unregister();
|
|
8
8
|
}
|
|
9
9
|
export const execaSyncLibrary = execaSync;
|
|
10
10
|
//# sourceMappingURL=execa.lib.mjs.map
|
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
"../../../src/child_process/execa.lib.ts"
|
|
7
7
|
],
|
|
8
8
|
"names": [],
|
|
9
|
-
"mappings": "AAAA,MAAM,GAAG,GAAG,OAAO,OAAO,KAAK,WAAW,CAAC;AAC3C,IAAI,GAAG,EAAE;IACR,OAAO,CAAC,
|
|
9
|
+
"mappings": "AAAA,MAAM,GAAG,GAAG,OAAO,OAAO,KAAK,WAAW,CAAC;AAC3C,IAAI,GAAG,EAAE;IACR,OAAO,CAAC,gBAAgB,CAAC,CAAC,QAAQ,EAAE,CAAC;CACrC;AAED,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,IAAI,GAAG,EAAE;IACR,OAAO,CAAC,gBAAgB,CAAC,CAAC,UAAU,EAAE,CAAC;CACvC;AAED,MAAM,CAAC,MAAM,gBAAgB,GAAG,SAAS,CAAC"
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idlebox/node",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.20",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./lib/cjs/__create_index.generated.cjs",
|
|
7
7
|
"module": "./lib/esm/__create_index.generated.mjs",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"repository": "https://github.com/GongT/baobao",
|
|
17
17
|
"dependencies": {
|
|
18
|
+
"@idlebox/common": "",
|
|
18
19
|
"execa": "^7.1.1",
|
|
19
20
|
"source-map-support": "^0.5.21",
|
|
20
|
-
"tslib": "^2.6.0"
|
|
21
|
-
"@idlebox/common": "^1.3.22"
|
|
21
|
+
"tslib": "^2.6.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@gongt/kexec": "^3.0.0",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@types/node": "^20.4.2",
|
|
27
27
|
"chai": "^4.3.7",
|
|
28
28
|
"mocha": "^10.2.0",
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
29
|
+
"@build-script/single-dog-asset": "^1.0.27",
|
|
30
|
+
"@internal/dualstack-rig": "^1.0.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"fix-esm": "^1.0.1"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
const cjs = typeof require !== 'undefined';
|
|
2
2
|
if (cjs) {
|
|
3
|
-
require('fix-esm').register();
|
|
3
|
+
require('@gongt/fix-esm').register();
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
import { execaSync } from 'execa';
|
|
7
7
|
|
|
8
8
|
if (cjs) {
|
|
9
|
-
require('fix-esm').unregister();
|
|
9
|
+
require('@gongt/fix-esm').unregister();
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
export const execaSyncLibrary = execaSync;
|