@platforma-sdk/ui-vue 1.42.20 → 1.42.23

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,10 +1,10 @@
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.42.20 build /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.42.23 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...
7
- Using default config: /home/runner/_work/platforma/platforma/tools/ts-builder/dist/configs/vite.browser-lib.config.js
7
+ vite.js build --config configs/vite.browser-lib.config.js --mode production
8
8
  vite v6.3.5 building for production...
9
9
  transforming...
10
10
  ✓ 238 modules transformed.
@@ -215,7 +215,7 @@ computing gzip size...
215
215
  dist/components/PlAgRowNumHeader.vue.js 44.65 kB │ gzip: 29.29 kB │ map: 3.70 kB
216
216
  dist/AgGridVue/useAgGridOptions.js 49.29 kB │ gzip: 30.15 kB │ map: 16.35 kB
217
217
  dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js 50.33 kB │ gzip: 31.04 kB │ map: 33.70 kB
218
- [vite:dts] Declaration files built in 9057ms.
218
+ [vite:dts] Declaration files built in 9474ms.
219
219
 
220
- ✓ built in 10.86s
220
+ ✓ built in 11.35s
221
221
  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.42.20 type-check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.42.23 type-check /home/runner/_work/platforma/platforma/sdk/ui-vue
4
4
  > ts-builder types --target browser-lib
5
5
 
6
- Type checking with ./tsconfig.json...
6
+ vue-tsc.js --noEmit --project ./tsconfig.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.42.23
4
+
5
+ ### Patch Changes
6
+
7
+ - b14b2fb: update dist builder
8
+ - Updated dependencies [b14b2fb]
9
+ - @milaboratories/biowasm-tools@1.1.2
10
+ - @milaboratories/uikit@2.4.5
11
+ - @platforma-sdk/model@1.42.23
12
+
13
+ ## 1.42.21
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [6b9828a]
18
+ - @milaboratories/uikit@2.4.4
19
+
3
20
  ## 1.42.20
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.42.20",
3
+ "version": "1.42.23",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "styles": "dist/index.js",
@@ -25,9 +25,9 @@
25
25
  "@vueuse/integrations": "^13.3.0",
26
26
  "d3-format": "^3.1.0",
27
27
  "zod": "~3.23.8",
28
- "@milaboratories/uikit": "2.4.3",
29
- "@milaboratories/biowasm-tools": "^1.1.1",
30
- "@platforma-sdk/model": "~1.42.20"
28
+ "@milaboratories/biowasm-tools": "^1.1.2",
29
+ "@platforma-sdk/model": "~1.42.23",
30
+ "@milaboratories/uikit": "2.4.5"
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/build-configs": "1.0.6",
45
+ "@milaboratories/build-configs": "1.0.8",
46
46
  "@milaboratories/ts-configs": "1.0.6",
47
47
  "@milaboratories/eslint-config": "^1.0.4",
48
- "@milaboratories/ts-builder": "1.0.1",
49
- "@milaboratories/helpers": "^1.6.20"
48
+ "@milaboratories/ts-builder": "1.0.4",
49
+ "@milaboratories/helpers": "^1.6.21"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "vitest run --passWithNoTests",