jest-haste-map
Advanced tools
Comparing version 29.4.3 to 29.5.0
@@ -223,2 +223,3 @@ /** | ||
watch?: boolean; | ||
workerThreads?: boolean; | ||
}; | ||
@@ -225,0 +226,0 @@ |
@@ -292,3 +292,4 @@ 'use strict'; | ||
useWatchman: options.useWatchman ?? true, | ||
watch: !!options.watch | ||
watch: !!options.watch, | ||
workerThreads: options.workerThreads | ||
}; | ||
@@ -741,2 +742,3 @@ this._console = options.console || globalThis.console; | ||
this._worker = new (_jestWorker().Worker)(require.resolve('./worker'), { | ||
enableWorkerThreads: this._options.workerThreads, | ||
exposedMethods: ['getSha1', 'worker'], | ||
@@ -743,0 +745,0 @@ forkOptions: { |
{ | ||
"name": "jest-haste-map", | ||
"version": "29.4.3", | ||
"version": "29.5.0", | ||
"repository": { | ||
@@ -20,3 +20,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^29.4.3", | ||
"@jest/types": "^29.5.0", | ||
"@types/graceful-fs": "^4.1.3", | ||
@@ -28,4 +28,4 @@ "@types/node": "*", | ||
"jest-regex-util": "^29.4.3", | ||
"jest-util": "^29.4.3", | ||
"jest-worker": "^29.4.3", | ||
"jest-util": "^29.5.0", | ||
"jest-worker": "^29.5.0", | ||
"micromatch": "^4.0.4", | ||
@@ -48,3 +48,3 @@ "walker": "^1.0.8" | ||
}, | ||
"gitHead": "a49c88610e49a3242576160740a32a2fe11161e1" | ||
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c" | ||
} |
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
121205
3993
Updated@jest/types@^29.5.0
Updatedjest-util@^29.5.0
Updatedjest-worker@^29.5.0