openapi-client-axios-typegen
Advanced tools
Comparing version 7.1.2 to 7.1.3
{ | ||
"name": "openapi-client-axios-typegen", | ||
"description": "Typescript type generator for openapi-client-axios", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"author": "Viljami Kuosmanen <viljami@viljami.io>", | ||
"funding": "https://github.com/sponsors/anttiviljami", | ||
"homepage": "https://openapistack.co", | ||
"license": "MIT", | ||
@@ -32,3 +34,2 @@ "bin": { | ||
], | ||
"homepage": "https://github.com/anttiviljami/openapi-client-axios/tree/master/packages/typegen", | ||
"repository": { | ||
@@ -72,3 +73,3 @@ "type": "git", | ||
}, | ||
"gitHead": "2d728332c18b8787c937448cc7c190e62584eb1d" | ||
"gitHead": "049ee835d06e0d5f162acff53800388f82570dff" | ||
} |
@@ -100,3 +100,4 @@ "use strict"; | ||
.usage('Usage: $0 [file]') | ||
.example('$0 ./openapi.yml > client.d.ts', '- generate a type definition file') | ||
.example('$0 ./openapi.yml > openapi.d.ts', '') | ||
.example('$0 https://openapistack.co/petstore.openapi.json > openapi.d.ts', '') | ||
.demandCommand(1).argv]; | ||
@@ -103,0 +104,0 @@ case 1: |
18812
254