@perses-dev/prometheus-plugin 0.57.0-rc.1 → 0.57.1
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.
- package/__mf/js/{Prometheus.3cac2d10.js → Prometheus.3e36625f.js} +3 -3
- package/__mf/js/async/1266.72ab943c.js +7 -0
- package/__mf/js/async/{1728.46efbfb8.js → 1728.77be26a7.js} +1 -1
- package/__mf/js/async/208.72798a8d.js +4 -0
- package/__mf/js/async/392.f1b4a590.js +2 -0
- package/__mf/js/async/4657.f0c3ccd6.js +2 -0
- package/__mf/js/async/54.5c908585.js +22 -0
- package/__mf/js/async/{9020.662dc353.js → 9020.01c02370.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusDatasource.caac7bfc.js → __federation_expose_PrometheusDatasource.3c1c02b3.js} +1 -1
- package/__mf/js/async/__federation_expose_PrometheusExplorer.f4a5fd3b.js +1 -0
- package/__mf/js/async/{__federation_expose_PrometheusLabelNamesVariable.087a9360.js → __federation_expose_PrometheusLabelNamesVariable.e524cab6.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusLabelValuesVariable.f9135d9a.js → __federation_expose_PrometheusLabelValuesVariable.0677c3da.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusPromQLVariable.d3f9f4b7.js → __federation_expose_PrometheusPromQLVariable.c52e7d2f.js} +1 -1
- package/__mf/js/async/{__federation_expose_PrometheusTimeSeriesQuery.95a9abcc.js → __federation_expose_PrometheusTimeSeriesQuery.d384e1e0.js} +1 -1
- package/__mf/js/{main.8eeb4292.js → main.6ad7fbba.js} +3 -3
- package/lib/plugins/PrometheusDatasourceEditor.js.map +1 -1
- package/mf-manifest.json +58 -58
- package/mf-stats.json +61 -61
- package/package.json +6 -6
- package/__mf/js/async/3652.fc1e5f95.js +0 -7
- package/__mf/js/async/392.7cda691a.js +0 -2
- package/__mf/js/async/4657.e3d53a21.js +0 -2
- package/__mf/js/async/54.f6f480ef.js +0 -22
- package/__mf/js/async/9010.15208552.js +0 -2
- package/__mf/js/async/__federation_expose_PrometheusExplorer.22434cd0.js +0 -1
- /package/__mf/js/async/{3652.fc1e5f95.js.LICENSE.txt → 1266.72ab943c.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9010.15208552.js.LICENSE.txt → 208.72798a8d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{392.7cda691a.js.LICENSE.txt → 392.f1b4a590.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{4657.e3d53a21.js.LICENSE.txt → 4657.f0c3ccd6.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{54.f6f480ef.js.LICENSE.txt → 54.5c908585.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/prometheus-plugin",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.1",
|
|
4
4
|
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"@emotion/react": "^11.7.1",
|
|
35
35
|
"@emotion/styled": "^11.6.0",
|
|
36
36
|
"@hookform/resolvers": "^3.2.0",
|
|
37
|
-
"@perses-dev/components": "^0.53.
|
|
38
|
-
"@perses-dev/core": "^0.53.0
|
|
39
|
-
"@perses-dev/dashboards": "^0.53.
|
|
40
|
-
"@perses-dev/explore": "^0.53.
|
|
41
|
-
"@perses-dev/plugin-system": "^0.53.
|
|
37
|
+
"@perses-dev/components": "^0.53.1",
|
|
38
|
+
"@perses-dev/core": "^0.53.0",
|
|
39
|
+
"@perses-dev/dashboards": "^0.53.1",
|
|
40
|
+
"@perses-dev/explore": "^0.53.1",
|
|
41
|
+
"@perses-dev/plugin-system": "^0.53.1",
|
|
42
42
|
"@tanstack/react-query": "^4.39.1",
|
|
43
43
|
"date-fns": "^4.1.0",
|
|
44
44
|
"date-fns-tz": "^3.2.0",
|