@types/sinon-express-mock
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -6,3 +6,3 @@ // Type definitions for sinon-express-mock 1.3 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.0 | ||
// TypeScript Version: 2.8 | ||
@@ -9,0 +9,0 @@ import { |
{ | ||
"name": "@types/sinon-express-mock", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "TypeScript definitions for sinon-express-mock", | ||
@@ -26,7 +26,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/sinon": "*", | ||
"@types/express": "*" | ||
"@types/express": "*", | ||
"@types/sinon": "*" | ||
}, | ||
"typesPublisherContentHash": "9173f1bf3dae57140e7dbcfe103074b669b6b85086a2047dfcb3b3c5791f634f", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "ec08dfe0d0ccdee57001f5928173ea7a4fdbde0342042894eed2c38c4c257baf", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 18 Nov 2018 17:15:33 GMT | ||
* Dependencies: sinon, express | ||
* Last updated: Wed, 12 Dec 2018 21:39:09 GMT | ||
* Dependencies: @types/sinon, @types/express | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
4328