@jest/schemas
Advanced tools
Comparing version 30.0.0-alpha.5 to 30.0.0-alpha.6
@@ -142,8 +142,10 @@ /** | ||
}; | ||
global: { | ||
branches?: number | undefined; | ||
functions?: number | undefined; | ||
lines?: number | undefined; | ||
statements?: number | undefined; | ||
}; | ||
global: Static< | ||
TObject<{ | ||
branches: TOptional<TNumber>; | ||
functions: TOptional<TNumber>; | ||
lines: TOptional<TNumber>; | ||
statements: TOptional<TNumber>; | ||
}> | ||
>; | ||
}> | ||
@@ -150,0 +152,0 @@ >; |
@@ -307,3 +307,3 @@ /*! | ||
var __webpack_exports__ = {}; | ||
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. | ||
// This entry need to be wrapped in an IIFE because it uses a non-standard name for the exports (exports). | ||
(() => { | ||
@@ -310,0 +310,0 @@ var exports = __webpack_exports__; |
{ | ||
"name": "@jest/schemas", | ||
"version": "30.0.0-alpha.5", | ||
"version": "30.0.0-alpha.6", | ||
"repository": { | ||
@@ -22,3 +22,3 @@ "type": "git", | ||
"dependencies": { | ||
"@sinclair/typebox": "^0.32.1" | ||
"@sinclair/typebox": "^0.33.0" | ||
}, | ||
@@ -31,3 +31,3 @@ "engines": { | ||
}, | ||
"gitHead": "fa24a3bdd6682978d76799265016fb9d5bff135e" | ||
"gitHead": "ba74b7de1b9cca88daf33f9d1b46bfe2b7f485a5" | ||
} |
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
43140
1064
+ Added@sinclair/typebox@0.33.22(transitive)
- Removed@sinclair/typebox@0.32.35(transitive)
Updated@sinclair/typebox@^0.33.0