@rushstack/ts-command-line 5.0.2 → 5.0.3

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,18 @@
1
1
  {
2
2
  "name": "@rushstack/ts-command-line",
3
3
  "entries": [
4
+ {
5
+ "version": "5.0.3",
6
+ "tag": "@rushstack/ts-command-line_v5.0.3",
7
+ "date": "Thu, 11 Sep 2025 00:22:31 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.16.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "5.0.2",
6
18
  "tag": "@rushstack/ts-command-line_v5.0.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @rushstack/ts-command-line
2
2
 
3
- This log was last generated on Wed, 23 Jul 2025 20:55:57 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 11 Sep 2025 00:22:31 GMT and should not be manually modified.
4
+
5
+ ## 5.0.3
6
+ Thu, 11 Sep 2025 00:22:31 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.0.2
6
11
  Wed, 23 Jul 2025 20:55:57 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.11"
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.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "An object-oriented command-line parser for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,10 +14,10 @@
14
14
  "@types/argparse": "1.0.38",
15
15
  "argparse": "~1.0.9",
16
16
  "string-argv": "~0.3.1",
17
- "@rushstack/terminal": "0.15.4"
17
+ "@rushstack/terminal": "0.16.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@rushstack/heft": "0.74.0",
20
+ "@rushstack/heft": "0.74.3",
21
21
  "eslint": "~9.25.1",
22
22
  "@rushstack/node-core-library": "5.14.0",
23
23
  "decoupled-local-node-rig": "1.0.0"