@jest/schemas
Advanced tools
Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2
@@ -7,11 +7,14 @@ /** | ||
*/ | ||
import {Static} from '@sinclair/typebox'; | ||
import {TBoolean} from '@sinclair/typebox'; | ||
import {TNull} from '@sinclair/typebox'; | ||
import {TNumber} from '@sinclair/typebox'; | ||
import {TObject} from '@sinclair/typebox'; | ||
import {TOptional} from '@sinclair/typebox'; | ||
import {TReadonly} from '@sinclair/typebox'; | ||
import {TString} from '@sinclair/typebox'; | ||
import { | ||
Static, | ||
TBoolean, | ||
TNull, | ||
TNumber, | ||
TObject, | ||
TOptional, | ||
TReadonly, | ||
TString, | ||
} from '@sinclair/typebox'; | ||
declare const RawSnapshotFormat: TObject<{ | ||
@@ -18,0 +21,0 @@ callToJSON: TOptional<TReadonly<TBoolean>>; |
{ | ||
"name": "@jest/schemas", | ||
"version": "30.0.0-alpha.1", | ||
"version": "30.0.0-alpha.2", | ||
"repository": { | ||
@@ -30,3 +30,3 @@ "type": "git", | ||
}, | ||
"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
129
6477