@types/swagger-parser
Advanced tools
Comparing version 4.0.2 to 4.0.3
// Type definitions for swagger-parser 4.x | ||
// Project: https://www.npmjs.com/package/swagger-parser | ||
// Project: https://apidevtools.org/swagger-parser | ||
// Definitions by: Tobias Wolff <https://github.com/Tobias4872> | ||
@@ -4,0 +4,0 @@ // Eric Henry <https://github.com/EricHenry> |
{ | ||
"name": "@types/swagger-parser", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "TypeScript definitions for swagger-parser", | ||
@@ -9,13 +9,16 @@ "license": "MIT", | ||
"name": "Tobias Wolff", | ||
"url": "https://github.com/Tobias4872" | ||
"url": "https://github.com/Tobias4872", | ||
"githubUsername": "Tobias4872" | ||
}, | ||
{ | ||
"name": "Eric Henry", | ||
"url": "https://github.com/EricHenry" | ||
"url": "https://github.com/EricHenry", | ||
"githubUsername": "EricHenry" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -26,4 +29,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "69179f029cf82899787099fe601e933c7bad02571daeb7f31071bd4f5ca2a269", | ||
"typesPublisherContentHash": "ce291bb6a22bf3da4c4b3a4b86d9fd0e95305ede2cff03e7d394745b6869a3e0", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,10 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for swagger-parser (https://www.npmjs.com/package/swagger-parser). | ||
This package contains type definitions for swagger-parser ( https://apidevtools.org/swagger-parser ). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-parser | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-parser | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Dependencies: swagger-schema-official | ||
* Last updated: Thu, 14 Feb 2019 00:09:12 GMT | ||
* Dependencies: @types/swagger-schema-official | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
4961