@perses-dev/stat-chart-plugin 0.11.1 → 0.12.0-beta.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-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "StatChart",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.11.1",
8
+ "buildVersion": "0.12.0-beta.0",
9
9
  "buildName": "@perses-dev/stat-chart-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/StatChart.91907838.js",
12
+ "name": "__mf/js/StatChart.7df52118.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-beta.2",
98
+ "requiredVersion": "^0.53.0-beta.4",
99
99
  "shareScope": "default",
100
100
  "name": "@perses-dev/components",
101
- "version": "0.53.0-beta.2",
101
+ "version": "0.53.0-beta.4",
102
102
  "eager": false,
103
103
  "id": "StatChart:@perses-dev/components",
104
104
  "assets": {
105
105
  "js": {
106
106
  "async": [],
107
107
  "sync": [
108
- "__mf/js/async/790.42bd307b.js"
108
+ "__mf/js/async/555.b1ac32bc.js"
109
109
  ]
110
110
  },
111
111
  "css": {
@@ -119,17 +119,17 @@
119
119
  },
120
120
  {
121
121
  "singleton": true,
122
- "requiredVersion": "^0.53.0-beta.2",
122
+ "requiredVersion": "^0.53.0-beta.4",
123
123
  "shareScope": "default",
124
124
  "name": "@perses-dev/plugin-system",
125
- "version": "0.53.0-beta.2",
125
+ "version": "0.53.0-beta.4",
126
126
  "eager": false,
127
127
  "id": "StatChart:@perses-dev/plugin-system",
128
128
  "assets": {
129
129
  "js": {
130
130
  "async": [],
131
131
  "sync": [
132
- "__mf/js/async/252.71d76564.js"
132
+ "__mf/js/async/252.05fbd2b1.js"
133
133
  ]
134
134
  },
135
135
  "css": {
@@ -175,7 +175,7 @@
175
175
  "js": {
176
176
  "async": [],
177
177
  "sync": [
178
- "__mf/js/async/873.bde3655e.js"
178
+ "__mf/js/async/873.c0881a00.js"
179
179
  ]
180
180
  },
181
181
  "css": {
@@ -292,16 +292,16 @@
292
292
  "js": {
293
293
  "sync": [
294
294
  "__mf/js/async/465.fc9973fc.js",
295
- "__mf/js/async/205.1bcd0ed9.js",
295
+ "__mf/js/async/119.b85eb681.js",
296
296
  "__mf/js/async/721.0467c07c.js",
297
297
  "__mf/js/async/302.b54c0505.js",
298
- "__mf/js/async/__federation_expose_StatChart.fd6bf4ac.js"
298
+ "__mf/js/async/__federation_expose_StatChart.2dcf8b3a.js"
299
299
  ],
300
300
  "async": [
301
301
  "__mf/js/async/588.496be9cb.js",
302
302
  "__mf/js/async/71.603fe88a.js",
303
303
  "__mf/js/async/356.f5a1c439.js",
304
- "__mf/js/async/450.13fefb05.js",
304
+ "__mf/js/async/450.6c3d739b.js",
305
305
  "__mf/js/async/911.29a700f7.js",
306
306
  "__mf/js/async/lib-router.ed92c54d.js",
307
307
  "__mf/js/async/177.eb221fda.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/stat-chart-plugin",
3
- "version": "0.11.1",
3
+ "version": "0.12.0-beta.0",
4
4
  "homepage": "https://github.com/perses/plugins/blob/main/README.md",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,9 +27,9 @@
27
27
  "@emotion/react": "^11.7.1",
28
28
  "@emotion/styled": "^11.6.0",
29
29
  "@hookform/resolvers": "^3.2.0",
30
- "@perses-dev/components": "^0.53.0-beta.2",
31
- "@perses-dev/core": "^0.53.0-beta.2",
32
- "@perses-dev/plugin-system": "^0.53.0-beta.2",
30
+ "@perses-dev/components": "^0.53.0-beta.4",
31
+ "@perses-dev/core": "^0.53.0-beta.3",
32
+ "@perses-dev/plugin-system": "^0.53.0-beta.4",
33
33
  "date-fns": "^4.1.0",
34
34
  "date-fns-tz": "^3.2.0",
35
35
  "echarts": "5.5.0",