@armit/worker-threads
Advanced tools
Comparing version 0.1.3 to 0.1.4
# @armit/worker-threads | ||
## 0.1.4 | ||
### Patch Changes | ||
- [`a643e44`](https://github.com/armitjs/armit/commit/a643e44a51cff31febba27d8108d91dd8d868514) Thanks [@tianyingchun](https://github.com/tianyingchun)! - bump version | ||
## 0.1.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@armit/worker-threads", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/armitjs/armit", | ||
@@ -38,4 +38,2 @@ "repository": { | ||
"lint": "eslint . --ext .ts,.mts,.tsx,.js,.jsx,.cjs,.mjs --cache --cache-location ../../.cache/eslint/worker-threads.eslintcache", | ||
"test": "run-s test-unit", | ||
"test-unit": "vitest run --passWithNoTests", | ||
"test-coverage": "vitest run --coverage", | ||
@@ -50,17 +48,17 @@ "test-unit-watch": "vitest watch --ui", | ||
"devDependencies": { | ||
"@armit/eslint-config-bases": "^0.1.4", | ||
"@armit/eslint-config-bases": "^0.1.5", | ||
"@types/debug": "4.1.12", | ||
"@types/node": "20.11.6", | ||
"@vitest/coverage-istanbul": "1.2.1", | ||
"@vitest/ui": "1.2.1", | ||
"eslint": "8.56.0", | ||
"@types/node": "20.12.2", | ||
"@vitest/coverage-istanbul": "1.4.0", | ||
"@vitest/ui": "1.4.0", | ||
"eslint": "8.57.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.2.4", | ||
"prettier": "3.2.5", | ||
"rimraf": "5.0.5", | ||
"ts-node": "10.9.2", | ||
"tsup": "8.0.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.12", | ||
"vite-tsconfig-paths": "4.3.1", | ||
"vitest": "1.2.1" | ||
"tsup": "8.0.2", | ||
"typescript": "5.4.3", | ||
"vite": "5.2.7", | ||
"vite-tsconfig-paths": "4.3.2", | ||
"vitest": "1.4.0" | ||
}, | ||
@@ -67,0 +65,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
52599