@platforma-open/milaboratories.clonotype-space.ui 2.5.9 → 2.5.10

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.
@@ -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.5.9 build /home/runner/work/clonotype-space/clonotype-space/ui
3
+ > @platforma-open/milaboratories.clonotype-space.ui@2.5.10 build /home/runner/work/clonotype-space/clonotype-space/ui
4
4
  > vue-tsc -b && vite build
5
5
 
6
6
  vite v6.2.3 building for production...
@@ -605,4 +605,4 @@ computing gzip size...
605
605
  - Using dynamic import() to code-split the application
606
606
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
607
607
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
608
- ✓ built in 25.52s
608
+ ✓ built in 29.10s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @platforma-open/milaboratories.clonotype-space.ui
2
2
 
3
+ ## 2.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 38d8642: Block metadata update
8
+ - Updated dependencies [38d8642]
9
+ - @platforma-open/milaboratories.clonotype-space.model@2.4.4
10
+
3
11
  ## 2.5.9
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.clonotype-space.ui",
3
- "version": "2.5.9",
3
+ "version": "2.5.10",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@milaboratories/graph-maker": "^1.1.179",
@@ -9,7 +9,7 @@
9
9
  "@platforma-sdk/ui-vue": "^1.45.31",
10
10
  "@vueuse/core": "^13.3.0",
11
11
  "vue": "^3.5.13",
12
- "@platforma-open/milaboratories.clonotype-space.model": "2.4.3"
12
+ "@platforma-open/milaboratories.clonotype-space.model": "2.4.4"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@platforma-sdk/eslint-config": "^1.1.0",