@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.
- 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 +8 -0
- package/package.json +6 -6
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.51.
|
|
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
|
[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
|
|
209
209
|
[2mdist/[22m[36mAgGridVue/useAgGridOptions.js [39m[1m[2m49.06 kB[22m[1m[22m[2m │ gzip: 30.12 kB[22m[2m │ map: 15.83 kB[22m
|
|
210
210
|
[2mdist/[22m[36mcomponents/PlAgDataTable/PlAgDataTableV2.vue2.js [39m[1m[2m50.38 kB[22m[1m[22m[2m │ gzip: 31.10 kB[22m[2m │ map: 34.48 kB[22m
|
|
211
|
-
[vite:dts] Declaration files built in
|
|
211
|
+
[vite:dts] Declaration files built in 6294ms.
|
|
212
212
|
|
|
213
|
-
[32m✓ built in
|
|
213
|
+
[32m✓ built in 8.23s[39m
|
|
214
214
|
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.51.
|
|
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.
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-sdk/ui-vue",
|
|
3
|
-
"version": "1.51.
|
|
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
|
-
"@
|
|
33
|
-
"@
|
|
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/
|
|
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",
|