@platforma-open/milaboratories.immune-assay-data.ui 1.3.1 → 1.3.2

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,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.immune-assay-data.ui@1.3.1 build /home/runner/work/immune-assay-data/immune-assay-data/ui
3
+ > @platforma-open/milaboratories.immune-assay-data.ui@1.3.2 build /home/runner/work/immune-assay-data/immune-assay-data/ui
4
4
  > vue-tsc -b && vite build
5
5
 
6
6
  vite v6.3.5 building for production...
@@ -298,17 +298,17 @@ computing gzip size...
298
298
  dist/assets/24_pen-tool.svg-BmD070rv.js  1.94 kB │ gzip: 1.00 kB │ map: 2.27 kB
299
299
  dist/assets/16_sorter.svg-Bd5_KIPF.js  1.96 kB │ gzip: 0.52 kB │ map: 2.31 kB
300
300
  dist/assets/24_bindot.svg-B0EdYo6i.js  2.04 kB │ gzip: 0.38 kB │ map: 2.43 kB
301
+ 
301
302
  dist/assets/24_violin-jitter.svg-B7Pa-HhH.js  2.08 kB │ gzip: 0.98 kB │ map: 2.43 kB
303
+ (!) Some chunks are larger than 500 kB after minification. Consider:
304
+ - Using dynamic import() to code-split the application
305
+ - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
302
306
  dist/assets/24_violin-binned.svg-7kV5AZaP.js  2.11 kB │ gzip: 1.03 kB │ map: 2.46 kB
303
307
  dist/assets/24_annotation.svg-BAIgImke.js  2.11 kB │ gzip: 0.63 kB │ map: 2.47 kB
304
308
  dist/assets/24_file-logs.svg-DnfnVuYb.js  2.16 kB │ gzip: 1.13 kB │ map: 2.49 kB
305
309
  dist/assets/24_violin.svg-U9NSWJ89.js  2.32 kB │ gzip: 1.19 kB │ map: 2.65 kB
310
+ - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
306
311
  dist/assets/24_file-logs-accent.svg-DcEVrk9k.js  2.42 kB │ gzip: 1.20 kB │ map: 2.78 kB
307
312
  dist/assets/24_heatmap.svg-CqDSyh0J.js  4.38 kB │ gzip: 0.99 kB │ map: 4.75 kB
308
313
  dist/assets/index-BsqN19ez.js 5,174.42 kB │ gzip: 1,692.10 kB │ map: 13,129.80 kB
309
- 
310
- (!) Some chunks are larger than 500 kB after minification. Consider:
311
- - Using dynamic import() to code-split the application
312
- - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
313
- - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
314
- ✓ built in 22.15s
314
+ ✓ built in 18.00s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @platforma-open/milaboratories.immune-assay-data.ui
2
2
 
3
+ ## 1.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e80807: technical release
8
+ - 6d5fccb: technical release
9
+ - 0017c0f: technical release
10
+ - 9b40999: technical release
11
+ - Updated dependencies [8e80807]
12
+ - Updated dependencies [6d5fccb]
13
+ - Updated dependencies [0017c0f]
14
+ - Updated dependencies [9b40999]
15
+ - @platforma-open/milaboratories.immune-assay-data.model@1.4.2
16
+
3
17
  ## 1.3.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.immune-assay-data.ui",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/ui-vue": "^1.43.2",
@@ -10,7 +10,7 @@
10
10
  "@biowasm/aioli": "~3.2.1",
11
11
  "sass-embedded": "^1.77.8",
12
12
  "xlsx": "../vendor/xlsx-0.20.3.tgz",
13
- "@platforma-open/milaboratories.immune-assay-data.model": "1.4.1"
13
+ "@platforma-open/milaboratories.immune-assay-data.model": "1.4.2"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@vitejs/plugin-vue": "^5.2.1",