@rushstack/stream-collator 4.0.142 → 4.0.146

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,84 @@
1
1
  {
2
2
  "name": "@rushstack/stream-collator",
3
3
  "entries": [
4
+ {
5
+ "version": "4.0.146",
6
+ "tag": "@rushstack/stream-collator_v4.0.146",
7
+ "date": "Mon, 06 Dec 2021 16:08:33 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.1`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.3.15`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.0`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.5`"
21
+ },
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.3.0`"
24
+ }
25
+ ]
26
+ }
27
+ },
28
+ {
29
+ "version": "4.0.145",
30
+ "tag": "@rushstack/stream-collator_v4.0.145",
31
+ "date": "Fri, 03 Dec 2021 03:05:22 GMT",
32
+ "comments": {
33
+ "dependency": [
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.0`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.3.14`"
39
+ },
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.4`"
42
+ },
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.33`"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "version": "4.0.144",
51
+ "tag": "@rushstack/stream-collator_v4.0.144",
52
+ "date": "Tue, 30 Nov 2021 20:18:41 GMT",
53
+ "comments": {
54
+ "dependency": [
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.3.13`"
57
+ },
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.32`"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "version": "4.0.143",
66
+ "tag": "@rushstack/stream-collator_v4.0.143",
67
+ "date": "Mon, 29 Nov 2021 07:26:16 GMT",
68
+ "comments": {
69
+ "dependency": [
70
+ {
71
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.3.12`"
72
+ },
73
+ {
74
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.3`"
75
+ },
76
+ {
77
+ "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.2.31`"
78
+ }
79
+ ]
80
+ }
81
+ },
4
82
  {
5
83
  "version": "4.0.142",
6
84
  "tag": "@rushstack/stream-collator_v4.0.142",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/stream-collator
2
2
 
3
- This log was last generated on Sat, 06 Nov 2021 00:09:13 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 06 Dec 2021 16:08:33 GMT and should not be manually modified.
4
+
5
+ ## 4.0.146
6
+ Mon, 06 Dec 2021 16:08:33 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.0.145
11
+ Fri, 03 Dec 2021 03:05:22 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.0.144
16
+ Tue, 30 Nov 2021 20:18:41 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.0.143
21
+ Mon, 29 Nov 2021 07:26:16 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 4.0.142
6
26
  Sat, 06 Nov 2021 00:09:13 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.18"
8
+ "packageVersion": "7.18.20"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/stream-collator",
3
- "version": "4.0.142",
3
+ "version": "4.0.146",
4
4
  "description": "Display intelligible realtime output from concurrent processes",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,13 +11,13 @@
11
11
  "typings": "dist/stream-collator.d.ts",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "@rushstack/node-core-library": "3.43.2",
15
- "@rushstack/terminal": "0.3.11"
14
+ "@rushstack/node-core-library": "3.44.1",
15
+ "@rushstack/terminal": "0.3.15"
16
16
  },
17
17
  "devDependencies": {
18
- "@rushstack/eslint-config": "2.4.5",
19
- "@rushstack/heft": "0.42.2",
20
- "@rushstack/heft-node-rig": "1.2.30",
18
+ "@rushstack/eslint-config": "2.5.0",
19
+ "@rushstack/heft": "0.42.5",
20
+ "@rushstack/heft-node-rig": "1.3.0",
21
21
  "@types/heft-jest": "1.0.1",
22
22
  "@types/node": "12.20.24"
23
23
  },