@grafana/sql 13.1.0-25644485979 → 13.1.0-25834970704

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.
@@ -1 +1 @@
1
- {"version":3,"file":"logging.cjs","sources":["../../../src/utils/logging.ts"],"sourcesContent":["import { createMonitoringLogger, type MonitoringLogger } from '@grafana/runtime';\n\nexport const sqlPluginLogger: MonitoringLogger = createMonitoringLogger('features.plugins.sql');\n"],"names":["createMonitoringLogger"],"mappings":";;;;;;;AAEO,MAAM,eAAA,GAAoCA,+BAAuB,sBAAsB;;;;"}
1
+ {"version":3,"file":"logging.cjs","sources":["../../../src/utils/logging.ts"],"sourcesContent":["// eslint-disable-next-line @grafana/no-direct-create-monitoring-logger\nimport { createMonitoringLogger, type MonitoringLogger } from '@grafana/runtime';\n\nexport const sqlPluginLogger: MonitoringLogger = createMonitoringLogger('features.plugins.sql');\n"],"names":["createMonitoringLogger"],"mappings":";;;;;;;AAGO,MAAM,eAAA,GAAoCA,+BAAuB,sBAAsB;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"logging.mjs","sources":["../../../src/utils/logging.ts"],"sourcesContent":["import { createMonitoringLogger, type MonitoringLogger } from '@grafana/runtime';\n\nexport const sqlPluginLogger: MonitoringLogger = createMonitoringLogger('features.plugins.sql');\n"],"names":[],"mappings":";;;AAEO,MAAM,eAAA,GAAoC,uBAAuB,sBAAsB;;;;"}
1
+ {"version":3,"file":"logging.mjs","sources":["../../../src/utils/logging.ts"],"sourcesContent":["// eslint-disable-next-line @grafana/no-direct-create-monitoring-logger\nimport { createMonitoringLogger, type MonitoringLogger } from '@grafana/runtime';\n\nexport const sqlPluginLogger: MonitoringLogger = createMonitoringLogger('features.plugins.sql');\n"],"names":[],"mappings":";;;AAGO,MAAM,eAAA,GAAoC,uBAAuB,sBAAsB;;;;"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Grafana Labs",
3
3
  "license": "AGPL-3.0-only",
4
4
  "name": "@grafana/sql",
5
- "version": "13.1.0-25644485979",
5
+ "version": "13.1.0-25834970704",
6
6
  "description": "Shared UI components and utilities used by SQL-based datasource plugins",
7
7
  "sideEffects": false,
8
8
  "repository": {
@@ -44,8 +44,8 @@
44
44
  "@emotion/css": "11.13.5",
45
45
  "@grafana/assistant": "^0.1.24",
46
46
  "@grafana/data": ">=10.4.0",
47
- "@grafana/e2e-selectors": "13.1.0-25644485979",
48
- "@grafana/i18n": "13.1.0-25644485979",
47
+ "@grafana/e2e-selectors": "13.1.0-25834970704",
48
+ "@grafana/i18n": "13.1.0-25834970704",
49
49
  "@grafana/plugin-ui": "0.13.1",
50
50
  "@grafana/ui": ">=10.4.0",
51
51
  "@react-awesome-query-builder/ui": "6.6.15",