@rushstack/ts-command-line 4.22.3 → 4.22.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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,30 @@
1
1
  {
2
2
  "name": "@rushstack/ts-command-line",
3
3
  "entries": [
4
+ {
5
+ "version": "4.22.5",
6
+ "tag": "@rushstack/ts-command-line_v4.22.5",
7
+ "date": "Mon, 12 Aug 2024 22:16:04 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.13.4`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "4.22.4",
18
+ "tag": "@rushstack/ts-command-line_v4.22.4",
19
+ "date": "Fri, 02 Aug 2024 17:26:42 GMT",
20
+ "comments": {
21
+ "patch": [
22
+ {
23
+ "comment": "Remove @internal so that subclasses can call _getArgumentParser"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "4.22.3",
6
30
  "tag": "@rushstack/ts-command-line_v4.22.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/ts-command-line
2
2
 
3
- This log was last generated on Sat, 27 Jul 2024 00:10:27 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 12 Aug 2024 22:16:04 GMT and should not be manually modified.
4
+
5
+ ## 4.22.5
6
+ Mon, 12 Aug 2024 22:16:04 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.22.4
11
+ Fri, 02 Aug 2024 17:26:42 GMT
12
+
13
+ ### Patches
14
+
15
+ - Remove @internal so that subclasses can call _getArgumentParser
4
16
 
5
17
  ## 4.22.3
6
18
  Sat, 27 Jul 2024 00:10:27 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/ts-command-line",
3
- "version": "4.22.3",
3
+ "version": "4.22.5",
4
4
  "description": "An object-oriented command-line parser for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "@types/argparse": "1.0.38",
15
15
  "argparse": "~1.0.9",
16
16
  "string-argv": "~0.3.1",
17
- "@rushstack/terminal": "0.13.3"
17
+ "@rushstack/terminal": "0.13.4"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@rushstack/heft": "0.66.17",