@rushstack/worker-pool 0.1.24 → 0.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.29.4"
8
+ "packageVersion": "7.29.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/worker-pool",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Lightweight worker pool using NodeJS worker_threads",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/worker-pool.d.ts",
@@ -16,13 +16,12 @@
16
16
  "devDependencies": {
17
17
  "@rushstack/eslint-config": "3.0.0",
18
18
  "@rushstack/heft": "0.47.5",
19
- "@rushstack/heft-node-rig": "1.10.5",
19
+ "@rushstack/heft-node-rig": "1.10.6",
20
20
  "@types/heft-jest": "1.0.1"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "heft build --clean",
24
24
  "_phase:build": "heft build --clean",
25
25
  "_phase:test": "heft test --no-build"
26
- },
27
- "readme": "# @rushstack/worker-pool\n\nThis library contains a lightweight worker pool using the NodeJS worker_threads API.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/libraries/worker-pool/CHANGELOG.md) - Find\n out what's new in the latest version\n- [API Reference](https://rushstack.io/pages/api/worker-pool/)\n\n`@rushstack/worker-pool` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
26
+ }
28
27
  }