jest-worker
Advanced tools
Comparing version 27.0.6 to 27.1.0
@@ -14,2 +14,3 @@ /** | ||
codeRangeSizeMb?: number; | ||
stackSizeMb?: number; | ||
} | ||
@@ -16,0 +17,0 @@ export declare const CHILD_MESSAGE_INITIALIZE: 0; |
@@ -161,3 +161,2 @@ 'use strict'; | ||
eval: false, | ||
// @ts-expect-error: added in newer versions | ||
resourceLimits: this._options.resourceLimits, | ||
@@ -164,0 +163,0 @@ stderr: true, |
{ | ||
"name": "jest-worker", | ||
"version": "27.0.6", | ||
"version": "27.1.0", | ||
"repository": { | ||
@@ -25,3 +25,3 @@ "type": "git", | ||
"get-stream": "^6.0.0", | ||
"jest-leak-detector": "^27.0.6", | ||
"jest-leak-detector": "^27.1.0", | ||
"worker-farm": "^1.6.0" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9" | ||
"gitHead": "5ef792e957e83428d868a18618b8629e32719993" | ||
} |
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
82789