@rushstack/stream-collator 4.1.119 → 4.1.123

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,60 @@
1
1
  {
2
2
  "name": "@rushstack/stream-collator",
3
3
  "entries": [
4
+ {
5
+ "version": "4.1.123",
6
+ "tag": "@rushstack/stream-collator_v4.1.123",
7
+ "date": "Fri, 30 Jan 2026 01:16:13 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.11`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "4.1.122",
18
+ "tag": "@rushstack/stream-collator_v4.1.122",
19
+ "date": "Thu, 08 Jan 2026 01:12:30 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.10`"
24
+ }
25
+ ]
26
+ }
27
+ },
28
+ {
29
+ "version": "4.1.121",
30
+ "tag": "@rushstack/stream-collator_v4.1.121",
31
+ "date": "Wed, 07 Jan 2026 01:12:25 GMT",
32
+ "comments": {
33
+ "dependency": [
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.21.0`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.9`"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "version": "4.1.120",
45
+ "tag": "@rushstack/stream-collator_v4.1.120",
46
+ "date": "Mon, 05 Jan 2026 16:12:49 GMT",
47
+ "comments": {
48
+ "dependency": [
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.20.0`"
51
+ },
52
+ {
53
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.8`"
54
+ }
55
+ ]
56
+ }
57
+ },
4
58
  {
5
59
  "version": "4.1.119",
6
60
  "tag": "@rushstack/stream-collator_v4.1.119",
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 Dec 2025 01:12:28 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Jan 2026 01:16:13 GMT and should not be manually modified.
4
+
5
+ ## 4.1.123
6
+ Fri, 30 Jan 2026 01:16:13 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.1.122
11
+ Thu, 08 Jan 2026 01:12:30 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.1.121
16
+ Wed, 07 Jan 2026 01:12:25 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.1.120
21
+ Mon, 05 Jan 2026 16:12:49 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 4.1.119
6
26
  Sat, 06 Dec 2025 01:12:28 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.55.1"
8
+ "packageVersion": "7.55.5"
9
9
  }
10
10
  ]
11
11
  }
package/lib/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  *
10
10
  * @packageDocumentation
11
11
  */
12
- export * from './CollatedTerminal';
13
- export * from './CollatedWriter';
14
- export * from './StreamCollator';
12
+ export { CollatedTerminal } from './CollatedTerminal';
13
+ export { CollatedWriter } from './CollatedWriter';
14
+ export { StreamCollator, type IStreamCollatorOptions } from './StreamCollator';
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAEH,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC"}
package/lib/index.js CHANGED
@@ -1,21 +1,8 @@
1
1
  "use strict";
2
2
  // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
3
3
  // See LICENSE in the project root for license information.
4
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
- if (k2 === undefined) k2 = k;
6
- var desc = Object.getOwnPropertyDescriptor(m, k);
7
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
- desc = { enumerable: true, get: function() { return m[k]; } };
9
- }
10
- Object.defineProperty(o, k2, desc);
11
- }) : (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- o[k2] = m[k];
14
- }));
15
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
- };
18
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.StreamCollator = exports.CollatedWriter = exports.CollatedTerminal = void 0;
19
6
  /**
20
7
  * This library enables a tool to display live console output from multiple concurrent processes,
21
8
  * while ensuring that their output does not get jumbled together.
@@ -27,7 +14,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
27
14
  *
28
15
  * @packageDocumentation
29
16
  */
30
- __exportStar(require("./CollatedTerminal"), exports);
31
- __exportStar(require("./CollatedWriter"), exports);
32
- __exportStar(require("./StreamCollator"), exports);
17
+ var CollatedTerminal_1 = require("./CollatedTerminal");
18
+ Object.defineProperty(exports, "CollatedTerminal", { enumerable: true, get: function () { return CollatedTerminal_1.CollatedTerminal; } });
19
+ var CollatedWriter_1 = require("./CollatedWriter");
20
+ Object.defineProperty(exports, "CollatedWriter", { enumerable: true, get: function () { return CollatedWriter_1.CollatedWriter; } });
21
+ var StreamCollator_1 = require("./StreamCollator");
22
+ Object.defineProperty(exports, "StreamCollator", { enumerable: true, get: function () { return StreamCollator_1.StreamCollator; } });
33
23
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;;;;;;;;;;;;AAE3D;;;;;;;;;;GAUG;AAEH,qDAAmC;AACnC,mDAAiC;AACjC,mDAAiC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * This library enables a tool to display live console output from multiple concurrent processes,\n * while ensuring that their output does not get jumbled together.\n *\n * @remarks\n *\n * For more info, please see the package {@link https://www.npmjs.com/package/@rushstack/stream-collator\n * | README}.\n *\n * @packageDocumentation\n */\n\nexport * from './CollatedTerminal';\nexport * from './CollatedWriter';\nexport * from './StreamCollator';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D;;;;;;;;;;GAUG;AAEH,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA;AACzB,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,mDAA+E;AAAtE,gHAAA,cAAc,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * This library enables a tool to display live console output from multiple concurrent processes,\n * while ensuring that their output does not get jumbled together.\n *\n * @remarks\n *\n * For more info, please see the package {@link https://www.npmjs.com/package/@rushstack/stream-collator\n * | README}.\n *\n * @packageDocumentation\n */\n\nexport { CollatedTerminal } from './CollatedTerminal';\nexport { CollatedWriter } from './CollatedWriter';\nexport { StreamCollator, type IStreamCollatorOptions } from './StreamCollator';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/stream-collator",
3
- "version": "4.1.119",
3
+ "version": "4.1.123",
4
4
  "description": "Display intelligible realtime output from concurrent processes",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,12 +12,12 @@
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
14
  "@rushstack/node-core-library": "5.19.1",
15
- "@rushstack/terminal": "0.19.5"
15
+ "@rushstack/terminal": "0.21.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "eslint": "~9.37.0",
19
- "@rushstack/heft": "1.1.7",
20
- "local-node-rig": "1.0.0"
19
+ "local-node-rig": "1.0.0",
20
+ "@rushstack/heft": "1.1.11"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "heft build --clean",