@rushstack/stream-collator 4.1.23 → 4.1.25

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/README.md CHANGED
@@ -52,6 +52,6 @@ all background streams which have been completed will be emitted.
52
52
  - [CHANGELOG.md](
53
53
  https://github.com/microsoft/rushstack/blob/main/libraries/stream-collator/CHANGELOG.md) - Find
54
54
  out what's new in the latest version
55
- - [API Reference](https://rushstack.io/pages/api/stream-collator/)
55
+ - [API Reference](https://api.rushstack.io/pages/stream-collator/)
56
56
 
57
57
  `@rushstack/stream-collator` is part of the [Rush Stack](https://rushstack.io/) family of projects.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.39.5"
8
+ "packageVersion": "7.40.1"
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.23",
3
+ "version": "4.1.25",
4
4
  "description": "Display intelligible realtime output from concurrent processes",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,12 +11,12 @@
11
11
  "typings": "dist/stream-collator.d.ts",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "@rushstack/node-core-library": "3.65.0",
15
- "@rushstack/terminal": "0.7.22"
14
+ "@rushstack/node-core-library": "3.66.1",
15
+ "@rushstack/terminal": "0.7.24"
16
16
  },
17
17
  "devDependencies": {
18
- "@rushstack/heft": "0.64.5",
19
- "local-node-rig": "1.0.0"
18
+ "local-node-rig": "1.0.0",
19
+ "@rushstack/heft": "0.64.7"
20
20
  },
21
21
  "scripts": {
22
22
  "build": "heft build --clean",