@push.rocks/smartshell 3.2.3 → 3.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@push.rocks/smartshell",
3
3
  "private": false,
4
- "version": "3.2.3",
4
+ "version": "3.3.0",
5
5
  "description": "A library for executing shell commands using promises.",
6
6
  "main": "dist_ts/index.js",
7
7
  "typings": "dist_ts/index.d.ts",
@@ -28,16 +28,15 @@
28
28
  },
29
29
  "homepage": "https://code.foss.global/push.rocks/smartshell",
30
30
  "devDependencies": {
31
- "@git.zone/tsbuild": "^2.2.0",
31
+ "@git.zone/tsbuild": "^2.6.4",
32
32
  "@git.zone/tsrun": "^1.3.3",
33
- "@git.zone/tstest": "^1.0.90",
34
- "@push.rocks/tapbundle": "^5.5.3",
33
+ "@git.zone/tstest": "^2.3.2",
35
34
  "@types/node": "^22.10.2"
36
35
  },
37
36
  "dependencies": {
38
37
  "@push.rocks/smartdelay": "^3.0.1",
39
38
  "@push.rocks/smartexit": "^1.0.23",
40
- "@push.rocks/smartpromise": "^4.0.4",
39
+ "@push.rocks/smartpromise": "^4.2.3",
41
40
  "@types/which": "^3.0.4",
42
41
  "tree-kill": "^1.2.2",
43
42
  "which": "^5.0.0"
@@ -58,7 +57,7 @@
58
57
  "last 1 chrome versions"
59
58
  ],
60
59
  "scripts": {
61
- "test": "(tstest test/)",
60
+ "test": "(tstest test/ --verbose --logfile --timeout 20)",
62
61
  "build": "(tsbuild tsfolders --web)",
63
62
  "buildDocs": "tsdoc"
64
63
  }