@platforma-open/milaboratories.clonotype-space.ui 2.2.0 → 2.2.1

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.2.0 build /home/runner/work/clonotype-space/clonotype-space/ui
3
+ > @platforma-open/milaboratories.clonotype-space.ui@2.2.1 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...
@@ -17,4 +17,4 @@ computing gzip size...
17
17
  - Using dynamic import() to code-split the application
18
18
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
19
19
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
20
- ✓ built in 26.60s
20
+ ✓ built in 26.71s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @platforma-open/milaboratories.clonotype-space.ui
2
2
 
3
+ ## 2.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 095aa9a: SDK update
8
+ - Updated dependencies [095aa9a]
9
+ - @platforma-open/milaboratories.clonotype-space.model@2.2.1
10
+
3
11
  ## 2.2.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.clonotype-space.ui",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@platforma-sdk/ui-vue": "^1.33.14",
7
- "@platforma-sdk/model": "1.33.8",
8
- "@milaboratories/graph-maker": "^1.1.109",
6
+ "@platforma-sdk/ui-vue": "^1.34.4",
7
+ "@platforma-sdk/model": "1.34.0",
8
+ "@milaboratories/graph-maker": "^1.1.110",
9
9
  "vue": "^3.5.13",
10
10
  "@biowasm/aioli": "~3.2.1",
11
- "@platforma-open/milaboratories.clonotype-space.model": "2.2.0"
11
+ "@platforma-open/milaboratories.clonotype-space.model": "2.2.1"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@vitejs/plugin-vue": "^5.2.1",