@rushstack/ts-command-line 4.10.3 → 4.10.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,18 @@
1
1
  {
2
2
  "name": "@rushstack/ts-command-line",
3
3
  "entries": [
4
+ {
5
+ "version": "4.10.4",
6
+ "tag": "@rushstack/ts-command-line_v4.10.4",
7
+ "date": "Fri, 05 Nov 2021 15:09:18 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.5`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "4.10.3",
6
18
  "tag": "@rushstack/ts-command-line_v4.10.3",
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, 27 Oct 2021 00:08:15 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 05 Nov 2021 15:09:18 GMT and should not be manually modified.
4
+
5
+ ## 4.10.4
6
+ Fri, 05 Nov 2021 15:09:18 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.10.3
6
11
  Wed, 27 Oct 2021 00:08:15 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/ts-command-line",
3
- "version": "4.10.3",
3
+ "version": "4.10.4",
4
4
  "description": "An object-oriented command-line parser for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "string-argv": "~0.3.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@rushstack/eslint-config": "2.4.4",
20
+ "@rushstack/eslint-config": "2.4.5",
21
21
  "@rushstack/heft": "0.41.6",
22
22
  "@rushstack/heft-node-rig": "1.2.25",
23
23
  "@types/heft-jest": "1.0.1",