@milaboratories/milaboratories.ui-examples.ui 1.7.8 → 1.7.10
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-lint.log +1 -1
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +16 -0
- package/dist/assets/{index-BzqUtDFg.js → index-INw4rPqQ.js} +232 -109
- package/dist/assets/{index-BzqUtDFg.js.map → index-INw4rPqQ.js.map} +1 -1
- package/dist/index.html +1 -1
- package/package.json +8 -8
- package/src/pages/LogViewPage.vue +4 -3
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.7.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.7.10 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
4
4
|
> ts-builder build --target block-ui
|
|
5
5
|
|
|
6
6
|
Building block-ui project...
|
|
@@ -306,11 +306,11 @@ computing gzip size...
|
|
|
306
306
|
[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
|
|
307
307
|
[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
|
|
308
308
|
[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
|
|
309
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
309
|
+
[2mdist/[22m[2massets/[22m[36mindex-INw4rPqQ.js [39m[1m[33m5,844.04 kB[39m[22m[2m │ gzip: 1,895.28 kB[22m[2m │ map: 11,447.75 kB[22m
|
|
310
310
|
[33m
|
|
311
311
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
312
312
|
- Using dynamic import() to code-split the application
|
|
313
313
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
314
314
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
315
|
-
[32m✓ built in 26.
|
|
315
|
+
[32m✓ built in 26.88s[39m
|
|
316
316
|
Build completed successfully
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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.7.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.7.10 lint /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
4
4
|
> eslint .
|
|
5
5
|
|
|
@@ -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.7.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.ui@1.7.10 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
|
|
4
4
|
> ts-builder types --target block-ui
|
|
5
5
|
|
|
6
6
|
↳ vue-tsc.js --noEmit --project ./tsconfig.json --customConditions ,
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.ui
|
|
2
2
|
|
|
3
|
+
## 1.7.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fc75a16]
|
|
8
|
+
- @platforma-sdk/model@1.50.0
|
|
9
|
+
- @milaboratories/milaboratories.ui-examples.model@1.3.17
|
|
10
|
+
|
|
11
|
+
## 1.7.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [88f33fa]
|
|
16
|
+
- @platforma-sdk/model@1.49.0
|
|
17
|
+
- @milaboratories/milaboratories.ui-examples.model@1.3.16
|
|
18
|
+
|
|
3
19
|
## 1.7.8
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|