@types/sinon-express-mock
Advanced tools
Comparing version 1.3.10 to 1.3.11
@@ -1,8 +0,1 @@ | ||
// Type definitions for sinon-express-mock 1.3 | ||
// Project: https://github.com/danawoodman/sinon-express-mock#readme | ||
// Definitions by: Jared Chapiewsky <https://github.com/jpchip> | ||
// Tomek Łaziuk <https://github.com/tlaziuk> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
import { SinonStub } from "sinon"; | ||
@@ -9,0 +2,0 @@ |
{ | ||
"name": "@types/sinon-express-mock", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "TypeScript definitions for sinon-express-mock", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon-express-mock", | ||
"name": "Jared Chapiewsky", | ||
"url": "https://github.com/jpchip", | ||
"githubUsername": "jpchip" | ||
"githubUsername": "jpchip", | ||
"url": "https://github.com/jpchip" | ||
}, | ||
{ | ||
"name": "Tomek Łaziuk", | ||
"url": "https://github.com/tlaziuk", | ||
"githubUsername": "tlaziuk" | ||
"githubUsername": "tlaziuk", | ||
"url": "https://github.com/tlaziuk" | ||
} | ||
@@ -32,4 +32,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "d7c4605ec7ef002b5f4f853eeca907eb426b91585ddea240a404c77ab56c0ce7", | ||
"typesPublisherContentHash": "acebc6ee8983965ecd43c16512bd0d548cb803e8f0270624354d0075ce4b2804", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,9 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for sinon-express-mock 1.3 | ||
// Project: https://github.com/danawoodman/sinon-express-mock#readme | ||
// Definitions by: Jared Chapiewsky <https://github.com/jpchip> | ||
// Tomek Łaziuk <https://github.com/tlaziuk> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
import { SinonStub } from "sinon"; | ||
@@ -74,7 +67,6 @@ | ||
### Additional Details | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/sinon](https://npmjs.com/package/@types/sinon) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Jared Chapiewsky](https://github.com/jpchip), and [Tomek Łaziuk](https://github.com/tlaziuk). |
5609
46
71