@platforma-open/milaboratories.clonotype-clustering.ui 3.11.2 → 3.11.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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +8 -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-clustering/clonotype-clustering/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.clonotype-clustering.ui@3.11.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-clustering.ui@3.11.3 build /home/runner/work/clonotype-clustering/clonotype-clustering/ui
|
|
4
4
|
> vue-tsc -b && vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -606,4 +606,4 @@ computing gzip size...
|
|
|
606
606
|
- Using dynamic import() to code-split the application
|
|
607
607
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
608
608
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
609
|
-
[32m✓ built in
|
|
609
|
+
[32m✓ built in 35.83s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.clonotype-clustering.ui
|
|
2
2
|
|
|
3
|
+
## 3.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 666689a: technical release
|
|
8
|
+
- Updated dependencies [666689a]
|
|
9
|
+
- @platforma-open/milaboratories.clonotype-clustering.model@2.13.3
|
|
10
|
+
|
|
3
11
|
## 3.11.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.clonotype-clustering.ui",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@platforma-sdk/ui-vue": "^1.43.2",
|
|
7
7
|
"@platforma-sdk/model": "^1.43.2",
|
|
8
8
|
"@milaboratories/graph-maker": "^1.1.158",
|
|
9
9
|
"vue": "^3.5.13",
|
|
10
|
-
"@platforma-open/milaboratories.clonotype-clustering.model": "2.13.
|
|
10
|
+
"@platforma-open/milaboratories.clonotype-clustering.model": "2.13.3"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@vitejs/plugin-vue": "^5.2.4",
|