@rushstack/terminal 0.3.7 → 0.3.11

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,86 @@
1
1
  {
2
2
  "name": "@rushstack/terminal",
3
3
  "entries": [
4
+ {
5
+ "version": "0.3.11",
6
+ "tag": "@rushstack/terminal_v0.3.11",
7
+ "date": "Sat, 06 Nov 2021 00:09:13 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.2`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.2`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.30`"
18
+ }
19
+ ]
20
+ }
21
+ },
22
+ {
23
+ "version": "0.3.10",
24
+ "tag": "@rushstack/terminal_v0.3.10",
25
+ "date": "Fri, 05 Nov 2021 15:09:18 GMT",
26
+ "comments": {
27
+ "dependency": [
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.1`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.5`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.1`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.29`"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "version": "0.3.9",
45
+ "tag": "@rushstack/terminal_v0.3.9",
46
+ "date": "Thu, 28 Oct 2021 00:08:22 GMT",
47
+ "comments": {
48
+ "dependency": [
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.0`"
51
+ },
52
+ {
53
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.28`"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "version": "0.3.8",
60
+ "tag": "@rushstack/terminal_v0.3.8",
61
+ "date": "Wed, 27 Oct 2021 00:08:15 GMT",
62
+ "comments": {
63
+ "patch": [
64
+ {
65
+ "comment": "Update the package.json repository field to include the directory property."
66
+ }
67
+ ],
68
+ "dependency": [
69
+ {
70
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.0`"
71
+ },
72
+ {
73
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.4`"
74
+ },
75
+ {
76
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.8`"
77
+ },
78
+ {
79
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.27`"
80
+ }
81
+ ]
82
+ }
83
+ },
4
84
  {
5
85
  "version": "0.3.7",
6
86
  "tag": "@rushstack/terminal_v0.3.7",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @rushstack/terminal
2
2
 
3
- This log was last generated on Wed, 13 Oct 2021 15:09:55 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 06 Nov 2021 00:09:13 GMT and should not be manually modified.
4
+
5
+ ## 0.3.11
6
+ Sat, 06 Nov 2021 00:09:13 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.10
11
+ Fri, 05 Nov 2021 15:09:18 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.3.9
16
+ Thu, 28 Oct 2021 00:08:22 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 0.3.8
21
+ Wed, 27 Oct 2021 00:08:15 GMT
22
+
23
+ ### Patches
24
+
25
+ - Update the package.json repository field to include the directory property.
4
26
 
5
27
  ## 0.3.7
6
28
  Wed, 13 Oct 2021 15:09:55 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.15"
8
+ "packageVersion": "7.18.18"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,22 +1,24 @@
1
1
  {
2
2
  "name": "@rushstack/terminal",
3
- "version": "0.3.7",
3
+ "version": "0.3.11",
4
4
  "description": "User interface primitives for console applications",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/terminal.d.ts",
7
7
  "license": "MIT",
8
8
  "repository": {
9
- "url": "https://github.com/microsoft/rushstack/tree/master/libraries/terminal"
9
+ "url": "https://github.com/microsoft/rushstack.git",
10
+ "type": "git",
11
+ "directory": "libraries/terminal"
10
12
  },
11
13
  "dependencies": {
12
- "@rushstack/node-core-library": "3.42.3",
14
+ "@rushstack/node-core-library": "3.43.2",
13
15
  "@types/node": "12.20.24",
14
16
  "wordwrap": "~1.0.0"
15
17
  },
16
18
  "devDependencies": {
17
- "@rushstack/eslint-config": "2.4.3",
18
- "@rushstack/heft": "0.41.7",
19
- "@rushstack/heft-node-rig": "1.2.26",
19
+ "@rushstack/eslint-config": "2.4.5",
20
+ "@rushstack/heft": "0.42.2",
21
+ "@rushstack/heft-node-rig": "1.2.30",
20
22
  "@types/heft-jest": "1.0.1",
21
23
  "@types/wordwrap": "~1.0.0",
22
24
  "colors": "~1.2.1"