@types/jest-json-schema
Advanced tools
Comparing version 2.1.4 to 6.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for jest-json-schema 2.1 | ||
// Type definitions for jest-json-schema 6.1 | ||
// Project: https://github.com/americanexpress/jest-json-schema#readme | ||
@@ -20,2 +20,3 @@ // Definitions by: Matt Scheurich <https://github.com/lvl99> | ||
export const matchers: jest.ExpectExtendMap; | ||
export function matchersWithOptions(options: ajv.Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap; | ||
export type Options = ajv.Options & { AjvClass?: any }; | ||
export function matchersWithOptions(options: Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap; |
{ | ||
"name": "@types/jest-json-schema", | ||
"version": "2.1.4", | ||
"version": "6.1.0", | ||
"description": "TypeScript definitions for jest-json-schema", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-json-schema", | ||
}, | ||
"typesPublisherContentHash": "8ce071ecb5facb25b03d5952900e45250332bcdf955f9f878da8e6f64fa88636", | ||
"typesPublisherContentHash": "338dd71e7400a85c171bb447c7e26e8905a4d8fe2dbbb699a499c14512abd0e5", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
````ts | ||
// Type definitions for jest-json-schema 2.1 | ||
// Type definitions for jest-json-schema 6.1 | ||
// Project: https://github.com/americanexpress/jest-json-schema#readme | ||
@@ -31,3 +31,4 @@ // Definitions by: Matt Scheurich <https://github.com/lvl99> | ||
export const matchers: jest.ExpectExtendMap; | ||
export function matchersWithOptions(options: ajv.Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap; | ||
export type Options = ajv.Options & { AjvClass?: any }; | ||
export function matchersWithOptions(options: Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap; | ||
@@ -37,3 +38,3 @@ ```` | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:34:54 GMT | ||
* Last updated: Tue, 25 Jan 2022 03:01:33 GMT | ||
* Dependencies: [@types/ajv](https://npmjs.com/package/@types/ajv), [@types/jest](https://npmjs.com/package/@types/jest) | ||
@@ -40,0 +41,0 @@ * Global values: none |
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
4223
18
42