@platforma-sdk/ui-vue 1.53.2 → 1.53.3

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.2 build /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.53.3 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...
@@ -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 15681ms.
212
+ [vite:dts] Declaration files built in 17854ms.
213
213
 
214
- ✓ built in 19.92s
214
+ ✓ built in 22.30s
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.2 lint /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.53.3 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.2 type-check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.53.3 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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f459e5a]
8
+ - @platforma-sdk/model@1.53.3
9
+ - @milaboratories/uikit@2.10.11
10
+
3
11
  ## 1.53.2
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.2",
3
+ "version": "1.53.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "styles": "dist/index.js",
@@ -27,10 +27,10 @@
27
27
  "zod": "~3.23.8",
28
28
  "@zip.js/zip.js": "^2.8.2",
29
29
  "es-toolkit": "^1.39.10",
30
+ "@milaboratories/uikit": "2.10.11",
30
31
  "@milaboratories/ptabler-expression-js": "1.1.11",
31
32
  "@milaboratories/biowasm-tools": "2.0.0",
32
- "@platforma-sdk/model": "1.53.2",
33
- "@milaboratories/uikit": "2.10.10"
33
+ "@platforma-sdk/model": "1.53.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "happy-dom": "^15.11.7",