@platforma-open/milaboratories.antibody-sequence-liabilities.ui 2.1.0 → 3.0.1
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 +24 -0
- package/dist/assets/index-CdQHukgY.css +1 -0
- package/dist/assets/index-Cmt_pcHr.js +742 -0
- package/dist/assets/{index-BG3QadH9.js.map → index-Cmt_pcHr.js.map} +1 -1
- package/dist/index.html +2 -2
- package/package.json +4 -4
- package/src/pages/MainPage.vue +41 -21
- package/dist/assets/index-BG3QadH9.js +0 -742
- package/dist/assets/index-DfRnlNGM.css +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/antibody-sequence-liabilities/antibody-sequence-liabilities/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.antibody-sequence-liabilities.ui@
|
|
3
|
+
> @platforma-open/milaboratories.antibody-sequence-liabilities.ui@3.0.1 build /home/runner/work/antibody-sequence-liabilities/antibody-sequence-liabilities/ui
|
|
4
4
|
> vue-tsc -b && vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
@@ -8,9 +8,9 @@ transforming...
|
|
|
8
8
|
[32m✓[39m 25 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.
|
|
12
|
-
[2mdist/[22m[2massets/[22m[35mindex-
|
|
13
|
-
[2mdist/[22m[2massets/[22m[36mindex-
|
|
11
|
+
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.29 kB[22m
|
|
12
|
+
[2mdist/[22m[2massets/[22m[35mindex-CdQHukgY.css [39m[1m[2m1,367.29 kB[22m[1m[22m[2m │ gzip: 354.02 kB[22m
|
|
13
|
+
[2mdist/[22m[2massets/[22m[36mindex-Cmt_pcHr.js [39m[1m[33m2,468.43 kB[39m[22m[2m │ gzip: 688.44 kB[22m[2m │ map: 8,250.95 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
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.antibody-sequence-liabilities.ui
|
|
2
2
|
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 47fe485: Add columns manager and filters
|
|
8
|
+
- Updated dependencies [47fe485]
|
|
9
|
+
- @platforma-open/milaboratories.antibody-sequence-liabilities.model@3.0.1
|
|
10
|
+
|
|
11
|
+
## 3.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- c96e10a: fragments extraction from assemblingFeature, annotations added
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 8528363: Allow liability selection
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [c96e10a]
|
|
24
|
+
- Updated dependencies [8528363]
|
|
25
|
+
- @platforma-open/milaboratories.antibody-sequence-liabilities.model@3.0.0
|
|
26
|
+
|
|
3
27
|
## 2.1.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|