@rushstack/ts-command-line 4.10.2 → 4.10.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 +17 -0
- package/CHANGELOG.md +8 -1
- package/package.json +4 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/ts-command-line",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "4.10.3",
|
|
6
|
+
"tag": "@rushstack/ts-command-line_v4.10.3",
|
|
7
|
+
"date": "Wed, 27 Oct 2021 00:08:15 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Update the package.json repository field to include the directory property."
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.4`"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
4
21
|
{
|
|
5
22
|
"version": "4.10.2",
|
|
6
23
|
"tag": "@rushstack/ts-command-line_v4.10.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @rushstack/ts-command-line
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 27 Oct 2021 00:08:15 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.10.3
|
|
6
|
+
Wed, 27 Oct 2021 00:08:15 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Update the package.json repository field to include the directory property.
|
|
4
11
|
|
|
5
12
|
## 4.10.2
|
|
6
13
|
Wed, 13 Oct 2021 15:09:54 GMT
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/ts-command-line",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.3",
|
|
4
4
|
"description": "An object-oriented command-line parser for TypeScript",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/microsoft/rushstack
|
|
7
|
+
"url": "https://github.com/microsoft/rushstack.git",
|
|
8
|
+
"directory": "libraries/ts-command-line"
|
|
8
9
|
},
|
|
9
10
|
"main": "lib/index.js",
|
|
10
11
|
"typings": "dist/ts-command-line.d.ts",
|
|
@@ -16,7 +17,7 @@
|
|
|
16
17
|
"string-argv": "~0.3.1"
|
|
17
18
|
},
|
|
18
19
|
"devDependencies": {
|
|
19
|
-
"@rushstack/eslint-config": "2.4.
|
|
20
|
+
"@rushstack/eslint-config": "2.4.4",
|
|
20
21
|
"@rushstack/heft": "0.41.6",
|
|
21
22
|
"@rushstack/heft-node-rig": "1.2.25",
|
|
22
23
|
"@types/heft-jest": "1.0.1",
|