@platforma-open/milaboratories.antibody-sequence-liabilities.ui 3.1.2 → 3.1.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 +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/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.1.
|
|
3
|
+
> @platforma-open/milaboratories.antibody-sequence-liabilities.ui@3.1.3 build /home/runner/work/antibody-sequence-liabilities/antibody-sequence-liabilities/ui
|
|
4
4
|
> vue-tsc -b && vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -311,4 +311,4 @@ computing gzip size...
|
|
|
311
311
|
- Using dynamic import() to code-split the application
|
|
312
312
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
313
313
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
314
|
-
[32m✓ built in
|
|
314
|
+
[32m✓ built in 16.75s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.antibody-sequence-liabilities.ui
|
|
2
2
|
|
|
3
|
+
## 3.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9c55f5a: technical release
|
|
8
|
+
- 3766c4a: technical release
|
|
9
|
+
- 1c704a8: technical release
|
|
10
|
+
- 061677e: technical release
|
|
11
|
+
- Updated dependencies [9c55f5a]
|
|
12
|
+
- Updated dependencies [3766c4a]
|
|
13
|
+
- Updated dependencies [1c704a8]
|
|
14
|
+
- Updated dependencies [061677e]
|
|
15
|
+
- @platforma-open/milaboratories.antibody-sequence-liabilities.model@3.1.2
|
|
16
|
+
|
|
3
17
|
## 3.1.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.antibody-sequence-liabilities.ui",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.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
|
"vue": "^3.5.13",
|
|
9
9
|
"@vueuse/core": "^13.3.0",
|
|
10
|
-
"@platforma-open/milaboratories.antibody-sequence-liabilities.model": "3.1.
|
|
10
|
+
"@platforma-open/milaboratories.antibody-sequence-liabilities.model": "3.1.2"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@vitejs/plugin-vue": "^5.2.4",
|