@platforma-sdk/ui-vue 1.48.19 → 1.49.0
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.
- package/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
3
|
+
> @platforma-sdk/ui-vue@1.49.0 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...
|
|
@@ -210,7 +210,7 @@ computing gzip size...
|
|
|
210
210
|
[2mdist/[22m[36mcomponents/PlAgRowNumHeader.vue.js [39m[1m[2m44.62 kB[22m[1m[22m[2m │ gzip: 29.27 kB[22m[2m │ map: 4.05 kB[22m
|
|
211
211
|
[2mdist/[22m[36mAgGridVue/useAgGridOptions.js [39m[1m[2m49.01 kB[22m[1m[22m[2m │ gzip: 30.10 kB[22m[2m │ map: 15.74 kB[22m
|
|
212
212
|
[2mdist/[22m[36mcomponents/PlAgDataTable/PlAgDataTableV2.vue2.js [39m[1m[2m50.40 kB[22m[1m[22m[2m │ gzip: 31.07 kB[22m[2m │ map: 34.82 kB[22m
|
|
213
|
-
[vite:dts] Declaration files built in
|
|
213
|
+
[vite:dts] Declaration files built in 5279ms.
|
|
214
214
|
|
|
215
|
-
[32m✓ built in
|
|
215
|
+
[32m✓ built in 7.53s[39m
|
|
216
216
|
Build completed successfully
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -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.
|
|
3
|
+
> @platforma-sdk/ui-vue@1.49.0 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.
|
|
3
|
+
> @platforma-sdk/ui-vue@1.49.0 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-sdk/ui-vue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.49.0",
|
|
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/ptabler-expression-js": "1.1.
|
|
31
|
-
"@
|
|
30
|
+
"@milaboratories/ptabler-expression-js": "1.1.8",
|
|
31
|
+
"@milaboratories/uikit": "2.8.8",
|
|
32
32
|
"@milaboratories/biowasm-tools": "2.0.0",
|
|
33
|
-
"@
|
|
33
|
+
"@platforma-sdk/model": "1.49.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"happy-dom": "^15.11.7",
|
|
@@ -47,9 +47,9 @@
|
|
|
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-configs": "1.2.0",
|
|
50
51
|
"@milaboratories/build-configs": "1.2.1",
|
|
51
52
|
"@milaboratories/eslint-config": "1.0.5",
|
|
52
|
-
"@milaboratories/ts-configs": "1.2.0",
|
|
53
53
|
"@milaboratories/ts-builder": "1.2.1",
|
|
54
54
|
"@milaboratories/helpers": "1.12.1"
|
|
55
55
|
},
|