@milaboratories/milaboratories.ui-examples.ui 1.5.33 → 1.5.35
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 +5 -5
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/assets/{index-NElut_xa.js → index-D3c7LarB.js} +63 -63
- package/dist/assets/{index-NElut_xa.js.map → index-D3c7LarB.js.map} +1 -1
- package/dist/index.html +1 -1
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.35 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...
|
|
7
|
-
↳ vite.js build --config configs/vite.browser.config.js --mode production
|
|
7
|
+
↳ vite.js build --config /configs/vite.browser.config.js --mode production
|
|
8
8
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
9
9
|
transforming...
|
|
10
|
-
[32m✓[39m
|
|
10
|
+
[32m✓[39m 2519 modules transformed.
|
|
11
11
|
rendering chunks...
|
|
12
12
|
computing gzip size...
|
|
13
13
|
[2mdist/[22m[32mindex.html [39m[1m[2m 0.47 kB[22m[1m[22m[2m │ gzip: 0.31 kB[22m
|
|
@@ -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-D3c7LarB.js [39m[1m[33m5,969.24 kB[39m[22m[2m │ gzip: 1,933.31 kB[22m[2m │ map: 11,192.27 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 10.63s[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.35 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
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.ui
|
|
2
2
|
|
|
3
|
+
## 1.5.35
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 214eac5: Silen update deps strictness fixation
|
|
8
|
+
|
|
9
|
+
## 1.5.34
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [c432f9a]
|
|
14
|
+
- @platforma-sdk/model@1.42.25
|
|
15
|
+
- @milaboratories/milaboratories.ui-examples.model@1.2.29
|
|
16
|
+
|
|
3
17
|
## 1.5.33
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|