@7nohe/openapi-react-query-codegen
Advanced tools
| { | ||
| "name": "@7nohe/openapi-react-query-codegen", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "OpenAPI React Query Codegen", | ||
@@ -5,0 +5,0 @@ "bin": { |
+8
-7
| { | ||
| "name": "@7nohe/openapi-react-query-codegen", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "OpenAPI React Query Codegen", | ||
@@ -8,2 +8,8 @@ "bin": { | ||
| }, | ||
| "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": { | ||
@@ -39,8 +45,3 @@ "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" | ||
| } | ||
| } | ||
| } |
31569
0.13%