@grafana/create-plugin 4.9.0 → 4.9.1

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": "4.9.0",
3
+ "version": "4.9.1",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -87,5 +87,5 @@
87
87
  "engines": {
88
88
  "node": ">=20"
89
89
  },
90
- "gitHead": "d8db91c5320a7355d3ad6c9734157292fee769ab"
90
+ "gitHead": "5533099402b7b5f626223a8d58592984c45b13eb"
91
91
  }
@@ -18,5 +18,5 @@ App plugins can let you create a custom out-of-the-box monitoring experience by
18
18
  Below you can find source code for existing app plugins and other related documentation.
19
19
 
20
20
  - [Basic app plugin example](https://github.com/grafana/grafana-plugin-examples/tree/master/examples/app-basic#readme)
21
- - [`plugin.json` documentation](https://grafana.com/developers/plugin-tools/reference-plugin-json)
21
+ - [`plugin.json` documentation](https://grafana.com/developers/plugin-tools/reference/plugin-jsonplugin-json)
22
22
  - [Sign a plugin](https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin)
@@ -33,7 +33,7 @@ Consider other [badges](https://shields.io/badges) as you feel appropriate for y
33
33
  Provide one or more paragraphs as an introduction to your plugin to help users understand why they should use it.
34
34
 
35
35
  Consider including screenshots:
36
- - in [plugin.json](https://grafana.com/developers/plugin-tools/reference-plugin-json#info) include them as relative links.
36
+ - in [plugin.json](https://grafana.com/developers/plugin-tools/reference/plugin-json#info) include them as relative links.
37
37
  - in the README ensure they are absolute URLs.
38
38
 
39
39
  ## Requirements
@@ -18,5 +18,5 @@ Grafana supports a wide range of data sources, including Prometheus, MySQL, and
18
18
  Below you can find source code for existing app plugins and other related documentation.
19
19
 
20
20
  - [Basic data source plugin example](https://github.com/grafana/grafana-plugin-examples/tree/master/examples/datasource-basic#readme)
21
- - [`plugin.json` documentation](https://grafana.com/developers/plugin-tools/reference-plugin-json)
21
+ - [`plugin.json` documentation](https://grafana.com/developers/plugin-tools/reference/plugin-json)
22
22
  - [How to sign a plugin?](https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin)
@@ -19,5 +19,5 @@ Use panel plugins when you want to do things like visualize data returned by dat
19
19
  Below you can find source code for existing app plugins and other related documentation.
20
20
 
21
21
  - [Basic panel plugin example](https://github.com/grafana/grafana-plugin-examples/tree/master/examples/panel-basic#readme)
22
- - [`plugin.json` documentation](https://grafana.com/developers/plugin-tools/reference-plugin-json)
22
+ - [`plugin.json` documentation](https://grafana.com/developers/plugin-tools/reference/plugin-json)
23
23
  - [How to sign a plugin?](https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin)