@grafana/create-plugin 5.9.2 → 5.9.3-canary.1330.d739d35.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": "5.9.2",
3
+ "version": "5.9.3-canary.1330.d739d35.0",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -86,5 +86,5 @@
86
86
  "engines": {
87
87
  "node": ">=20"
88
88
  },
89
- "gitHead": "018bbc01cb6ea4349abb9f5ae75fb41e720d940d"
89
+ "gitHead": "d739d355a45a5159476d4cafff091bdd788cf462"
90
90
  }
@@ -22,7 +22,7 @@
22
22
  "@grafana/e2e": "^11.0.7",
23
23
  "@grafana/e2e-selectors": "^11.3.0",{{/if}}
24
24
  "@grafana/eslint-config": "^7.0.0",{{#if usePlaywright}}
25
- "@grafana/plugin-e2e": "^1.12.0",{{/if}}
25
+ "@grafana/plugin-e2e": "^1.12.1",{{/if}}
26
26
  "@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
27
27
  "@playwright/test": "^1.41.2",{{/if}}
28
28
  "@swc/core": "^1.3.90",
@@ -111,7 +111,7 @@ jobs:
111
111
  - name: Check plugin.json
112
112
  run: |
113
113
  docker run --pull=always \
114
- -v $PWD/${{ steps.metadata.outputs.archive }}:/archive.zip \
114
+ -v $PWD/$\{{ steps.metadata.outputs.archive }}:/archive.zip \
115
115
  grafana/plugin-validator-cli -analyzer=metadatavalid /archive.zip
116
116
 
117
117
  - name: Archive Build