@perses-dev/clickhouse-plugin 0.5.0-beta.0 → 0.5.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/{ClickHouse.f04664bb.js → ClickHouse.2fcd9604.js} +3 -3
- package/__mf/js/async/1728.d37983a1.js +1 -0
- package/__mf/js/async/208.49efb2c2.js +4 -0
- package/__mf/js/async/392.a87802dc.js +2 -0
- package/__mf/js/async/54.44a0f38e.js +22 -0
- package/__mf/js/async/5440.79b13afe.js +2 -0
- package/__mf/js/async/{5440.0e8e1dab.js.LICENSE.txt → 5440.79b13afe.js.LICENSE.txt} +3 -3
- package/__mf/js/async/7576.d8b258ff.js +2 -0
- package/__mf/js/async/{1238.c73d9688.js → 9249.f40b0225.js} +1 -1
- package/__mf/js/async/978.ea0a0872.js +7 -0
- package/__mf/js/async/{8035.9a47693a.js → 9877.c85206cb.js} +9 -9
- package/__mf/js/async/__federation_expose_ClickHouseDatasource.cf1e9c78.js +2 -0
- package/__mf/js/async/{__federation_expose_ClickHouseLogQuery.f492a83a.js → __federation_expose_ClickHouseLogQuery.54a525e9.js} +2 -2
- package/__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.ca467582.js +20 -0
- package/__mf/js/{main.5ab8afc7.js → main.06276eb7.js} +3 -3
- package/lib/bootstrap.js +1 -1
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/bootstrap.js +1 -1
- package/lib/cjs/components/ClickQLEditor.js +1 -1
- package/lib/cjs/components/constants.js +1 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/datasources/click-house-datasource/ClickHouseDatasource.js +2 -2
- package/lib/cjs/datasources/click-house-datasource/ClickHouseDatasourceEditor.js +1 -1
- package/lib/cjs/datasources/click-house-datasource/click-house-datasource-types.js +1 -1
- package/lib/cjs/datasources/click-house-datasource/index.js +1 -1
- package/lib/cjs/datasources/index.js +1 -1
- package/lib/cjs/env.d.js +1 -1
- package/lib/cjs/getPluginModule.js +1 -1
- package/lib/cjs/index-federation.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/model/click-house-client.js +1 -1
- package/lib/cjs/model/click-house-data-types.js +1 -1
- package/lib/cjs/queries/click-house-log-query/ClickHouseLogQuery.js +1 -1
- package/lib/cjs/queries/click-house-log-query/ClickHouseLogQueryEditor.js +1 -1
- package/lib/cjs/queries/click-house-log-query/click-house-log-query-types.js +1 -1
- package/lib/cjs/queries/click-house-log-query/get-click-house-log-data.js +4 -4
- package/lib/cjs/queries/click-house-log-query/index.js +1 -1
- package/lib/cjs/queries/click-house-log-query/log-query-plugin-interface.js +12 -0
- package/lib/cjs/queries/click-house-time-series-query/ClickHouseQuery.js +1 -1
- package/lib/cjs/queries/click-house-time-series-query/ClickHouseQueryEditor.js +1 -1
- package/lib/cjs/queries/click-house-time-series-query/click-house-query-types.js +1 -1
- package/lib/cjs/queries/click-house-time-series-query/get-click-house-data.js +4 -3
- package/lib/cjs/queries/click-house-time-series-query/index.js +1 -1
- package/lib/cjs/queries/constants.js +1 -1
- package/lib/cjs/queries/index.js +1 -1
- package/lib/cjs/queries/query-editor-model.js +1 -1
- package/lib/cjs/setup-tests.js +1 -1
- package/lib/components/ClickQLEditor.js +1 -1
- package/lib/components/ClickQLEditor.js.map +1 -1
- package/lib/components/constants.js +1 -1
- package/lib/components/constants.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/datasources/click-house-datasource/ClickHouseDatasource.d.ts.map +1 -1
- package/lib/datasources/click-house-datasource/ClickHouseDatasource.js +2 -2
- package/lib/datasources/click-house-datasource/ClickHouseDatasource.js.map +1 -1
- package/lib/datasources/click-house-datasource/ClickHouseDatasourceEditor.js +1 -1
- package/lib/datasources/click-house-datasource/ClickHouseDatasourceEditor.js.map +1 -1
- package/lib/datasources/click-house-datasource/click-house-datasource-types.d.ts +1 -1
- package/lib/datasources/click-house-datasource/click-house-datasource-types.d.ts.map +1 -1
- package/lib/datasources/click-house-datasource/click-house-datasource-types.js +1 -1
- package/lib/datasources/click-house-datasource/click-house-datasource-types.js.map +1 -1
- package/lib/datasources/click-house-datasource/index.js +1 -1
- package/lib/datasources/click-house-datasource/index.js.map +1 -1
- package/lib/datasources/index.js +1 -1
- package/lib/datasources/index.js.map +1 -1
- package/lib/env.d.js +1 -1
- package/lib/env.d.js.map +1 -1
- package/lib/getPluginModule.js +1 -1
- package/lib/getPluginModule.js.map +1 -1
- package/lib/index-federation.js +1 -1
- package/lib/index-federation.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/model/click-house-client.d.ts +1 -1
- package/lib/model/click-house-client.d.ts.map +1 -1
- package/lib/model/click-house-client.js +1 -1
- package/lib/model/click-house-client.js.map +1 -1
- package/lib/model/click-house-data-types.d.ts.map +1 -1
- package/lib/model/click-house-data-types.js +1 -1
- package/lib/model/click-house-data-types.js.map +1 -1
- package/lib/queries/click-house-log-query/ClickHouseLogQuery.js +1 -1
- package/lib/queries/click-house-log-query/ClickHouseLogQuery.js.map +1 -1
- package/lib/queries/click-house-log-query/ClickHouseLogQueryEditor.js +1 -1
- package/lib/queries/click-house-log-query/ClickHouseLogQueryEditor.js.map +1 -1
- package/lib/queries/click-house-log-query/click-house-log-query-types.js +1 -1
- package/lib/queries/click-house-log-query/click-house-log-query-types.js.map +1 -1
- package/lib/queries/click-house-log-query/get-click-house-log-data.d.ts.map +1 -1
- package/lib/queries/click-house-log-query/get-click-house-log-data.js +4 -4
- package/lib/queries/click-house-log-query/get-click-house-log-data.js.map +1 -1
- package/lib/queries/click-house-log-query/index.js +1 -1
- package/lib/queries/click-house-log-query/index.js.map +1 -1
- package/lib/queries/click-house-log-query/log-query-plugin-interface.d.ts.map +1 -1
- package/lib/queries/click-house-log-query/log-query-plugin-interface.js +12 -0
- package/lib/queries/click-house-log-query/log-query-plugin-interface.js.map +1 -1
- package/lib/queries/click-house-time-series-query/ClickHouseQuery.js +1 -1
- package/lib/queries/click-house-time-series-query/ClickHouseQuery.js.map +1 -1
- package/lib/queries/click-house-time-series-query/ClickHouseQueryEditor.js +1 -1
- package/lib/queries/click-house-time-series-query/ClickHouseQueryEditor.js.map +1 -1
- package/lib/queries/click-house-time-series-query/click-house-query-types.d.ts +1 -1
- package/lib/queries/click-house-time-series-query/click-house-query-types.d.ts.map +1 -1
- package/lib/queries/click-house-time-series-query/click-house-query-types.js +1 -1
- package/lib/queries/click-house-time-series-query/click-house-query-types.js.map +1 -1
- package/lib/queries/click-house-time-series-query/get-click-house-data.d.ts.map +1 -1
- package/lib/queries/click-house-time-series-query/get-click-house-data.js +4 -3
- package/lib/queries/click-house-time-series-query/get-click-house-data.js.map +1 -1
- package/lib/queries/click-house-time-series-query/index.js +1 -1
- package/lib/queries/click-house-time-series-query/index.js.map +1 -1
- package/lib/queries/constants.js +1 -1
- 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/query-editor-model.d.ts.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.js +1 -1
- package/lib/setup-tests.js.map +1 -1
- package/mf-manifest.json +34 -34
- package/mf-stats.json +34 -34
- package/package.json +7 -6
- package/__mf/js/async/1490.e6f33090.js +0 -22
- package/__mf/js/async/1728.6e27cee7.js +0 -1
- package/__mf/js/async/3664.16a2c8f0.js +0 -2
- package/__mf/js/async/392.f8d81681.js +0 -2
- package/__mf/js/async/5440.0e8e1dab.js +0 -2
- package/__mf/js/async/5501.1aae6bcc.js +0 -2
- package/__mf/js/async/8643.a67671b8.js +0 -7
- package/__mf/js/async/__federation_expose_ClickHouseDatasource.07019854.js +0 -2
- package/__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.f384ac43.js +0 -20
- /package/__mf/js/async/{5501.1aae6bcc.js.LICENSE.txt → 208.49efb2c2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{392.f8d81681.js.LICENSE.txt → 392.a87802dc.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1490.e6f33090.js.LICENSE.txt → 54.44a0f38e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3664.16a2c8f0.js.LICENSE.txt → 7576.d8b258ff.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{8643.a67671b8.js.LICENSE.txt → 978.ea0a0872.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_ClickHouseDatasource.07019854.js.LICENSE.txt → __federation_expose_ClickHouseDatasource.cf1e9c78.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_ClickHouseLogQuery.f492a83a.js.LICENSE.txt → __federation_expose_ClickHouseLogQuery.54a525e9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_ClickHouseTimeSeriesQuery.f384ac43.js.LICENSE.txt → __federation_expose_ClickHouseTimeSeriesQuery.ca467582.js.LICENSE.txt} +0 -0
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "ClickHouse",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.5.
|
|
8
|
+
"buildVersion": "0.5.1",
|
|
9
9
|
"buildName": "@perses-dev/clickhouse-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/ClickHouse.
|
|
12
|
+
"name": "__mf/js/ClickHouse.2fcd9604.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
{
|
|
88
88
|
"id": "ClickHouse:@perses-dev/components",
|
|
89
89
|
"name": "@perses-dev/components",
|
|
90
|
-
"version": "0.53.
|
|
90
|
+
"version": "0.53.1",
|
|
91
91
|
"singleton": true,
|
|
92
|
-
"requiredVersion": "^0.53.
|
|
92
|
+
"requiredVersion": "^0.53.1",
|
|
93
93
|
"assets": {
|
|
94
94
|
"js": {
|
|
95
95
|
"async": [],
|
|
96
96
|
"sync": [
|
|
97
|
-
"__mf/js/async/
|
|
97
|
+
"__mf/js/async/978.ea0a0872.js"
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
100
|
"css": {
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
{
|
|
107
107
|
"id": "ClickHouse:@perses-dev/dashboards",
|
|
108
108
|
"name": "@perses-dev/dashboards",
|
|
109
|
-
"version": "0.53.
|
|
109
|
+
"version": "0.53.1",
|
|
110
110
|
"singleton": true,
|
|
111
|
-
"requiredVersion": "^0.53.
|
|
111
|
+
"requiredVersion": "^0.53.1",
|
|
112
112
|
"assets": {
|
|
113
113
|
"js": {
|
|
114
114
|
"async": [],
|
|
115
115
|
"sync": [
|
|
116
|
-
"__mf/js/async/
|
|
116
|
+
"__mf/js/async/54.44a0f38e.js"
|
|
117
117
|
]
|
|
118
118
|
},
|
|
119
119
|
"css": {
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
{
|
|
126
126
|
"id": "ClickHouse:@perses-dev/explore",
|
|
127
127
|
"name": "@perses-dev/explore",
|
|
128
|
-
"version": "0.53.
|
|
128
|
+
"version": "0.53.1",
|
|
129
129
|
"singleton": true,
|
|
130
|
-
"requiredVersion": "^0.53.
|
|
130
|
+
"requiredVersion": "^0.53.1",
|
|
131
131
|
"assets": {
|
|
132
132
|
"js": {
|
|
133
133
|
"async": [],
|
|
134
134
|
"sync": [
|
|
135
|
-
"__mf/js/async/1728.
|
|
135
|
+
"__mf/js/async/1728.d37983a1.js"
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"css": {
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
{
|
|
145
145
|
"id": "ClickHouse:@perses-dev/plugin-system",
|
|
146
146
|
"name": "@perses-dev/plugin-system",
|
|
147
|
-
"version": "0.53.
|
|
147
|
+
"version": "0.53.1",
|
|
148
148
|
"singleton": true,
|
|
149
|
-
"requiredVersion": "^0.53.
|
|
149
|
+
"requiredVersion": "^0.53.1",
|
|
150
150
|
"assets": {
|
|
151
151
|
"js": {
|
|
152
152
|
"async": [],
|
|
153
153
|
"sync": [
|
|
154
|
-
"__mf/js/async/
|
|
154
|
+
"__mf/js/async/208.49efb2c2.js"
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
"css": {
|
|
@@ -220,14 +220,14 @@
|
|
|
220
220
|
{
|
|
221
221
|
"id": "ClickHouse:lodash",
|
|
222
222
|
"name": "lodash",
|
|
223
|
-
"version": "4.17.
|
|
223
|
+
"version": "4.17.23",
|
|
224
224
|
"singleton": true,
|
|
225
|
-
"requiredVersion": "^4.17.
|
|
225
|
+
"requiredVersion": "^4.17.23",
|
|
226
226
|
"assets": {
|
|
227
227
|
"js": {
|
|
228
228
|
"async": [],
|
|
229
229
|
"sync": [
|
|
230
|
-
"__mf/js/async/392.
|
|
230
|
+
"__mf/js/async/392.a87802dc.js"
|
|
231
231
|
]
|
|
232
232
|
},
|
|
233
233
|
"css": {
|
|
@@ -277,14 +277,14 @@
|
|
|
277
277
|
{
|
|
278
278
|
"id": "ClickHouse:react-router-dom",
|
|
279
279
|
"name": "react-router-dom",
|
|
280
|
-
"version": "6.30.
|
|
280
|
+
"version": "6.30.3",
|
|
281
281
|
"singleton": true,
|
|
282
|
-
"requiredVersion": "^6.30.
|
|
282
|
+
"requiredVersion": "^6.30.3",
|
|
283
283
|
"assets": {
|
|
284
284
|
"js": {
|
|
285
285
|
"async": [],
|
|
286
286
|
"sync": [
|
|
287
|
-
"__mf/js/async/5440.
|
|
287
|
+
"__mf/js/async/5440.79b13afe.js"
|
|
288
288
|
]
|
|
289
289
|
},
|
|
290
290
|
"css": {
|
|
@@ -340,20 +340,20 @@
|
|
|
340
340
|
"assets": {
|
|
341
341
|
"js": {
|
|
342
342
|
"sync": [
|
|
343
|
-
"__mf/js/async/__federation_expose_ClickHouseDatasource.
|
|
343
|
+
"__mf/js/async/__federation_expose_ClickHouseDatasource.cf1e9c78.js"
|
|
344
344
|
],
|
|
345
345
|
"async": [
|
|
346
346
|
"__mf/js/async/1825.3b06cbc6.js",
|
|
347
347
|
"__mf/js/async/9754.9efd83f1.js",
|
|
348
348
|
"__mf/js/async/6045.424732f1.js",
|
|
349
|
-
"__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.
|
|
350
|
-
"__mf/js/async/__federation_expose_ClickHouseLogQuery.
|
|
351
|
-
"__mf/js/async/
|
|
349
|
+
"__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.ca467582.js",
|
|
350
|
+
"__mf/js/async/__federation_expose_ClickHouseLogQuery.54a525e9.js",
|
|
351
|
+
"__mf/js/async/9249.f40b0225.js",
|
|
352
352
|
"__mf/js/async/9836.4cd749fe.js",
|
|
353
|
-
"__mf/js/async/
|
|
353
|
+
"__mf/js/async/7576.d8b258ff.js",
|
|
354
354
|
"__mf/js/async/1811.e34f9555.js",
|
|
355
355
|
"__mf/js/async/3059.33197202.js",
|
|
356
|
-
"__mf/js/async/
|
|
356
|
+
"__mf/js/async/9877.c85206cb.js",
|
|
357
357
|
"__mf/js/async/9588.643512c3.js",
|
|
358
358
|
"__mf/js/async/5071.c665fc3d.js",
|
|
359
359
|
"__mf/js/async/2043.827fc525.js",
|
|
@@ -380,15 +380,15 @@
|
|
|
380
380
|
"__mf/js/async/1825.3b06cbc6.js",
|
|
381
381
|
"__mf/js/async/9754.9efd83f1.js",
|
|
382
382
|
"__mf/js/async/6045.424732f1.js",
|
|
383
|
-
"__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.
|
|
383
|
+
"__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.ca467582.js"
|
|
384
384
|
],
|
|
385
385
|
"async": [
|
|
386
|
-
"__mf/js/async/
|
|
386
|
+
"__mf/js/async/9249.f40b0225.js",
|
|
387
387
|
"__mf/js/async/9836.4cd749fe.js",
|
|
388
|
-
"__mf/js/async/
|
|
388
|
+
"__mf/js/async/7576.d8b258ff.js",
|
|
389
389
|
"__mf/js/async/1811.e34f9555.js",
|
|
390
390
|
"__mf/js/async/3059.33197202.js",
|
|
391
|
-
"__mf/js/async/
|
|
391
|
+
"__mf/js/async/9877.c85206cb.js",
|
|
392
392
|
"__mf/js/async/9588.643512c3.js",
|
|
393
393
|
"__mf/js/async/5071.c665fc3d.js",
|
|
394
394
|
"__mf/js/async/2043.827fc525.js",
|
|
@@ -415,15 +415,15 @@
|
|
|
415
415
|
"__mf/js/async/1825.3b06cbc6.js",
|
|
416
416
|
"__mf/js/async/9754.9efd83f1.js",
|
|
417
417
|
"__mf/js/async/6045.424732f1.js",
|
|
418
|
-
"__mf/js/async/__federation_expose_ClickHouseLogQuery.
|
|
418
|
+
"__mf/js/async/__federation_expose_ClickHouseLogQuery.54a525e9.js"
|
|
419
419
|
],
|
|
420
420
|
"async": [
|
|
421
|
-
"__mf/js/async/
|
|
421
|
+
"__mf/js/async/9249.f40b0225.js",
|
|
422
422
|
"__mf/js/async/9836.4cd749fe.js",
|
|
423
|
-
"__mf/js/async/
|
|
423
|
+
"__mf/js/async/7576.d8b258ff.js",
|
|
424
424
|
"__mf/js/async/1811.e34f9555.js",
|
|
425
425
|
"__mf/js/async/3059.33197202.js",
|
|
426
|
-
"__mf/js/async/
|
|
426
|
+
"__mf/js/async/9877.c85206cb.js",
|
|
427
427
|
"__mf/js/async/9588.643512c3.js",
|
|
428
428
|
"__mf/js/async/5071.c665fc3d.js",
|
|
429
429
|
"__mf/js/async/2043.827fc525.js",
|
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "ClickHouse",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.5.
|
|
8
|
+
"buildVersion": "0.5.1",
|
|
9
9
|
"buildName": "@perses-dev/clickhouse-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/ClickHouse.
|
|
12
|
+
"name": "__mf/js/ClickHouse.2fcd9604.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.
|
|
98
|
+
"requiredVersion": "^0.53.1",
|
|
99
99
|
"shareScope": "default",
|
|
100
100
|
"name": "@perses-dev/components",
|
|
101
|
-
"version": "0.53.
|
|
101
|
+
"version": "0.53.1",
|
|
102
102
|
"eager": false,
|
|
103
103
|
"id": "ClickHouse:@perses-dev/components",
|
|
104
104
|
"assets": {
|
|
105
105
|
"js": {
|
|
106
106
|
"async": [],
|
|
107
107
|
"sync": [
|
|
108
|
-
"__mf/js/async/
|
|
108
|
+
"__mf/js/async/978.ea0a0872.js"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"css": {
|
|
@@ -117,17 +117,17 @@
|
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"singleton": true,
|
|
120
|
-
"requiredVersion": "^0.53.
|
|
120
|
+
"requiredVersion": "^0.53.1",
|
|
121
121
|
"shareScope": "default",
|
|
122
122
|
"name": "@perses-dev/dashboards",
|
|
123
|
-
"version": "0.53.
|
|
123
|
+
"version": "0.53.1",
|
|
124
124
|
"eager": false,
|
|
125
125
|
"id": "ClickHouse:@perses-dev/dashboards",
|
|
126
126
|
"assets": {
|
|
127
127
|
"js": {
|
|
128
128
|
"async": [],
|
|
129
129
|
"sync": [
|
|
130
|
-
"__mf/js/async/
|
|
130
|
+
"__mf/js/async/54.44a0f38e.js"
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
133
|
"css": {
|
|
@@ -139,17 +139,17 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"singleton": true,
|
|
142
|
-
"requiredVersion": "^0.53.
|
|
142
|
+
"requiredVersion": "^0.53.1",
|
|
143
143
|
"shareScope": "default",
|
|
144
144
|
"name": "@perses-dev/explore",
|
|
145
|
-
"version": "0.53.
|
|
145
|
+
"version": "0.53.1",
|
|
146
146
|
"eager": false,
|
|
147
147
|
"id": "ClickHouse:@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.d37983a1.js"
|
|
153
153
|
]
|
|
154
154
|
},
|
|
155
155
|
"css": {
|
|
@@ -161,17 +161,17 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"singleton": true,
|
|
164
|
-
"requiredVersion": "^0.53.
|
|
164
|
+
"requiredVersion": "^0.53.1",
|
|
165
165
|
"shareScope": "default",
|
|
166
166
|
"name": "@perses-dev/plugin-system",
|
|
167
|
-
"version": "0.53.
|
|
167
|
+
"version": "0.53.1",
|
|
168
168
|
"eager": false,
|
|
169
169
|
"id": "ClickHouse:@perses-dev/plugin-system",
|
|
170
170
|
"assets": {
|
|
171
171
|
"js": {
|
|
172
172
|
"async": [],
|
|
173
173
|
"sync": [
|
|
174
|
-
"__mf/js/async/
|
|
174
|
+
"__mf/js/async/208.49efb2c2.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": "ClickHouse:lodash",
|
|
258
258
|
"assets": {
|
|
259
259
|
"js": {
|
|
260
260
|
"async": [],
|
|
261
261
|
"sync": [
|
|
262
|
-
"__mf/js/async/392.
|
|
262
|
+
"__mf/js/async/392.a87802dc.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": "ClickHouse: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.79b13afe.js"
|
|
329
329
|
]
|
|
330
330
|
},
|
|
331
331
|
"css": {
|
|
@@ -391,20 +391,20 @@
|
|
|
391
391
|
"assets": {
|
|
392
392
|
"js": {
|
|
393
393
|
"sync": [
|
|
394
|
-
"__mf/js/async/__federation_expose_ClickHouseDatasource.
|
|
394
|
+
"__mf/js/async/__federation_expose_ClickHouseDatasource.cf1e9c78.js"
|
|
395
395
|
],
|
|
396
396
|
"async": [
|
|
397
397
|
"__mf/js/async/1825.3b06cbc6.js",
|
|
398
398
|
"__mf/js/async/9754.9efd83f1.js",
|
|
399
399
|
"__mf/js/async/6045.424732f1.js",
|
|
400
|
-
"__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.
|
|
401
|
-
"__mf/js/async/__federation_expose_ClickHouseLogQuery.
|
|
402
|
-
"__mf/js/async/
|
|
400
|
+
"__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.ca467582.js",
|
|
401
|
+
"__mf/js/async/__federation_expose_ClickHouseLogQuery.54a525e9.js",
|
|
402
|
+
"__mf/js/async/9249.f40b0225.js",
|
|
403
403
|
"__mf/js/async/9836.4cd749fe.js",
|
|
404
|
-
"__mf/js/async/
|
|
404
|
+
"__mf/js/async/7576.d8b258ff.js",
|
|
405
405
|
"__mf/js/async/1811.e34f9555.js",
|
|
406
406
|
"__mf/js/async/3059.33197202.js",
|
|
407
|
-
"__mf/js/async/
|
|
407
|
+
"__mf/js/async/9877.c85206cb.js",
|
|
408
408
|
"__mf/js/async/9588.643512c3.js",
|
|
409
409
|
"__mf/js/async/5071.c665fc3d.js",
|
|
410
410
|
"__mf/js/async/2043.827fc525.js",
|
|
@@ -433,15 +433,15 @@
|
|
|
433
433
|
"__mf/js/async/1825.3b06cbc6.js",
|
|
434
434
|
"__mf/js/async/9754.9efd83f1.js",
|
|
435
435
|
"__mf/js/async/6045.424732f1.js",
|
|
436
|
-
"__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.
|
|
436
|
+
"__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.ca467582.js"
|
|
437
437
|
],
|
|
438
438
|
"async": [
|
|
439
|
-
"__mf/js/async/
|
|
439
|
+
"__mf/js/async/9249.f40b0225.js",
|
|
440
440
|
"__mf/js/async/9836.4cd749fe.js",
|
|
441
|
-
"__mf/js/async/
|
|
441
|
+
"__mf/js/async/7576.d8b258ff.js",
|
|
442
442
|
"__mf/js/async/1811.e34f9555.js",
|
|
443
443
|
"__mf/js/async/3059.33197202.js",
|
|
444
|
-
"__mf/js/async/
|
|
444
|
+
"__mf/js/async/9877.c85206cb.js",
|
|
445
445
|
"__mf/js/async/9588.643512c3.js",
|
|
446
446
|
"__mf/js/async/5071.c665fc3d.js",
|
|
447
447
|
"__mf/js/async/2043.827fc525.js",
|
|
@@ -470,15 +470,15 @@
|
|
|
470
470
|
"__mf/js/async/1825.3b06cbc6.js",
|
|
471
471
|
"__mf/js/async/9754.9efd83f1.js",
|
|
472
472
|
"__mf/js/async/6045.424732f1.js",
|
|
473
|
-
"__mf/js/async/__federation_expose_ClickHouseLogQuery.
|
|
473
|
+
"__mf/js/async/__federation_expose_ClickHouseLogQuery.54a525e9.js"
|
|
474
474
|
],
|
|
475
475
|
"async": [
|
|
476
|
-
"__mf/js/async/
|
|
476
|
+
"__mf/js/async/9249.f40b0225.js",
|
|
477
477
|
"__mf/js/async/9836.4cd749fe.js",
|
|
478
|
-
"__mf/js/async/
|
|
478
|
+
"__mf/js/async/7576.d8b258ff.js",
|
|
479
479
|
"__mf/js/async/1811.e34f9555.js",
|
|
480
480
|
"__mf/js/async/3059.33197202.js",
|
|
481
|
-
"__mf/js/async/
|
|
481
|
+
"__mf/js/async/9877.c85206cb.js",
|
|
482
482
|
"__mf/js/async/9588.643512c3.js",
|
|
483
483
|
"__mf/js/async/5071.c665fc3d.js",
|
|
484
484
|
"__mf/js/async/2043.827fc525.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/clickhouse-plugin",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
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
|
},
|
|
@@ -18,11 +19,11 @@
|
|
|
18
19
|
"@emotion/react": "^11.7.1",
|
|
19
20
|
"@emotion/styled": "^11.6.0",
|
|
20
21
|
"@hookform/resolvers": "^3.2.0",
|
|
21
|
-
"@perses-dev/components": "^0.53.
|
|
22
|
-
"@perses-dev/core": "^0.53.0
|
|
23
|
-
"@perses-dev/dashboards": "^0.53.
|
|
24
|
-
"@perses-dev/explore": "^0.53.
|
|
25
|
-
"@perses-dev/plugin-system": "^0.53.
|
|
22
|
+
"@perses-dev/components": "^0.53.1",
|
|
23
|
+
"@perses-dev/core": "^0.53.0",
|
|
24
|
+
"@perses-dev/dashboards": "^0.53.1",
|
|
25
|
+
"@perses-dev/explore": "^0.53.1",
|
|
26
|
+
"@perses-dev/plugin-system": "^0.53.1",
|
|
26
27
|
"@tanstack/react-query": "^4.39.1",
|
|
27
28
|
"date-fns": "^4.1.0",
|
|
28
29
|
"date-fns-tz": "^3.2.0",
|