@milaboratories/milaboratories.ui-examples.ui 1.3.7 → 1.3.8
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 +6 -27
- package/CHANGELOG.md +6 -0
- package/dist/assets/index-C13iXizv.js +717 -0
- package/dist/assets/index-C13iXizv.js.map +1 -0
- package/dist/assets/{index-BQLe-X22.css → index-UECmcpVa.css} +1 -1
- package/dist/index.html +2 -2
- package/package.json +4 -6
- package/src/pages/AgGridVuePage.vue +2 -2
- package/dist/assets/index-CXj4DcWa.js +0 -408
- package/dist/assets/index-CXj4DcWa.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,39 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @milaboratories/milaboratories.ui-examples.ui@1.3.
|
|
2
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.3.8 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
3
3
|
> vue-tsc -b && vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
6
6
|
transforming...
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"/*! Bundled license information:
|
|
10
|
-
|
|
11
|
-
@vue/shared/dist/shared.esm-bundler.js:
|
|
12
|
-
(**
|
|
13
|
-
* @vue/shared v3.4.26
|
|
14
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
15
|
-
* @license MIT
|
|
16
|
-
**)
|
|
17
|
-
(*! #__NO_SIDE_EFFECTS__ *)
|
|
18
|
-
|
|
19
|
-
@vue/reactivity/dist/reactivity.esm-bundler.js:
|
|
20
|
-
(**
|
|
21
|
-
* @vue/reactivity v3.4.26
|
|
22
|
-
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
23
|
-
* @license MIT
|
|
24
|
-
**)
|
|
25
|
-
*/"
|
|
26
|
-
|
|
27
|
-
in "../../../../node_modules/.pnpm/@ag-grid-community+vue3@32.3.3_typescript@5.5.4/node_modules/@ag-grid-community/vue3/dist/package/main.esm.mjs" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
|
|
28
|
-
[32m✓[39m 153 modules transformed.
|
|
7
|
+
[32m✓[39m 140 modules transformed.
|
|
29
8
|
rendering chunks...
|
|
30
9
|
computing gzip size...
|
|
31
|
-
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.
|
|
32
|
-
[2mdist/[22m[2massets/[22m[35mindex-
|
|
33
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
10
|
+
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.29 kB[22m
|
|
11
|
+
[2mdist/[22m[2massets/[22m[35mindex-UECmcpVa.css [39m[1m[2m1,332.41 kB[22m[1m[22m[2m │ gzip: 348.07 kB[22m
|
|
12
|
+
[2mdist/[22m[2massets/[22m[36mindex-C13iXizv.js [39m[1m[33m2,853.22 kB[39m[22m[2m │ gzip: 826.54 kB[22m[2m │ map: 8,686.20 kB[22m
|
|
34
13
|
[33m
|
|
35
14
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
36
15
|
- Using dynamic import() to code-split the application
|
|
37
16
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
38
17
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
39
|
-
[32m✓ built in
|
|
18
|
+
[32m✓ built in 7.69s[39m
|