@rushstack/terminal 0.2.23 → 0.2.27
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 +66 -0
- package/CHANGELOG.md +21 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,72 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/terminal",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.2.27",
|
|
6
|
+
"tag": "@rushstack/terminal_v0.2.27",
|
|
7
|
+
"date": "Sat, 18 Sep 2021 03:05:57 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.38.1`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.13`"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"version": "0.2.26",
|
|
21
|
+
"tag": "@rushstack/terminal_v0.2.26",
|
|
22
|
+
"date": "Tue, 14 Sep 2021 01:17:04 GMT",
|
|
23
|
+
"comments": {
|
|
24
|
+
"dependency": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.40.2`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.38.0`"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.12`"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"version": "0.2.25",
|
|
39
|
+
"tag": "@rushstack/terminal_v0.2.25",
|
|
40
|
+
"date": "Mon, 13 Sep 2021 15:07:06 GMT",
|
|
41
|
+
"comments": {
|
|
42
|
+
"dependency": [
|
|
43
|
+
{
|
|
44
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.40.1`"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.37.4`"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.11`"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"version": "0.2.24",
|
|
57
|
+
"tag": "@rushstack/terminal_v0.2.24",
|
|
58
|
+
"date": "Fri, 10 Sep 2021 15:08:28 GMT",
|
|
59
|
+
"comments": {
|
|
60
|
+
"dependency": [
|
|
61
|
+
{
|
|
62
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.37.3`"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.10`"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
4
70
|
{
|
|
5
71
|
"version": "0.2.23",
|
|
6
72
|
"tag": "@rushstack/terminal_v0.2.23",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
# Change Log - @rushstack/terminal
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 18 Sep 2021 03:05:57 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.2.27
|
|
6
|
+
Sat, 18 Sep 2021 03:05:57 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 0.2.26
|
|
11
|
+
Tue, 14 Sep 2021 01:17:04 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 0.2.25
|
|
16
|
+
Mon, 13 Sep 2021 15:07:06 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 0.2.24
|
|
21
|
+
Fri, 10 Sep 2021 15:08:28 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
4
24
|
|
|
5
25
|
## 0.2.23
|
|
6
26
|
Wed, 08 Sep 2021 19:06:22 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/terminal",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.27",
|
|
4
4
|
"description": "User interface primitives for console applications",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "dist/terminal.d.ts",
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/terminal"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@rushstack/node-core-library": "3.40.
|
|
12
|
+
"@rushstack/node-core-library": "3.40.2",
|
|
13
13
|
"@types/node": "10.17.13",
|
|
14
14
|
"wordwrap": "~1.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@rushstack/eslint-config": "2.4.0",
|
|
18
|
-
"@rushstack/heft": "0.
|
|
19
|
-
"@rushstack/heft-node-rig": "1.2.
|
|
18
|
+
"@rushstack/heft": "0.38.1",
|
|
19
|
+
"@rushstack/heft-node-rig": "1.2.13",
|
|
20
20
|
"@types/heft-jest": "1.0.1",
|
|
21
21
|
"@types/wordwrap": "~1.0.0",
|
|
22
22
|
"colors": "~1.2.1"
|