@rushstack/terminal 0.3.6 → 0.3.10

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,89 @@
1
1
  {
2
2
  "name": "@rushstack/terminal",
3
3
  "entries": [
4
+ {
5
+ "version": "0.3.10",
6
+ "tag": "@rushstack/terminal_v0.3.10",
7
+ "date": "Fri, 05 Nov 2021 15:09:18 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.1`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.5`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.1`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.29`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "0.3.9",
27
+ "tag": "@rushstack/terminal_v0.3.9",
28
+ "date": "Thu, 28 Oct 2021 00:08:22 GMT",
29
+ "comments": {
30
+ "dependency": [
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.0`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.28`"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "version": "0.3.8",
42
+ "tag": "@rushstack/terminal_v0.3.8",
43
+ "date": "Wed, 27 Oct 2021 00:08:15 GMT",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "comment": "Update the package.json repository field to include the directory property."
48
+ }
49
+ ],
50
+ "dependency": [
51
+ {
52
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.0`"
53
+ },
54
+ {
55
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.4`"
56
+ },
57
+ {
58
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.8`"
59
+ },
60
+ {
61
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.27`"
62
+ }
63
+ ]
64
+ }
65
+ },
66
+ {
67
+ "version": "0.3.7",
68
+ "tag": "@rushstack/terminal_v0.3.7",
69
+ "date": "Wed, 13 Oct 2021 15:09:55 GMT",
70
+ "comments": {
71
+ "dependency": [
72
+ {
73
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.3`"
74
+ },
75
+ {
76
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.3`"
77
+ },
78
+ {
79
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.7`"
80
+ },
81
+ {
82
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.26`"
83
+ }
84
+ ]
85
+ }
86
+ },
4
87
  {
5
88
  "version": "0.3.6",
6
89
  "tag": "@rushstack/terminal_v0.3.6",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  # Change Log - @rushstack/terminal
2
2
 
3
- This log was last generated on Fri, 08 Oct 2021 09:35:07 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 05 Nov 2021 15:09:18 GMT and should not be manually modified.
4
+
5
+ ## 0.3.10
6
+ Fri, 05 Nov 2021 15:09:18 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.9
11
+ Thu, 28 Oct 2021 00:08:22 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.3.8
16
+ Wed, 27 Oct 2021 00:08:15 GMT
17
+
18
+ ### Patches
19
+
20
+ - Update the package.json repository field to include the directory property.
21
+
22
+ ## 0.3.7
23
+ Wed, 13 Oct 2021 15:09:55 GMT
24
+
25
+ _Version update only_
4
26
 
5
27
  ## 0.3.6
6
28
  Fri, 08 Oct 2021 09:35:07 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.17"
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.6",
3
+ "version": "0.3.10",
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.2",
14
+ "@rushstack/node-core-library": "3.43.1",
13
15
  "@types/node": "12.20.24",
14
16
  "wordwrap": "~1.0.0"
15
17
  },
16
18
  "devDependencies": {
17
- "@rushstack/eslint-config": "2.4.2",
18
- "@rushstack/heft": "0.41.6",
19
- "@rushstack/heft-node-rig": "1.2.25",
19
+ "@rushstack/eslint-config": "2.4.5",
20
+ "@rushstack/heft": "0.42.1",
21
+ "@rushstack/heft-node-rig": "1.2.29",
20
22
  "@types/heft-jest": "1.0.1",
21
23
  "@types/wordwrap": "~1.0.0",
22
24
  "colors": "~1.2.1"