@rushstack/stream-collator 4.1.111 → 4.1.112

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,24 @@
1
1
  {
2
2
  "name": "@rushstack/stream-collator",
3
3
  "entries": [
4
+ {
5
+ "version": "4.1.112",
6
+ "tag": "@rushstack/stream-collator_v4.1.112",
7
+ "date": "Fri, 03 Oct 2025 20:10:00 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.16.0`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.19.0`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.0`"
18
+ }
19
+ ]
20
+ }
21
+ },
4
22
  {
5
23
  "version": "4.1.111",
6
24
  "tag": "@rushstack/stream-collator_v4.1.111",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @rushstack/stream-collator
2
2
 
3
- This log was last generated on Tue, 30 Sep 2025 23:57:45 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Oct 2025 20:10:00 GMT and should not be manually modified.
4
+
5
+ ## 4.1.112
6
+ Fri, 03 Oct 2025 20:10:00 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.1.111
6
11
  Tue, 30 Sep 2025 23:57:45 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.14"
8
+ "packageVersion": "7.52.15"
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.1.111",
3
+ "version": "4.1.112",
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": "5.15.1",
15
- "@rushstack/terminal": "0.18.0"
14
+ "@rushstack/node-core-library": "5.16.0",
15
+ "@rushstack/terminal": "0.19.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "eslint": "~9.25.1",
19
- "local-node-rig": "1.0.0",
20
- "@rushstack/heft": "1.0.0"
19
+ "@rushstack/heft": "1.1.0",
20
+ "local-node-rig": "1.0.0"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "heft build --clean",