@perses-dev/loki-plugin 0.5.0-rc.0 → 0.5.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.
- package/__mf/js/{Loki.21b585d6.js → Loki.2bd94c1e.js} +3 -3
- package/__mf/js/async/1728.326f0c08.js +1 -0
- package/__mf/js/async/1750.eba509e1.js +1 -0
- package/__mf/js/async/392.2c7c202d.js +2 -0
- package/__mf/js/async/54.b3492a7a.js +22 -0
- package/__mf/js/async/5440.995ad0c5.js +2 -0
- package/__mf/js/async/{5440.3fedd5ea.js.LICENSE.txt → 5440.995ad0c5.js.LICENSE.txt} +3 -3
- package/__mf/js/async/6710.a94fd362.js +2 -0
- package/__mf/js/async/7958.f25f7332.js +7 -0
- package/__mf/js/async/9010.44bf2927.js +2 -0
- package/__mf/js/async/{1238.71fd7843.js → 9249.d90da2ad.js} +1 -1
- package/__mf/js/async/9389.29616aa6.js +2 -0
- package/__mf/js/async/9877.b76d1711.js +38 -0
- package/__mf/js/async/{__federation_expose_LokiDatasource.44ac1fa6.js → __federation_expose_LokiDatasource.3fe6141d.js} +2 -2
- package/__mf/js/async/{__federation_expose_LokiLogQuery.22f7c517.js → __federation_expose_LokiLogQuery.6591d0db.js} +1 -1
- package/__mf/js/async/{__federation_expose_LokiTimeSeriesQuery.4909566f.js → __federation_expose_LokiTimeSeriesQuery.2a9b451a.js} +1 -1
- package/__mf/js/{main.59f3d316.js → main.4d84b446.js} +3 -3
- package/lib/bootstrap.js +12 -0
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +12 -0
- package/lib/cjs/components/complete.js +260 -34
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/components/logql-editor.js +1 -1
- package/lib/cjs/components/logql-extension.js +1 -1
- package/lib/cjs/components/logql-highlight.js +1 -1
- package/lib/cjs/datasources/index.js +1 -1
- package/lib/cjs/datasources/loki-datasource/LokiDatasource.js +1 -1
- package/lib/cjs/datasources/loki-datasource/LokiDatasourceEditor.js +1 -1
- package/lib/cjs/datasources/loki-datasource/index.js +1 -1
- package/lib/cjs/datasources/loki-datasource/loki-datasource-types.js +1 -1
- package/lib/cjs/env.d.js +12 -0
- package/lib/cjs/getPluginModule.js +12 -0
- package/lib/cjs/index-federation.js +12 -0
- package/lib/cjs/index.js +12 -0
- package/lib/cjs/model/index.js +1 -1
- package/lib/cjs/model/loki-client-types.js +1 -1
- package/lib/cjs/model/loki-client.js +1 -1
- package/lib/cjs/model/loki-data-types.js +1 -1
- package/lib/cjs/model/loki-selectors.js +1 -1
- package/lib/cjs/queries/constants.js +12 -0
- package/lib/cjs/queries/index.js +1 -1
- package/lib/cjs/queries/loki-log-query/LokiLogQuery.js +12 -0
- package/lib/cjs/queries/loki-log-query/LokiLogQueryEditor.js +1 -1
- package/lib/cjs/queries/loki-log-query/get-loki-log-data.js +12 -0
- package/lib/cjs/queries/loki-log-query/index.js +12 -0
- package/lib/cjs/queries/loki-log-query/log-query-plugin-interface.js +12 -0
- package/lib/cjs/queries/loki-log-query/loki-log-query-types.js +12 -0
- package/lib/cjs/queries/loki-time-series-query/LokiTimeSeriesQuery.js +1 -1
- package/lib/cjs/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +1 -1
- package/lib/cjs/queries/loki-time-series-query/get-loki-time-series-data.js +1 -1
- package/lib/cjs/queries/loki-time-series-query/index.js +1 -1
- package/lib/cjs/queries/loki-time-series-query/loki-time-series-query-types.js +1 -1
- package/lib/cjs/queries/query-editor-model.js +1 -1
- package/lib/cjs/setup-tests.js +12 -0
- package/lib/components/complete.d.ts +5 -0
- package/lib/components/complete.d.ts.map +1 -1
- package/lib/components/complete.js +259 -33
- package/lib/components/complete.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/logql-editor.js +1 -1
- package/lib/components/logql-editor.js.map +1 -1
- package/lib/components/logql-extension.js +1 -1
- package/lib/components/logql-extension.js.map +1 -1
- package/lib/components/logql-highlight.js +1 -1
- package/lib/components/logql-highlight.js.map +1 -1
- package/lib/datasources/index.js +1 -1
- package/lib/datasources/index.js.map +1 -1
- package/lib/datasources/loki-datasource/LokiDatasource.js +1 -1
- package/lib/datasources/loki-datasource/LokiDatasource.js.map +1 -1
- package/lib/datasources/loki-datasource/LokiDatasourceEditor.js +1 -1
- package/lib/datasources/loki-datasource/LokiDatasourceEditor.js.map +1 -1
- package/lib/datasources/loki-datasource/index.js +1 -1
- package/lib/datasources/loki-datasource/index.js.map +1 -1
- package/lib/datasources/loki-datasource/loki-datasource-types.js +1 -1
- package/lib/datasources/loki-datasource/loki-datasource-types.js.map +1 -1
- package/lib/env.d.js +12 -0
- package/lib/env.d.js.map +1 -1
- package/lib/getPluginModule.d.ts.map +1 -1
- package/lib/getPluginModule.js +12 -0
- package/lib/getPluginModule.js.map +1 -1
- package/lib/index-federation.js +12 -0
- package/lib/index-federation.js.map +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +12 -0
- package/lib/index.js.map +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/loki-client-types.js +1 -1
- package/lib/model/loki-client-types.js.map +1 -1
- package/lib/model/loki-client.js +1 -1
- package/lib/model/loki-client.js.map +1 -1
- package/lib/model/loki-data-types.js +1 -1
- package/lib/model/loki-data-types.js.map +1 -1
- package/lib/model/loki-selectors.js +1 -1
- package/lib/model/loki-selectors.js.map +1 -1
- package/lib/queries/constants.d.ts.map +1 -1
- package/lib/queries/constants.js +12 -0
- package/lib/queries/constants.js.map +1 -1
- package/lib/queries/index.js +1 -1
- package/lib/queries/index.js.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQuery.d.ts.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQuery.js +12 -0
- package/lib/queries/loki-log-query/LokiLogQuery.js.map +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js +1 -1
- package/lib/queries/loki-log-query/LokiLogQueryEditor.js.map +1 -1
- package/lib/queries/loki-log-query/get-loki-log-data.d.ts.map +1 -1
- package/lib/queries/loki-log-query/get-loki-log-data.js +12 -0
- package/lib/queries/loki-log-query/get-loki-log-data.js.map +1 -1
- package/lib/queries/loki-log-query/index.d.ts.map +1 -1
- package/lib/queries/loki-log-query/index.js +12 -0
- package/lib/queries/loki-log-query/index.js.map +1 -1
- package/lib/queries/loki-log-query/log-query-plugin-interface.d.ts.map +1 -1
- package/lib/queries/loki-log-query/log-query-plugin-interface.js +12 -0
- package/lib/queries/loki-log-query/log-query-plugin-interface.js.map +1 -1
- package/lib/queries/loki-log-query/loki-log-query-types.d.ts.map +1 -1
- package/lib/queries/loki-log-query/loki-log-query-types.js +12 -0
- package/lib/queries/loki-log-query/loki-log-query-types.js.map +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQuery.js +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQuery.js.map +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js +1 -1
- package/lib/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.js.map +1 -1
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.js +1 -1
- package/lib/queries/loki-time-series-query/get-loki-time-series-data.js.map +1 -1
- package/lib/queries/loki-time-series-query/index.js +1 -1
- package/lib/queries/loki-time-series-query/index.js.map +1 -1
- package/lib/queries/loki-time-series-query/loki-time-series-query-types.js +1 -1
- package/lib/queries/loki-time-series-query/loki-time-series-query-types.js.map +1 -1
- package/lib/queries/query-editor-model.js +1 -1
- package/lib/queries/query-editor-model.js.map +1 -1
- package/lib/setup-tests.d.ts.map +1 -1
- package/lib/setup-tests.js +12 -0
- package/lib/setup-tests.js.map +1 -1
- package/mf-manifest.json +46 -46
- package/mf-stats.json +46 -46
- package/package.json +6 -6
- package/__mf/js/async/1490.5aa6cbcc.js +0 -22
- package/__mf/js/async/1501.f1011a16.js +0 -1
- package/__mf/js/async/1728.516fcaaf.js +0 -1
- package/__mf/js/async/3849.89f86737.js +0 -7
- package/__mf/js/async/392.c0f9d49a.js +0 -2
- package/__mf/js/async/5440.3fedd5ea.js +0 -2
- package/__mf/js/async/5501.929e6257.js +0 -2
- package/__mf/js/async/6498.903f2a94.js +0 -2
- package/__mf/js/async/8035.8dab4893.js +0 -38
- package/__mf/js/async/9389.a8ea42a0.js +0 -2
- /package/__mf/js/async/{392.c0f9d49a.js.LICENSE.txt → 392.2c7c202d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1490.5aa6cbcc.js.LICENSE.txt → 54.b3492a7a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{6498.903f2a94.js.LICENSE.txt → 6710.a94fd362.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3849.89f86737.js.LICENSE.txt → 7958.f25f7332.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5501.929e6257.js.LICENSE.txt → 9010.44bf2927.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9389.a8ea42a0.js.LICENSE.txt → 9389.29616aa6.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_LokiDatasource.44ac1fa6.js.LICENSE.txt → __federation_expose_LokiDatasource.3fe6141d.js.LICENSE.txt} +0 -0
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Loki",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.5.0
|
|
8
|
+
"buildVersion": "0.5.0",
|
|
9
9
|
"buildName": "@perses-dev/loki-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Loki.
|
|
12
|
+
"name": "__mf/js/Loki.2bd94c1e.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
|
|
98
|
+
"requiredVersion": "^0.53.0",
|
|
99
99
|
"shareScope": "default",
|
|
100
100
|
"name": "@perses-dev/components",
|
|
101
|
-
"version": "0.53.0
|
|
101
|
+
"version": "0.53.0",
|
|
102
102
|
"eager": false,
|
|
103
103
|
"id": "Loki:@perses-dev/components",
|
|
104
104
|
"assets": {
|
|
105
105
|
"js": {
|
|
106
106
|
"async": [],
|
|
107
107
|
"sync": [
|
|
108
|
-
"__mf/js/async/
|
|
108
|
+
"__mf/js/async/7958.f25f7332.js"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"css": {
|
|
@@ -117,17 +117,17 @@
|
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"singleton": true,
|
|
120
|
-
"requiredVersion": "^0.53.0
|
|
120
|
+
"requiredVersion": "^0.53.0",
|
|
121
121
|
"shareScope": "default",
|
|
122
122
|
"name": "@perses-dev/dashboards",
|
|
123
|
-
"version": "0.53.0
|
|
123
|
+
"version": "0.53.0",
|
|
124
124
|
"eager": false,
|
|
125
125
|
"id": "Loki:@perses-dev/dashboards",
|
|
126
126
|
"assets": {
|
|
127
127
|
"js": {
|
|
128
128
|
"async": [],
|
|
129
129
|
"sync": [
|
|
130
|
-
"__mf/js/async/
|
|
130
|
+
"__mf/js/async/54.b3492a7a.js"
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
133
|
"css": {
|
|
@@ -139,17 +139,17 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"singleton": true,
|
|
142
|
-
"requiredVersion": "^0.53.0
|
|
142
|
+
"requiredVersion": "^0.53.0",
|
|
143
143
|
"shareScope": "default",
|
|
144
144
|
"name": "@perses-dev/explore",
|
|
145
|
-
"version": "0.53.0
|
|
145
|
+
"version": "0.53.0",
|
|
146
146
|
"eager": false,
|
|
147
147
|
"id": "Loki:@perses-dev/explore",
|
|
148
148
|
"assets": {
|
|
149
149
|
"js": {
|
|
150
150
|
"async": [],
|
|
151
151
|
"sync": [
|
|
152
|
-
"__mf/js/async/1728.
|
|
152
|
+
"__mf/js/async/1728.326f0c08.js"
|
|
153
153
|
]
|
|
154
154
|
},
|
|
155
155
|
"css": {
|
|
@@ -161,17 +161,17 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"singleton": true,
|
|
164
|
-
"requiredVersion": "^0.53.0
|
|
164
|
+
"requiredVersion": "^0.53.0",
|
|
165
165
|
"shareScope": "default",
|
|
166
166
|
"name": "@perses-dev/plugin-system",
|
|
167
|
-
"version": "0.53.0
|
|
167
|
+
"version": "0.53.0",
|
|
168
168
|
"eager": false,
|
|
169
169
|
"id": "Loki:@perses-dev/plugin-system",
|
|
170
170
|
"assets": {
|
|
171
171
|
"js": {
|
|
172
172
|
"async": [],
|
|
173
173
|
"sync": [
|
|
174
|
-
"__mf/js/async/
|
|
174
|
+
"__mf/js/async/9010.44bf2927.js"
|
|
175
175
|
]
|
|
176
176
|
},
|
|
177
177
|
"css": {
|
|
@@ -249,17 +249,17 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"singleton": true,
|
|
252
|
-
"requiredVersion": "^4.17.
|
|
252
|
+
"requiredVersion": "^4.17.23",
|
|
253
253
|
"shareScope": "default",
|
|
254
254
|
"name": "lodash",
|
|
255
|
-
"version": "4.17.
|
|
255
|
+
"version": "4.17.23",
|
|
256
256
|
"eager": false,
|
|
257
257
|
"id": "Loki:lodash",
|
|
258
258
|
"assets": {
|
|
259
259
|
"js": {
|
|
260
260
|
"async": [],
|
|
261
261
|
"sync": [
|
|
262
|
-
"__mf/js/async/392.
|
|
262
|
+
"__mf/js/async/392.2c7c202d.js"
|
|
263
263
|
]
|
|
264
264
|
},
|
|
265
265
|
"css": {
|
|
@@ -315,17 +315,17 @@
|
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"singleton": true,
|
|
318
|
-
"requiredVersion": "^6.30.
|
|
318
|
+
"requiredVersion": "^6.30.3",
|
|
319
319
|
"shareScope": "default",
|
|
320
320
|
"name": "react-router-dom",
|
|
321
|
-
"version": "6.30.
|
|
321
|
+
"version": "6.30.3",
|
|
322
322
|
"eager": false,
|
|
323
323
|
"id": "Loki:react-router-dom",
|
|
324
324
|
"assets": {
|
|
325
325
|
"js": {
|
|
326
326
|
"async": [],
|
|
327
327
|
"sync": [
|
|
328
|
-
"__mf/js/async/5440.
|
|
328
|
+
"__mf/js/async/5440.995ad0c5.js"
|
|
329
329
|
]
|
|
330
330
|
},
|
|
331
331
|
"css": {
|
|
@@ -391,24 +391,24 @@
|
|
|
391
391
|
"assets": {
|
|
392
392
|
"js": {
|
|
393
393
|
"sync": [
|
|
394
|
-
"__mf/js/async/__federation_expose_LokiDatasource.
|
|
394
|
+
"__mf/js/async/__federation_expose_LokiDatasource.3fe6141d.js"
|
|
395
395
|
],
|
|
396
396
|
"async": [
|
|
397
397
|
"__mf/js/async/1825.5005b3af.js",
|
|
398
398
|
"__mf/js/async/9754.5d7b21c2.js",
|
|
399
399
|
"__mf/js/async/8988.1c565f12.js",
|
|
400
|
-
"__mf/js/async/9389.
|
|
401
|
-
"__mf/js/async/
|
|
402
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.
|
|
400
|
+
"__mf/js/async/9389.29616aa6.js",
|
|
401
|
+
"__mf/js/async/1750.eba509e1.js",
|
|
402
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.2a9b451a.js",
|
|
403
403
|
"__mf/js/async/4466.21ddc88c.js",
|
|
404
404
|
"__mf/js/async/6100.e2898f9c.js",
|
|
405
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.
|
|
406
|
-
"__mf/js/async/
|
|
405
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.6591d0db.js",
|
|
406
|
+
"__mf/js/async/9249.d90da2ad.js",
|
|
407
407
|
"__mf/js/async/9836.de786d07.js",
|
|
408
|
-
"__mf/js/async/
|
|
408
|
+
"__mf/js/async/6710.a94fd362.js",
|
|
409
409
|
"__mf/js/async/1811.a291a38b.js",
|
|
410
410
|
"__mf/js/async/3059.cb101ca2.js",
|
|
411
|
-
"__mf/js/async/
|
|
411
|
+
"__mf/js/async/9877.b76d1711.js",
|
|
412
412
|
"__mf/js/async/9588.2d82f477.js",
|
|
413
413
|
"__mf/js/async/5071.a03a64fd.js",
|
|
414
414
|
"__mf/js/async/2043.eb7e1c61.js",
|
|
@@ -437,27 +437,27 @@
|
|
|
437
437
|
"__mf/js/async/1825.5005b3af.js",
|
|
438
438
|
"__mf/js/async/9754.5d7b21c2.js",
|
|
439
439
|
"__mf/js/async/8988.1c565f12.js",
|
|
440
|
-
"__mf/js/async/9389.
|
|
441
|
-
"__mf/js/async/
|
|
442
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.
|
|
440
|
+
"__mf/js/async/9389.29616aa6.js",
|
|
441
|
+
"__mf/js/async/1750.eba509e1.js",
|
|
442
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.2a9b451a.js"
|
|
443
443
|
],
|
|
444
444
|
"async": [
|
|
445
445
|
"__mf/js/async/9588.2d82f477.js",
|
|
446
446
|
"__mf/js/async/5071.a03a64fd.js",
|
|
447
|
-
"__mf/js/async/
|
|
447
|
+
"__mf/js/async/9249.d90da2ad.js",
|
|
448
448
|
"__mf/js/async/9836.de786d07.js",
|
|
449
|
-
"__mf/js/async/
|
|
449
|
+
"__mf/js/async/6710.a94fd362.js",
|
|
450
450
|
"__mf/js/async/1811.a291a38b.js",
|
|
451
451
|
"__mf/js/async/4466.21ddc88c.js",
|
|
452
452
|
"__mf/js/async/1825.5005b3af.js",
|
|
453
453
|
"__mf/js/async/9754.5d7b21c2.js",
|
|
454
454
|
"__mf/js/async/6100.e2898f9c.js",
|
|
455
455
|
"__mf/js/async/8988.1c565f12.js",
|
|
456
|
-
"__mf/js/async/9389.
|
|
457
|
-
"__mf/js/async/
|
|
458
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.
|
|
456
|
+
"__mf/js/async/9389.29616aa6.js",
|
|
457
|
+
"__mf/js/async/1750.eba509e1.js",
|
|
458
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.6591d0db.js",
|
|
459
459
|
"__mf/js/async/3059.cb101ca2.js",
|
|
460
|
-
"__mf/js/async/
|
|
460
|
+
"__mf/js/async/9877.b76d1711.js",
|
|
461
461
|
"__mf/js/async/2043.eb7e1c61.js",
|
|
462
462
|
"__mf/js/async/7177.b50a1c64.js",
|
|
463
463
|
"__mf/js/async/1969.53d223ca.js",
|
|
@@ -486,23 +486,23 @@
|
|
|
486
486
|
"__mf/js/async/4466.21ddc88c.js",
|
|
487
487
|
"__mf/js/async/6100.e2898f9c.js",
|
|
488
488
|
"__mf/js/async/8988.1c565f12.js",
|
|
489
|
-
"__mf/js/async/9389.
|
|
490
|
-
"__mf/js/async/
|
|
491
|
-
"__mf/js/async/__federation_expose_LokiLogQuery.
|
|
489
|
+
"__mf/js/async/9389.29616aa6.js",
|
|
490
|
+
"__mf/js/async/1750.eba509e1.js",
|
|
491
|
+
"__mf/js/async/__federation_expose_LokiLogQuery.6591d0db.js"
|
|
492
492
|
],
|
|
493
493
|
"async": [
|
|
494
|
-
"__mf/js/async/
|
|
494
|
+
"__mf/js/async/9249.d90da2ad.js",
|
|
495
495
|
"__mf/js/async/9836.de786d07.js",
|
|
496
|
-
"__mf/js/async/
|
|
496
|
+
"__mf/js/async/6710.a94fd362.js",
|
|
497
497
|
"__mf/js/async/1811.a291a38b.js",
|
|
498
498
|
"__mf/js/async/3059.cb101ca2.js",
|
|
499
499
|
"__mf/js/async/1825.5005b3af.js",
|
|
500
500
|
"__mf/js/async/9754.5d7b21c2.js",
|
|
501
501
|
"__mf/js/async/8988.1c565f12.js",
|
|
502
|
-
"__mf/js/async/9389.
|
|
503
|
-
"__mf/js/async/
|
|
504
|
-
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.
|
|
505
|
-
"__mf/js/async/
|
|
502
|
+
"__mf/js/async/9389.29616aa6.js",
|
|
503
|
+
"__mf/js/async/1750.eba509e1.js",
|
|
504
|
+
"__mf/js/async/__federation_expose_LokiTimeSeriesQuery.2a9b451a.js",
|
|
505
|
+
"__mf/js/async/9877.b76d1711.js",
|
|
506
506
|
"__mf/js/async/9588.2d82f477.js",
|
|
507
507
|
"__mf/js/async/5071.a03a64fd.js",
|
|
508
508
|
"__mf/js/async/2043.eb7e1c61.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/loki-plugin",
|
|
3
|
-
"version": "0.5.0
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "rsbuild dev",
|
|
6
6
|
"build": "npm run build-mf && concurrently \"npm:build:*\"",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"@emotion/react": "^11.7.1",
|
|
23
23
|
"@emotion/styled": "^11.6.0",
|
|
24
24
|
"@hookform/resolvers": "^3.2.0",
|
|
25
|
-
"@perses-dev/components": "^0.53.0
|
|
26
|
-
"@perses-dev/core": "^0.53.0-
|
|
27
|
-
"@perses-dev/dashboards": "^0.53.0
|
|
28
|
-
"@perses-dev/explore": "^0.53.0
|
|
29
|
-
"@perses-dev/plugin-system": "^0.53.0
|
|
25
|
+
"@perses-dev/components": "^0.53.0",
|
|
26
|
+
"@perses-dev/core": "^0.53.0-rc.2",
|
|
27
|
+
"@perses-dev/dashboards": "^0.53.0",
|
|
28
|
+
"@perses-dev/explore": "^0.53.0",
|
|
29
|
+
"@perses-dev/plugin-system": "^0.53.0",
|
|
30
30
|
"@tanstack/react-query": "^4.39.1",
|
|
31
31
|
"date-fns": "^4.1.0",
|
|
32
32
|
"date-fns-tz": "^3.2.0",
|