@rushstack/worker-pool
Advanced tools
+12
-6
| { | ||
| "name": "@rushstack/worker-pool", | ||
| "version": "0.1.48", | ||
| "version": "0.2.0", | ||
| "description": "Lightweight worker pool using NodeJS worker_threads", | ||
@@ -13,11 +13,17 @@ "main": "lib/index.js", | ||
| }, | ||
| "dependencies": { | ||
| "@types/node": "12.20.24" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/heft-jest": "1.0.1", | ||
| "@types/node": "12.20.24", | ||
| "@rushstack/eslint-config": "3.1.1", | ||
| "@rushstack/heft": "0.49.3", | ||
| "@rushstack/heft-node-rig": "1.12.0" | ||
| "@rushstack/heft": "0.49.4", | ||
| "@rushstack/heft-node-rig": "1.12.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "@types/node": "^12.20.24" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "@types/node": { | ||
| "optional": true | ||
| } | ||
| }, | ||
| "scripts": { | ||
@@ -24,0 +30,0 @@ "build": "heft build --clean", |
29141
0.41%5
25%+ Added
- Removed
- Removed