teen_process 3.0.4 → 3.0.5

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.js"],"names":[],"mappings":";;;2BAK2B,QAAQ;oBAFf,eAAe;yBACV,cAAc"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.js"],"names":[],"mappings":";;;2BAE2B,QAAQ;oBAFf,eAAe;yBACV,cAAc"}
@@ -34,8 +34,6 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.SubProcess = exports.spawn = exports.exec = void 0;
37
- const source_map_support_1 = require("source-map-support");
38
- (0, source_map_support_1.install)();
39
37
  const cp = __importStar(require("child_process"));
40
38
  const spIndex = __importStar(require("./subprocess"));
41
39
  const execIndex = __importStar(require("./exec"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2DAA2C;AAC3C,IAAA,4BAAO,GAAE,CAAC;AAEV,kDAAoC;AACpC,sDAAwC;AACxC,kDAAoC;AAEpC,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC;AAIN,sBAAK;AAHpB,MAAM,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC;AAGT,gCAAU;AAFhC,MAAM,EAAE,IAAI,EAAE,GAAG,SAAS,CAAC;AAElB,oBAAI"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAoC;AACpC,sDAAwC;AACxC,kDAAoC;AAEpC,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC;AAIN,sBAAK;AAHpB,MAAM,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC;AAGT,gCAAU;AAFhC,MAAM,EAAE,IAAI,EAAE,GAAG,SAAS,CAAC;AAElB,oBAAI"}
package/lib/index.js CHANGED
@@ -1,6 +1,3 @@
1
- import {install} from 'source-map-support';
2
- install();
3
-
4
1
  import * as cp from 'child_process';
5
2
  import * as spIndex from './subprocess';
6
3
  import * as execIndex from './exec';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teen_process",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "A grown up version of Node's spawn/exec",
5
5
  "keywords": [
6
6
  "child_process",
@@ -49,8 +49,7 @@
49
49
  "dependencies": {
50
50
  "bluebird": "^3.7.2",
51
51
  "lodash": "^4.17.21",
52
- "shell-quote": "^1.8.1",
53
- "source-map-support": "^0.x"
52
+ "shell-quote": "^1.8.1"
54
53
  },
55
54
  "devDependencies": {
56
55
  "@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
@@ -63,8 +62,6 @@
63
62
  "@types/mocha": "10.0.10",
64
63
  "@types/node": "^24.0.0",
65
64
  "@types/shell-quote": "^1.7.5",
66
- "@types/source-map-support": "^0.x",
67
- "@types/ws": "^8.5.10",
68
65
  "chai": "^6.0.0",
69
66
  "chai-as-promised": "^8.0.0",
70
67
  "conventional-changelog-conventionalcommits": "^9.0.0",