@types/chai-jest-snapshot
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -5,3 +5,3 @@ // Type definitions for chai-jest-snapshot 1.3 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
// TypeScript Version: 3.0 | ||
@@ -21,6 +21,3 @@ /// <reference types="chai" /> | ||
interface ChaiJestSnapshot { | ||
/** Chai bootstrapper */ | ||
(chai: any, utils: any): void; | ||
interface ChaiJestSnapshot extends Chai.ChaiPlugin { | ||
/** Set snapshot file name */ | ||
@@ -27,0 +24,0 @@ setFilename(filename: string): void; |
{ | ||
"name": "@types/chai-jest-snapshot", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "TypeScript definitions for chai-jest-snapshot", | ||
@@ -14,5 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/chai-jest-snapshot" | ||
}, | ||
@@ -24,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "eb19af6f8df3cf107a8bb3d71fb259a9b6c88aa8349074c2af4840fcf29ad4e7", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "8aee0cfe20ec6ea57ccba71196de254560e5149c081cdc1918155ee009b68e40", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,7 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/chai-jest-snapshot | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-jest-snapshot | ||
Additional Details | ||
* Last updated: Tue, 15 May 2018 21:28:51 GMT | ||
* Dependencies: chai, mocha | ||
* Last updated: Thu, 08 Aug 2019 16:09:06 GMT | ||
* Dependencies: @types/chai, @types/mocha | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
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
3739
32