@platforma-open/milaboratories.mixcr-amplicon-alignment.ui 1.1.0 → 1.3.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,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/mixcr-amplicon-alignment/mixcr-amplicon-alignment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.mixcr-amplicon-alignment.ui@1.1.0 build /home/runner/work/mixcr-amplicon-alignment/mixcr-amplicon-alignment/ui
3
+ > @platforma-open/milaboratories.mixcr-amplicon-alignment.ui@1.3.0 build /home/runner/work/mixcr-amplicon-alignment/mixcr-amplicon-alignment/ui
4
4
  > vue-tsc -b && vite build
5
5
 
6
6
  vite v6.3.5 building for production...
@@ -297,10 +297,10 @@ computing gzip size...
297
297
  dist/assets/24_annotation.svg-BAIgImke.js  2.11 kB │ gzip: 0.63 kB │ map: 2.55 kB
298
298
  dist/assets/24_violin.svg-U9NSWJ89.js  2.32 kB │ gzip: 1.19 kB │ map: 2.73 kB
299
299
  dist/assets/24_heatmap.svg-CqDSyh0J.js  4.38 kB │ gzip: 0.99 kB │ map: 4.83 kB
300
- dist/assets/index-kWLPoM8d.js 4,760.96 kB │ gzip: 1,566.95 kB │ map: 11,207.07 kB
300
+ dist/assets/index-CNNoVCRF.js 4,767.52 kB │ gzip: 1,568.75 kB │ map: 11,219.59 kB
301
301
  
302
302
  (!) Some chunks are larger than 500 kB after minification. Consider:
303
303
  - Using dynamic import() to code-split the application
304
304
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
305
305
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
306
- ✓ built in 12.34s
306
+ ✓ built in 12.41s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @platforma-open/milaboratories.mixcr-amplicon-alignment.ui
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - af0cbb1: Support batch system
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [af0cbb1]
12
+ - @platforma-open/milaboratories.mixcr-amplicon-alignment.model@1.3.0
13
+
14
+ ## 1.2.0
15
+
16
+ ### Minor Changes
17
+
18
+ - d17799a: support multiple sequences in fasta format as reference
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [d17799a]
23
+ - @platforma-open/milaboratories.mixcr-amplicon-alignment.model@1.2.0
24
+
3
25
  ## 1.1.0
4
26
 
5
27
  ### Minor Changes