@rushstack/ts-command-line 5.1.2 → 5.1.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/CHANGELOG.json CHANGED
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "@rushstack/ts-command-line",
3
3
  "entries": [
4
+ {
5
+ "version": "5.1.4",
6
+ "tag": "@rushstack/ts-command-line_v5.1.4",
7
+ "date": "Fri, 21 Nov 2025 16:13:56 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.19.4`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.19.0`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "5.1.3",
21
+ "tag": "@rushstack/ts-command-line_v5.1.3",
22
+ "date": "Fri, 24 Oct 2025 00:13:38 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.19.3`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.18.0`"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "version": "5.1.2",
6
36
  "tag": "@rushstack/ts-command-line_v5.1.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/ts-command-line
2
2
 
3
- This log was last generated on Wed, 22 Oct 2025 00:57:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 21 Nov 2025 16:13:56 GMT and should not be manually modified.
4
+
5
+ ## 5.1.4
6
+ Fri, 21 Nov 2025 16:13:56 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.1.3
11
+ Fri, 24 Oct 2025 00:13:38 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 5.1.2
6
16
  Wed, 22 Oct 2025 00:57:54 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.1"
8
+ "packageVersion": "7.54.0"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/ts-command-line",
3
- "version": "5.1.2",
3
+ "version": "5.1.4",
4
4
  "description": "An object-oriented command-line parser for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,13 +14,13 @@
14
14
  "@types/argparse": "1.0.38",
15
15
  "argparse": "~1.0.9",
16
16
  "string-argv": "~0.3.1",
17
- "@rushstack/terminal": "0.19.2"
17
+ "@rushstack/terminal": "0.19.4"
18
18
  },
19
19
  "devDependencies": {
20
- "@rushstack/heft": "1.1.1",
20
+ "@rushstack/heft": "1.1.4",
21
21
  "eslint": "~9.37.0",
22
- "@rushstack/node-core-library": "5.17.1",
23
- "decoupled-local-node-rig": "1.0.0"
22
+ "decoupled-local-node-rig": "1.0.0",
23
+ "@rushstack/node-core-library": "5.19.0"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "heft build --clean",