@platforma-open/milaboratories.clonotype-space.ui 2.7.0 → 2.8.0
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/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +11 -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-space/clonotype-space/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.clonotype-space.ui@2.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-space.ui@2.8.0 build /home/runner/work/clonotype-space/clonotype-space/ui
|
|
4
4
|
> ts-builder build --target browser
|
|
5
5
|
|
|
6
6
|
Building browser project...
|
|
@@ -313,5 +313,5 @@ computing gzip size...
|
|
|
313
313
|
- Using dynamic import() to code-split the application
|
|
314
314
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
315
315
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
316
|
-
[32m✓ built in
|
|
316
|
+
[32m✓ built in 21.34s[39m
|
|
317
317
|
Build completed successfully
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/clonotype-space/clonotype-space/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.clonotype-space.ui@2.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-space.ui@2.8.0 lint /home/runner/work/clonotype-space/clonotype-space/ui
|
|
4
4
|
> eslint .
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/clonotype-space/clonotype-space/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.clonotype-space.ui@2.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-space.ui@2.8.0 type-check /home/runner/work/clonotype-space/clonotype-space/ui
|
|
4
4
|
> ts-builder types --target browser
|
|
5
5
|
|
|
6
6
|
↳ vue-tsc.js --noEmit --project ./tsconfig.json --customConditions ,
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.clonotype-space.ui
|
|
2
2
|
|
|
3
|
+
## 2.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b014947: Improved automatic detection and graceful handling of GPU availability
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b014947]
|
|
12
|
+
- @platforma-open/milaboratories.clonotype-space.model@2.7.0
|
|
13
|
+
|
|
3
14
|
## 2.7.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.clonotype-space.ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@milaboratories/graph-maker": "1.1.219",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@platforma-sdk/ui-vue": "1.53.4",
|
|
12
12
|
"@vueuse/core": "^13.3.0",
|
|
13
13
|
"vue": "^3.5.24",
|
|
14
|
-
"@platforma-open/milaboratories.clonotype-space.model": "2.
|
|
14
|
+
"@platforma-open/milaboratories.clonotype-space.model": "2.7.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@milaboratories/ts-builder": "1.2.4",
|