@grafana/create-plugin 6.3.0-canary.2314.19530618896.0 → 6.3.0-canary.2314.19530787972.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "6.3.0-canary.2314.19530618896.0",
3
+ "version": "6.3.0-canary.2314.19530787972.0",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -61,5 +61,5 @@
61
61
  "engines": {
62
62
  "node": ">=20"
63
63
  },
64
- "gitHead": "5bf5da6d9fd27d83ce68cab7eafa102d3e2859d1"
64
+ "gitHead": "ed0ca968116b9c4cb10df20ba2b3a098eed23536"
65
65
  }
@@ -5,4 +5,4 @@ description: Develops Grafana panel plugins
5
5
 
6
6
  ## Project knowledge
7
7
 
8
- This repository contains a **Grafana panel plugin**. Apply the [plugin fundamentals](./config/fundamentals.md) to all code.
8
+ This repository contains a **Grafana panel plugin**. Apply the [instructions](./.config/AGENTS/instructions.md) before doing any changes.