@milaboratories/milaboratories.ui-examples.ui 1.5.32 → 1.5.33
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 +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +8 -0
- package/dist/assets/{index-DpHu4a2Q.js → index-NElut_xa.js} +2 -2
- package/dist/assets/{index-DpHu4a2Q.js.map → index-NElut_xa.js.map} +1 -1
- package/dist/index.html +1 -1
- package/package.json +8 -8
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.33 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
4
4
|
> ts-builder build --target browser
|
|
5
5
|
|
|
6
6
|
Building browser project...
|
|
@@ -302,11 +302,11 @@ computing gzip size...
|
|
|
302
302
|
[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
|
|
303
303
|
[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
|
|
304
304
|
[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
|
|
305
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
305
|
+
[2mdist/[22m[2massets/[22m[36mindex-NElut_xa.js [39m[1m[33m5,967.39 kB[39m[22m[2m │ gzip: 1,932.77 kB[22m[2m │ map: 11,189.55 kB[22m
|
|
306
306
|
[33m
|
|
307
307
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
308
308
|
- Using dynamic import() to code-split the application
|
|
309
309
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
310
310
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
311
|
-
[32m✓ built in
|
|
311
|
+
[32m✓ built in 23.79s[39m
|
|
312
312
|
Build completed successfully
|
|
@@ -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.33 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
4
4
|
> ts-builder types --target browser
|
|
5
5
|
|
|
6
6
|
↳ vue-tsc.js --noEmit --project ./tsconfig.json
|
package/CHANGELOG.md
CHANGED