@platforma-open/milaboratories.clonotype-enrichment.ui 2.0.2 → 2.0.3

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/clonotype-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.clonotype-enrichment.ui@2.0.2 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/ui
3
+ > @platforma-open/milaboratories.clonotype-enrichment.ui@2.0.3 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/ui
4
4
  > vue-tsc -b && vite build
5
5
 
6
6
  vite v6.2.4 building for production...
@@ -10,10 +10,10 @@ rendering chunks...
10
10
  computing gzip size...
11
11
  dist/index.html  0.45 kB │ gzip: 0.29 kB
12
12
  dist/assets/index-wFYudm4B.css 1,450.07 kB │ gzip: 373.34 kB
13
- dist/assets/index-DBlFWsrr.js 5,130.44 kB │ gzip: 1,283.53 kB │ map: 14,706.70 kB
13
+ dist/assets/index-j0KUtplc.js 5,130.59 kB │ gzip: 1,283.54 kB │ map: 14,707.05 kB
14
14
  
15
15
  (!) Some chunks are larger than 500 kB after minification. Consider:
16
16
  - Using dynamic import() to code-split the application
17
17
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
18
18
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
19
- ✓ built in 11.96s
19
+ ✓ built in 13.12s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @platforma-open/milaboratories.clonotype-enrichment.ui
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 289344b: Updated line plot to show clonotype frequency
8
+ - Updated dependencies [289344b]
9
+ - @platforma-open/milaboratories.clonotype-enrichment.model@2.1.1
10
+
3
11
  ## 2.0.2
4
12
 
5
13
  ### Patch Changes