@milaboratories/milaboratories.ui-examples.ui 1.3.25 → 1.3.26

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,20 +1,18 @@
1
1
 
2
- > @milaboratories/milaboratories.ui-examples.ui@1.3.25 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
2
+ > @milaboratories/milaboratories.ui-examples.ui@1.3.26 build /home/runner/work/platforma/platforma/etc/blocks/ui-examples/ui
3
3
  > vue-tsc -b && vite build
4
4
 
5
5
  vite v5.4.11 building for production...
6
6
  transforming...
7
- [plugin:sourcemaps] [plugin sourcemaps] Failed resolving source map
8
- [plugin:sourcemaps] [plugin sourcemaps] Failed resolving source map
9
7
  ✓ 176 modules transformed.
10
8
  rendering chunks...
11
9
  computing gzip size...
12
10
  dist/index.html  0.45 kB │ gzip: 0.30 kB
13
11
  dist/assets/index-CSH2gGW0.css 1,338.47 kB │ gzip: 349.20 kB
14
- dist/assets/index-B1llNjtw.js 3,228.06 kB │ gzip: 919.19 kB │ map: 10,641.06 kB
12
+ dist/assets/index-DSAiB3j7.js 3,228.23 kB │ gzip: 919.23 kB │ map: 10,665.62 kB
15
13
  
16
14
  (!) Some chunks are larger than 500 kB after minification. Consider:
17
15
  - Using dynamic import() to code-split the application
18
16
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
19
17
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
20
- ✓ built in 8.63s
18
+ ✓ built in 8.90s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.3.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ce558f9]
8
+ - Updated dependencies [b41709a]
9
+ - @platforma-sdk/model@1.22.2
10
+ - @milaboratories/milaboratories.ui-examples.model@1.1.15
11
+
3
12
  ## 1.3.25
4
13
 
5
14
  ### Patch Changes