@rushstack/terminal 0.3.18 → 0.3.19
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 +18 -0
- package/CHANGELOG.md +6 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/terminal",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.3.19",
|
|
6
|
+
"tag": "@rushstack/terminal_v0.3.19",
|
|
7
|
+
"date": "Thu, 09 Dec 2021 20:34:41 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.2`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.43.2`"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.4.3`"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
},
|
|
4
22
|
{
|
|
5
23
|
"version": "0.3.18",
|
|
6
24
|
"tag": "@rushstack/terminal_v0.3.18",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @rushstack/terminal
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 09 Dec 2021
|
|
3
|
+
This log was last generated on Thu, 09 Dec 2021 20:34:41 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.3.19
|
|
6
|
+
Thu, 09 Dec 2021 20:34:41 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 0.3.18
|
|
6
11
|
Thu, 09 Dec 2021 00:21:54 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.3.
|
|
3
|
+
"version": "0.3.19",
|
|
4
4
|
"description": "User interface primitives for console applications",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "dist/terminal.d.ts",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"directory": "libraries/terminal"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@rushstack/node-core-library": "3.44.
|
|
14
|
+
"@rushstack/node-core-library": "3.44.2",
|
|
15
15
|
"@types/node": "12.20.24",
|
|
16
16
|
"wordwrap": "~1.0.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@rushstack/eslint-config": "2.5.0",
|
|
20
|
-
"@rushstack/heft": "0.43.
|
|
21
|
-
"@rushstack/heft-node-rig": "1.4.
|
|
20
|
+
"@rushstack/heft": "0.43.2",
|
|
21
|
+
"@rushstack/heft-node-rig": "1.4.3",
|
|
22
22
|
"@types/heft-jest": "1.0.1",
|
|
23
23
|
"@types/wordwrap": "~1.0.0",
|
|
24
24
|
"colors": "~1.2.1"
|