@types/swagger-parser
Advanced tools
Comparing version 4.0.1 to 4.0.2
// Type definitions for swagger-parser 4.x | ||
// Project: https://www.npmjs.com/package/swagger-parser | ||
// Definitions by: Tobias Wolff <https://github.com/Tobias4872/> | ||
// Eric Henry <https://github.com/EricHenry/> | ||
// Definitions by: Tobias Wolff <https://github.com/Tobias4872> | ||
// Eric Henry <https://github.com/EricHenry> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -6,0 +6,0 @@ import { Spec as Swagger } from 'swagger-schema-official'; |
{ | ||
"name": "@types/swagger-parser", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for swagger-parser", | ||
@@ -9,7 +9,7 @@ "license": "MIT", | ||
"name": "Tobias Wolff", | ||
"url": "https://github.com/Tobias4872/" | ||
"url": "https://github.com/Tobias4872" | ||
}, | ||
{ | ||
"name": "Eric Henry", | ||
"url": "https://github.com/EricHenry/" | ||
"url": "https://github.com/EricHenry" | ||
} | ||
@@ -26,5 +26,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1174d8afdc4106520212da8945d2ead5cdaef1a340da8c2a1a6adcb7bed0ddc2", | ||
"typesPublisherContentHash": "69179f029cf82899787099fe601e933c7bad02571daeb7f31071bd4f5ca2a269", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 23 Jun 2017 17:39:13 GMT | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Dependencies: swagger-schema-official | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Tobias Wolff <https://github.com/Tobias4872/>, Eric Henry <https://github.com/EricHenry/>. | ||
These definitions were written by Tobias Wolff <https://github.com/Tobias4872>, Eric Henry <https://github.com/EricHenry>. |
4842