@platforma-open/milaboratories.clonotype-enrichment.ui 2.5.0 → 2.6.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/CHANGELOG.md +6 -0
- package/package.json +1 -1
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.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-enrichment.ui@2.6.0 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
|
|
@@ -590,4 +590,4 @@ computing gzip size...
|
|
|
590
590
|
- Using dynamic import() to code-split the application
|
|
591
591
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
592
592
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
593
|
-
[32m✓ built in
|
|
593
|
+
[32m✓ built in 22.59s[39m
|
package/CHANGELOG.md
CHANGED