@milaboratories/milaboratories.ui-examples.ui 1.5.13 → 1.5.15
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @milaboratories/milaboratories.ui-examples.ui@1.5.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.5.15 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
4
4
|
> vite build && pnpm run build:types
|
|
5
5
|
|
|
6
6
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -300,15 +300,15 @@ computing gzip size...
|
|
|
300
300
|
[2mdist/[22m[2massets/[22m[36m24_annotation.svg-BAIgImke.js [39m[1m[2m 2.11 kB[22m[1m[22m[2m │ gzip: 0.63 kB[22m[2m │ map: 2.39 kB[22m
|
|
301
301
|
[2mdist/[22m[2massets/[22m[36m24_violin.svg-U9NSWJ89.js [39m[1m[2m 2.32 kB[22m[1m[22m[2m │ gzip: 1.19 kB[22m[2m │ map: 2.54 kB[22m
|
|
302
302
|
[2mdist/[22m[2massets/[22m[36m24_heatmap.svg-CqDSyh0J.js [39m[1m[2m 4.38 kB[22m[1m[22m[2m │ gzip: 0.99 kB[22m[2m │ map: 4.70 kB[22m
|
|
303
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
303
|
+
[2mdist/[22m[2massets/[22m[36mindex-VK5JmX_J.js [39m[1m[33m6,042.96 kB[39m[22m[2m │ gzip: 1,951.43 kB[22m[2m │ map: 11,101.70 kB[22m
|
|
304
304
|
[33m
|
|
305
305
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
306
306
|
- Using dynamic import() to code-split the application
|
|
307
307
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
308
308
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
309
|
-
[32m✓ built in
|
|
309
|
+
[32m✓ built in 53.10s[39m
|
|
310
310
|
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
311
311
|
|
|
312
|
-
> @milaboratories/milaboratories.ui-examples.ui@1.5.
|
|
312
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.5.15 build:types /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
313
313
|
> vue-tsc -p tsconfig.app.build.json
|
|
314
314
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.ui
|
|
2
2
|
|
|
3
|
+
## 1.5.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d469422]
|
|
8
|
+
- @platforma-sdk/model@1.41.3
|
|
9
|
+
- @milaboratories/milaboratories.ui-examples.model@1.2.14
|
|
10
|
+
|
|
11
|
+
## 1.5.14
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [28b630f]
|
|
16
|
+
- @platforma-sdk/model@1.41.2
|
|
17
|
+
- @milaboratories/milaboratories.ui-examples.model@1.2.13
|
|
18
|
+
|
|
3
19
|
## 1.5.13
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|