We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb9e5b commit 14cad16Copy full SHA for 14cad16
package.json
@@ -1,10 +1,13 @@
1
{
2
"name": "react-query-lightbase-codegen",
3
- "version": "1.9.0",
+ "version": "2.0.0",
4
"license": "MIT",
5
"description": "Generate Axios API clients and React Query options from OpenAPI specifications",
6
"exports": "./dist/index.js",
7
- "files": ["src", "dist"],
+ "files": [
8
+ "src",
9
+ "dist"
10
+ ],
11
"author": {
12
"name": "Oliver Winter",
13
"email": "owinter86@gmail.com"
0 commit comments