@platforma-sdk/ui-vue 1.51.0 → 1.51.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.51.0 build /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.51.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...
@@ -208,7 +208,7 @@ computing gzip size...
208
208
  dist/components/PlAgRowNumHeader.vue.js 44.62 kB │ gzip: 29.27 kB │ map: 4.05 kB
209
209
  dist/AgGridVue/useAgGridOptions.js 49.06 kB │ gzip: 30.12 kB │ map: 15.83 kB
210
210
  dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js 50.38 kB │ gzip: 31.10 kB │ map: 34.48 kB
211
- [vite:dts] Declaration files built in 5073ms.
211
+ [vite:dts] Declaration files built in 6294ms.
212
212
 
213
- ✓ built in 7.36s
213
+ ✓ built in 8.23s
214
214
  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.51.0 lint /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.51.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.51.0 type-check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.51.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.51.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5dc0a70]
8
+ - @platforma-sdk/model@1.51.2
9
+ - @milaboratories/uikit@2.9.1
10
+
3
11
  ## 1.51.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.51.0",
3
+ "version": "1.51.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "styles": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "es-toolkit": "^1.39.10",
30
30
  "@milaboratories/ptabler-expression-js": "1.1.9",
31
31
  "@milaboratories/biowasm-tools": "2.0.0",
32
- "@platforma-sdk/model": "1.50.0",
33
- "@milaboratories/uikit": "2.9.0"
32
+ "@milaboratories/uikit": "2.9.1",
33
+ "@platforma-sdk/model": "1.51.2"
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-builder": "1.2.1",
51
50
  "@milaboratories/build-configs": "1.2.1",
52
- "@milaboratories/helpers": "1.13.0",
53
51
  "@milaboratories/ts-configs": "1.2.0",
54
- "@milaboratories/eslint-config": "1.0.5"
52
+ "@milaboratories/helpers": "1.13.0",
53
+ "@milaboratories/eslint-config": "1.0.5",
54
+ "@milaboratories/ts-builder": "1.2.1"
55
55
  },
56
56
  "scripts": {
57
57
  "test": "vitest run --coverage",