@rushstack/terminal 0.3.3 → 0.3.7

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.7",
6
+ "tag": "@rushstack/terminal_v0.3.7",
7
+ "date": "Wed, 13 Oct 2021 15:09:55 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.3`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.3`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.7`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.26`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "0.3.6",
27
+ "tag": "@rushstack/terminal_v0.3.6",
28
+ "date": "Fri, 08 Oct 2021 09:35:07 GMT",
29
+ "comments": {
30
+ "dependency": [
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.6`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.25`"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "version": "0.3.5",
42
+ "tag": "@rushstack/terminal_v0.3.5",
43
+ "date": "Fri, 08 Oct 2021 08:08:34 GMT",
44
+ "comments": {
45
+ "dependency": [
46
+ {
47
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.2`"
48
+ },
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.5`"
51
+ },
52
+ {
53
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.24`"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "version": "0.3.4",
60
+ "tag": "@rushstack/terminal_v0.3.4",
61
+ "date": "Thu, 07 Oct 2021 23:43:12 GMT",
62
+ "comments": {
63
+ "dependency": [
64
+ {
65
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.4`"
66
+ },
67
+ {
68
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.23`"
69
+ }
70
+ ]
71
+ }
72
+ },
4
73
  {
5
74
  "version": "0.3.3",
6
75
  "tag": "@rushstack/terminal_v0.3.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/terminal
2
2
 
3
- This log was last generated on Thu, 07 Oct 2021 07:13:35 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Oct 2021 15:09:55 GMT and should not be manually modified.
4
+
5
+ ## 0.3.7
6
+ Wed, 13 Oct 2021 15:09:55 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.6
11
+ Fri, 08 Oct 2021 09:35:07 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.3.5
16
+ Fri, 08 Oct 2021 08:08:34 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 0.3.4
21
+ Thu, 07 Oct 2021 23:43:12 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 0.3.3
6
26
  Thu, 07 Oct 2021 07:13:35 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.13"
8
+ "packageVersion": "7.18.15"
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.3",
3
+ "version": "0.3.7",
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.42.1",
12
+ "@rushstack/node-core-library": "3.42.3",
13
13
  "@types/node": "12.20.24",
14
14
  "wordwrap": "~1.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@rushstack/eslint-config": "2.4.2",
18
- "@rushstack/heft": "0.41.3",
19
- "@rushstack/heft-node-rig": "1.2.22",
17
+ "@rushstack/eslint-config": "2.4.3",
18
+ "@rushstack/heft": "0.41.7",
19
+ "@rushstack/heft-node-rig": "1.2.26",
20
20
  "@types/heft-jest": "1.0.1",
21
21
  "@types/wordwrap": "~1.0.0",
22
22
  "colors": "~1.2.1"