@rushstack/stream-collator 4.0.143 → 4.0.147

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