@rushstack/ts-command-line 4.23.0 → 4.23.1

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": "4.23.1",
6
+ "tag": "@rushstack/ts-command-line_v4.23.1",
7
+ "date": "Fri, 22 Nov 2024 01:10:43 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.14.3`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "4.23.0",
6
18
  "tag": "@rushstack/ts-command-line_v4.23.0",
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 Thu, 17 Oct 2024 08:35:06 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 22 Nov 2024 01:10:43 GMT and should not be manually modified.
4
+
5
+ ## 4.23.1
6
+ Fri, 22 Nov 2024 01:10:43 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.23.0
6
11
  Thu, 17 Oct 2024 08:35:06 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/ts-command-line",
3
- "version": "4.23.0",
3
+ "version": "4.23.1",
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.14.2"
17
+ "@rushstack/terminal": "0.14.3"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@rushstack/heft": "0.67.2",