@perses-dev/victorialogs-plugin 0.3.0-beta.0 → 0.3.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/{VictoriaLogs.d3b01c69.js → VictoriaLogs.796e2488.js} +3 -3
- package/__mf/js/async/1728.4186adbe.js +1 -0
- package/__mf/js/async/392.8da1804a.js +2 -0
- package/__mf/js/async/3954.dbc4d4c5.js +1 -0
- package/__mf/js/async/54.4c016d3d.js +22 -0
- package/__mf/js/async/5440.9338b9ea.js +2 -0
- package/__mf/js/async/{5440.f8ca94c1.js.LICENSE.txt → 5440.9338b9ea.js.LICENSE.txt} +3 -3
- package/__mf/js/async/7576.4a8d8b90.js +2 -0
- package/__mf/js/async/7958.bd561cbd.js +7 -0
- package/__mf/js/async/9010.85600fc4.js +2 -0
- package/__mf/js/async/{8035.d5aedc00.js → 9877.73cfc5dd.js} +9 -9
- package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.163bb6a4.js → __federation_expose_VictoriaLogsDatasource.9d56f698.js} +2 -2
- package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js → __federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js} +2 -2
- package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js → __federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js} +2 -2
- package/__mf/js/async/{__federation_expose_VictoriaLogsLogQuery.61d14c09.js → __federation_expose_VictoriaLogsLogQuery.8a11f931.js} +1 -1
- package/__mf/js/async/{__federation_expose_VictoriaLogsTimeSeriesQuery.7109f505.js → __federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js} +1 -1
- package/__mf/js/{main.9cf12b2f.js → main.21f57521.js} +3 -3
- package/lib/bootstrap.js +15 -3
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +13 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/components/logsql-editor.js +1 -1
- package/lib/cjs/components/logsql-extension.js +1 -1
- package/lib/cjs/components/logsql-highlight.js +1 -1
- package/lib/cjs/datasources/index.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/VictoriaLogsDatasource.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js +1 -1
- package/lib/cjs/datasources/victorialogs-datasource/index.js +1 -1
- package/lib/cjs/datasources/victorialogs-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/client.js +10 -10
- package/lib/cjs/model/index.js +1 -1
- package/lib/cjs/model/selectors.js +1 -1
- package/lib/cjs/model/types.js +1 -1
- package/lib/cjs/queries/constants.js +12 -0
- package/lib/cjs/queries/index.js +1 -1
- package/lib/cjs/queries/victorialogs-log-query/VictoriaLogsLogQuery.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js +1 -1
- package/lib/cjs/queries/victorialogs-log-query/index.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/interface.js +12 -0
- package/lib/cjs/queries/victorialogs-log-query/query.js +13 -1
- package/lib/cjs/queries/victorialogs-log-query/types.js +12 -0
- package/lib/cjs/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/index.js +1 -1
- package/lib/cjs/queries/victorialogs-time-series-query/query.js +2 -2
- package/lib/cjs/queries/victorialogs-time-series-query/types.js +1 -1
- package/lib/cjs/setup-tests.js +12 -0
- package/lib/cjs/variables/index.js +1 -1
- package/lib/cjs/variables/types.js +12 -0
- package/lib/cjs/variables/utils.js +12 -0
- package/lib/cjs/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.js +13 -1
- package/lib/cjs/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -1
- package/lib/cjs/variables/victorialogs-field-names/index.js +1 -1
- package/lib/cjs/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.js +13 -1
- package/lib/cjs/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +1 -1
- package/lib/cjs/variables/victorialogs-field-values/index.js +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/logsql-editor.js +1 -1
- package/lib/components/logsql-editor.js.map +1 -1
- package/lib/components/logsql-extension.js +1 -1
- package/lib/components/logsql-extension.js.map +1 -1
- package/lib/components/logsql-highlight.js +1 -1
- package/lib/components/logsql-highlight.js.map +1 -1
- package/lib/datasources/index.js +1 -1
- package/lib/datasources/index.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.d.ts.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.js +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasource.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js +1 -1
- package/lib/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/index.js +1 -1
- package/lib/datasources/victorialogs-datasource/index.js.map +1 -1
- package/lib/datasources/victorialogs-datasource/types.js +1 -1
- package/lib/datasources/victorialogs-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/client.d.ts.map +1 -1
- package/lib/model/client.js +10 -10
- package/lib/model/client.js.map +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/selectors.d.ts.map +1 -1
- package/lib/model/selectors.js +1 -1
- package/lib/model/selectors.js.map +1 -1
- package/lib/model/types.d.ts.map +1 -1
- package/lib/model/types.js +1 -1
- package/lib/model/types.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/victorialogs-log-query/VictoriaLogsLogQuery.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQuery.js +12 -0
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQuery.js.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js +1 -1
- package/lib/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.js.map +1 -1
- package/lib/queries/victorialogs-log-query/index.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/index.js +12 -0
- package/lib/queries/victorialogs-log-query/index.js.map +1 -1
- package/lib/queries/victorialogs-log-query/interface.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/interface.js +12 -0
- package/lib/queries/victorialogs-log-query/interface.js.map +1 -1
- package/lib/queries/victorialogs-log-query/query.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/query.js +13 -1
- package/lib/queries/victorialogs-log-query/query.js.map +1 -1
- package/lib/queries/victorialogs-log-query/types.d.ts.map +1 -1
- package/lib/queries/victorialogs-log-query/types.js +12 -0
- package/lib/queries/victorialogs-log-query/types.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.js +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js +1 -1
- package/lib/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/index.js +1 -1
- package/lib/queries/victorialogs-time-series-query/index.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/query.d.ts.map +1 -1
- package/lib/queries/victorialogs-time-series-query/query.js +2 -2
- package/lib/queries/victorialogs-time-series-query/query.js.map +1 -1
- package/lib/queries/victorialogs-time-series-query/types.js +1 -1
- package/lib/queries/victorialogs-time-series-query/types.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/lib/variables/index.js +1 -1
- package/lib/variables/index.js.map +1 -1
- package/lib/variables/types.d.ts +1 -1
- package/lib/variables/types.d.ts.map +1 -1
- package/lib/variables/types.js +12 -0
- package/lib/variables/types.js.map +1 -1
- package/lib/variables/utils.d.ts +1 -1
- package/lib/variables/utils.d.ts.map +1 -1
- package/lib/variables/utils.js +12 -0
- package/lib/variables/utils.js.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.d.ts.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.js +13 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariable.js.map +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js +1 -1
- package/lib/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-names/index.js +1 -1
- package/lib/variables/victorialogs-field-names/index.js.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.d.ts.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.js +13 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariable.js.map +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js +1 -1
- package/lib/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.js.map +1 -1
- package/lib/variables/victorialogs-field-values/index.js +1 -1
- package/lib/variables/victorialogs-field-values/index.js.map +1 -1
- package/mf-manifest.json +54 -54
- package/mf-stats.json +54 -54
- package/package.json +7 -6
- package/__mf/js/async/1490.0a9fe77f.js +0 -22
- package/__mf/js/async/1728.6382e915.js +0 -1
- package/__mf/js/async/3664.6288aa89.js +0 -2
- package/__mf/js/async/3849.115bcf03.js +0 -7
- package/__mf/js/async/392.2a915032.js +0 -2
- package/__mf/js/async/5440.f8ca94c1.js +0 -2
- package/__mf/js/async/5501.df443492.js +0 -2
- package/__mf/js/async/713.249fa307.js +0 -1
- /package/__mf/js/async/{392.2a915032.js.LICENSE.txt → 392.8da1804a.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1490.0a9fe77f.js.LICENSE.txt → 54.4c016d3d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3664.6288aa89.js.LICENSE.txt → 7576.4a8d8b90.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3849.115bcf03.js.LICENSE.txt → 7958.bd561cbd.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5501.df443492.js.LICENSE.txt → 9010.85600fc4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsDatasource.163bb6a4.js.LICENSE.txt → __federation_expose_VictoriaLogsDatasource.9d56f698.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldNamesVariable.4a4949a1.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_VictoriaLogsFieldValuesVariable.d95843ce.js.LICENSE.txt → __federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js.LICENSE.txt} +0 -0
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "VictoriaLogs",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.3.0
|
|
8
|
+
"buildVersion": "0.3.0",
|
|
9
9
|
"buildName": "@perses-dev/victorialogs-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/VictoriaLogs.
|
|
12
|
+
"name": "__mf/js/VictoriaLogs.796e2488.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -96,17 +96,17 @@
|
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"singleton": true,
|
|
99
|
-
"requiredVersion": "^0.53.0
|
|
99
|
+
"requiredVersion": "^0.53.0",
|
|
100
100
|
"shareScope": "default",
|
|
101
101
|
"name": "@perses-dev/components",
|
|
102
|
-
"version": "0.53.0
|
|
102
|
+
"version": "0.53.0",
|
|
103
103
|
"eager": false,
|
|
104
104
|
"id": "VictoriaLogs:@perses-dev/components",
|
|
105
105
|
"assets": {
|
|
106
106
|
"js": {
|
|
107
107
|
"async": [],
|
|
108
108
|
"sync": [
|
|
109
|
-
"__mf/js/async/
|
|
109
|
+
"__mf/js/async/7958.bd561cbd.js"
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
"css": {
|
|
@@ -118,17 +118,17 @@
|
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"singleton": true,
|
|
121
|
-
"requiredVersion": "^0.53.0
|
|
121
|
+
"requiredVersion": "^0.53.0",
|
|
122
122
|
"shareScope": "default",
|
|
123
123
|
"name": "@perses-dev/dashboards",
|
|
124
|
-
"version": "0.53.0
|
|
124
|
+
"version": "0.53.0",
|
|
125
125
|
"eager": false,
|
|
126
126
|
"id": "VictoriaLogs:@perses-dev/dashboards",
|
|
127
127
|
"assets": {
|
|
128
128
|
"js": {
|
|
129
129
|
"async": [],
|
|
130
130
|
"sync": [
|
|
131
|
-
"__mf/js/async/
|
|
131
|
+
"__mf/js/async/54.4c016d3d.js"
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
134
|
"css": {
|
|
@@ -140,17 +140,17 @@
|
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"singleton": true,
|
|
143
|
-
"requiredVersion": "^0.53.0
|
|
143
|
+
"requiredVersion": "^0.53.0",
|
|
144
144
|
"shareScope": "default",
|
|
145
145
|
"name": "@perses-dev/explore",
|
|
146
|
-
"version": "0.53.0
|
|
146
|
+
"version": "0.53.0",
|
|
147
147
|
"eager": false,
|
|
148
148
|
"id": "VictoriaLogs:@perses-dev/explore",
|
|
149
149
|
"assets": {
|
|
150
150
|
"js": {
|
|
151
151
|
"async": [],
|
|
152
152
|
"sync": [
|
|
153
|
-
"__mf/js/async/1728.
|
|
153
|
+
"__mf/js/async/1728.4186adbe.js"
|
|
154
154
|
]
|
|
155
155
|
},
|
|
156
156
|
"css": {
|
|
@@ -162,17 +162,17 @@
|
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"singleton": true,
|
|
165
|
-
"requiredVersion": "^0.53.0
|
|
165
|
+
"requiredVersion": "^0.53.0",
|
|
166
166
|
"shareScope": "default",
|
|
167
167
|
"name": "@perses-dev/plugin-system",
|
|
168
|
-
"version": "0.53.0
|
|
168
|
+
"version": "0.53.0",
|
|
169
169
|
"eager": false,
|
|
170
170
|
"id": "VictoriaLogs:@perses-dev/plugin-system",
|
|
171
171
|
"assets": {
|
|
172
172
|
"js": {
|
|
173
173
|
"async": [],
|
|
174
174
|
"sync": [
|
|
175
|
-
"__mf/js/async/
|
|
175
|
+
"__mf/js/async/9010.85600fc4.js"
|
|
176
176
|
]
|
|
177
177
|
},
|
|
178
178
|
"css": {
|
|
@@ -250,17 +250,17 @@
|
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"singleton": true,
|
|
253
|
-
"requiredVersion": "^4.17.
|
|
253
|
+
"requiredVersion": "^4.17.23",
|
|
254
254
|
"shareScope": "default",
|
|
255
255
|
"name": "lodash",
|
|
256
|
-
"version": "4.17.
|
|
256
|
+
"version": "4.17.23",
|
|
257
257
|
"eager": false,
|
|
258
258
|
"id": "VictoriaLogs:lodash",
|
|
259
259
|
"assets": {
|
|
260
260
|
"js": {
|
|
261
261
|
"async": [],
|
|
262
262
|
"sync": [
|
|
263
|
-
"__mf/js/async/392.
|
|
263
|
+
"__mf/js/async/392.8da1804a.js"
|
|
264
264
|
]
|
|
265
265
|
},
|
|
266
266
|
"css": {
|
|
@@ -316,17 +316,17 @@
|
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
"singleton": true,
|
|
319
|
-
"requiredVersion": "^6.30.
|
|
319
|
+
"requiredVersion": "^6.30.3",
|
|
320
320
|
"shareScope": "default",
|
|
321
321
|
"name": "react-router-dom",
|
|
322
|
-
"version": "6.30.
|
|
322
|
+
"version": "6.30.3",
|
|
323
323
|
"eager": false,
|
|
324
324
|
"id": "VictoriaLogs:react-router-dom",
|
|
325
325
|
"assets": {
|
|
326
326
|
"js": {
|
|
327
327
|
"async": [],
|
|
328
328
|
"sync": [
|
|
329
|
-
"__mf/js/async/5440.
|
|
329
|
+
"__mf/js/async/5440.9338b9ea.js"
|
|
330
330
|
]
|
|
331
331
|
},
|
|
332
332
|
"css": {
|
|
@@ -392,26 +392,26 @@
|
|
|
392
392
|
"assets": {
|
|
393
393
|
"js": {
|
|
394
394
|
"sync": [
|
|
395
|
-
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.
|
|
395
|
+
"__mf/js/async/__federation_expose_VictoriaLogsDatasource.9d56f698.js"
|
|
396
396
|
],
|
|
397
397
|
"async": [
|
|
398
398
|
"__mf/js/async/4248.ce5ffe03.js",
|
|
399
399
|
"__mf/js/async/4225.43367877.js",
|
|
400
400
|
"__mf/js/async/1430.bac7994c.js",
|
|
401
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
401
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js",
|
|
402
402
|
"__mf/js/async/9944.34a79f7c.js",
|
|
403
403
|
"__mf/js/async/1170.1ace5903.js",
|
|
404
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
404
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js",
|
|
405
405
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
406
406
|
"__mf/js/async/2749.edab3f5e.js",
|
|
407
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
408
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
409
|
-
"__mf/js/async/
|
|
407
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js",
|
|
408
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8a11f931.js",
|
|
409
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
410
410
|
"__mf/js/async/9836.bbf150b2.js",
|
|
411
|
-
"__mf/js/async/
|
|
411
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
412
412
|
"__mf/js/async/7793.06fe240f.js",
|
|
413
413
|
"__mf/js/async/3059.bd425bfb.js",
|
|
414
|
-
"__mf/js/async/
|
|
414
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
415
415
|
"__mf/js/async/9588.b67d84aa.js",
|
|
416
416
|
"__mf/js/async/5071.b48bd1f7.js",
|
|
417
417
|
"__mf/js/async/2043.a03fc64f.js",
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"__mf/js/async/4225.43367877.js",
|
|
441
441
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
442
442
|
"__mf/js/async/2749.edab3f5e.js",
|
|
443
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
443
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js"
|
|
444
444
|
],
|
|
445
445
|
"async": [
|
|
446
446
|
"__mf/js/async/9588.b67d84aa.js",
|
|
@@ -448,16 +448,16 @@
|
|
|
448
448
|
"__mf/js/async/4248.ce5ffe03.js",
|
|
449
449
|
"__mf/js/async/4225.43367877.js",
|
|
450
450
|
"__mf/js/async/1430.bac7994c.js",
|
|
451
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
451
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js",
|
|
452
452
|
"__mf/js/async/9944.34a79f7c.js",
|
|
453
453
|
"__mf/js/async/1170.1ace5903.js",
|
|
454
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
455
|
-
"__mf/js/async/
|
|
454
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js",
|
|
455
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
456
456
|
"__mf/js/async/9836.bbf150b2.js",
|
|
457
|
-
"__mf/js/async/
|
|
457
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
458
458
|
"__mf/js/async/7793.06fe240f.js",
|
|
459
459
|
"__mf/js/async/3059.bd425bfb.js",
|
|
460
|
-
"__mf/js/async/
|
|
460
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
461
461
|
"__mf/js/async/2043.a03fc64f.js",
|
|
462
462
|
"__mf/js/async/7177.0fe1dff0.js",
|
|
463
463
|
"__mf/js/async/1969.4f0fc9ef.js",
|
|
@@ -484,25 +484,25 @@
|
|
|
484
484
|
"__mf/js/async/4225.43367877.js",
|
|
485
485
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
486
486
|
"__mf/js/async/2749.edab3f5e.js",
|
|
487
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
487
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8a11f931.js"
|
|
488
488
|
],
|
|
489
489
|
"async": [
|
|
490
490
|
"__mf/js/async/4248.ce5ffe03.js",
|
|
491
491
|
"__mf/js/async/4225.43367877.js",
|
|
492
492
|
"__mf/js/async/1430.bac7994c.js",
|
|
493
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
493
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js",
|
|
494
494
|
"__mf/js/async/9944.34a79f7c.js",
|
|
495
495
|
"__mf/js/async/1170.1ace5903.js",
|
|
496
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
497
|
-
"__mf/js/async/
|
|
496
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js",
|
|
497
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
498
498
|
"__mf/js/async/9836.bbf150b2.js",
|
|
499
|
-
"__mf/js/async/
|
|
499
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
500
500
|
"__mf/js/async/7793.06fe240f.js",
|
|
501
501
|
"__mf/js/async/3059.bd425bfb.js",
|
|
502
502
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
503
503
|
"__mf/js/async/2749.edab3f5e.js",
|
|
504
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
505
|
-
"__mf/js/async/
|
|
504
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js",
|
|
505
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
506
506
|
"__mf/js/async/9588.b67d84aa.js",
|
|
507
507
|
"__mf/js/async/5071.b48bd1f7.js",
|
|
508
508
|
"__mf/js/async/2043.a03fc64f.js",
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
"__mf/js/async/4248.ce5ffe03.js",
|
|
532
532
|
"__mf/js/async/4225.43367877.js",
|
|
533
533
|
"__mf/js/async/1430.bac7994c.js",
|
|
534
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.
|
|
534
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldNamesVariable.5bf33a62.js"
|
|
535
535
|
],
|
|
536
536
|
"async": [
|
|
537
537
|
"__mf/js/async/9944.34a79f7c.js",
|
|
@@ -539,17 +539,17 @@
|
|
|
539
539
|
"__mf/js/async/4225.43367877.js",
|
|
540
540
|
"__mf/js/async/1430.bac7994c.js",
|
|
541
541
|
"__mf/js/async/1170.1ace5903.js",
|
|
542
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
543
|
-
"__mf/js/async/
|
|
542
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js",
|
|
543
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
544
544
|
"__mf/js/async/9836.bbf150b2.js",
|
|
545
|
-
"__mf/js/async/
|
|
545
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
546
546
|
"__mf/js/async/7793.06fe240f.js",
|
|
547
547
|
"__mf/js/async/3059.bd425bfb.js",
|
|
548
548
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
549
549
|
"__mf/js/async/2749.edab3f5e.js",
|
|
550
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
551
|
-
"__mf/js/async/
|
|
552
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
550
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js",
|
|
551
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
552
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8a11f931.js",
|
|
553
553
|
"__mf/js/async/9588.b67d84aa.js",
|
|
554
554
|
"__mf/js/async/5071.b48bd1f7.js",
|
|
555
555
|
"__mf/js/async/2043.a03fc64f.js",
|
|
@@ -580,20 +580,20 @@
|
|
|
580
580
|
"__mf/js/async/9944.34a79f7c.js",
|
|
581
581
|
"__mf/js/async/1430.bac7994c.js",
|
|
582
582
|
"__mf/js/async/1170.1ace5903.js",
|
|
583
|
-
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.
|
|
583
|
+
"__mf/js/async/__federation_expose_VictoriaLogsFieldValuesVariable.7e86dee8.js"
|
|
584
584
|
],
|
|
585
585
|
"async": [
|
|
586
|
-
"__mf/js/async/
|
|
586
|
+
"__mf/js/async/3954.dbc4d4c5.js",
|
|
587
587
|
"__mf/js/async/9836.bbf150b2.js",
|
|
588
|
-
"__mf/js/async/
|
|
588
|
+
"__mf/js/async/7576.4a8d8b90.js",
|
|
589
589
|
"__mf/js/async/7793.06fe240f.js",
|
|
590
590
|
"__mf/js/async/3059.bd425bfb.js",
|
|
591
591
|
"__mf/js/async/4225.43367877.js",
|
|
592
592
|
"__mf/js/async/5706.a7fb5c1b.js",
|
|
593
593
|
"__mf/js/async/2749.edab3f5e.js",
|
|
594
|
-
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.
|
|
595
|
-
"__mf/js/async/
|
|
596
|
-
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.
|
|
594
|
+
"__mf/js/async/__federation_expose_VictoriaLogsTimeSeriesQuery.34b8c330.js",
|
|
595
|
+
"__mf/js/async/9877.73cfc5dd.js",
|
|
596
|
+
"__mf/js/async/__federation_expose_VictoriaLogsLogQuery.8a11f931.js",
|
|
597
597
|
"__mf/js/async/9588.b67d84aa.js",
|
|
598
598
|
"__mf/js/async/5071.b48bd1f7.js",
|
|
599
599
|
"__mf/js/async/2043.a03fc64f.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/victorialogs-plugin",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "rsbuild dev",
|
|
6
6
|
"build": "npm run build-mf && concurrently \"npm:build:*\"",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"build:cjs": "swc ./src -d dist/lib/cjs --strip-leading-paths --config-file ../.cjs.swcrc",
|
|
9
9
|
"build:esm": "swc ./src -d dist/lib --strip-leading-paths --config-file ../.swcrc",
|
|
10
10
|
"build:types": "tsc --project tsconfig.build.json",
|
|
11
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
11
12
|
"test": "cross-env LC_ALL=C TZ=UTC jest",
|
|
12
13
|
"type-check": "tsc --noEmit"
|
|
13
14
|
},
|
|
@@ -21,11 +22,11 @@
|
|
|
21
22
|
"@emotion/react": "^11.7.1",
|
|
22
23
|
"@emotion/styled": "^11.6.0",
|
|
23
24
|
"@hookform/resolvers": "^3.2.0",
|
|
24
|
-
"@perses-dev/components": "^0.53.0
|
|
25
|
-
"@perses-dev/core": "^0.53.0-
|
|
26
|
-
"@perses-dev/dashboards": "^0.53.0
|
|
27
|
-
"@perses-dev/explore": "^0.53.0
|
|
28
|
-
"@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",
|
|
29
30
|
"@tanstack/react-query": "^4.39.1",
|
|
30
31
|
"date-fns": "^4.1.0",
|
|
31
32
|
"date-fns-tz": "^3.2.0",
|