@rushstack/terminal 0.3.9 → 0.3.13

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,72 @@
1
1
  {
2
2
  "name": "@rushstack/terminal",
3
3
  "entries": [
4
+ {
5
+ "version": "0.3.13",
6
+ "tag": "@rushstack/terminal_v0.3.13",
7
+ "date": "Tue, 30 Nov 2021 20:18:41 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.32`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.3.12",
18
+ "tag": "@rushstack/terminal_v0.3.12",
19
+ "date": "Mon, 29 Nov 2021 07:26:16 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.3`"
24
+ },
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.31`"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "version": "0.3.11",
33
+ "tag": "@rushstack/terminal_v0.3.11",
34
+ "date": "Sat, 06 Nov 2021 00:09:13 GMT",
35
+ "comments": {
36
+ "dependency": [
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.2`"
39
+ },
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.2`"
42
+ },
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.30`"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "version": "0.3.10",
51
+ "tag": "@rushstack/terminal_v0.3.10",
52
+ "date": "Fri, 05 Nov 2021 15:09:18 GMT",
53
+ "comments": {
54
+ "dependency": [
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.1`"
57
+ },
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.5`"
60
+ },
61
+ {
62
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.1`"
63
+ },
64
+ {
65
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.29`"
66
+ }
67
+ ]
68
+ }
69
+ },
4
70
  {
5
71
  "version": "0.3.9",
6
72
  "tag": "@rushstack/terminal_v0.3.9",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/terminal
2
2
 
3
- This log was last generated on Thu, 28 Oct 2021 00:08:22 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 30 Nov 2021 20:18:41 GMT and should not be manually modified.
4
+
5
+ ## 0.3.13
6
+ Tue, 30 Nov 2021 20:18:41 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.12
11
+ Mon, 29 Nov 2021 07:26:16 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.3.11
16
+ Sat, 06 Nov 2021 00:09:13 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 0.3.10
21
+ Fri, 05 Nov 2021 15:09:18 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 0.3.9
6
26
  Thu, 28 Oct 2021 00:08:22 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.17"
8
+ "packageVersion": "7.18.19"
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.9",
3
+ "version": "0.3.13",
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.43.0",
14
+ "@rushstack/node-core-library": "3.43.2",
15
15
  "@types/node": "12.20.24",
16
16
  "wordwrap": "~1.0.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@rushstack/eslint-config": "2.4.4",
20
- "@rushstack/heft": "0.42.0",
21
- "@rushstack/heft-node-rig": "1.2.28",
19
+ "@rushstack/eslint-config": "2.4.5",
20
+ "@rushstack/heft": "0.42.3",
21
+ "@rushstack/heft-node-rig": "1.2.32",
22
22
  "@types/heft-jest": "1.0.1",
23
23
  "@types/wordwrap": "~1.0.0",
24
24
  "colors": "~1.2.1"