diff --git a/packages/typescript-axios/package.json b/packages/typescript-axios/package.json index a96cfe2..37ceae2 100644 --- a/packages/typescript-axios/package.json +++ b/packages/typescript-axios/package.json @@ -1,6 +1,6 @@ { "name": "@grafana-openapi-client/axios-client", - "version": "1.0.0", + "version": "11.4.0-alpha.5", "description": "Generated Grafana OpenAPI client using typescript-axios", "repository": { "type": "git", @@ -11,7 +11,11 @@ "bugs": { "url": "https://github.com/jjaychen1e/grafana-openapi-client/issues" }, - "keywords": ["grafana", "typescript", "axios"], + "keywords": [ + "grafana", + "typescript", + "axios" + ], "author": "jjaychen1e ", "license": "MIT", "type": "module", @@ -33,7 +37,10 @@ "scripts": { "build": "tsup" }, - "files": ["dist", "specs"], + "files": [ + "dist", + "specs" + ], "publishConfig": { "access": "public" }, @@ -41,8 +48,8 @@ "axios": "^1.7.9" }, "devDependencies": { + "fix-esm-import-path": "^1.10.1", "tsup": "^8.3.5", - "typescript": "^5.7.2", - "fix-esm-import-path": "^1.10.1" + "typescript": "^5.7.2" } } diff --git a/packages/typescript-fetch/package.json b/packages/typescript-fetch/package.json index f461c07..720067e 100644 --- a/packages/typescript-fetch/package.json +++ b/packages/typescript-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@grafana-openapi-client/fetch-client", - "version": "1.0.0", + "version": "11.4.0-alpha.5", "description": "Generated Grafana OpenAPI client using typescript-fetch", "repository": { "type": "git", @@ -11,7 +11,11 @@ "bugs": { "url": "https://github.com/jjaychen1e/grafana-openapi-client/issues" }, - "keywords": ["grafana", "typescript", "fetch"], + "keywords": [ + "grafana", + "typescript", + "fetch" + ], "author": "jjaychen1e ", "license": "MIT", "type": "module", @@ -33,13 +37,16 @@ "scripts": { "build": "tsup" }, - "files": ["dist", "specs"], + "files": [ + "dist", + "specs" + ], "publishConfig": { "access": "public" }, "devDependencies": { + "fix-esm-import-path": "^1.10.1", "tsup": "^8.3.5", - "typescript": "^5.7.2", - "fix-esm-import-path": "^1.10.1" + "typescript": "^5.7.2" } }