@armit/worker-threads
Advanced tools
Comparing version 0.0.3 to 0.0.4
# @armit/worker-threads | ||
## 0.0.4 | ||
### Patch Changes | ||
- [`2a212b6`](https://github.com/armitjs/armit/commit/2a212b6844f6f5c530ca77c6d4c45a01df3e77b1) Thanks [@tianyingchun](https://github.com/tianyingchun)! - bump version | ||
## 0.0.3 | ||
@@ -4,0 +10,0 @@ |
@@ -134,3 +134,3 @@ import { parentPort } from 'worker_threads'; | ||
} | ||
msg.port.postMessage({ action: 'ready' }); | ||
port.postMessage({ action: 'ready' }); | ||
}); |
{ | ||
"name": "@armit/worker-threads", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"homepage": "https://github.com/armitjs/armit", | ||
@@ -15,3 +15,2 @@ "repository": { | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
@@ -51,17 +50,17 @@ "exports": { | ||
"devDependencies": { | ||
"@armit/eslint-config-bases": "^0.0.21", | ||
"@types/debug": "4.1.7", | ||
"@types/node": "20.3.1", | ||
"@vitest/coverage-istanbul": "0.32.2", | ||
"@vitest/ui": "0.32.2", | ||
"eslint": "8.43.0", | ||
"@armit/eslint-config-bases": "^0.0.22", | ||
"@types/debug": "4.1.8", | ||
"@types/node": "20.4.4", | ||
"@vitest/coverage-istanbul": "0.33.0", | ||
"@vitest/ui": "0.33.0", | ||
"eslint": "8.45.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.8.8", | ||
"prettier": "3.0.0", | ||
"rimraf": "5.0.1", | ||
"ts-node": "10.9.1", | ||
"tsup": "7.1.0", | ||
"typescript": "5.1.3", | ||
"vite": "4.3.9", | ||
"typescript": "5.1.6", | ||
"vite": "4.4.6", | ||
"vite-tsconfig-paths": "4.2.0", | ||
"vitest": "0.32.2" | ||
"vitest": "0.33.0" | ||
}, | ||
@@ -68,0 +67,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49984