@rushstack/terminal 0.3.5 → 0.3.9

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