@milaboratories/milaboratories.ui-examples.ui 1.6.6 → 1.7.0

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.6.6 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
3
+ > @milaboratories/milaboratories.ui-examples.ui@1.7.0 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
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
- ✓ 1266 modules transformed.
10
+ ✓ 1450 modules transformed.
11
11
  rendering chunks...
12
12
  computing gzip size...
13
13
  dist/index.html  0.47 kB │ gzip: 0.31 kB
@@ -306,11 +306,11 @@ computing gzip size...
306
306
  dist/assets/24_violin.svg-U9NSWJ89.js  2.32 kB │ gzip: 1.19 kB │ map: 2.54 kB
307
307
  dist/assets/24_file-logs-accent.svg-DcEVrk9k.js  2.42 kB │ gzip: 1.20 kB │ map: 2.68 kB
308
308
  dist/assets/24_heatmap.svg-CqDSyh0J.js  4.38 kB │ gzip: 0.99 kB │ map: 4.70 kB
309
- dist/assets/index-D3ynzqog.js 5,835.87 kB │ gzip: 1,892.18 kB │ map: 11,412.83 kB
309
+ dist/assets/index-Dw_dnB1D.js 5,828.21 kB │ gzip: 1,891.42 kB │ map: 11,400.38 kB
310
310
  
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.
315
- ✓ built in 16.41s
315
+ ✓ built in 13.52s
316
316
  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.6.6 type-check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/ui
3
+ > @milaboratories/milaboratories.ui-examples.ui@1.7.0 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,26 @@
1
1
  # @milaboratories/milaboratories.ui-examples.ui
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a81ce44: simplify pl autocomplete interface
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [a81ce44]
12
+ - @platforma-sdk/model@1.46.0
13
+ - @milaboratories/milaboratories.ui-examples.model@1.3.8
14
+
15
+ ## 1.6.7
16
+
17
+ ### Patch Changes
18
+
19
+ - bf6fe49: Update advanced filters and types
20
+ - Updated dependencies [bf6fe49]
21
+ - @platforma-sdk/model@1.45.45
22
+ - @milaboratories/milaboratories.ui-examples.model@1.3.7
23
+
3
24
  ## 1.6.6
4
25
 
5
26
  ### Patch Changes