@platforma-open/milaboratories.clonotype-enrichment.ui 2.0.2 → 2.0.4
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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +14 -0
- package/dist/assets/{index-DBlFWsrr.js → index-CPrV2Z-U.js} +3 -3
- package/dist/assets/{index-DBlFWsrr.js.map → index-CPrV2Z-U.js.map} +1 -1
- package/dist/index.html +1 -1
- package/package.json +2 -2
- package/src/pages/bubblePage.vue +2 -2
- package/src/pages/linePage.vue +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-enrichment.ui@2.0.4 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/ui
|
|
4
4
|
> vue-tsc -b && vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v6.2.4 [32mbuilding for production...[36m[39m
|
|
@@ -8,12 +8,12 @@ transforming...
|
|
|
8
8
|
[32m✓[39m 31 modules transformed.
|
|
9
9
|
rendering chunks...
|
|
10
10
|
computing gzip size...
|
|
11
|
-
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.
|
|
11
|
+
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.30 kB[22m
|
|
12
12
|
[2mdist/[22m[2massets/[22m[35mindex-wFYudm4B.css [39m[1m[2m1,450.07 kB[22m[1m[22m[2m │ gzip: 373.34 kB[22m
|
|
13
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
13
|
+
[2mdist/[22m[2massets/[22m[36mindex-CPrV2Z-U.js [39m[1m[33m5,130.59 kB[39m[22m[2m │ gzip: 1,283.54 kB[22m[2m │ map: 14,707.05 kB[22m
|
|
14
14
|
[33m
|
|
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.[39m
|
|
19
|
-
[32m✓ built in
|
|
19
|
+
[32m✓ built in 14.53s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.clonotype-enrichment.ui
|
|
2
2
|
|
|
3
|
+
## 2.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0914a49: Updated export specifications
|
|
8
|
+
|
|
9
|
+
## 2.0.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 289344b: Updated line plot to show clonotype frequency
|
|
14
|
+
- Updated dependencies [289344b]
|
|
15
|
+
- @platforma-open/milaboratories.clonotype-enrichment.model@2.1.1
|
|
16
|
+
|
|
3
17
|
## 2.0.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|