@grafana/create-plugin 7.3.0 → 7.3.1-canary.2575.25381671414.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/templates/backend/.golangci.yml +5 -0
- package/templates/backend-app/.golangci.yml +5 -0
- package/templates/common/.config/docker-compose-base.yaml +1 -1
- package/templates/common/.config/tsconfig.json +1 -0
- package/templates/common/AGENTS.md +1 -1
- package/templates/common/CLAUDE.md +1 -1
- package/templates/common/GEMINI.md +1 -1
- package/templates/common/_package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "7.3.0",
|
|
3
|
+
"version": "7.3.1-canary.2575.25381671414.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"directory": "packages/create-plugin",
|
|
6
6
|
"url": "https://github.com/grafana/plugin-tools"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=20"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "dd2d7aa865aa05236a56349bbd53cbf26e508f26"
|
|
59
59
|
}
|
|
@@ -7,7 +7,7 @@ services:
|
|
|
7
7
|
context: .
|
|
8
8
|
args:
|
|
9
9
|
grafana_image: ${GRAFANA_IMAGE:-{{~grafanaImage~}} }
|
|
10
|
-
grafana_version: ${GRAFANA_VERSION:-
|
|
10
|
+
grafana_version: ${GRAFANA_VERSION:-13.0.1}
|
|
11
11
|
development: ${DEVELOPMENT:-false}
|
|
12
12
|
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
|
|
13
13
|
ports:
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
## Project knowledge
|
|
2
|
-
|
|
2
|
+
This repository contains a **Grafana plugin**. You must Read @./.config/AGENTS/instructions.md before doing changes.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
## Project knowledge
|
|
2
|
-
|
|
2
|
+
This repository contains a **Grafana plugin**. You must Read @./.config/AGENTS/instructions.md before doing changes.
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@grafana/eslint-config": "^9.0.0",
|
|
20
20
|
"@grafana/plugin-e2e": "^3.6.1",
|
|
21
|
-
"@grafana/tsconfig": "^2.0
|
|
21
|
+
"@grafana/tsconfig": "^2.1.0",
|
|
22
22
|
"@playwright/test": "^1.57.0",{{#if useExperimentalRspack}}
|
|
23
23
|
"@rspack/core": "^1.6.0",
|
|
24
24
|
"@rspack/cli": "^1.6.0",{{/if}}
|