@grafana/create-plugin 7.3.0 → 7.3.1-canary.2604.25366382602.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": "7.3.0",
3
+ "version": "7.3.1-canary.2604.25366382602.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": "5ab982a27ffff628e5a718dce885b5599176aefa"
58
+ "gitHead": "c84f3188fe74e5f70141498f8555e4ef75bdf439"
59
59
  }
@@ -0,0 +1,5 @@
1
+ version: '2'
2
+ linters:
3
+ exclusions:
4
+ paths:
5
+ - node_modules
@@ -0,0 +1,5 @@
1
+ version: '2'
2
+ linters:
3
+ exclusions:
4
+ paths:
5
+ - node_modules
@@ -16,6 +16,7 @@
16
16
  "ts-node": {
17
17
  "compilerOptions": {
18
18
  "module": "commonjs",
19
+ "moduleResolution": "node",
19
20
  "target": "es5",
20
21
  "esModuleInterop": true
21
22
  },
@@ -1,2 +1,2 @@
1
1
  ## Project knowledge
2
- Thie repository contains a **Grafana plugin**. You must Read @./.config/AGENTS/instructions.md before doing changes.
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
- Thie repository contains a **Grafana plugin**. You must Read @./.config/AGENTS/instructions.md before doing changes.
2
+ This repository contains a **Grafana plugin**. You must Read @./.config/AGENTS/instructions.md before doing changes.
@@ -1,3 +1,3 @@
1
1
  ## Project knowledge
2
- Thie repository contains a **Grafana plugin**. You must Read @./.config/AGENTS/instructions.md before doing changes.
2
+ This repository contains a **Grafana plugin**. You must Read @./.config/AGENTS/instructions.md before doing changes.
3
3