@7nohe/openapi-react-query-codegen
Advanced tools
| { | ||
| "name": "@7nohe/openapi-react-query-codegen", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "description": "OpenAPI React Query Codegen", | ||
| "bin": { | ||
| "openapi-rq": "bin/cli.js" | ||
| "openapi-rq": "dist/bin/cli.js" | ||
| }, | ||
@@ -8,0 +8,0 @@ "scripts": { |
+8
-9
| { | ||
| "name": "@7nohe/openapi-react-query-codegen", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "description": "OpenAPI React Query Codegen", | ||
| "bin": { | ||
| "openapi-rq": "bin/cli.js" | ||
| "openapi-rq": "dist/bin/cli.js" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.json", | ||
| "preview": "npm run build && npm -C examples/react-app run generate:api", | ||
| "prepublishOnly": "npm run build", | ||
| "release": "npx git-ensure -a && npx bumpp --commit --tag --push" | ||
| }, | ||
| "repository": { | ||
@@ -44,3 +38,8 @@ "type": "git", | ||
| "typescript": "^4.7.4" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.json", | ||
| "preview": "npm run build && npm -C examples/react-app run generate:api", | ||
| "release": "npx git-ensure -a && npx bumpp --commit --tag --push" | ||
| } | ||
| } | ||
| } |
31539
-0.1%