@platforma-sdk/ui-vue 1.44.0 → 1.44.1

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,13 +1,13 @@
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.44.0 build /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.44.1 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
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
- ✓ 247 modules transformed.
10
+ ✓ 246 modules transformed.
11
11
  Export "default" of module "src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue" was reexported through module "src/components/PlAgGridColumnManager/index.ts" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order.
12
12
  Either change the import in "src/components/PlAgDataTable/PlAgDataTableV2.vue?vue&type=script&setup=true&lang.ts" to point directly to the exporting module or do not use "output.preserveModules" to ensure these modules end up in the same chunk.
13
13
  rendering chunks...
@@ -223,7 +223,7 @@ computing gzip size...
223
223
  dist/components/PlAgRowNumHeader.vue.js  44.67 kB │ gzip: 29.30 kB │ map: 3.70 kB
224
224
  dist/AgGridVue/useAgGridOptions.js  49.30 kB │ gzip: 30.16 kB │ map: 16.35 kB
225
225
  dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js  50.39 kB │ gzip: 31.05 kB │ map: 33.70 kB
226
- [vite:dts] Declaration files built in 7669ms.
226
+ [vite:dts] Declaration files built in 8941ms.
227
227
 
228
- ✓ built in 9.69s
228
+ ✓ built in 11.07s
229
229
  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.44.0 type-check /home/runner/_work/platforma/platforma/sdk/ui-vue
3
+ > @platforma-sdk/ui-vue@1.44.1 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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.44.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @platforma-sdk/model@1.44.1
8
+ - @milaboratories/uikit@2.4.22
9
+
3
10
  ## 1.44.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.44.0",
3
+ "version": "1.44.1",
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
+ "@platforma-sdk/model": "1.44.1",
28
29
  "@milaboratories/biowasm-tools": "2.0.0",
29
- "@platforma-sdk/model": "1.43.29",
30
- "@milaboratories/uikit": "2.4.21"
30
+ "@milaboratories/uikit": "2.4.22"
31
31
  },
32
32
  "devDependencies": {
33
33
  "happy-dom": "^15.11.7",
@@ -43,10 +43,10 @@
43
43
  "fast-json-patch": "^3.1.1",
44
44
  "@faker-js/faker": "^9.2.0",
45
45
  "@milaboratories/ts-configs": "1.0.6",
46
+ "@milaboratories/build-configs": "1.0.8",
47
+ "@milaboratories/helpers": "1.11.0",
46
48
  "@milaboratories/eslint-config": "1.0.4",
47
- "@milaboratories/helpers": "1.10.0",
48
- "@milaboratories/ts-builder": "1.0.5",
49
- "@milaboratories/build-configs": "1.0.8"
49
+ "@milaboratories/ts-builder": "1.0.5"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "vitest run --passWithNoTests",