@platforma-sdk/ui-vue 1.58.1 → 1.58.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
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.58.
|
|
3
|
+
> @platforma-sdk/ui-vue@1.58.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...
|
|
@@ -187,7 +187,7 @@ computing gzip size...
|
|
|
187
187
|
[2mdist/[22m[36mcomponents/PlAdvancedFilter/PlAdvancedFilter.vue2.js [39m[1m[2m 8.35 kB[22m[1m[22m[2m │ gzip: 2.42 kB[22m[2m │ map: 16.95 kB[22m
|
|
188
188
|
[2mdist/[22m[36mcomponents/PlAdvancedFilter/FilterEditor.vue2.js [39m[1m[2m12.83 kB[22m[1m[22m[2m │ gzip: 3.28 kB[22m[2m │ map: 25.49 kB[22m
|
|
189
189
|
[2mdist/[22m[36mcomponents/PlAgDataTable/PlAgDataTableV2.vue2.js [39m[1m[2m12.92 kB[22m[1m[22m[2m │ gzip: 3.68 kB[22m[2m │ map: 29.49 kB[22m
|
|
190
|
-
[vite:dts] Declaration files built in
|
|
190
|
+
[vite:dts] Declaration files built in 8238ms.
|
|
191
191
|
|
|
192
|
-
[32m✓ built in
|
|
192
|
+
[32m✓ built in 9.84s[39m
|
|
193
193
|
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.58.
|
|
3
|
+
> @platforma-sdk/ui-vue@1.58.2 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
|
|
11
|
+
Finished in 2409ms on 126 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.58.
|
|
3
|
+
> @platforma-sdk/ui-vue@1.58.2 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
|
|
9
|
+
Finished in 39ms on 109 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.58.
|
|
3
|
+
> @platforma-sdk/ui-vue@1.58.2 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-sdk/ui-vue",
|
|
3
|
-
"version": "1.58.
|
|
3
|
+
"version": "1.58.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css"
|
|
@@ -28,26 +28,25 @@
|
|
|
28
28
|
"lru-cache": "^11.2.2",
|
|
29
29
|
"vue": "^3.5.24",
|
|
30
30
|
"zod": "~3.23.8",
|
|
31
|
-
"@platforma-sdk/model": "1.58.
|
|
32
|
-
"@milaboratories/uikit": "2.10.
|
|
31
|
+
"@platforma-sdk/model": "1.58.2",
|
|
32
|
+
"@milaboratories/uikit": "2.10.35"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@faker-js/faker": "^9.2.0",
|
|
36
36
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
37
|
-
"@vitest/coverage-istanbul": "^4.0.
|
|
37
|
+
"@vitest/coverage-istanbul": "^4.0.18",
|
|
38
38
|
"@vue/test-utils": "^2.4.6",
|
|
39
39
|
"fast-json-patch": "^3.1.1",
|
|
40
|
-
"happy-dom": "^15.11.7",
|
|
41
40
|
"rollup-plugin-sourcemaps2": "^0.5.2",
|
|
42
41
|
"sass": "~1.83.4",
|
|
43
42
|
"semver": "^7.7.2",
|
|
44
43
|
"typescript": "~5.6.3",
|
|
45
44
|
"vite": "^6.4.1",
|
|
46
|
-
"vitest": "^4.0.
|
|
45
|
+
"vitest": "^4.0.18",
|
|
47
46
|
"@milaboratories/helpers": "1.13.5",
|
|
48
|
-
"@milaboratories/
|
|
47
|
+
"@milaboratories/build-configs": "1.5.0",
|
|
49
48
|
"@milaboratories/ts-configs": "1.2.1",
|
|
50
|
-
"@milaboratories/
|
|
49
|
+
"@milaboratories/ts-builder": "1.2.11"
|
|
51
50
|
},
|
|
52
51
|
"scripts": {
|
|
53
52
|
"dev": "ts-builder serve --target browser-lib",
|