@rushstack/ts-command-line 4.10.2 → 4.10.6
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 +53 -0
- package/CHANGELOG.md +23 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +6 -5
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/ts-command-line",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "4.10.6",
|
|
6
|
+
"tag": "@rushstack/ts-command-line_v4.10.6",
|
|
7
|
+
"date": "Mon, 27 Dec 2021 16:10:40 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.1`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "4.10.5",
|
|
18
|
+
"tag": "@rushstack/ts-command-line_v4.10.5",
|
|
19
|
+
"date": "Mon, 06 Dec 2021 16:08:32 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.0`"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"version": "4.10.4",
|
|
30
|
+
"tag": "@rushstack/ts-command-line_v4.10.4",
|
|
31
|
+
"date": "Fri, 05 Nov 2021 15:09:18 GMT",
|
|
32
|
+
"comments": {
|
|
33
|
+
"dependency": [
|
|
34
|
+
{
|
|
35
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.5`"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"version": "4.10.3",
|
|
42
|
+
"tag": "@rushstack/ts-command-line_v4.10.3",
|
|
43
|
+
"date": "Wed, 27 Oct 2021 00:08:15 GMT",
|
|
44
|
+
"comments": {
|
|
45
|
+
"patch": [
|
|
46
|
+
{
|
|
47
|
+
"comment": "Update the package.json repository field to include the directory property."
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"dependency": [
|
|
51
|
+
{
|
|
52
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.4`"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
4
57
|
{
|
|
5
58
|
"version": "4.10.2",
|
|
6
59
|
"tag": "@rushstack/ts-command-line_v4.10.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
# Change Log - @rushstack/ts-command-line
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 27 Dec 2021 16:10:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.10.6
|
|
6
|
+
Mon, 27 Dec 2021 16:10:40 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.10.5
|
|
11
|
+
Mon, 06 Dec 2021 16:08:32 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 4.10.4
|
|
16
|
+
Fri, 05 Nov 2021 15:09:18 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 4.10.3
|
|
21
|
+
Wed, 27 Oct 2021 00:08:15 GMT
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- Update the package.json repository field to include the directory property.
|
|
4
26
|
|
|
5
27
|
## 4.10.2
|
|
6
28
|
Wed, 13 Oct 2021 15:09:54 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
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.6",
|
|
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,9 +17,9 @@
|
|
|
16
17
|
"string-argv": "~0.3.1"
|
|
17
18
|
},
|
|
18
19
|
"devDependencies": {
|
|
19
|
-
"@rushstack/eslint-config": "2.
|
|
20
|
-
"@rushstack/heft": "0.
|
|
21
|
-
"@rushstack/heft-node-rig": "1.
|
|
20
|
+
"@rushstack/eslint-config": "2.5.1",
|
|
21
|
+
"@rushstack/heft": "0.43.2",
|
|
22
|
+
"@rushstack/heft-node-rig": "1.4.3",
|
|
22
23
|
"@types/heft-jest": "1.0.1",
|
|
23
24
|
"@types/node": "12.20.24"
|
|
24
25
|
},
|