@platforma-sdk/ui-vue 1.44.6 → 1.44.13

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/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-sdk/ui-vue@1.44.6 build /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.44.13 build /home/runner/_work/platforma/platforma/sdk/ui-vue
4
4
  > ts-builder build --target browser-lib
5
5
 
6
6
  Building browser-lib project...
@@ -83,8 +83,8 @@ computing gzip size...
83
83
  dist/components/PlMultiSequenceAlignment/PhylogeneticTree.vue.js  0.30 kB │ gzip: 0.22 kB │ map: 0.11 kB
84
84
  dist/node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/to-comparators.js  0.30 kB │ gzip: 0.23 kB │ map: 0.78 kB
85
85
  dist/components/PlAnnotations/components/PlAnnotationsModal.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
86
- dist/components/PlAgDataTable/PlAgDataTableSheets.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
87
86
  dist/components/PlAnnotations/components/AnnotationsSidebar.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
87
+ dist/components/PlAgDataTable/PlAgDataTableSheets.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
88
88
  dist/node_modules/.pnpm/semver@7.7.2/node_modules/semver/ranges/valid.js  0.31 kB │ gzip: 0.22 kB │ map: 0.76 kB
89
89
  dist/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.js  0.32 kB │ gzip: 0.23 kB │ map: 0.12 kB
90
90
  dist/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js  0.32 kB │ gzip: 0.23 kB │ map: 0.74 kB
@@ -221,7 +221,7 @@ computing gzip size...
221
221
  dist/components/PlAgRowNumHeader.vue.js  44.61 kB │ gzip: 29.27 kB │ map: 3.70 kB
222
222
  dist/AgGridVue/useAgGridOptions.js  49.25 kB │ gzip: 30.14 kB │ map: 16.35 kB
223
223
  dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js  50.33 kB │ gzip: 31.04 kB │ map: 33.70 kB
224
- [vite:dts] Declaration files built in 8049ms.
224
+ [vite:dts] Declaration files built in 7472ms.
225
225
 
226
- ✓ built in 10.17s
226
+ ✓ built in 9.50s
227
227
  Build completed successfully
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-sdk/ui-vue@1.44.6 type-check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.44.13 type-check /home/runner/_work/platforma/platforma/sdk/ui-vue
4
4
  > ts-builder types --target browser-lib
5
5
 
6
6
  ↳ vue-tsc.js --noEmit --project ./tsconfig.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.44.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fcdb249]
8
+ - @platforma-sdk/model@1.44.13
9
+ - @milaboratories/uikit@2.4.28
10
+
11
+ ## 1.44.8
12
+
13
+ ### Patch Changes
14
+
15
+ - @platforma-sdk/model@1.44.8
16
+ - @milaboratories/uikit@2.4.27
17
+
3
18
  ## 1.44.6
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.44.6",
3
+ "version": "1.44.13",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "styles": "dist/index.js",
@@ -26,8 +26,8 @@
26
26
  "d3-format": "^3.1.0",
27
27
  "zod": "~3.23.8",
28
28
  "@milaboratories/biowasm-tools": "2.0.0",
29
- "@platforma-sdk/model": "1.44.5",
30
- "@milaboratories/uikit": "2.4.26"
29
+ "@platforma-sdk/model": "1.44.13",
30
+ "@milaboratories/uikit": "2.4.28"
31
31
  },
32
32
  "devDependencies": {
33
33
  "happy-dom": "^15.11.7",
@@ -42,11 +42,11 @@
42
42
  "yarpm": "^1.2.0",
43
43
  "fast-json-patch": "^3.1.1",
44
44
  "@faker-js/faker": "^9.2.0",
45
+ "@milaboratories/ts-configs": "1.0.6",
45
46
  "@milaboratories/build-configs": "1.0.8",
46
- "@milaboratories/ts-builder": "1.0.5",
47
- "@milaboratories/helpers": "1.12.0",
48
47
  "@milaboratories/eslint-config": "1.0.4",
49
- "@milaboratories/ts-configs": "1.0.6"
48
+ "@milaboratories/helpers": "1.12.0",
49
+ "@milaboratories/ts-builder": "1.0.5"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "vitest run --passWithNoTests",