jest-runner
Advanced tools
Comparing version 28.0.1 to 28.0.2
@@ -124,4 +124,2 @@ 'use strict'; | ||
const TEST_WORKER_PATH = require.resolve('./testWorker'); | ||
var _eventEmitter = /*#__PURE__*/ new WeakMap(); | ||
@@ -230,3 +228,3 @@ | ||
const worker = new (_jestWorker().Worker)(TEST_WORKER_PATH, { | ||
const worker = new (_jestWorker().Worker)(require.resolve('./testWorker'), { | ||
exposedMethods: ['worker'], | ||
@@ -233,0 +231,0 @@ // @ts-expect-error: option does not exist on the node 12 types |
{ | ||
"name": "jest-runner", | ||
"version": "28.0.1", | ||
"version": "28.0.2", | ||
"repository": { | ||
@@ -20,7 +20,7 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/console": "^28.0.1", | ||
"@jest/environment": "^28.0.1", | ||
"@jest/test-result": "^28.0.1", | ||
"@jest/transform": "^28.0.1", | ||
"@jest/types": "^28.0.1", | ||
"@jest/console": "^28.0.2", | ||
"@jest/environment": "^28.0.2", | ||
"@jest/test-result": "^28.0.2", | ||
"@jest/transform": "^28.0.2", | ||
"@jest/types": "^28.0.2", | ||
"@types/node": "*", | ||
@@ -30,12 +30,12 @@ "chalk": "^4.0.0", | ||
"graceful-fs": "^4.2.9", | ||
"jest-docblock": "^28.0.0", | ||
"jest-environment-node": "^28.0.1", | ||
"jest-haste-map": "^28.0.1", | ||
"jest-leak-detector": "^28.0.1", | ||
"jest-message-util": "^28.0.1", | ||
"jest-resolve": "^28.0.1", | ||
"jest-runtime": "^28.0.1", | ||
"jest-util": "^28.0.1", | ||
"jest-watcher": "^28.0.1", | ||
"jest-worker": "^28.0.1", | ||
"jest-docblock": "^28.0.2", | ||
"jest-environment-node": "^28.0.2", | ||
"jest-haste-map": "^28.0.2", | ||
"jest-leak-detector": "^28.0.2", | ||
"jest-message-util": "^28.0.2", | ||
"jest-resolve": "^28.0.2", | ||
"jest-runtime": "^28.0.2", | ||
"jest-util": "^28.0.2", | ||
"jest-watcher": "^28.0.2", | ||
"jest-worker": "^28.0.2", | ||
"source-map-support": "0.5.13", | ||
@@ -49,7 +49,7 @@ "throat": "^6.0.1" | ||
"@types/source-map-support": "^0.5.0", | ||
"jest-jasmine2": "^28.0.1", | ||
"jest-jasmine2": "^28.0.2", | ||
"tsd-lite": "^0.5.1" | ||
}, | ||
"engines": { | ||
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" | ||
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" | ||
}, | ||
@@ -59,3 +59,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0a08639e4299f07becf1020a761adfec83536018" | ||
"gitHead": "279ee6658d763f024d51f340fab6a37c17d94502" | ||
} |
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
31427
977
Updated@jest/console@^28.0.2
Updated@jest/environment@^28.0.2
Updated@jest/test-result@^28.0.2
Updated@jest/transform@^28.0.2
Updated@jest/types@^28.0.2
Updatedjest-docblock@^28.0.2
Updatedjest-haste-map@^28.0.2
Updatedjest-leak-detector@^28.0.2
Updatedjest-message-util@^28.0.2
Updatedjest-resolve@^28.0.2
Updatedjest-runtime@^28.0.2
Updatedjest-util@^28.0.2
Updatedjest-watcher@^28.0.2
Updatedjest-worker@^28.0.2