@rushstack/terminal 0.3.4 → 0.3.8

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