@platforma-sdk/ui-vue 1.53.1 → 1.53.2

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.53.1 build /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.53.2 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...
@@ -95,8 +95,8 @@ computing gzip size...
95
95
  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
96
96
  dist/components/PlBtnExportArchive/PlBtnExportArchive.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
97
97
  dist/components/PlAnnotations/components/PlAnnotationsModal.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
98
- dist/components/PlAnnotations/components/AnnotationsSidebar.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
99
98
  dist/components/PlAgDataTable/PlAgDataTableSheets.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
99
+ dist/components/PlAnnotations/components/AnnotationsSidebar.vue.js  0.31 kB │ gzip: 0.22 kB │ map: 0.11 kB
100
100
  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
101
101
  dist/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.js  0.32 kB │ gzip: 0.23 kB │ map: 0.12 kB
102
102
  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
@@ -209,7 +209,7 @@ computing gzip size...
209
209
  dist/components/PlAdvancedFilter/FilterEditor.vue2.js  12.66 kB │ gzip: 3.26 kB │ map: 24.94 kB
210
210
  dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js  15.29 kB │ gzip: 4.40 kB │ map: 34.62 kB
211
211
  dist/index.js 101.49 kB │ gzip: 64.77 kB │ map: 0.13 kB
212
- [vite:dts] Declaration files built in 17893ms.
212
+ [vite:dts] Declaration files built in 15681ms.
213
213
 
214
- ✓ built in 21.35s
214
+ ✓ built in 19.92s
215
215
  Build completed successfully
@@ -1,5 +1,5 @@
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.53.1 lint /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.53.2 lint /home/runner/_work/platforma/platforma/sdk/ui-vue
4
4
  > eslint .
5
5
 
@@ -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.53.1 type-check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.53.2 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 --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.53.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [57799dd]
8
+ - @platforma-sdk/model@1.53.2
9
+ - @milaboratories/uikit@2.10.10
10
+
3
11
  ## 1.53.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.53.1",
3
+ "version": "1.53.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "styles": "dist/index.js",
@@ -28,9 +28,9 @@
28
28
  "@zip.js/zip.js": "^2.8.2",
29
29
  "es-toolkit": "^1.39.10",
30
30
  "@milaboratories/ptabler-expression-js": "1.1.11",
31
- "@milaboratories/uikit": "2.10.9",
32
- "@platforma-sdk/model": "1.53.1",
33
- "@milaboratories/biowasm-tools": "2.0.0"
31
+ "@milaboratories/biowasm-tools": "2.0.0",
32
+ "@platforma-sdk/model": "1.53.2",
33
+ "@milaboratories/uikit": "2.10.10"
34
34
  },
35
35
  "devDependencies": {
36
36
  "happy-dom": "^15.11.7",
@@ -47,11 +47,11 @@
47
47
  "yarpm": "^1.2.0",
48
48
  "fast-json-patch": "^3.1.1",
49
49
  "@faker-js/faker": "^9.2.0",
50
- "@milaboratories/ts-configs": "1.2.0",
51
50
  "@milaboratories/build-configs": "1.4.0",
52
51
  "@milaboratories/eslint-config": "1.0.5",
53
- "@milaboratories/helpers": "1.13.0",
54
- "@milaboratories/ts-builder": "1.2.4"
52
+ "@milaboratories/ts-configs": "1.2.0",
53
+ "@milaboratories/ts-builder": "1.2.4",
54
+ "@milaboratories/helpers": "1.13.0"
55
55
  },
56
56
  "scripts": {
57
57
  "test": "vitest run --coverage",