@milaboratories/milaboratories.ui-examples.ui 1.5.43 → 1.5.44
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-C5hmA41t.js → index-jXlpO4BP.js} +2 -2
- package/dist/assets/{index-C5hmA41t.js.map → index-jXlpO4BP.js.map} +1 -1
- package/dist/index.html +1 -1
- package/package.json +6 -6
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.44 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...
|
|
@@ -308,11 +308,11 @@ computing gzip size...
|
|
|
308
308
|
[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
|
|
309
309
|
[2mdist/[22m[2massets/[22m[36m24_file-logs-accent.svg-DcEVrk9k.js [39m[1m[2m 2.42 kB[22m[1m[22m[2m │ gzip: 1.20 kB[22m[2m │ map: 2.68 kB[22m
|
|
310
310
|
[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
|
|
311
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
311
|
+
[2mdist/[22m[2massets/[22m[36mindex-jXlpO4BP.js [39m[1m[33m5,691.72 kB[39m[22m[2m │ gzip: 1,831.02 kB[22m[2m │ map: 10,961.92 kB[22m
|
|
312
312
|
[33m
|
|
313
313
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
314
314
|
- Using dynamic import() to code-split the application
|
|
315
315
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
316
316
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
317
|
-
[32m✓ built in
|
|
317
|
+
[32m✓ built in 33.13s[39m
|
|
318
318
|
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.44 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