@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.
@@ -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.33 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
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
  vite v6.3.5 building for production...
9
9
  transforming...
10
- ✓ 2518 modules transformed.
10
+ ✓ 2519 modules transformed.
11
11
  rendering chunks...
12
12
  computing gzip size...
13
13
  dist/index.html  0.47 kB │ gzip: 0.31 kB
@@ -302,11 +302,11 @@ computing gzip size...
302
302
  dist/assets/24_annotation.svg-BAIgImke.js  2.11 kB │ gzip: 0.63 kB │ map: 2.39 kB
303
303
  dist/assets/24_violin.svg-U9NSWJ89.js  2.32 kB │ gzip: 1.19 kB │ map: 2.54 kB
304
304
  dist/assets/24_heatmap.svg-CqDSyh0J.js  4.38 kB │ gzip: 0.99 kB │ map: 4.70 kB
305
- dist/assets/index-NElut_xa.js 5,967.39 kB │ gzip: 1,932.77 kB │ map: 11,189.55 kB
305
+ dist/assets/index-D3c7LarB.js 5,969.24 kB │ gzip: 1,933.31 kB │ map: 11,192.27 kB
306
306
  
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.
311
- ✓ built in 23.79s
311
+ ✓ built in 10.63s
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.33 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
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