@grafana/plugin-types 0.0.48 → 0.0.49

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,6 +74,7 @@ export interface EmbeddedTraceExplorationState extends SharedExplorationState {
74
74
  }
75
75
  export interface SharedExplorationState {
76
76
  embedded?: boolean;
77
+ embeddedMini?: boolean;
77
78
  embedderName?: string;
78
79
  returnToPreviousSource?: string;
79
80
  initialDS?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "NPM package consisting of various Grafana plugins exposed types.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",