@object-ui/plugin-charts 3.1.3 → 3.1.5
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/.turbo/turbo-build.log +18 -12
- package/CHANGELOG.md +18 -0
- package/dist/AdvancedChartImpl-DmHTUUVD.js +3973 -0
- package/dist/BarChart-XZkfLmcU.js +16499 -0
- package/dist/ChartImpl-0VlpsMWG.js +134 -0
- package/dist/index.js +408 -7
- package/dist/index.umd.cjs +46 -46
- package/dist/jsx-runtime-C8d0IhUE.js +198 -0
- package/package.json +7 -7
- package/dist/AdvancedChartImpl-DW8x9DgS.js +0 -4695
- package/dist/BarChart-CdpS5ozp.js +0 -18854
- package/dist/ChartImpl-DQsl4_ct.js +0 -79
- package/dist/index-CYV5Bp-d.js +0 -541
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,26 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-charts@3.1.
|
|
2
|
+
> @object-ui/plugin-charts@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-charts
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
|
-
[36mvite
|
|
6
|
-
|
|
7
|
-
[32m✓[39m 670 modules transformed.
|
|
5
|
+
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
6
|
+
[2K
|
|
8
7
|
rendering chunks...
|
|
9
8
|
[32m
|
|
10
9
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
+
[32m[36m[vite:dts][32m Declaration files built in 29474ms.
|
|
11
|
+
[39m
|
|
11
12
|
computing gzip size...
|
|
12
|
-
|
|
13
|
+
dist/ChartImpl-0VlpsMWG.js 3.70 kB │ gzip: 1.16 kB
|
|
14
|
+
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
13
15
|
[39m
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
[
|
|
20
|
-
|
|
16
|
+
dist/index.js 8.53 kB │ gzip: 2.53 kB
|
|
17
|
+
dist/jsx-runtime-C8d0IhUE.js 8.60 kB │ gzip: 3.13 kB
|
|
18
|
+
dist/AdvancedChartImpl-DmHTUUVD.js 120.71 kB │ gzip: 25.04 kB
|
|
19
|
+
dist/BarChart-XZkfLmcU.js 533.19 kB │ gzip: 130.61 kB
|
|
20
|
+
|
|
21
|
+
[2K
|
|
22
|
+
rendering chunks...
|
|
23
|
+
computing gzip size...
|
|
24
|
+
dist/index.umd.cjs 498.91 kB │ gzip: 143.06 kB
|
|
25
|
+
|
|
26
|
+
[32m✓ built in 34.99s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @object-ui/plugin-charts
|
|
2
2
|
|
|
3
|
+
## 3.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @object-ui/react@3.1.5
|
|
8
|
+
- @object-ui/components@3.1.5
|
|
9
|
+
- @object-ui/types@3.1.5
|
|
10
|
+
- @object-ui/core@3.1.5
|
|
11
|
+
|
|
12
|
+
## 3.1.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @object-ui/types@3.1.4
|
|
17
|
+
- @object-ui/core@3.1.4
|
|
18
|
+
- @object-ui/react@3.1.4
|
|
19
|
+
- @object-ui/components@3.1.4
|
|
20
|
+
|
|
3
21
|
## 3.1.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|