@platforma-sdk/ui-vue 1.63.8 → 1.63.12

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.63.8 build /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.63.12 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...
@@ -11,7 +11,7 @@ Building browser-lib project...
11
11
  rendering chunks...
12
12
 
13
13
  [vite:dts] Start generate declaration files...
14
- [vite:dts] Declaration files built in 5722ms.
14
+ [vite:dts] Declaration files built in 6322ms.
15
15
 
16
16
  computing gzip size...
17
17
  dist/components/PlAnnotations/components/PlAnnotations.vue?vue&type=style&index=0&lang.css 0.04 kB │ gzip: 0.06 kB
@@ -216,12 +216,12 @@ dist/components/PlAdvancedFilter/FilterEditor.vue_vue_type_script_setup_true_lan
216
216
  dist/components/PlAgDataTable/PlAgDataTableV2.vue_vue_type_script_setup_true_lang.js 11.62 kB │ gzip: 3.73 kB │ map: 27.94 kB
217
217
 
218
218
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
219
- - sourcemaps (39%)
220
- - vite:dts (23%)
221
- - vite:css-post (9%)
222
- - vite:vue (9%)
223
- - vite:css (7%)
219
+ - sourcemaps (44%)
220
+ - vite:dts (22%)
221
+ - vite:vue (11%)
222
+ - vite:css-post (7%)
223
+ - vite:css (6%)
224
224
  See https://rolldown.rs/options/checks#plugintimings for more details.
225
225
  
226
- ✓ built in 6.95s
226
+ ✓ built in 7.47s
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.63.8 formatter:check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.63.12 formatter:check /home/runner/_work/platforma/platforma/sdk/ui-vue
4
4
  > ts-builder formatter --check
5
5
 
6
6
  Checking formatting...
@@ -8,5 +8,5 @@ Checking formatting...
8
8
  Checking formatting...
9
9
 
10
10
  All matched files use the correct format.
11
- Finished in 2972ms on 128 files using 8 threads.
11
+ Finished in 1598ms on 128 files using 8 threads.
12
12
  Format check completed successfully
@@ -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.63.8 linter:check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.63.12 linter:check /home/runner/_work/platforma/platforma/sdk/ui-vue
4
4
  > ts-builder linter --check
5
5
 
6
6
  Linting project...
7
7
  ↳ oxlint --config /home/runner/_work/platforma/platforma/sdk/ui-vue/.oxlintrc.json --deny-warnings
8
8
  Found 0 warnings and 0 errors.
9
- Finished in 34ms on 111 files with 98 rules using 8 threads.
9
+ Finished in 27ms on 111 files with 98 rules using 8 threads.
10
10
  Linting 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.63.8 types:check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.63.12 types:check /home/runner/_work/platforma/platforma/sdk/ui-vue
4
4
  > ts-builder type-check --target browser-lib
5
5
 
6
6
  ↳ vue-tsc.js --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.63.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9c3b6c2]
8
+ - @milaboratories/pl-model-common@1.31.2
9
+ - @milaboratories/pf-spec-driver@1.2.5
10
+ - @platforma-sdk/model@1.63.12
11
+ - @milaboratories/uikit@2.11.8
12
+
3
13
  ## 1.63.8
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.63.8",
3
+ "version": "1.63.12",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -24,11 +24,11 @@
24
24
  "fast-json-patch": "^3.1.1",
25
25
  "lru-cache": "^11.2.2",
26
26
  "vue": "^3.5.24",
27
- "zod": "~3.23.8",
28
- "@milaboratories/uikit": "2.11.7",
29
- "@milaboratories/pl-model-common": "1.31.1",
30
- "@milaboratories/pf-spec-driver": "1.2.4",
31
- "@platforma-sdk/model": "1.63.1"
27
+ "zod": "~3.25.76",
28
+ "@milaboratories/pf-spec-driver": "1.2.5",
29
+ "@milaboratories/pl-model-common": "1.31.2",
30
+ "@platforma-sdk/model": "1.63.12",
31
+ "@milaboratories/uikit": "2.11.8"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@faker-js/faker": "^9.2.0",
@@ -42,10 +42,10 @@
42
42
  "typescript": "~5.9.3",
43
43
  "vite": "^8.0.6",
44
44
  "vitest": "^4.1.3",
45
- "@milaboratories/helpers": "1.14.1",
46
45
  "@milaboratories/build-configs": "2.0.0",
46
+ "@milaboratories/ts-builder": "1.3.1",
47
47
  "@milaboratories/ts-configs": "1.2.3",
48
- "@milaboratories/ts-builder": "1.3.1"
48
+ "@milaboratories/helpers": "1.14.1"
49
49
  },
50
50
  "scripts": {
51
51
  "dev": "ts-builder serve --target browser-lib",