@jsonpang/openapi-react-query-code-generator
Advanced tools
Comparing version 0.1.3 to 0.1.5
{ | ||
"name": "@jsonpang/openapi-react-query-code-generator", | ||
"description": "Uses openapi-typescript-codegen under the hood, and then analyzes the TypeScript AST of the generated files to create TanStack React Query hooks. Supports server-sided rendering w/ NextJS by using client instances of openapi-typescript-codegen.", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"dependencies": { | ||
@@ -20,3 +20,3 @@ "@tanstack/react-query": "^5.17.15", | ||
"test": "node --enable-source-maps --test --watch dist/src/", | ||
"publish": "npm run build && npx git-ensure -a && npx bumpp --commit --tag --push" | ||
"release": "npm run build && npx git-ensure -a && npx bumpp --commit --tag --push" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
@@ -16,3 +16,3 @@ #!/usr/bin/env node | ||
.requiredOption("-i, --input <value>", "A path, URL or string OpenAPI schema.") | ||
.option("-o, --output-dir <value>", "The output directory where files will be generated. For the path provided, additional subdirectories will be created to store generated files.", "openapi") | ||
.option("-o, --output <value>", "The output directory where files will be generated. For the path provided, additional subdirectories will be created to store generated files.", "openapi") | ||
.parse(); | ||
@@ -19,0 +19,0 @@ const options = program.opts(); |
{ | ||
"name": "@jsonpang/openapi-react-query-code-generator", | ||
"description": "Uses openapi-typescript-codegen under the hood, and then analyzes the TypeScript AST of the generated files to create TanStack React Query hooks. Supports server-sided rendering w/ NextJS by using client instances of openapi-typescript-codegen.", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"dependencies": { | ||
@@ -20,3 +20,3 @@ "@tanstack/react-query": "^5.17.15", | ||
"test": "node --enable-source-maps --test --watch dist/src/", | ||
"publish": "npm run build && npx git-ensure -a && npx bumpp --commit --tag --push" | ||
"release": "npm run build && npx git-ensure -a && npx bumpp --commit --tag --push" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
@@ -39,3 +39,3 @@ #!/usr/bin/env node | ||
.option( | ||
"-o, --output-dir <value>", | ||
"-o, --output <value>", | ||
"The output directory where files will be generated. For the path provided, additional subdirectories will be created to store generated files.", | ||
@@ -42,0 +42,0 @@ "openapi" |
Sorry, the diff of this file is not supported yet
28334