@jest/console
Advanced tools
Comparing version 27.0.0-next.1 to 27.0.0-next.3
@@ -11,2 +11,2 @@ /** | ||
export { default as getConsoleOutput } from './getConsoleOutput'; | ||
export type { ConsoleBuffer, LogMessage, LogType } from './types'; | ||
export type { ConsoleBuffer, LogMessage, LogType, LogEntry } from './types'; |
{ | ||
"name": "@jest/console", | ||
"version": "27.0.0-next.1", | ||
"version": "27.0.0-next.3", | ||
"repository": { | ||
@@ -17,11 +17,11 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^27.0.0-next.1", | ||
"@jest/types": "^27.0.0-next.3", | ||
"@types/node": "*", | ||
"chalk": "^4.0.0", | ||
"jest-message-util": "^27.0.0-next.1", | ||
"jest-util": "^27.0.0-next.1", | ||
"jest-message-util": "^27.0.0-next.3", | ||
"jest-util": "^27.0.0-next.3", | ||
"slash": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@jest/test-utils": "^27.0.0-next.1", | ||
"@jest/test-utils": "^27.0.0-next.3", | ||
"@types/node": "*" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "774c1898bbb078c20fa53906d535335babc6585d" | ||
"gitHead": "2e34f2cfaf9b6864c3ad4bdca05d3097d3108a41" | ||
} |
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
21602
Updated@jest/types@^27.0.0-next.3
Updatedjest-util@^27.0.0-next.3