@grafana/plugin-types 0.0.72 → 0.0.74

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.
@@ -215,7 +215,7 @@ export interface PluginSchema {
215
215
  * Unique identifier of the included resource
216
216
  */
217
217
  uid?: string;
218
- type?: "dashboard" | "page" | "panel" | "datasource";
218
+ type: "dashboard" | "page" | "panel" | "datasource";
219
219
  name?: string;
220
220
  /**
221
221
  * (Legacy) The Angular component to use for a page.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types",
3
- "version": "0.0.72",
3
+ "version": "0.0.74",
4
4
  "description": "NPM package consisting of various Grafana plugins exposed types.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",