@perses-dev/tempo-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.
- package/__mf/js/{Tempo.7093dd4a.js → Tempo.a15c7ca4.js} +3 -3
- package/__mf/js/async/1728.988e2b29.js +1 -0
- package/__mf/js/async/1905.d3c01a20.js +2 -0
- package/__mf/js/async/{7583.bfd2f519.js → 3064.2462a755.js} +1 -1
- package/__mf/js/async/392.b27ef564.js +2 -0
- package/__mf/js/async/54.812deb71.js +22 -0
- package/__mf/js/async/7902.57efc83f.js +2 -0
- package/__mf/js/async/7958.4ba5d596.js +7 -0
- package/__mf/js/async/9877.d18186e5.js +38 -0
- package/__mf/js/async/{__federation_expose_TempoDatasource.a0c321ab.js → __federation_expose_TempoDatasource.1f9ab43f.js} +2 -2
- package/__mf/js/async/__federation_expose_TempoExplorer.003c9970.js +1 -0
- package/__mf/js/async/{__federation_expose_TempoTraceQuery.e1786579.js → __federation_expose_TempoTraceQuery.eff34861.js} +1 -1
- package/__mf/js/async/lib-router.66abf9e6.js +2 -0
- package/__mf/js/async/{lib-router.4c755752.js.LICENSE.txt → lib-router.66abf9e6.js.LICENSE.txt} +3 -3
- package/__mf/js/{main.db74e654.js → main.6a6654b6.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/AttributeFilters.js +1 -1
- package/lib/cjs/components/ClosableAlert.js +40 -0
- package/lib/cjs/components/TraceQLEditor.js +1 -1
- package/lib/cjs/components/TraceQLExtension.js +1 -1
- package/lib/cjs/components/complete.js +1 -1
- package/lib/cjs/components/filter/filter.js +12 -0
- package/lib/cjs/components/filter/filter_to_traceql.js +12 -0
- package/lib/cjs/components/filter/index.js +1 -1
- package/lib/cjs/components/filter/traceql_to_filter.js +12 -0
- package/lib/cjs/components/highlight.js +1 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/env.d.js +1 -1
- package/lib/cjs/explore/TempoExplorer.js +6 -5
- package/lib/cjs/explore/index.js +12 -0
- package/lib/cjs/explore/links.js +1 -1
- package/lib/cjs/getPluginModule.js +12 -0
- package/lib/cjs/index-federation.js +1 -1
- package/lib/cjs/index.js +12 -0
- package/lib/cjs/model/api-types.js +1 -1
- package/lib/cjs/model/index.js +1 -1
- package/lib/cjs/model/tempo-client.js +1 -1
- package/lib/cjs/model/tempo-selectors.js +1 -1
- package/lib/cjs/model/trace-query-model.js +1 -1
- package/lib/cjs/plugins/TempoDatasourceEditor.js +1 -1
- package/lib/cjs/plugins/index.js +12 -0
- package/lib/cjs/plugins/tempo-datasource-types.js +1 -1
- package/lib/cjs/plugins/tempo-datasource.js +1 -1
- package/lib/cjs/plugins/tempo-trace-query/TempoTraceQuery.js +1 -1
- package/lib/cjs/plugins/tempo-trace-query/TempoTraceQueryEditor.js +1 -1
- package/lib/cjs/plugins/tempo-trace-query/get-trace-data.js +1 -1
- package/lib/cjs/plugins/tempo-trace-query/index.js +12 -0
- package/lib/cjs/plugins/tempo-trace-query/query-editor-model.js +1 -1
- package/lib/cjs/setup-tests.js +1 -1
- package/lib/cjs/test/index.js +1 -1
- package/lib/cjs/test/mock-data.js +1 -1
- package/lib/cjs/test/setup-tests.js +1 -1
- package/lib/components/AttributeFilters.js +1 -1
- package/lib/components/AttributeFilters.js.map +1 -1
- package/lib/components/ClosableAlert.d.ts +3 -0
- package/lib/components/ClosableAlert.d.ts.map +1 -0
- package/lib/components/ClosableAlert.js +32 -0
- package/lib/components/ClosableAlert.js.map +1 -0
- package/lib/components/TraceQLEditor.js +1 -1
- package/lib/components/TraceQLEditor.js.map +1 -1
- package/lib/components/TraceQLExtension.js +1 -1
- package/lib/components/TraceQLExtension.js.map +1 -1
- package/lib/components/complete.js +1 -1
- package/lib/components/complete.js.map +1 -1
- package/lib/components/filter/filter.d.ts.map +1 -1
- package/lib/components/filter/filter.js +12 -0
- package/lib/components/filter/filter.js.map +1 -1
- package/lib/components/filter/filter_to_traceql.d.ts.map +1 -1
- package/lib/components/filter/filter_to_traceql.js +12 -0
- package/lib/components/filter/filter_to_traceql.js.map +1 -1
- package/lib/components/filter/index.js +1 -1
- package/lib/components/filter/index.js.map +1 -1
- package/lib/components/filter/traceql_to_filter.d.ts.map +1 -1
- package/lib/components/filter/traceql_to_filter.js +12 -0
- package/lib/components/filter/traceql_to_filter.js.map +1 -1
- package/lib/components/highlight.js +1 -1
- package/lib/components/highlight.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/env.d.js +1 -1
- package/lib/env.d.js.map +1 -1
- package/lib/explore/TempoExplorer.d.ts.map +1 -1
- package/lib/explore/TempoExplorer.js +7 -6
- package/lib/explore/TempoExplorer.js.map +1 -1
- package/lib/explore/index.d.ts.map +1 -1
- package/lib/explore/index.js +12 -0
- package/lib/explore/index.js.map +1 -1
- package/lib/explore/links.js +1 -1
- package/lib/explore/links.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 +1 -1
- 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/api-types.js +1 -1
- package/lib/model/api-types.js.map +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/tempo-client.js +1 -1
- package/lib/model/tempo-client.js.map +1 -1
- package/lib/model/tempo-selectors.js +1 -1
- package/lib/model/tempo-selectors.js.map +1 -1
- package/lib/model/trace-query-model.js +1 -1
- package/lib/model/trace-query-model.js.map +1 -1
- package/lib/plugins/TempoDatasourceEditor.js +1 -1
- package/lib/plugins/TempoDatasourceEditor.js.map +1 -1
- package/lib/plugins/index.d.ts.map +1 -1
- package/lib/plugins/index.js +12 -0
- package/lib/plugins/index.js.map +1 -1
- package/lib/plugins/tempo-datasource-types.js +1 -1
- package/lib/plugins/tempo-datasource-types.js.map +1 -1
- package/lib/plugins/tempo-datasource.js +1 -1
- package/lib/plugins/tempo-datasource.js.map +1 -1
- package/lib/plugins/tempo-trace-query/TempoTraceQuery.js +1 -1
- package/lib/plugins/tempo-trace-query/TempoTraceQuery.js.map +1 -1
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.js +1 -1
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.js.map +1 -1
- package/lib/plugins/tempo-trace-query/get-trace-data.js +1 -1
- package/lib/plugins/tempo-trace-query/get-trace-data.js.map +1 -1
- package/lib/plugins/tempo-trace-query/index.d.ts.map +1 -1
- package/lib/plugins/tempo-trace-query/index.js +12 -0
- package/lib/plugins/tempo-trace-query/index.js.map +1 -1
- package/lib/plugins/tempo-trace-query/query-editor-model.js +1 -1
- package/lib/plugins/tempo-trace-query/query-editor-model.js.map +1 -1
- package/lib/setup-tests.js +1 -1
- package/lib/setup-tests.js.map +1 -1
- package/lib/test/index.js +1 -1
- package/lib/test/index.js.map +1 -1
- package/lib/test/mock-data.js +1 -1
- package/lib/test/mock-data.js.map +1 -1
- package/lib/test/setup-tests.js +1 -1
- package/lib/test/setup-tests.js.map +1 -1
- package/mf-manifest.json +36 -36
- package/mf-stats.json +36 -36
- package/package.json +6 -6
- package/__mf/js/async/1490.cc0a832d.js +0 -22
- package/__mf/js/async/1728.21067e6f.js +0 -1
- package/__mf/js/async/3849.d1b5a7aa.js +0 -7
- package/__mf/js/async/392.fd3eade4.js +0 -2
- package/__mf/js/async/4746.c0ce20c6.js +0 -2
- package/__mf/js/async/5214.d2077bec.js +0 -2
- package/__mf/js/async/8035.ce79a5fb.js +0 -38
- package/__mf/js/async/__federation_expose_TempoExplorer.79065666.js +0 -1
- package/__mf/js/async/lib-router.4c755752.js +0 -2
- /package/__mf/js/async/{4746.c0ce20c6.js.LICENSE.txt → 1905.d3c01a20.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{392.fd3eade4.js.LICENSE.txt → 392.b27ef564.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1490.cc0a832d.js.LICENSE.txt → 54.812deb71.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5214.d2077bec.js.LICENSE.txt → 7902.57efc83f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3849.d1b5a7aa.js.LICENSE.txt → 7958.4ba5d596.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_TempoDatasource.a0c321ab.js.LICENSE.txt → __federation_expose_TempoDatasource.1f9ab43f.js.LICENSE.txt} +0 -0
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Tempo",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.57.0
|
|
8
|
+
"buildVersion": "0.57.0",
|
|
9
9
|
"buildName": "@perses-dev/tempo-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Tempo.
|
|
12
|
+
"name": "__mf/js/Tempo.a15c7ca4.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
{
|
|
88
88
|
"id": "Tempo:@perses-dev/components",
|
|
89
89
|
"name": "@perses-dev/components",
|
|
90
|
-
"version": "0.53.0
|
|
90
|
+
"version": "0.53.0",
|
|
91
91
|
"singleton": true,
|
|
92
|
-
"requiredVersion": "^0.53.0
|
|
92
|
+
"requiredVersion": "^0.53.0",
|
|
93
93
|
"assets": {
|
|
94
94
|
"js": {
|
|
95
95
|
"async": [],
|
|
96
96
|
"sync": [
|
|
97
|
-
"__mf/js/async/
|
|
97
|
+
"__mf/js/async/7958.4ba5d596.js"
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
100
|
"css": {
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
{
|
|
107
107
|
"id": "Tempo:@perses-dev/dashboards",
|
|
108
108
|
"name": "@perses-dev/dashboards",
|
|
109
|
-
"version": "0.53.0
|
|
109
|
+
"version": "0.53.0",
|
|
110
110
|
"singleton": true,
|
|
111
|
-
"requiredVersion": "^0.53.0
|
|
111
|
+
"requiredVersion": "^0.53.0",
|
|
112
112
|
"assets": {
|
|
113
113
|
"js": {
|
|
114
114
|
"async": [],
|
|
115
115
|
"sync": [
|
|
116
|
-
"__mf/js/async/
|
|
116
|
+
"__mf/js/async/54.812deb71.js"
|
|
117
117
|
]
|
|
118
118
|
},
|
|
119
119
|
"css": {
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
{
|
|
126
126
|
"id": "Tempo:@perses-dev/explore",
|
|
127
127
|
"name": "@perses-dev/explore",
|
|
128
|
-
"version": "0.53.0
|
|
128
|
+
"version": "0.53.0",
|
|
129
129
|
"singleton": true,
|
|
130
|
-
"requiredVersion": "^0.53.0
|
|
130
|
+
"requiredVersion": "^0.53.0",
|
|
131
131
|
"assets": {
|
|
132
132
|
"js": {
|
|
133
133
|
"async": [],
|
|
134
134
|
"sync": [
|
|
135
|
-
"__mf/js/async/1728.
|
|
135
|
+
"__mf/js/async/1728.988e2b29.js"
|
|
136
136
|
]
|
|
137
137
|
},
|
|
138
138
|
"css": {
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
{
|
|
145
145
|
"id": "Tempo:@perses-dev/plugin-system",
|
|
146
146
|
"name": "@perses-dev/plugin-system",
|
|
147
|
-
"version": "0.53.0
|
|
147
|
+
"version": "0.53.0",
|
|
148
148
|
"singleton": true,
|
|
149
|
-
"requiredVersion": "^0.53.0
|
|
149
|
+
"requiredVersion": "^0.53.0",
|
|
150
150
|
"assets": {
|
|
151
151
|
"js": {
|
|
152
152
|
"async": [],
|
|
153
153
|
"sync": [
|
|
154
|
-
"__mf/js/async/
|
|
154
|
+
"__mf/js/async/1905.d3c01a20.js"
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
"css": {
|
|
@@ -220,14 +220,14 @@
|
|
|
220
220
|
{
|
|
221
221
|
"id": "Tempo: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.b27ef564.js"
|
|
231
231
|
]
|
|
232
232
|
},
|
|
233
233
|
"css": {
|
|
@@ -321,23 +321,23 @@
|
|
|
321
321
|
"assets": {
|
|
322
322
|
"js": {
|
|
323
323
|
"sync": [
|
|
324
|
-
"__mf/js/async/__federation_expose_TempoDatasource.
|
|
324
|
+
"__mf/js/async/__federation_expose_TempoDatasource.1f9ab43f.js"
|
|
325
325
|
],
|
|
326
326
|
"async": [
|
|
327
|
-
"__mf/js/async/lib-router.
|
|
327
|
+
"__mf/js/async/lib-router.66abf9e6.js",
|
|
328
328
|
"__mf/js/async/501.3a82cccb.js",
|
|
329
329
|
"__mf/js/async/8580.fc8466c9.js",
|
|
330
330
|
"__mf/js/async/3617.32db58a8.js",
|
|
331
331
|
"__mf/js/async/8988.c5f79a01.js",
|
|
332
332
|
"__mf/js/async/2545.d42b194b.js",
|
|
333
|
-
"__mf/js/async/__federation_expose_TempoTraceQuery.
|
|
334
|
-
"__mf/js/async/
|
|
333
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.eff34861.js",
|
|
334
|
+
"__mf/js/async/3064.2462a755.js",
|
|
335
335
|
"__mf/js/async/9836.be31231c.js",
|
|
336
336
|
"__mf/js/async/4793.4fc513d0.js",
|
|
337
|
-
"__mf/js/async/__federation_expose_TempoExplorer.
|
|
338
|
-
"__mf/js/async/
|
|
337
|
+
"__mf/js/async/__federation_expose_TempoExplorer.003c9970.js",
|
|
338
|
+
"__mf/js/async/7902.57efc83f.js",
|
|
339
339
|
"__mf/js/async/9184.a0c2523b.js",
|
|
340
|
-
"__mf/js/async/
|
|
340
|
+
"__mf/js/async/9877.d18186e5.js",
|
|
341
341
|
"__mf/js/async/9588.aa754dda.js",
|
|
342
342
|
"__mf/js/async/5071.f9a877b0.js",
|
|
343
343
|
"__mf/js/async/2043.5826341c.js",
|
|
@@ -367,20 +367,20 @@
|
|
|
367
367
|
"__mf/js/async/3617.32db58a8.js",
|
|
368
368
|
"__mf/js/async/8988.c5f79a01.js",
|
|
369
369
|
"__mf/js/async/2545.d42b194b.js",
|
|
370
|
-
"__mf/js/async/__federation_expose_TempoTraceQuery.
|
|
370
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.eff34861.js"
|
|
371
371
|
],
|
|
372
372
|
"async": [
|
|
373
373
|
"__mf/js/async/9588.aa754dda.js",
|
|
374
374
|
"__mf/js/async/5071.f9a877b0.js",
|
|
375
|
-
"__mf/js/async/lib-router.
|
|
376
|
-
"__mf/js/async/
|
|
375
|
+
"__mf/js/async/lib-router.66abf9e6.js",
|
|
376
|
+
"__mf/js/async/3064.2462a755.js",
|
|
377
377
|
"__mf/js/async/9836.be31231c.js",
|
|
378
|
-
"__mf/js/async/
|
|
378
|
+
"__mf/js/async/7902.57efc83f.js",
|
|
379
379
|
"__mf/js/async/9184.a0c2523b.js",
|
|
380
380
|
"__mf/js/async/3617.32db58a8.js",
|
|
381
381
|
"__mf/js/async/4793.4fc513d0.js",
|
|
382
|
-
"__mf/js/async/__federation_expose_TempoExplorer.
|
|
383
|
-
"__mf/js/async/
|
|
382
|
+
"__mf/js/async/__federation_expose_TempoExplorer.003c9970.js",
|
|
383
|
+
"__mf/js/async/9877.d18186e5.js",
|
|
384
384
|
"__mf/js/async/2043.5826341c.js",
|
|
385
385
|
"__mf/js/async/6110.f6b3b766.js",
|
|
386
386
|
"__mf/js/async/7177.31d891f2.js",
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"sync": [
|
|
408
408
|
"__mf/js/async/3617.32db58a8.js",
|
|
409
409
|
"__mf/js/async/4793.4fc513d0.js",
|
|
410
|
-
"__mf/js/async/__federation_expose_TempoExplorer.
|
|
410
|
+
"__mf/js/async/__federation_expose_TempoExplorer.003c9970.js"
|
|
411
411
|
],
|
|
412
412
|
"async": [
|
|
413
413
|
"__mf/js/async/8580.fc8466c9.js",
|
|
@@ -415,17 +415,17 @@
|
|
|
415
415
|
"__mf/js/async/3617.32db58a8.js",
|
|
416
416
|
"__mf/js/async/8988.c5f79a01.js",
|
|
417
417
|
"__mf/js/async/2545.d42b194b.js",
|
|
418
|
-
"__mf/js/async/__federation_expose_TempoTraceQuery.
|
|
418
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.eff34861.js",
|
|
419
419
|
"__mf/js/async/9836.be31231c.js",
|
|
420
420
|
"__mf/js/async/9184.a0c2523b.js",
|
|
421
421
|
"__mf/js/async/7177.31d891f2.js",
|
|
422
|
-
"__mf/js/async/lib-router.
|
|
423
|
-
"__mf/js/async/
|
|
424
|
-
"__mf/js/async/
|
|
422
|
+
"__mf/js/async/lib-router.66abf9e6.js",
|
|
423
|
+
"__mf/js/async/3064.2462a755.js",
|
|
424
|
+
"__mf/js/async/7902.57efc83f.js",
|
|
425
425
|
"__mf/js/async/9588.aa754dda.js",
|
|
426
426
|
"__mf/js/async/5071.f9a877b0.js",
|
|
427
427
|
"__mf/js/async/2043.5826341c.js",
|
|
428
|
-
"__mf/js/async/
|
|
428
|
+
"__mf/js/async/9877.d18186e5.js",
|
|
429
429
|
"__mf/js/async/6110.f6b3b766.js",
|
|
430
430
|
"__mf/js/async/2012.543b6dce.js",
|
|
431
431
|
"__mf/js/async/1969.91de01f7.js",
|
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Tempo",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.57.0
|
|
8
|
+
"buildVersion": "0.57.0",
|
|
9
9
|
"buildName": "@perses-dev/tempo-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Tempo.
|
|
12
|
+
"name": "__mf/js/Tempo.a15c7ca4.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": "Tempo:@perses-dev/components",
|
|
104
104
|
"assets": {
|
|
105
105
|
"js": {
|
|
106
106
|
"async": [],
|
|
107
107
|
"sync": [
|
|
108
|
-
"__mf/js/async/
|
|
108
|
+
"__mf/js/async/7958.4ba5d596.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
|
|
123
|
+
"requiredVersion": "^0.53.0",
|
|
124
124
|
"shareScope": "default",
|
|
125
125
|
"name": "@perses-dev/dashboards",
|
|
126
|
-
"version": "0.53.0
|
|
126
|
+
"version": "0.53.0",
|
|
127
127
|
"eager": false,
|
|
128
128
|
"id": "Tempo:@perses-dev/dashboards",
|
|
129
129
|
"assets": {
|
|
130
130
|
"js": {
|
|
131
131
|
"async": [],
|
|
132
132
|
"sync": [
|
|
133
|
-
"__mf/js/async/
|
|
133
|
+
"__mf/js/async/54.812deb71.js"
|
|
134
134
|
]
|
|
135
135
|
},
|
|
136
136
|
"css": {
|
|
@@ -144,17 +144,17 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"singleton": true,
|
|
147
|
-
"requiredVersion": "^0.53.0
|
|
147
|
+
"requiredVersion": "^0.53.0",
|
|
148
148
|
"shareScope": "default",
|
|
149
149
|
"name": "@perses-dev/explore",
|
|
150
|
-
"version": "0.53.0
|
|
150
|
+
"version": "0.53.0",
|
|
151
151
|
"eager": false,
|
|
152
152
|
"id": "Tempo:@perses-dev/explore",
|
|
153
153
|
"assets": {
|
|
154
154
|
"js": {
|
|
155
155
|
"async": [],
|
|
156
156
|
"sync": [
|
|
157
|
-
"__mf/js/async/1728.
|
|
157
|
+
"__mf/js/async/1728.988e2b29.js"
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
160
|
"css": {
|
|
@@ -168,17 +168,17 @@
|
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"singleton": true,
|
|
171
|
-
"requiredVersion": "^0.53.0
|
|
171
|
+
"requiredVersion": "^0.53.0",
|
|
172
172
|
"shareScope": "default",
|
|
173
173
|
"name": "@perses-dev/plugin-system",
|
|
174
|
-
"version": "0.53.0
|
|
174
|
+
"version": "0.53.0",
|
|
175
175
|
"eager": false,
|
|
176
176
|
"id": "Tempo:@perses-dev/plugin-system",
|
|
177
177
|
"assets": {
|
|
178
178
|
"js": {
|
|
179
179
|
"async": [],
|
|
180
180
|
"sync": [
|
|
181
|
-
"__mf/js/async/
|
|
181
|
+
"__mf/js/async/1905.d3c01a20.js"
|
|
182
182
|
]
|
|
183
183
|
},
|
|
184
184
|
"css": {
|
|
@@ -264,17 +264,17 @@
|
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"singleton": true,
|
|
267
|
-
"requiredVersion": "^4.17.
|
|
267
|
+
"requiredVersion": "^4.17.23",
|
|
268
268
|
"shareScope": "default",
|
|
269
269
|
"name": "lodash",
|
|
270
|
-
"version": "4.17.
|
|
270
|
+
"version": "4.17.23",
|
|
271
271
|
"eager": false,
|
|
272
272
|
"id": "Tempo:lodash",
|
|
273
273
|
"assets": {
|
|
274
274
|
"js": {
|
|
275
275
|
"async": [],
|
|
276
276
|
"sync": [
|
|
277
|
-
"__mf/js/async/392.
|
|
277
|
+
"__mf/js/async/392.b27ef564.js"
|
|
278
278
|
]
|
|
279
279
|
},
|
|
280
280
|
"css": {
|
|
@@ -391,23 +391,23 @@
|
|
|
391
391
|
"assets": {
|
|
392
392
|
"js": {
|
|
393
393
|
"sync": [
|
|
394
|
-
"__mf/js/async/__federation_expose_TempoDatasource.
|
|
394
|
+
"__mf/js/async/__federation_expose_TempoDatasource.1f9ab43f.js"
|
|
395
395
|
],
|
|
396
396
|
"async": [
|
|
397
|
-
"__mf/js/async/lib-router.
|
|
397
|
+
"__mf/js/async/lib-router.66abf9e6.js",
|
|
398
398
|
"__mf/js/async/501.3a82cccb.js",
|
|
399
399
|
"__mf/js/async/8580.fc8466c9.js",
|
|
400
400
|
"__mf/js/async/3617.32db58a8.js",
|
|
401
401
|
"__mf/js/async/8988.c5f79a01.js",
|
|
402
402
|
"__mf/js/async/2545.d42b194b.js",
|
|
403
|
-
"__mf/js/async/__federation_expose_TempoTraceQuery.
|
|
404
|
-
"__mf/js/async/
|
|
403
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.eff34861.js",
|
|
404
|
+
"__mf/js/async/3064.2462a755.js",
|
|
405
405
|
"__mf/js/async/9836.be31231c.js",
|
|
406
406
|
"__mf/js/async/4793.4fc513d0.js",
|
|
407
|
-
"__mf/js/async/__federation_expose_TempoExplorer.
|
|
408
|
-
"__mf/js/async/
|
|
407
|
+
"__mf/js/async/__federation_expose_TempoExplorer.003c9970.js",
|
|
408
|
+
"__mf/js/async/7902.57efc83f.js",
|
|
409
409
|
"__mf/js/async/9184.a0c2523b.js",
|
|
410
|
-
"__mf/js/async/
|
|
410
|
+
"__mf/js/async/9877.d18186e5.js",
|
|
411
411
|
"__mf/js/async/9588.aa754dda.js",
|
|
412
412
|
"__mf/js/async/5071.f9a877b0.js",
|
|
413
413
|
"__mf/js/async/2043.5826341c.js",
|
|
@@ -445,20 +445,20 @@
|
|
|
445
445
|
"__mf/js/async/3617.32db58a8.js",
|
|
446
446
|
"__mf/js/async/8988.c5f79a01.js",
|
|
447
447
|
"__mf/js/async/2545.d42b194b.js",
|
|
448
|
-
"__mf/js/async/__federation_expose_TempoTraceQuery.
|
|
448
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.eff34861.js"
|
|
449
449
|
],
|
|
450
450
|
"async": [
|
|
451
451
|
"__mf/js/async/9588.aa754dda.js",
|
|
452
452
|
"__mf/js/async/5071.f9a877b0.js",
|
|
453
|
-
"__mf/js/async/lib-router.
|
|
454
|
-
"__mf/js/async/
|
|
453
|
+
"__mf/js/async/lib-router.66abf9e6.js",
|
|
454
|
+
"__mf/js/async/3064.2462a755.js",
|
|
455
455
|
"__mf/js/async/9836.be31231c.js",
|
|
456
|
-
"__mf/js/async/
|
|
456
|
+
"__mf/js/async/7902.57efc83f.js",
|
|
457
457
|
"__mf/js/async/9184.a0c2523b.js",
|
|
458
458
|
"__mf/js/async/3617.32db58a8.js",
|
|
459
459
|
"__mf/js/async/4793.4fc513d0.js",
|
|
460
|
-
"__mf/js/async/__federation_expose_TempoExplorer.
|
|
461
|
-
"__mf/js/async/
|
|
460
|
+
"__mf/js/async/__federation_expose_TempoExplorer.003c9970.js",
|
|
461
|
+
"__mf/js/async/9877.d18186e5.js",
|
|
462
462
|
"__mf/js/async/2043.5826341c.js",
|
|
463
463
|
"__mf/js/async/6110.f6b3b766.js",
|
|
464
464
|
"__mf/js/async/7177.31d891f2.js",
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
"sync": [
|
|
494
494
|
"__mf/js/async/3617.32db58a8.js",
|
|
495
495
|
"__mf/js/async/4793.4fc513d0.js",
|
|
496
|
-
"__mf/js/async/__federation_expose_TempoExplorer.
|
|
496
|
+
"__mf/js/async/__federation_expose_TempoExplorer.003c9970.js"
|
|
497
497
|
],
|
|
498
498
|
"async": [
|
|
499
499
|
"__mf/js/async/8580.fc8466c9.js",
|
|
@@ -501,17 +501,17 @@
|
|
|
501
501
|
"__mf/js/async/3617.32db58a8.js",
|
|
502
502
|
"__mf/js/async/8988.c5f79a01.js",
|
|
503
503
|
"__mf/js/async/2545.d42b194b.js",
|
|
504
|
-
"__mf/js/async/__federation_expose_TempoTraceQuery.
|
|
504
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.eff34861.js",
|
|
505
505
|
"__mf/js/async/9836.be31231c.js",
|
|
506
506
|
"__mf/js/async/9184.a0c2523b.js",
|
|
507
507
|
"__mf/js/async/7177.31d891f2.js",
|
|
508
|
-
"__mf/js/async/lib-router.
|
|
509
|
-
"__mf/js/async/
|
|
510
|
-
"__mf/js/async/
|
|
508
|
+
"__mf/js/async/lib-router.66abf9e6.js",
|
|
509
|
+
"__mf/js/async/3064.2462a755.js",
|
|
510
|
+
"__mf/js/async/7902.57efc83f.js",
|
|
511
511
|
"__mf/js/async/9588.aa754dda.js",
|
|
512
512
|
"__mf/js/async/5071.f9a877b0.js",
|
|
513
513
|
"__mf/js/async/2043.5826341c.js",
|
|
514
|
-
"__mf/js/async/
|
|
514
|
+
"__mf/js/async/9877.d18186e5.js",
|
|
515
515
|
"__mf/js/async/6110.f6b3b766.js",
|
|
516
516
|
"__mf/js/async/2012.543b6dce.js",
|
|
517
517
|
"__mf/js/async/1969.91de01f7.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/tempo-plugin",
|
|
3
|
-
"version": "0.57.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",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@emotion/react": "^11.7.1",
|
|
33
33
|
"@emotion/styled": "^11.6.0",
|
|
34
34
|
"@hookform/resolvers": "^3.2.0",
|
|
35
|
-
"@perses-dev/components": "^0.53.0
|
|
36
|
-
"@perses-dev/core": "^0.53.0-
|
|
37
|
-
"@perses-dev/dashboards": "^0.53.0
|
|
38
|
-
"@perses-dev/explore": "^0.53.0
|
|
39
|
-
"@perses-dev/plugin-system": "^0.53.0
|
|
35
|
+
"@perses-dev/components": "^0.53.0",
|
|
36
|
+
"@perses-dev/core": "^0.53.0-rc.2",
|
|
37
|
+
"@perses-dev/dashboards": "^0.53.0",
|
|
38
|
+
"@perses-dev/explore": "^0.53.0",
|
|
39
|
+
"@perses-dev/plugin-system": "^0.53.0",
|
|
40
40
|
"@tanstack/react-query": "^4.39.1",
|
|
41
41
|
"@uiw/react-codemirror": "^4.25.3",
|
|
42
42
|
"date-fns": "^4.1.0",
|