@types/nock
Advanced tools
Comparing version 8.2.1 to 9.1.0
@@ -1,4 +0,6 @@ | ||
// Type definitions for nock v8.2.0 | ||
// Type definitions for nock v9.1.3 | ||
// Project: https://github.com/node-nock/nock | ||
// Definitions by: bonnici <https://github.com/bonnici>, Horiuchi_H <https://github.com/horiuchi> | ||
// Definitions by: bonnici <https://github.com/bonnici> | ||
// Horiuchi_H <https://github.com/horiuchi> | ||
// afharo <https://github.com/afharo> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -70,3 +72,3 @@ | ||
log(out: () => void): this; | ||
persist(): this; | ||
persist(flag?: boolean): this; | ||
shouldPersist(): boolean; | ||
@@ -73,0 +75,0 @@ replyContentLength(): this; |
{ | ||
"name": "@types/nock", | ||
"version": "8.2.1", | ||
"version": "9.1.0", | ||
"description": "TypeScript definitions for nock", | ||
@@ -9,7 +9,14 @@ "license": "MIT", | ||
"name": "bonnici", | ||
"url": "https://github.com/bonnici" | ||
"url": "https://github.com/bonnici", | ||
"githubUsername": "bonnici" | ||
}, | ||
{ | ||
"name": "Horiuchi_H", | ||
"url": "https://github.com/horiuchi" | ||
"url": "https://github.com/horiuchi", | ||
"githubUsername": "horiuchi" | ||
}, | ||
{ | ||
"name": "afharo", | ||
"url": "https://github.com/afharo", | ||
"githubUsername": "afharo" | ||
} | ||
@@ -26,5 +33,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "c3fae8a9733e8d344e59e02a1e3d98dcf0f7d2f5ac44f5351548963d8240ea77", | ||
"typesPublisherContentHash": "ae15e1dd9125fb1952cb981302c9c6ca279ba15a29525e5f30917f111d6dbc79", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/nock | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nock | ||
Additional Details | ||
* Last updated: Tue, 14 Feb 2017 18:33:26 GMT | ||
* Last updated: Wed, 13 Dec 2017 19:42:08 GMT | ||
* Dependencies: node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by bonnici <https://github.com/bonnici>, Horiuchi_H <https://github.com/horiuchi>. | ||
These definitions were written by bonnici <https://github.com/bonnici>, Horiuchi_H <https://github.com/horiuchi>, afharo <https://github.com/afharo>. |
8593
136