@perses-dev/prometheus-plugin 0.57.0-beta.0 → 0.57.0

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.
Files changed (208) hide show
  1. package/__mf/js/{Prometheus.2bb892ab.js → Prometheus.9877d89e.js} +3 -3
  2. package/__mf/js/async/1728.531c96f9.js +1 -0
  3. package/__mf/js/async/3499.bef2e2e5.js +1 -0
  4. package/__mf/js/async/3652.6b591718.js +7 -0
  5. package/__mf/js/async/392.f1b4a590.js +2 -0
  6. package/__mf/js/async/425.1ec8867f.js +1 -0
  7. package/__mf/js/async/4657.f0c3ccd6.js +2 -0
  8. package/__mf/js/async/54.e6002704.js +22 -0
  9. package/__mf/js/async/5440.8ced5513.js +2 -0
  10. package/__mf/js/async/{5440.c13c3533.js.LICENSE.txt → 5440.8ced5513.js.LICENSE.txt} +3 -3
  11. package/__mf/js/async/9010.ca50fa9e.js +2 -0
  12. package/__mf/js/async/{9020.c19782f1.js → 9020.ebc1cad3.js} +1 -1
  13. package/__mf/js/async/{__federation_expose_PrometheusDatasource.6f63e147.js → __federation_expose_PrometheusDatasource.b97f9012.js} +1 -1
  14. package/__mf/js/async/{__federation_expose_PrometheusExplorer.584a073d.js → __federation_expose_PrometheusExplorer.eba3b416.js} +1 -1
  15. package/__mf/js/async/{__federation_expose_PrometheusLabelNamesVariable.40984a4d.js → __federation_expose_PrometheusLabelNamesVariable.bd38a89c.js} +1 -1
  16. package/__mf/js/async/{__federation_expose_PrometheusLabelValuesVariable.bd3eb00c.js → __federation_expose_PrometheusLabelValuesVariable.eb12e168.js} +1 -1
  17. package/__mf/js/async/{__federation_expose_PrometheusPromQLVariable.5cca8417.js → __federation_expose_PrometheusPromQLVariable.7ccb0601.js} +1 -1
  18. package/__mf/js/async/{__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js → __federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js} +1 -1
  19. package/__mf/js/{main.9617b605.js → main.78fc6444.js} +5 -5
  20. package/lib/bootstrap.js +1 -1
  21. package/lib/bootstrap.js.map +1 -1
  22. package/lib/cjs/bootstrap.js +1 -1
  23. package/lib/cjs/components/PromQLEditor.js +1 -1
  24. package/lib/cjs/components/TreeNode.js +1 -1
  25. package/lib/cjs/components/index.js +1 -1
  26. package/lib/cjs/components/promql/ast.js +1 -1
  27. package/lib/cjs/components/promql/format.js +1 -1
  28. package/lib/cjs/components/promql/functionSignatures.js +1 -1
  29. package/lib/cjs/components/promql/serialize.js +1 -1
  30. package/lib/cjs/components/promql/utils.js +1 -1
  31. package/lib/cjs/components/query.js +1 -1
  32. package/lib/cjs/env.d.js +1 -1
  33. package/lib/cjs/explore/PrometheusExplorer.js +1 -1
  34. package/lib/cjs/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js +1 -1
  35. package/lib/cjs/explore/PrometheusMetricsFinder/display/MetricChip.js +1 -1
  36. package/lib/cjs/explore/PrometheusMetricsFinder/display/list/MetricList.js +1 -1
  37. package/lib/cjs/explore/PrometheusMetricsFinder/filter/FilterInputs.js +1 -1
  38. package/lib/cjs/explore/PrometheusMetricsFinder/filter/FinderFilters.js +1 -1
  39. package/lib/cjs/explore/PrometheusMetricsFinder/index.js +1 -1
  40. package/lib/cjs/explore/PrometheusMetricsFinder/overview/MetricOverview.js +1 -1
  41. package/lib/cjs/explore/PrometheusMetricsFinder/overview/tabs/JobTab.js +1 -1
  42. package/lib/cjs/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js +1 -1
  43. package/lib/cjs/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.js +1 -1
  44. package/lib/cjs/explore/PrometheusMetricsFinder/types.js +1 -1
  45. package/lib/cjs/explore/PrometheusMetricsFinder/utils.js +1 -1
  46. package/lib/cjs/explore/index.js +12 -0
  47. package/lib/cjs/getPluginModule.js +12 -0
  48. package/lib/cjs/index-federation.js +1 -1
  49. package/lib/cjs/index.js +12 -0
  50. package/lib/cjs/model/api-types.js +1 -1
  51. package/lib/cjs/model/index.js +1 -1
  52. package/lib/cjs/model/parse-sample-values.js +1 -1
  53. package/lib/cjs/model/prometheus-client.js +1 -1
  54. package/lib/cjs/model/prometheus-selectors.js +1 -1
  55. package/lib/cjs/model/time.js +1 -1
  56. package/lib/cjs/plugins/MatcherEditor.js +1 -1
  57. package/lib/cjs/plugins/PrometheusDatasourceEditor.js +1 -1
  58. package/lib/cjs/plugins/PrometheusLabelNamesVariable.js +12 -0
  59. package/lib/cjs/plugins/PrometheusLabelValuesVariable.js +12 -0
  60. package/lib/cjs/plugins/PrometheusPromQLVariable.js +12 -0
  61. package/lib/cjs/plugins/index.js +12 -0
  62. package/lib/cjs/plugins/prometheus-datasource.js +1 -1
  63. package/lib/cjs/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.js +1 -1
  64. package/lib/cjs/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js +1 -1
  65. package/lib/cjs/plugins/prometheus-time-series-query/get-time-series-data.js +1 -1
  66. package/lib/cjs/plugins/prometheus-time-series-query/index.js +1 -1
  67. package/lib/cjs/plugins/prometheus-time-series-query/query-editor-model.js +1 -1
  68. package/lib/cjs/plugins/prometheus-time-series-query/replace-prom-builtin-variables.js +1 -1
  69. package/lib/cjs/plugins/prometheus-time-series-query/time-series-query-model.js +1 -1
  70. package/lib/cjs/plugins/prometheus-variables.js +1 -1
  71. package/lib/cjs/plugins/test/setup-tests.js +1 -1
  72. package/lib/cjs/plugins/types.js +1 -1
  73. package/lib/cjs/plugins/variable.js +1 -1
  74. package/lib/cjs/setup-tests.js +1 -1
  75. package/lib/cjs/utils/index.js +1 -1
  76. package/lib/cjs/utils/utils.js +1 -1
  77. package/lib/components/PromQLEditor.js +1 -1
  78. package/lib/components/PromQLEditor.js.map +1 -1
  79. package/lib/components/TreeNode.js +1 -1
  80. package/lib/components/TreeNode.js.map +1 -1
  81. package/lib/components/index.js +1 -1
  82. package/lib/components/index.js.map +1 -1
  83. package/lib/components/promql/ast.js +1 -1
  84. package/lib/components/promql/ast.js.map +1 -1
  85. package/lib/components/promql/format.js +1 -1
  86. package/lib/components/promql/format.js.map +1 -1
  87. package/lib/components/promql/functionSignatures.js +1 -1
  88. package/lib/components/promql/functionSignatures.js.map +1 -1
  89. package/lib/components/promql/serialize.js +1 -1
  90. package/lib/components/promql/serialize.js.map +1 -1
  91. package/lib/components/promql/utils.js +1 -1
  92. package/lib/components/promql/utils.js.map +1 -1
  93. package/lib/components/query.js +1 -1
  94. package/lib/components/query.js.map +1 -1
  95. package/lib/env.d.js +1 -1
  96. package/lib/env.d.js.map +1 -1
  97. package/lib/explore/PrometheusExplorer.js +1 -1
  98. package/lib/explore/PrometheusExplorer.js.map +1 -1
  99. package/lib/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js +1 -1
  100. package/lib/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.js.map +1 -1
  101. package/lib/explore/PrometheusMetricsFinder/display/MetricChip.js +1 -1
  102. package/lib/explore/PrometheusMetricsFinder/display/MetricChip.js.map +1 -1
  103. package/lib/explore/PrometheusMetricsFinder/display/list/MetricList.js +1 -1
  104. package/lib/explore/PrometheusMetricsFinder/display/list/MetricList.js.map +1 -1
  105. package/lib/explore/PrometheusMetricsFinder/filter/FilterInputs.js +1 -1
  106. package/lib/explore/PrometheusMetricsFinder/filter/FilterInputs.js.map +1 -1
  107. package/lib/explore/PrometheusMetricsFinder/filter/FinderFilters.js +1 -1
  108. package/lib/explore/PrometheusMetricsFinder/filter/FinderFilters.js.map +1 -1
  109. package/lib/explore/PrometheusMetricsFinder/index.js +1 -1
  110. package/lib/explore/PrometheusMetricsFinder/index.js.map +1 -1
  111. package/lib/explore/PrometheusMetricsFinder/overview/MetricOverview.js +1 -1
  112. package/lib/explore/PrometheusMetricsFinder/overview/MetricOverview.js.map +1 -1
  113. package/lib/explore/PrometheusMetricsFinder/overview/tabs/JobTab.js +1 -1
  114. package/lib/explore/PrometheusMetricsFinder/overview/tabs/JobTab.js.map +1 -1
  115. package/lib/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js +1 -1
  116. package/lib/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.js.map +1 -1
  117. package/lib/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.js +1 -1
  118. package/lib/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.js.map +1 -1
  119. package/lib/explore/PrometheusMetricsFinder/types.js +1 -1
  120. package/lib/explore/PrometheusMetricsFinder/types.js.map +1 -1
  121. package/lib/explore/PrometheusMetricsFinder/utils.js +1 -1
  122. package/lib/explore/PrometheusMetricsFinder/utils.js.map +1 -1
  123. package/lib/explore/index.d.ts.map +1 -1
  124. package/lib/explore/index.js +12 -0
  125. package/lib/explore/index.js.map +1 -1
  126. package/lib/getPluginModule.d.ts.map +1 -1
  127. package/lib/getPluginModule.js +12 -0
  128. package/lib/getPluginModule.js.map +1 -1
  129. package/lib/index-federation.js +1 -1
  130. package/lib/index-federation.js.map +1 -1
  131. package/lib/index.d.ts.map +1 -1
  132. package/lib/index.js +12 -0
  133. package/lib/index.js.map +1 -1
  134. package/lib/model/api-types.js +1 -1
  135. package/lib/model/api-types.js.map +1 -1
  136. package/lib/model/index.js +1 -1
  137. package/lib/model/index.js.map +1 -1
  138. package/lib/model/parse-sample-values.js +1 -1
  139. package/lib/model/parse-sample-values.js.map +1 -1
  140. package/lib/model/prometheus-client.js +1 -1
  141. package/lib/model/prometheus-client.js.map +1 -1
  142. package/lib/model/prometheus-selectors.js +1 -1
  143. package/lib/model/prometheus-selectors.js.map +1 -1
  144. package/lib/model/time.js +1 -1
  145. package/lib/model/time.js.map +1 -1
  146. package/lib/plugins/MatcherEditor.js +1 -1
  147. package/lib/plugins/MatcherEditor.js.map +1 -1
  148. package/lib/plugins/PrometheusDatasourceEditor.js +1 -1
  149. package/lib/plugins/PrometheusDatasourceEditor.js.map +1 -1
  150. package/lib/plugins/PrometheusLabelNamesVariable.d.ts.map +1 -1
  151. package/lib/plugins/PrometheusLabelNamesVariable.js +12 -0
  152. package/lib/plugins/PrometheusLabelNamesVariable.js.map +1 -1
  153. package/lib/plugins/PrometheusLabelValuesVariable.d.ts.map +1 -1
  154. package/lib/plugins/PrometheusLabelValuesVariable.js +12 -0
  155. package/lib/plugins/PrometheusLabelValuesVariable.js.map +1 -1
  156. package/lib/plugins/PrometheusPromQLVariable.d.ts.map +1 -1
  157. package/lib/plugins/PrometheusPromQLVariable.js +12 -0
  158. package/lib/plugins/PrometheusPromQLVariable.js.map +1 -1
  159. package/lib/plugins/index.d.ts.map +1 -1
  160. package/lib/plugins/index.js +12 -0
  161. package/lib/plugins/index.js.map +1 -1
  162. package/lib/plugins/prometheus-datasource.js +1 -1
  163. package/lib/plugins/prometheus-datasource.js.map +1 -1
  164. package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.js +1 -1
  165. package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.js.map +1 -1
  166. package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js +1 -1
  167. package/lib/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.js.map +1 -1
  168. package/lib/plugins/prometheus-time-series-query/get-time-series-data.js +1 -1
  169. package/lib/plugins/prometheus-time-series-query/get-time-series-data.js.map +1 -1
  170. package/lib/plugins/prometheus-time-series-query/index.js +1 -1
  171. package/lib/plugins/prometheus-time-series-query/index.js.map +1 -1
  172. package/lib/plugins/prometheus-time-series-query/query-editor-model.js +1 -1
  173. package/lib/plugins/prometheus-time-series-query/query-editor-model.js.map +1 -1
  174. package/lib/plugins/prometheus-time-series-query/replace-prom-builtin-variables.js +1 -1
  175. package/lib/plugins/prometheus-time-series-query/replace-prom-builtin-variables.js.map +1 -1
  176. package/lib/plugins/prometheus-time-series-query/time-series-query-model.js +1 -1
  177. package/lib/plugins/prometheus-time-series-query/time-series-query-model.js.map +1 -1
  178. package/lib/plugins/prometheus-variables.js +1 -1
  179. package/lib/plugins/prometheus-variables.js.map +1 -1
  180. package/lib/plugins/test/setup-tests.js +1 -1
  181. package/lib/plugins/test/setup-tests.js.map +1 -1
  182. package/lib/plugins/types.js +1 -1
  183. package/lib/plugins/types.js.map +1 -1
  184. package/lib/plugins/variable.js +1 -1
  185. package/lib/plugins/variable.js.map +1 -1
  186. package/lib/setup-tests.js +1 -1
  187. package/lib/setup-tests.js.map +1 -1
  188. package/lib/utils/index.js +1 -1
  189. package/lib/utils/index.js.map +1 -1
  190. package/lib/utils/utils.js +1 -1
  191. package/lib/utils/utils.js.map +1 -1
  192. package/mf-manifest.json +73 -73
  193. package/mf-stats.json +73 -73
  194. package/package.json +6 -6
  195. package/__mf/js/async/1490.7e5068f1.js +0 -22
  196. package/__mf/js/async/1728.af16c4ec.js +0 -1
  197. package/__mf/js/async/2984.7182c2f5.js +0 -1
  198. package/__mf/js/async/2999.1d8347df.js +0 -1
  199. package/__mf/js/async/3664.ba8b26b6.js +0 -2
  200. package/__mf/js/async/392.7cda691a.js +0 -2
  201. package/__mf/js/async/5440.c13c3533.js +0 -2
  202. package/__mf/js/async/5501.6166367c.js +0 -2
  203. package/__mf/js/async/6149.19799c37.js +0 -7
  204. /package/__mf/js/async/{6149.19799c37.js.LICENSE.txt → 3652.6b591718.js.LICENSE.txt} +0 -0
  205. /package/__mf/js/async/{392.7cda691a.js.LICENSE.txt → 392.f1b4a590.js.LICENSE.txt} +0 -0
  206. /package/__mf/js/async/{3664.ba8b26b6.js.LICENSE.txt → 4657.f0c3ccd6.js.LICENSE.txt} +0 -0
  207. /package/__mf/js/async/{1490.7e5068f1.js.LICENSE.txt → 54.e6002704.js.LICENSE.txt} +0 -0
  208. /package/__mf/js/async/{5501.6166367c.js.LICENSE.txt → 9010.ca50fa9e.js.LICENSE.txt} +0 -0
package/mf-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "Prometheus",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.57.0-beta.0",
8
+ "buildVersion": "0.57.0",
9
9
  "buildName": "@perses-dev/prometheus-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/Prometheus.2bb892ab.js",
12
+ "name": "__mf/js/Prometheus.9877d89e.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -95,17 +95,17 @@
95
95
  },
96
96
  {
97
97
  "singleton": true,
98
- "requiredVersion": "^0.53.0-beta.4",
98
+ "requiredVersion": "^0.53.0",
99
99
  "shareScope": "default",
100
100
  "name": "@perses-dev/components",
101
- "version": "0.53.0-beta.4",
101
+ "version": "0.53.0",
102
102
  "eager": false,
103
103
  "id": "Prometheus:@perses-dev/components",
104
104
  "assets": {
105
105
  "js": {
106
106
  "async": [],
107
107
  "sync": [
108
- "__mf/js/async/6149.19799c37.js"
108
+ "__mf/js/async/3652.6b591718.js"
109
109
  ]
110
110
  },
111
111
  "css": {
@@ -120,17 +120,17 @@
120
120
  },
121
121
  {
122
122
  "singleton": true,
123
- "requiredVersion": "^0.53.0-beta.4",
123
+ "requiredVersion": "^0.53.0",
124
124
  "shareScope": "default",
125
125
  "name": "@perses-dev/dashboards",
126
- "version": "0.53.0-beta.4",
126
+ "version": "0.53.0",
127
127
  "eager": false,
128
128
  "id": "Prometheus:@perses-dev/dashboards",
129
129
  "assets": {
130
130
  "js": {
131
131
  "async": [],
132
132
  "sync": [
133
- "__mf/js/async/1490.7e5068f1.js"
133
+ "__mf/js/async/54.e6002704.js"
134
134
  ]
135
135
  },
136
136
  "css": {
@@ -145,17 +145,17 @@
145
145
  },
146
146
  {
147
147
  "singleton": true,
148
- "requiredVersion": "^0.53.0-beta.4",
148
+ "requiredVersion": "^0.53.0",
149
149
  "shareScope": "default",
150
150
  "name": "@perses-dev/explore",
151
- "version": "0.53.0-beta.4",
151
+ "version": "0.53.0",
152
152
  "eager": false,
153
153
  "id": "Prometheus:@perses-dev/explore",
154
154
  "assets": {
155
155
  "js": {
156
156
  "async": [],
157
157
  "sync": [
158
- "__mf/js/async/1728.af16c4ec.js"
158
+ "__mf/js/async/1728.531c96f9.js"
159
159
  ]
160
160
  },
161
161
  "css": {
@@ -169,17 +169,17 @@
169
169
  },
170
170
  {
171
171
  "singleton": true,
172
- "requiredVersion": "^0.53.0-beta.4",
172
+ "requiredVersion": "^0.53.0",
173
173
  "shareScope": "default",
174
174
  "name": "@perses-dev/plugin-system",
175
- "version": "0.53.0-beta.4",
175
+ "version": "0.53.0",
176
176
  "eager": false,
177
177
  "id": "Prometheus:@perses-dev/plugin-system",
178
178
  "assets": {
179
179
  "js": {
180
180
  "async": [],
181
181
  "sync": [
182
- "__mf/js/async/5501.6166367c.js"
182
+ "__mf/js/async/9010.ca50fa9e.js"
183
183
  ]
184
184
  },
185
185
  "css": {
@@ -268,17 +268,17 @@
268
268
  },
269
269
  {
270
270
  "singleton": true,
271
- "requiredVersion": "^4.17.21",
271
+ "requiredVersion": "^4.17.23",
272
272
  "shareScope": "default",
273
273
  "name": "lodash",
274
- "version": "4.17.21",
274
+ "version": "4.17.23",
275
275
  "eager": false,
276
276
  "id": "Prometheus:lodash",
277
277
  "assets": {
278
278
  "js": {
279
279
  "async": [],
280
280
  "sync": [
281
- "__mf/js/async/392.7cda691a.js"
281
+ "__mf/js/async/392.f1b4a590.js"
282
282
  ]
283
283
  },
284
284
  "css": {
@@ -334,17 +334,17 @@
334
334
  },
335
335
  {
336
336
  "singleton": true,
337
- "requiredVersion": "^6.30.0",
337
+ "requiredVersion": "^6.30.3",
338
338
  "shareScope": "default",
339
339
  "name": "react-router-dom",
340
- "version": "6.30.0",
340
+ "version": "6.30.3",
341
341
  "eager": false,
342
342
  "id": "Prometheus:react-router-dom",
343
343
  "assets": {
344
344
  "js": {
345
345
  "async": [],
346
346
  "sync": [
347
- "__mf/js/async/5440.c13c3533.js"
347
+ "__mf/js/async/5440.8ced5513.js"
348
348
  ]
349
349
  },
350
350
  "css": {
@@ -421,7 +421,7 @@
421
421
  "sync": [
422
422
  "__mf/js/async/529.2303b01b.js",
423
423
  "__mf/js/async/1605.dc180cb8.js",
424
- "__mf/js/async/__federation_expose_PrometheusDatasource.6f63e147.js"
424
+ "__mf/js/async/__federation_expose_PrometheusDatasource.b97f9012.js"
425
425
  ],
426
426
  "async": [
427
427
  "__mf/js/async/9588.9081c7de.js",
@@ -433,23 +433,23 @@
433
433
  "__mf/js/async/1432.0c3e4ed0.js",
434
434
  "__mf/js/async/4626.173e602a.js",
435
435
  "__mf/js/async/3996.69a9c1dc.js",
436
- "__mf/js/async/9020.c19782f1.js",
437
- "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js",
436
+ "__mf/js/async/9020.ebc1cad3.js",
437
+ "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
438
438
  "__mf/js/async/7894.9c5245d7.js",
439
- "__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.bd3eb00c.js",
440
- "__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.40984a4d.js",
441
- "__mf/js/async/__federation_expose_PrometheusPromQLVariable.5cca8417.js",
439
+ "__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.eb12e168.js",
440
+ "__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.bd38a89c.js",
441
+ "__mf/js/async/__federation_expose_PrometheusPromQLVariable.7ccb0601.js",
442
442
  "__mf/js/async/5922.d1619ac1.js",
443
443
  "__mf/js/async/9836.00da6086.js",
444
444
  "__mf/js/async/2186.e58838a5.js",
445
445
  "__mf/js/async/3184.6b4ad42e.js",
446
446
  "__mf/js/async/9605.a92ec9c1.js",
447
- "__mf/js/async/__federation_expose_PrometheusExplorer.584a073d.js",
448
- "__mf/js/async/2984.7182c2f5.js",
449
- "__mf/js/async/3664.ba8b26b6.js",
447
+ "__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
448
+ "__mf/js/async/425.1ec8867f.js",
449
+ "__mf/js/async/4657.f0c3ccd6.js",
450
450
  "__mf/js/async/9184.43a8d927.js",
451
451
  "__mf/js/async/8888.59eb50a2.js",
452
- "__mf/js/async/2999.1d8347df.js",
452
+ "__mf/js/async/3499.bef2e2e5.js",
453
453
  "__mf/js/async/2043.d0fbb886.js",
454
454
  "__mf/js/async/9518.38e38a33.js",
455
455
  "__mf/js/async/7177.205c9aaf.js",
@@ -487,8 +487,8 @@
487
487
  "__mf/js/async/1432.0c3e4ed0.js",
488
488
  "__mf/js/async/4626.173e602a.js",
489
489
  "__mf/js/async/3996.69a9c1dc.js",
490
- "__mf/js/async/9020.c19782f1.js",
491
- "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js"
490
+ "__mf/js/async/9020.ebc1cad3.js",
491
+ "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js"
492
492
  ],
493
493
  "async": [
494
494
  "__mf/js/async/9588.9081c7de.js",
@@ -501,21 +501,21 @@
501
501
  "__mf/js/async/1432.0c3e4ed0.js",
502
502
  "__mf/js/async/4626.173e602a.js",
503
503
  "__mf/js/async/3996.69a9c1dc.js",
504
- "__mf/js/async/9020.c19782f1.js",
505
- "__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.bd3eb00c.js",
506
- "__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.40984a4d.js",
507
- "__mf/js/async/__federation_expose_PrometheusPromQLVariable.5cca8417.js",
504
+ "__mf/js/async/9020.ebc1cad3.js",
505
+ "__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.eb12e168.js",
506
+ "__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.bd38a89c.js",
507
+ "__mf/js/async/__federation_expose_PrometheusPromQLVariable.7ccb0601.js",
508
508
  "__mf/js/async/5922.d1619ac1.js",
509
509
  "__mf/js/async/9836.00da6086.js",
510
510
  "__mf/js/async/2186.e58838a5.js",
511
511
  "__mf/js/async/3184.6b4ad42e.js",
512
512
  "__mf/js/async/9605.a92ec9c1.js",
513
- "__mf/js/async/__federation_expose_PrometheusExplorer.584a073d.js",
514
- "__mf/js/async/2984.7182c2f5.js",
513
+ "__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
514
+ "__mf/js/async/425.1ec8867f.js",
515
515
  "__mf/js/async/9184.43a8d927.js",
516
- "__mf/js/async/2999.1d8347df.js",
516
+ "__mf/js/async/3499.bef2e2e5.js",
517
517
  "__mf/js/async/1969.372d36b8.js",
518
- "__mf/js/async/3664.ba8b26b6.js",
518
+ "__mf/js/async/4657.f0c3ccd6.js",
519
519
  "__mf/js/async/2043.d0fbb886.js",
520
520
  "__mf/js/async/9518.38e38a33.js",
521
521
  "__mf/js/async/6969.b959b6f8.js",
@@ -552,8 +552,8 @@
552
552
  "__mf/js/async/1432.0c3e4ed0.js",
553
553
  "__mf/js/async/4626.173e602a.js",
554
554
  "__mf/js/async/3996.69a9c1dc.js",
555
- "__mf/js/async/9020.c19782f1.js",
556
- "__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.bd3eb00c.js"
555
+ "__mf/js/async/9020.ebc1cad3.js",
556
+ "__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.eb12e168.js"
557
557
  ],
558
558
  "async": [
559
559
  "__mf/js/async/9588.9081c7de.js",
@@ -568,17 +568,17 @@
568
568
  "__mf/js/async/2186.e58838a5.js",
569
569
  "__mf/js/async/3184.6b4ad42e.js",
570
570
  "__mf/js/async/9605.a92ec9c1.js",
571
- "__mf/js/async/__federation_expose_PrometheusExplorer.584a073d.js",
572
- "__mf/js/async/2984.7182c2f5.js",
573
- "__mf/js/async/3664.ba8b26b6.js",
571
+ "__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
572
+ "__mf/js/async/425.1ec8867f.js",
573
+ "__mf/js/async/4657.f0c3ccd6.js",
574
574
  "__mf/js/async/9184.43a8d927.js",
575
575
  "__mf/js/async/3963.5fef6ffb.js",
576
576
  "__mf/js/async/4626.173e602a.js",
577
577
  "__mf/js/async/3996.69a9c1dc.js",
578
- "__mf/js/async/9020.c19782f1.js",
579
- "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js",
578
+ "__mf/js/async/9020.ebc1cad3.js",
579
+ "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
580
580
  "__mf/js/async/8888.59eb50a2.js",
581
- "__mf/js/async/2999.1d8347df.js",
581
+ "__mf/js/async/3499.bef2e2e5.js",
582
582
  "__mf/js/async/2043.d0fbb886.js",
583
583
  "__mf/js/async/9518.38e38a33.js",
584
584
  "__mf/js/async/7177.205c9aaf.js",
@@ -615,8 +615,8 @@
615
615
  "__mf/js/async/1432.0c3e4ed0.js",
616
616
  "__mf/js/async/4626.173e602a.js",
617
617
  "__mf/js/async/3996.69a9c1dc.js",
618
- "__mf/js/async/9020.c19782f1.js",
619
- "__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.40984a4d.js"
618
+ "__mf/js/async/9020.ebc1cad3.js",
619
+ "__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.bd38a89c.js"
620
620
  ],
621
621
  "async": [
622
622
  "__mf/js/async/9588.9081c7de.js",
@@ -631,17 +631,17 @@
631
631
  "__mf/js/async/2186.e58838a5.js",
632
632
  "__mf/js/async/3184.6b4ad42e.js",
633
633
  "__mf/js/async/9605.a92ec9c1.js",
634
- "__mf/js/async/__federation_expose_PrometheusExplorer.584a073d.js",
635
- "__mf/js/async/2984.7182c2f5.js",
636
- "__mf/js/async/3664.ba8b26b6.js",
634
+ "__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
635
+ "__mf/js/async/425.1ec8867f.js",
636
+ "__mf/js/async/4657.f0c3ccd6.js",
637
637
  "__mf/js/async/9184.43a8d927.js",
638
638
  "__mf/js/async/3963.5fef6ffb.js",
639
639
  "__mf/js/async/4626.173e602a.js",
640
640
  "__mf/js/async/3996.69a9c1dc.js",
641
- "__mf/js/async/9020.c19782f1.js",
642
- "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js",
641
+ "__mf/js/async/9020.ebc1cad3.js",
642
+ "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
643
643
  "__mf/js/async/8888.59eb50a2.js",
644
- "__mf/js/async/2999.1d8347df.js",
644
+ "__mf/js/async/3499.bef2e2e5.js",
645
645
  "__mf/js/async/2043.d0fbb886.js",
646
646
  "__mf/js/async/9518.38e38a33.js",
647
647
  "__mf/js/async/7177.205c9aaf.js",
@@ -678,8 +678,8 @@
678
678
  "__mf/js/async/1432.0c3e4ed0.js",
679
679
  "__mf/js/async/4626.173e602a.js",
680
680
  "__mf/js/async/3996.69a9c1dc.js",
681
- "__mf/js/async/9020.c19782f1.js",
682
- "__mf/js/async/__federation_expose_PrometheusPromQLVariable.5cca8417.js"
681
+ "__mf/js/async/9020.ebc1cad3.js",
682
+ "__mf/js/async/__federation_expose_PrometheusPromQLVariable.7ccb0601.js"
683
683
  ],
684
684
  "async": [
685
685
  "__mf/js/async/9588.9081c7de.js",
@@ -694,17 +694,17 @@
694
694
  "__mf/js/async/2186.e58838a5.js",
695
695
  "__mf/js/async/3184.6b4ad42e.js",
696
696
  "__mf/js/async/9605.a92ec9c1.js",
697
- "__mf/js/async/__federation_expose_PrometheusExplorer.584a073d.js",
698
- "__mf/js/async/2984.7182c2f5.js",
699
- "__mf/js/async/3664.ba8b26b6.js",
697
+ "__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js",
698
+ "__mf/js/async/425.1ec8867f.js",
699
+ "__mf/js/async/4657.f0c3ccd6.js",
700
700
  "__mf/js/async/9184.43a8d927.js",
701
701
  "__mf/js/async/3963.5fef6ffb.js",
702
702
  "__mf/js/async/4626.173e602a.js",
703
703
  "__mf/js/async/3996.69a9c1dc.js",
704
- "__mf/js/async/9020.c19782f1.js",
705
- "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js",
704
+ "__mf/js/async/9020.ebc1cad3.js",
705
+ "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
706
706
  "__mf/js/async/8888.59eb50a2.js",
707
- "__mf/js/async/2999.1d8347df.js",
707
+ "__mf/js/async/3499.bef2e2e5.js",
708
708
  "__mf/js/async/2043.d0fbb886.js",
709
709
  "__mf/js/async/9518.38e38a33.js",
710
710
  "__mf/js/async/7177.205c9aaf.js",
@@ -749,7 +749,7 @@
749
749
  "__mf/js/async/2186.e58838a5.js",
750
750
  "__mf/js/async/3184.6b4ad42e.js",
751
751
  "__mf/js/async/9605.a92ec9c1.js",
752
- "__mf/js/async/__federation_expose_PrometheusExplorer.584a073d.js"
752
+ "__mf/js/async/__federation_expose_PrometheusExplorer.eba3b416.js"
753
753
  ],
754
754
  "async": [
755
755
  "__mf/js/async/9588.9081c7de.js",
@@ -763,17 +763,17 @@
763
763
  "__mf/js/async/1432.0c3e4ed0.js",
764
764
  "__mf/js/async/4626.173e602a.js",
765
765
  "__mf/js/async/3996.69a9c1dc.js",
766
- "__mf/js/async/9020.c19782f1.js",
767
- "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.f59141f4.js",
766
+ "__mf/js/async/9020.ebc1cad3.js",
767
+ "__mf/js/async/__federation_expose_PrometheusTimeSeriesQuery.08f11ea9.js",
768
768
  "__mf/js/async/7894.9c5245d7.js",
769
- "__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.bd3eb00c.js",
770
- "__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.40984a4d.js",
771
- "__mf/js/async/__federation_expose_PrometheusPromQLVariable.5cca8417.js",
772
- "__mf/js/async/2984.7182c2f5.js",
773
- "__mf/js/async/3664.ba8b26b6.js",
769
+ "__mf/js/async/__federation_expose_PrometheusLabelValuesVariable.eb12e168.js",
770
+ "__mf/js/async/__federation_expose_PrometheusLabelNamesVariable.bd38a89c.js",
771
+ "__mf/js/async/__federation_expose_PrometheusPromQLVariable.7ccb0601.js",
772
+ "__mf/js/async/425.1ec8867f.js",
773
+ "__mf/js/async/4657.f0c3ccd6.js",
774
774
  "__mf/js/async/6969.b959b6f8.js",
775
775
  "__mf/js/async/2043.d0fbb886.js",
776
- "__mf/js/async/2999.1d8347df.js",
776
+ "__mf/js/async/3499.bef2e2e5.js",
777
777
  "__mf/js/async/9518.38e38a33.js",
778
778
  "__mf/js/async/1969.372d36b8.js",
779
779
  "__mf/js/async/8888.59eb50a2.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/prometheus-plugin",
3
- "version": "0.57.0-beta.0",
3
+ "version": "0.57.0",
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.0-beta.4",
38
- "@perses-dev/core": "^0.53.0-beta.3",
39
- "@perses-dev/dashboards": "^0.53.0-beta.4",
40
- "@perses-dev/explore": "^0.53.0-beta.4",
41
- "@perses-dev/plugin-system": "^0.53.0-beta.4",
37
+ "@perses-dev/components": "^0.53.0",
38
+ "@perses-dev/core": "^0.53.0-rc.2",
39
+ "@perses-dev/dashboards": "^0.53.0",
40
+ "@perses-dev/explore": "^0.53.0",
41
+ "@perses-dev/plugin-system": "^0.53.0",
42
42
  "@tanstack/react-query": "^4.39.1",
43
43
  "date-fns": "^4.1.0",
44
44
  "date-fns-tz": "^3.2.0",