Skip to content

Commit cb54af4

Browse files
committed
chore(release): publish packages 11.4.0-alpha.5 for grafana 11.4.0
- @grafana-openapi-client/[email protected] - @grafana-openapi-client/[email protected]
1 parent 6a03fd2 commit cb54af4

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

Diff for: packages/typescript-axios/package.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana-openapi-client/axios-client",
3-
"version": "1.0.0",
3+
"version": "11.4.0-alpha.5",
44
"description": "Generated Grafana OpenAPI client using typescript-axios",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,11 @@
1111
"bugs": {
1212
"url": "https://github.com/jjaychen1e/grafana-openapi-client/issues"
1313
},
14-
"keywords": ["grafana", "typescript", "axios"],
14+
"keywords": [
15+
"grafana",
16+
"typescript",
17+
"axios"
18+
],
1519
"author": "jjaychen1e <[email protected]>",
1620
"license": "MIT",
1721
"type": "module",
@@ -33,16 +37,19 @@
3337
"scripts": {
3438
"build": "tsup"
3539
},
36-
"files": ["dist", "specs"],
40+
"files": [
41+
"dist",
42+
"specs"
43+
],
3744
"publishConfig": {
3845
"access": "public"
3946
},
4047
"dependencies": {
4148
"axios": "^1.7.9"
4249
},
4350
"devDependencies": {
51+
"fix-esm-import-path": "^1.10.1",
4452
"tsup": "^8.3.5",
45-
"typescript": "^5.7.2",
46-
"fix-esm-import-path": "^1.10.1"
53+
"typescript": "^5.7.2"
4754
}
4855
}

Diff for: packages/typescript-fetch/package.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana-openapi-client/fetch-client",
3-
"version": "1.0.0",
3+
"version": "11.4.0-alpha.5",
44
"description": "Generated Grafana OpenAPI client using typescript-fetch",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,11 @@
1111
"bugs": {
1212
"url": "https://github.com/jjaychen1e/grafana-openapi-client/issues"
1313
},
14-
"keywords": ["grafana", "typescript", "fetch"],
14+
"keywords": [
15+
"grafana",
16+
"typescript",
17+
"fetch"
18+
],
1519
"author": "jjaychen1e <[email protected]>",
1620
"license": "MIT",
1721
"type": "module",
@@ -33,13 +37,16 @@
3337
"scripts": {
3438
"build": "tsup"
3539
},
36-
"files": ["dist", "specs"],
40+
"files": [
41+
"dist",
42+
"specs"
43+
],
3744
"publishConfig": {
3845
"access": "public"
3946
},
4047
"devDependencies": {
48+
"fix-esm-import-path": "^1.10.1",
4149
"tsup": "^8.3.5",
42-
"typescript": "^5.7.2",
43-
"fix-esm-import-path": "^1.10.1"
50+
"typescript": "^5.7.2"
4451
}
4552
}

0 commit comments

Comments
 (0)