@perses-dev/stat-chart-plugin 0.15.0-beta.1 → 0.15.0-beta.2
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/{StatChart.cfc077f0.js → StatChart.bb7e0ece.js} +2 -2
- package/__mf/js/async/{121.dd7133cb.js → 121.f7e8e4a7.js} +2 -2
- package/__mf/js/async/{192.6939be34.js → 192.9808d269.js} +1 -1
- package/__mf/js/async/{2.8caf67bd.js → 2.a13c5048.js} +1 -1
- package/__mf/js/async/{235.c6d2c4f5.js → 235.7bcd2051.js} +1 -1
- package/__mf/js/async/{274.7345c704.js → 274.8d8be5c9.js} +2 -2
- package/__mf/js/async/{345.242802c4.js → 345.f2a95d9c.js} +3 -3
- package/__mf/js/async/{356.b00937de.js → 356.defde8e9.js} +1 -1
- package/__mf/js/async/{392.559f0a15.js → 392.cb707a93.js} +2 -2
- package/__mf/js/async/407.07aba336.js +4 -0
- package/__mf/js/async/450.3a0b1ae3.js +1 -0
- package/__mf/js/async/465.0b7086ef.js +2 -0
- package/__mf/js/async/{470.16a500aa.js → 470.26952ddf.js} +2 -2
- package/__mf/js/async/496.b9973ffe.js +1 -0
- package/__mf/js/async/{570.34dc9996.js → 570.36d078cd.js} +2 -2
- package/__mf/js/async/{587.7eb542f2.js → 587.528aba30.js} +1 -1
- package/__mf/js/async/588.29eb8c38.js +1 -0
- package/__mf/js/async/{616.6b72e257.js → 616.42a14f39.js} +1 -1
- package/__mf/js/async/71.7f97cf3a.js +1 -0
- package/__mf/js/async/721.9ed0b42d.js +1 -0
- package/__mf/js/async/77.048fc50c.js +1 -0
- package/__mf/js/async/788.d3786b94.js +43 -0
- package/__mf/js/async/{866.d7ad9e7a.js → 866.180c7c1d.js} +6 -6
- package/__mf/js/async/873.d6bb2952.js +1 -0
- package/__mf/js/async/{941.1589eeae.js → 941.bf04fa66.js} +2 -2
- package/__mf/js/async/{968.ebdf1f2d.js → 968.0754c6b9.js} +1 -1
- package/__mf/js/async/978.6043d74f.js +1 -0
- package/__mf/js/async/__federation_expose_StatChart.ea6bcd68.js +1 -0
- package/__mf/js/async/{lib-router.73f6cef1.js → lib-router.a0b2cd64.js} +2 -2
- package/__mf/js/{main.cd844a8c.js → main.ca1383be.js} +3 -3
- package/mf-manifest.json +74 -29
- package/mf-stats.json +82 -29
- package/package.json +3 -3
- package/__mf/js/async/354.6ea77f69.js +0 -4
- package/__mf/js/async/449.6d8fc8b3.js +0 -43
- package/__mf/js/async/663.2de74425.js +0 -1
- package/__mf/js/async/970.f5882828.js +0 -2
- package/__mf/js/async/__federation_expose_StatChart.7973125b.js +0 -1
- /package/__mf/css/async/{449.85c2cbf6.css → 788.85c2cbf6.css} +0 -0
- /package/__mf/js/async/{121.dd7133cb.js.LICENSE.txt → 121.f7e8e4a7.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{274.7345c704.js.LICENSE.txt → 274.8d8be5c9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{392.559f0a15.js.LICENSE.txt → 392.cb707a93.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{354.6ea77f69.js.LICENSE.txt → 407.07aba336.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{970.f5882828.js.LICENSE.txt → 465.0b7086ef.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{470.16a500aa.js.LICENSE.txt → 470.26952ddf.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{570.34dc9996.js.LICENSE.txt → 570.36d078cd.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{449.6d8fc8b3.js.LICENSE.txt → 788.d3786b94.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{866.d7ad9e7a.js.LICENSE.txt → 866.180c7c1d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{941.1589eeae.js.LICENSE.txt → 941.bf04fa66.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{lib-router.73f6cef1.js.LICENSE.txt → lib-router.a0b2cd64.js.LICENSE.txt} +0 -0
package/mf-manifest.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "StatChart",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.15.0-beta.
|
|
8
|
+
"buildVersion": "0.15.0-beta.2",
|
|
9
9
|
"buildName": "@perses-dev/stat-chart-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/StatChart.
|
|
12
|
+
"name": "__mf/js/StatChart.bb7e0ece.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"zip": "",
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
|
-
"globalName": "
|
|
22
|
+
"globalName": "StatChart_0_15_0_beta_2",
|
|
23
23
|
"pluginVersion": "2.6.0",
|
|
24
|
-
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/StatChart~0.15.0-beta.
|
|
24
|
+
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/StatChart~0.15.0-beta.2/\"; }"
|
|
25
25
|
},
|
|
26
26
|
"shared": [
|
|
27
27
|
{
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"js": {
|
|
35
35
|
"async": [],
|
|
36
36
|
"sync": [
|
|
37
|
-
"__mf/js/async/274.
|
|
37
|
+
"__mf/js/async/274.8d8be5c9.js"
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"css": {
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"js": {
|
|
55
55
|
"async": [],
|
|
56
56
|
"sync": [
|
|
57
|
-
"__mf/js/async/235.
|
|
58
|
-
"__mf/js/async/616.
|
|
57
|
+
"__mf/js/async/235.7bcd2051.js",
|
|
58
|
+
"__mf/js/async/616.42a14f39.js"
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
61
|
"css": {
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"js": {
|
|
76
76
|
"async": [],
|
|
77
77
|
"sync": [
|
|
78
|
-
"__mf/js/async/587.
|
|
79
|
-
"__mf/js/async/968.
|
|
78
|
+
"__mf/js/async/587.528aba30.js",
|
|
79
|
+
"__mf/js/async/968.0754c6b9.js"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"css": {
|
|
@@ -89,20 +89,20 @@
|
|
|
89
89
|
{
|
|
90
90
|
"id": "StatChart:@perses-dev/components",
|
|
91
91
|
"name": "@perses-dev/components",
|
|
92
|
-
"version": "0.55.0-beta.
|
|
92
|
+
"version": "0.55.0-beta.7",
|
|
93
93
|
"singleton": true,
|
|
94
|
-
"requiredVersion": "^0.55.0-beta.
|
|
94
|
+
"requiredVersion": "^0.55.0-beta.7",
|
|
95
95
|
"assets": {
|
|
96
96
|
"js": {
|
|
97
97
|
"async": [],
|
|
98
98
|
"sync": [
|
|
99
|
-
"__mf/js/async/
|
|
99
|
+
"__mf/js/async/788.d3786b94.js"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
"css": {
|
|
103
103
|
"async": [],
|
|
104
104
|
"sync": [
|
|
105
|
-
"__mf/css/async/
|
|
105
|
+
"__mf/css/async/788.85c2cbf6.css"
|
|
106
106
|
]
|
|
107
107
|
}
|
|
108
108
|
},
|
|
@@ -111,14 +111,14 @@
|
|
|
111
111
|
{
|
|
112
112
|
"id": "StatChart:@perses-dev/plugin-system",
|
|
113
113
|
"name": "@perses-dev/plugin-system",
|
|
114
|
-
"version": "0.55.0-beta.
|
|
114
|
+
"version": "0.55.0-beta.7",
|
|
115
115
|
"singleton": true,
|
|
116
|
-
"requiredVersion": "^0.55.0-beta.
|
|
116
|
+
"requiredVersion": "^0.55.0-beta.7",
|
|
117
117
|
"assets": {
|
|
118
118
|
"js": {
|
|
119
119
|
"async": [],
|
|
120
120
|
"sync": [
|
|
121
|
-
"__mf/js/async/
|
|
121
|
+
"__mf/js/async/407.07aba336.js"
|
|
122
122
|
]
|
|
123
123
|
},
|
|
124
124
|
"css": {
|
|
@@ -138,7 +138,27 @@
|
|
|
138
138
|
"js": {
|
|
139
139
|
"async": [],
|
|
140
140
|
"sync": [
|
|
141
|
-
"__mf/js/async/192.
|
|
141
|
+
"__mf/js/async/192.9808d269.js"
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
"css": {
|
|
145
|
+
"async": [],
|
|
146
|
+
"sync": []
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"fallback": ""
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "StatChart:echarts",
|
|
153
|
+
"name": "echarts",
|
|
154
|
+
"version": "5.5.0",
|
|
155
|
+
"singleton": true,
|
|
156
|
+
"requiredVersion": "^undefined",
|
|
157
|
+
"assets": {
|
|
158
|
+
"js": {
|
|
159
|
+
"async": [],
|
|
160
|
+
"sync": [
|
|
161
|
+
"__mf/js/async/873.d6bb2952.js"
|
|
142
162
|
]
|
|
143
163
|
},
|
|
144
164
|
"css": {
|
|
@@ -158,7 +178,7 @@
|
|
|
158
178
|
"js": {
|
|
159
179
|
"async": [],
|
|
160
180
|
"sync": [
|
|
161
|
-
"__mf/js/async/392.
|
|
181
|
+
"__mf/js/async/392.cb707a93.js"
|
|
162
182
|
]
|
|
163
183
|
},
|
|
164
184
|
"css": {
|
|
@@ -178,7 +198,7 @@
|
|
|
178
198
|
"js": {
|
|
179
199
|
"async": [],
|
|
180
200
|
"sync": [
|
|
181
|
-
"__mf/js/async/470.
|
|
201
|
+
"__mf/js/async/470.26952ddf.js"
|
|
182
202
|
]
|
|
183
203
|
},
|
|
184
204
|
"css": {
|
|
@@ -198,7 +218,27 @@
|
|
|
198
218
|
"js": {
|
|
199
219
|
"async": [],
|
|
200
220
|
"sync": [
|
|
201
|
-
"__mf/js/async/121.
|
|
221
|
+
"__mf/js/async/121.f7e8e4a7.js"
|
|
222
|
+
]
|
|
223
|
+
},
|
|
224
|
+
"css": {
|
|
225
|
+
"async": [],
|
|
226
|
+
"sync": []
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"fallback": ""
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"id": "StatChart:date-fns-tz",
|
|
233
|
+
"name": "date-fns-tz",
|
|
234
|
+
"version": "3.2.0",
|
|
235
|
+
"singleton": true,
|
|
236
|
+
"requiredVersion": "^3.2.0",
|
|
237
|
+
"assets": {
|
|
238
|
+
"js": {
|
|
239
|
+
"async": [],
|
|
240
|
+
"sync": [
|
|
241
|
+
"__mf/js/async/978.6043d74f.js"
|
|
202
242
|
]
|
|
203
243
|
},
|
|
204
244
|
"css": {
|
|
@@ -217,22 +257,27 @@
|
|
|
217
257
|
"assets": {
|
|
218
258
|
"js": {
|
|
219
259
|
"sync": [
|
|
220
|
-
"__mf/js/async/
|
|
221
|
-
"__mf/js/async/866.
|
|
222
|
-
"__mf/js/async/
|
|
223
|
-
"__mf/js/async/
|
|
260
|
+
"__mf/js/async/465.0b7086ef.js",
|
|
261
|
+
"__mf/js/async/866.180c7c1d.js",
|
|
262
|
+
"__mf/js/async/721.9ed0b42d.js",
|
|
263
|
+
"__mf/js/async/570.36d078cd.js",
|
|
264
|
+
"__mf/js/async/__federation_expose_StatChart.ea6bcd68.js"
|
|
224
265
|
],
|
|
225
266
|
"async": [
|
|
226
|
-
"__mf/js/async/
|
|
227
|
-
"__mf/js/async/
|
|
228
|
-
"__mf/js/async/
|
|
229
|
-
"__mf/js/async/
|
|
267
|
+
"__mf/js/async/588.29eb8c38.js",
|
|
268
|
+
"__mf/js/async/71.7f97cf3a.js",
|
|
269
|
+
"__mf/js/async/345.f2a95d9c.js",
|
|
270
|
+
"__mf/js/async/450.3a0b1ae3.js",
|
|
271
|
+
"__mf/js/async/lib-router.a0b2cd64.js",
|
|
272
|
+
"__mf/js/async/356.defde8e9.js",
|
|
273
|
+
"__mf/js/async/77.048fc50c.js",
|
|
274
|
+
"__mf/js/async/496.b9973ffe.js"
|
|
230
275
|
]
|
|
231
276
|
},
|
|
232
277
|
"css": {
|
|
233
278
|
"sync": [],
|
|
234
279
|
"async": [
|
|
235
|
-
"__mf/css/async/
|
|
280
|
+
"__mf/css/async/788.85c2cbf6.css"
|
|
236
281
|
]
|
|
237
282
|
}
|
|
238
283
|
},
|
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "StatChart",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.15.0-beta.
|
|
8
|
+
"buildVersion": "0.15.0-beta.2",
|
|
9
9
|
"buildName": "@perses-dev/stat-chart-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/StatChart.
|
|
12
|
+
"name": "__mf/js/StatChart.bb7e0ece.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"zip": "",
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
|
-
"globalName": "
|
|
22
|
+
"globalName": "StatChart_0_15_0_beta_2",
|
|
23
23
|
"pluginVersion": "2.6.0",
|
|
24
|
-
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/StatChart~0.15.0-beta.
|
|
24
|
+
"getPublicPath": "function() { const prefix = window.PERSES_PLUGIN_ASSETS_PATH || window.PERSES_APP_CONFIG?.api_prefix || \"\"; return prefix + \"/plugins/StatChart~0.15.0-beta.2/\"; }"
|
|
25
25
|
},
|
|
26
26
|
"shared": [
|
|
27
27
|
{
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"js": {
|
|
37
37
|
"async": [],
|
|
38
38
|
"sync": [
|
|
39
|
-
"__mf/js/async/274.
|
|
39
|
+
"__mf/js/async/274.8d8be5c9.js"
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"css": {
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"js": {
|
|
61
61
|
"async": [],
|
|
62
62
|
"sync": [
|
|
63
|
-
"__mf/js/async/235.
|
|
64
|
-
"__mf/js/async/616.
|
|
63
|
+
"__mf/js/async/235.7bcd2051.js",
|
|
64
|
+
"__mf/js/async/616.42a14f39.js"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
"css": {
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"js": {
|
|
86
86
|
"async": [],
|
|
87
87
|
"sync": [
|
|
88
|
-
"__mf/js/async/587.
|
|
89
|
-
"__mf/js/async/968.
|
|
88
|
+
"__mf/js/async/587.528aba30.js",
|
|
89
|
+
"__mf/js/async/968.0754c6b9.js"
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
92
|
"css": {
|
|
@@ -100,23 +100,23 @@
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"singleton": true,
|
|
103
|
-
"requiredVersion": "^0.55.0-beta.
|
|
103
|
+
"requiredVersion": "^0.55.0-beta.7",
|
|
104
104
|
"shareScope": "default",
|
|
105
105
|
"name": "@perses-dev/components",
|
|
106
|
-
"version": "0.55.0-beta.
|
|
106
|
+
"version": "0.55.0-beta.7",
|
|
107
107
|
"eager": false,
|
|
108
108
|
"id": "StatChart:@perses-dev/components",
|
|
109
109
|
"assets": {
|
|
110
110
|
"js": {
|
|
111
111
|
"async": [],
|
|
112
112
|
"sync": [
|
|
113
|
-
"__mf/js/async/
|
|
113
|
+
"__mf/js/async/788.d3786b94.js"
|
|
114
114
|
]
|
|
115
115
|
},
|
|
116
116
|
"css": {
|
|
117
117
|
"async": [],
|
|
118
118
|
"sync": [
|
|
119
|
-
"__mf/css/async/
|
|
119
|
+
"__mf/css/async/788.85c2cbf6.css"
|
|
120
120
|
]
|
|
121
121
|
}
|
|
122
122
|
},
|
|
@@ -128,17 +128,17 @@
|
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"singleton": true,
|
|
131
|
-
"requiredVersion": "^0.55.0-beta.
|
|
131
|
+
"requiredVersion": "^0.55.0-beta.7",
|
|
132
132
|
"shareScope": "default",
|
|
133
133
|
"name": "@perses-dev/plugin-system",
|
|
134
|
-
"version": "0.55.0-beta.
|
|
134
|
+
"version": "0.55.0-beta.7",
|
|
135
135
|
"eager": false,
|
|
136
136
|
"id": "StatChart:@perses-dev/plugin-system",
|
|
137
137
|
"assets": {
|
|
138
138
|
"js": {
|
|
139
139
|
"async": [],
|
|
140
140
|
"sync": [
|
|
141
|
-
"__mf/js/async/
|
|
141
|
+
"__mf/js/async/407.07aba336.js"
|
|
142
142
|
]
|
|
143
143
|
},
|
|
144
144
|
"css": {
|
|
@@ -164,7 +164,31 @@
|
|
|
164
164
|
"js": {
|
|
165
165
|
"async": [],
|
|
166
166
|
"sync": [
|
|
167
|
-
"__mf/js/async/192.
|
|
167
|
+
"__mf/js/async/192.9808d269.js"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"css": {
|
|
171
|
+
"async": [],
|
|
172
|
+
"sync": []
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"usedIn": [],
|
|
176
|
+
"usedExports": [],
|
|
177
|
+
"fallback": ""
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"singleton": true,
|
|
181
|
+
"requiredVersion": "^undefined",
|
|
182
|
+
"shareScope": "default",
|
|
183
|
+
"name": "echarts",
|
|
184
|
+
"version": "5.5.0",
|
|
185
|
+
"eager": false,
|
|
186
|
+
"id": "StatChart:echarts",
|
|
187
|
+
"assets": {
|
|
188
|
+
"js": {
|
|
189
|
+
"async": [],
|
|
190
|
+
"sync": [
|
|
191
|
+
"__mf/js/async/873.d6bb2952.js"
|
|
168
192
|
]
|
|
169
193
|
},
|
|
170
194
|
"css": {
|
|
@@ -188,7 +212,7 @@
|
|
|
188
212
|
"js": {
|
|
189
213
|
"async": [],
|
|
190
214
|
"sync": [
|
|
191
|
-
"__mf/js/async/392.
|
|
215
|
+
"__mf/js/async/392.cb707a93.js"
|
|
192
216
|
]
|
|
193
217
|
},
|
|
194
218
|
"css": {
|
|
@@ -212,7 +236,7 @@
|
|
|
212
236
|
"js": {
|
|
213
237
|
"async": [],
|
|
214
238
|
"sync": [
|
|
215
|
-
"__mf/js/async/470.
|
|
239
|
+
"__mf/js/async/470.26952ddf.js"
|
|
216
240
|
]
|
|
217
241
|
},
|
|
218
242
|
"css": {
|
|
@@ -236,7 +260,7 @@
|
|
|
236
260
|
"js": {
|
|
237
261
|
"async": [],
|
|
238
262
|
"sync": [
|
|
239
|
-
"__mf/js/async/121.
|
|
263
|
+
"__mf/js/async/121.f7e8e4a7.js"
|
|
240
264
|
]
|
|
241
265
|
},
|
|
242
266
|
"css": {
|
|
@@ -249,6 +273,30 @@
|
|
|
249
273
|
],
|
|
250
274
|
"usedExports": [],
|
|
251
275
|
"fallback": ""
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"singleton": true,
|
|
279
|
+
"requiredVersion": "^3.2.0",
|
|
280
|
+
"shareScope": "default",
|
|
281
|
+
"name": "date-fns-tz",
|
|
282
|
+
"version": "3.2.0",
|
|
283
|
+
"eager": false,
|
|
284
|
+
"id": "StatChart:date-fns-tz",
|
|
285
|
+
"assets": {
|
|
286
|
+
"js": {
|
|
287
|
+
"async": [],
|
|
288
|
+
"sync": [
|
|
289
|
+
"__mf/js/async/978.6043d74f.js"
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
"css": {
|
|
293
|
+
"async": [],
|
|
294
|
+
"sync": []
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"usedIn": [],
|
|
298
|
+
"usedExports": [],
|
|
299
|
+
"fallback": ""
|
|
252
300
|
}
|
|
253
301
|
],
|
|
254
302
|
"remotes": [],
|
|
@@ -266,22 +314,27 @@
|
|
|
266
314
|
"assets": {
|
|
267
315
|
"js": {
|
|
268
316
|
"sync": [
|
|
269
|
-
"__mf/js/async/
|
|
270
|
-
"__mf/js/async/866.
|
|
271
|
-
"__mf/js/async/
|
|
272
|
-
"__mf/js/async/
|
|
317
|
+
"__mf/js/async/465.0b7086ef.js",
|
|
318
|
+
"__mf/js/async/866.180c7c1d.js",
|
|
319
|
+
"__mf/js/async/721.9ed0b42d.js",
|
|
320
|
+
"__mf/js/async/570.36d078cd.js",
|
|
321
|
+
"__mf/js/async/__federation_expose_StatChart.ea6bcd68.js"
|
|
273
322
|
],
|
|
274
323
|
"async": [
|
|
275
|
-
"__mf/js/async/
|
|
276
|
-
"__mf/js/async/
|
|
277
|
-
"__mf/js/async/
|
|
278
|
-
"__mf/js/async/
|
|
324
|
+
"__mf/js/async/588.29eb8c38.js",
|
|
325
|
+
"__mf/js/async/71.7f97cf3a.js",
|
|
326
|
+
"__mf/js/async/345.f2a95d9c.js",
|
|
327
|
+
"__mf/js/async/450.3a0b1ae3.js",
|
|
328
|
+
"__mf/js/async/lib-router.a0b2cd64.js",
|
|
329
|
+
"__mf/js/async/356.defde8e9.js",
|
|
330
|
+
"__mf/js/async/77.048fc50c.js",
|
|
331
|
+
"__mf/js/async/496.b9973ffe.js"
|
|
279
332
|
]
|
|
280
333
|
},
|
|
281
334
|
"css": {
|
|
282
335
|
"sync": [],
|
|
283
336
|
"async": [
|
|
284
|
-
"__mf/css/async/
|
|
337
|
+
"__mf/css/async/788.85c2cbf6.css"
|
|
285
338
|
]
|
|
286
339
|
}
|
|
287
340
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/stat-chart-plugin",
|
|
3
|
-
"version": "0.15.0-beta.
|
|
3
|
+
"version": "0.15.0-beta.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
|
|
6
6
|
"repository": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@emotion/react": "^11.7.1",
|
|
29
29
|
"@emotion/styled": "^11.6.0",
|
|
30
30
|
"@hookform/resolvers": "^3.2.0",
|
|
31
|
-
"@perses-dev/components": "^0.55.0-beta.
|
|
32
|
-
"@perses-dev/plugin-system": "^0.55.0-beta.
|
|
31
|
+
"@perses-dev/components": "^0.55.0-beta.7",
|
|
32
|
+
"@perses-dev/plugin-system": "^0.55.0-beta.7",
|
|
33
33
|
"@perses-dev/spec": "^0.3.0-beta.5",
|
|
34
34
|
"date-fns": "^4.1.0",
|
|
35
35
|
"date-fns-tz": "^3.2.0",
|