cross-spawn-cb 2.2.3 → 2.2.4
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/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -5,17 +5,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
function _export(target, all) {
|
|
6
6
|
for(var name in all)Object.defineProperty(target, name, {
|
|
7
7
|
enumerable: true,
|
|
8
|
-
get: all
|
|
8
|
+
get: Object.getOwnPropertyDescriptor(all, name).get
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
|
-
crossSpawn
|
|
12
|
+
get crossSpawn () {
|
|
13
13
|
return _crossSpawncjs.default;
|
|
14
14
|
},
|
|
15
|
-
default
|
|
15
|
+
get default () {
|
|
16
16
|
return _spawn.default;
|
|
17
17
|
},
|
|
18
|
-
sync
|
|
18
|
+
get sync () {
|
|
19
19
|
return _spawnSync.default;
|
|
20
20
|
}
|
|
21
21
|
});
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/Users/kevin/Dev/OpenSource/compat/cross-spawn-cb/src/index.ts"],"sourcesContent":["export type * from './types.js';\nexport { default } from './spawn.js';\nexport { default as sync } from './spawnSync.js';\nexport { default as crossSpawn } from './lib/crossSpawn.cjs';\n"],"names":["crossSpawn","default","sync"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"sources":["/Users/kevin/Dev/OpenSource/compat/cross-spawn-cb/src/index.ts"],"sourcesContent":["export type * from './types.js';\nexport { default } from './spawn.js';\nexport { default as sync } from './spawnSync.js';\nexport { default as crossSpawn } from './lib/crossSpawn.cjs';\n"],"names":["crossSpawn","default","sync"],"mappings":";;;;;;;;;;;QAGoBA;eAAAA,sBAAU;;QAFrBC;eAAAA,cAAO;;QACIC;eAAAA,kBAAI;;;4DADA;gEACQ;oEACM"}
|