@grafana/data 12.4.0-20264493450 → 12.4.0-20264873720

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.
@@ -1179,6 +1179,11 @@ export interface FeatureToggles {
1179
1179
  */
1180
1180
  onlyStoreActionSets?: boolean;
1181
1181
  /**
1182
+ * Show insights for plugins in the plugin details page
1183
+ * @default false
1184
+ */
1185
+ pluginInsights?: boolean;
1186
+ /**
1182
1187
  * Enables a new panel time settings drawer
1183
1188
  */
1184
1189
  panelTimeSettings?: boolean;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Grafana Labs",
3
3
  "license": "Apache-2.0",
4
4
  "name": "@grafana/data",
5
- "version": "12.4.0-20264493450",
5
+ "version": "12.4.0-20264873720",
6
6
  "description": "Grafana Data Library",
7
7
  "keywords": [
8
8
  "typescript"
@@ -61,8 +61,8 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@braintree/sanitize-url": "7.0.1",
64
- "@grafana/i18n": "12.4.0-20264493450",
65
- "@grafana/schema": "12.4.0-20264493450",
64
+ "@grafana/i18n": "12.4.0-20264873720",
65
+ "@grafana/schema": "12.4.0-20264873720",
66
66
  "@leeoniya/ufuzzy": "1.0.19",
67
67
  "@types/d3-interpolate": "^3.0.0",
68
68
  "@types/string-hash": "1.1.3",