We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce208e commit 4a967afCopy full SHA for 4a967af
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openapi-typescript-codegen",
3
- "version": "0.11.5",
+ "version": "0.11.6",
4
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
5
"author": "Ferdi Koomen",
6
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
test/index.js
@@ -19,7 +19,7 @@ async function generateV2() {
19
20
async function generateV3() {
21
await OpenAPI.generate({
22
- input: './test/spec/spec.json',
+ input: './test/spec/v3.json',
23
output: './test/generated/v3/',
24
httpClient: OpenAPI.HttpClient.FETCH,
25
useOptions: false,
0 commit comments