jest-environment-node
Advanced tools
Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2
@@ -7,11 +7,13 @@ /** | ||
*/ | ||
/// <reference types="node" /> | ||
import {Context} from 'vm'; | ||
import type {EnvironmentContext} from '@jest/environment'; | ||
import type {Global as Global_2} from '@jest/types'; | ||
import type {JestEnvironment} from '@jest/environment'; | ||
import type {JestEnvironmentConfig} from '@jest/environment'; | ||
import {LegacyFakeTimers} from '@jest/fake-timers'; | ||
import {ModernFakeTimers} from '@jest/fake-timers'; | ||
import { | ||
EnvironmentContext, | ||
JestEnvironment, | ||
JestEnvironmentConfig, | ||
} from '@jest/environment'; | ||
import {LegacyFakeTimers, ModernFakeTimers} from '@jest/fake-timers'; | ||
import {Global as Global_2} from '@jest/types'; | ||
import {ModuleMocker} from 'jest-mock'; | ||
@@ -25,3 +27,3 @@ | ||
moduleMocker: ModuleMocker | null; | ||
customExportConditions: string[]; | ||
customExportConditions: Array<string>; | ||
private readonly _configuredExportConditions?; | ||
@@ -28,0 +30,0 @@ constructor(config: JestEnvironmentConfig, _context: EnvironmentContext); |
{ | ||
"name": "jest-environment-node", | ||
"version": "30.0.0-alpha.1", | ||
"version": "30.0.0-alpha.2", | ||
"repository": { | ||
@@ -22,11 +22,11 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/environment": "30.0.0-alpha.1", | ||
"@jest/fake-timers": "30.0.0-alpha.1", | ||
"@jest/types": "30.0.0-alpha.1", | ||
"@jest/environment": "30.0.0-alpha.2", | ||
"@jest/fake-timers": "30.0.0-alpha.2", | ||
"@jest/types": "30.0.0-alpha.2", | ||
"@types/node": "*", | ||
"jest-mock": "30.0.0-alpha.1", | ||
"jest-util": "30.0.0-alpha.1" | ||
"jest-mock": "30.0.0-alpha.2", | ||
"jest-util": "30.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@jest/test-utils": "30.0.0-alpha.1" | ||
"@jest/test-utils": "30.0.0-alpha.2" | ||
}, | ||
@@ -39,3 +39,3 @@ "engines": { | ||
}, | ||
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63" | ||
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4" | ||
} |
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
239
9843
+ Added@jest/environment@30.0.0-alpha.2(transitive)
+ Added@jest/fake-timers@30.0.0-alpha.2(transitive)
+ Added@jest/schemas@30.0.0-alpha.2(transitive)
+ Added@jest/types@30.0.0-alpha.2(transitive)
+ Addedjest-message-util@30.0.0-alpha.2(transitive)
+ Addedjest-mock@30.0.0-alpha.2(transitive)
+ Addedjest-util@30.0.0-alpha.2(transitive)
+ Addedpicomatch@3.0.1(transitive)
+ Addedpretty-format@30.0.0-alpha.2(transitive)
- Removed@jest/environment@30.0.0-alpha.1(transitive)
- Removed@jest/fake-timers@30.0.0-alpha.1(transitive)
- Removed@jest/schemas@30.0.0-alpha.1(transitive)
- Removed@jest/types@30.0.0-alpha.1(transitive)
- Removedjest-message-util@30.0.0-alpha.1(transitive)
- Removedjest-mock@30.0.0-alpha.1(transitive)
- Removedjest-util@30.0.0-alpha.1(transitive)
- Removedpretty-format@30.0.0-alpha.1(transitive)
Updated@jest/types@30.0.0-alpha.2
Updatedjest-mock@30.0.0-alpha.2
Updatedjest-util@30.0.0-alpha.2