@rushstack/terminal 0.3.17 → 0.3.21

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,75 @@
1
1
  {
2
2
  "name": "@rushstack/terminal",
3
3
  "entries": [
4
+ {
5
+ "version": "0.3.21",
6
+ "tag": "@rushstack/terminal_v0.3.21",
7
+ "date": "Mon, 27 Dec 2021 16:10:40 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.3`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.1`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.44.1`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.5.1`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "0.3.20",
27
+ "tag": "@rushstack/terminal_v0.3.20",
28
+ "date": "Tue, 14 Dec 2021 19:27:52 GMT",
29
+ "comments": {
30
+ "dependency": [
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.44.0`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.5.0`"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "version": "0.3.19",
42
+ "tag": "@rushstack/terminal_v0.3.19",
43
+ "date": "Thu, 09 Dec 2021 20:34:41 GMT",
44
+ "comments": {
45
+ "dependency": [
46
+ {
47
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.2`"
48
+ },
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.43.2`"
51
+ },
52
+ {
53
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.4.3`"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "version": "0.3.18",
60
+ "tag": "@rushstack/terminal_v0.3.18",
61
+ "date": "Thu, 09 Dec 2021 00:21:54 GMT",
62
+ "comments": {
63
+ "dependency": [
64
+ {
65
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.43.1`"
66
+ },
67
+ {
68
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.4.2`"
69
+ }
70
+ ]
71
+ }
72
+ },
4
73
  {
5
74
  "version": "0.3.17",
6
75
  "tag": "@rushstack/terminal_v0.3.17",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/terminal
2
2
 
3
- This log was last generated on Wed, 08 Dec 2021 19:05:08 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Dec 2021 16:10:40 GMT and should not be manually modified.
4
+
5
+ ## 0.3.21
6
+ Mon, 27 Dec 2021 16:10:40 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.20
11
+ Tue, 14 Dec 2021 19:27:52 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.3.19
16
+ Thu, 09 Dec 2021 20:34:41 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 0.3.18
21
+ Thu, 09 Dec 2021 00:21:54 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 0.3.17
6
26
  Wed, 08 Dec 2021 19:05:08 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.19.0"
8
+ "packageVersion": "7.19.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/terminal",
3
- "version": "0.3.17",
3
+ "version": "0.3.21",
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.1",
14
+ "@rushstack/node-core-library": "3.44.3",
15
15
  "@types/node": "12.20.24",
16
16
  "wordwrap": "~1.0.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@rushstack/eslint-config": "2.5.0",
20
- "@rushstack/heft": "0.43.0",
21
- "@rushstack/heft-node-rig": "1.4.1",
19
+ "@rushstack/eslint-config": "2.5.1",
20
+ "@rushstack/heft": "0.44.1",
21
+ "@rushstack/heft-node-rig": "1.5.1",
22
22
  "@types/heft-jest": "1.0.1",
23
23
  "@types/wordwrap": "~1.0.0",
24
24
  "colors": "~1.2.1"