openapi-to-typescript
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "openapi-to-typescript", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Generate TypeScript typings based on an OpenAPI schema object.", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/*.js" | ||
"dist/**/*.js" | ||
], | ||
@@ -9,0 +9,0 @@ "author": "László Szűcs <ifrozen@gmail.com>", |
11616
12
231