@grafana/plugin-types 0.0.38 → 0.0.39

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.
@@ -158,6 +158,7 @@ export interface EntityCrossLinkWidgetProps {
158
158
  export interface EntityCrossLinkWidgetV2Props extends EntityCrossLinkWidgetProps {
159
159
  metricsDataSourceUID: string;
160
160
  logsDataSourceUID?: string;
161
+ navigateToSelf?: boolean;
161
162
  }
162
163
  export interface RelatedEntitiesWidgetProps {
163
164
  labels: Record<string, string | number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "NPM package consisting of various Grafana plugins exposed types.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",