@platforma-open/milaboratories.clonotype-enrichment.ui 2.12.0 → 2.12.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 +2 -2
- package/CHANGELOG.md +16 -0
- package/package.json +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.12.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-enrichment.ui@2.12.1 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
|
|
@@ -605,4 +605,4 @@ computing gzip size...
|
|
|
605
605
|
- Using dynamic import() to code-split the application
|
|
606
606
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
607
607
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
608
|
-
[32m✓ built in
|
|
608
|
+
[32m✓ built in 35.39s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.clonotype-enrichment.ui
|
|
2
2
|
|
|
3
|
+
## 2.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b7af80a: technical release
|
|
8
|
+
- c3cf16a: technical release
|
|
9
|
+
- 087861a: technical release
|
|
10
|
+
- df1d277: technical release
|
|
11
|
+
- e57c186: technical release
|
|
12
|
+
- Updated dependencies [b7af80a]
|
|
13
|
+
- Updated dependencies [c3cf16a]
|
|
14
|
+
- Updated dependencies [087861a]
|
|
15
|
+
- Updated dependencies [df1d277]
|
|
16
|
+
- Updated dependencies [e57c186]
|
|
17
|
+
- @platforma-open/milaboratories.clonotype-enrichment.model@2.11.2
|
|
18
|
+
|
|
3
19
|
## 2.12.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.clonotype-enrichment.ui",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@platforma-sdk/ui-vue": "^1.43.21",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@milaboratories/graph-maker": "^1.1.165",
|
|
9
9
|
"@platforma-sdk/model": "^1.43.21",
|
|
10
10
|
"@vueuse/core": "^13.3.0",
|
|
11
|
-
"@platforma-open/milaboratories.clonotype-enrichment.model": "2.11.
|
|
11
|
+
"@platforma-open/milaboratories.clonotype-enrichment.model": "2.11.2"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@vitejs/plugin-vue": "^5.2.1",
|