@platforma-open/milaboratories.redefine-clonotypes.ui 1.0.1 → 1.0.2
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 +14 -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/redefine-clonotypes/redefine-clonotypes/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.redefine-clonotypes.ui@1.0.
|
|
3
|
+
> @platforma-open/milaboratories.redefine-clonotypes.ui@1.0.2 build /home/runner/work/redefine-clonotypes/redefine-clonotypes/ui
|
|
4
4
|
> vue-tsc -b && vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -309,4 +309,4 @@ computing gzip size...
|
|
|
309
309
|
- Using dynamic import() to code-split the application
|
|
310
310
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
311
311
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
312
|
-
[32m✓ built in 10.
|
|
312
|
+
[32m✓ built in 10.79s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.redefine-clonotypes.ui
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 53dc929: technical release
|
|
8
|
+
- edeae1d: technical release
|
|
9
|
+
- 9fc42b8: technical release
|
|
10
|
+
- 5a7b685: technical release
|
|
11
|
+
- Updated dependencies [53dc929]
|
|
12
|
+
- Updated dependencies [edeae1d]
|
|
13
|
+
- Updated dependencies [9fc42b8]
|
|
14
|
+
- Updated dependencies [5a7b685]
|
|
15
|
+
- @platforma-open/milaboratories.redefine-clonotypes.model@1.0.2
|
|
16
|
+
|
|
3
17
|
## 1.0.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.redefine-clonotypes.ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@platforma-sdk/ui-vue": "^1.42.36",
|
|
7
7
|
"@platforma-sdk/model": "^1.42.36",
|
|
8
8
|
"vue": "^3.5.15",
|
|
9
|
-
"@platforma-open/milaboratories.redefine-clonotypes.model": "1.0.
|
|
9
|
+
"@platforma-open/milaboratories.redefine-clonotypes.model": "1.0.2"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@vitejs/plugin-vue": "^5.2.4",
|