@grafana/plugin-types 0.0.43 → 0.0.44

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.
@@ -74,7 +74,7 @@ export interface PluginSchema {
74
74
  *
75
75
  * @minItems 1
76
76
  */
77
- keywords: [string, ...string[]];
77
+ keywords: string[];
78
78
  /**
79
79
  * An array of link objects to be displayed on this plugin's project page in the form `{name: 'foo', url: 'http://example.com'}`
80
80
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "description": "NPM package consisting of various Grafana plugins exposed types.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",