@milaboratories/milaboratories.monetization-test.ui 1.1.140 → 1.1.141
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 +2 -2
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +4 -4
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
|
-
> @milaboratories/milaboratories.monetization-test.ui@1.1.
|
|
3
|
+
> @milaboratories/milaboratories.monetization-test.ui@1.1.141 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/ui
|
|
4
4
|
> ts-builder build --target block-ui
|
|
5
5
|
|
|
6
6
|
Building block-ui project...
|
|
@@ -311,5 +311,5 @@ computing gzip size...
|
|
|
311
311
|
- Using dynamic import() to code-split the application
|
|
312
312
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
313
313
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
314
|
-
[32m✓ built in
|
|
314
|
+
[32m✓ built in 23.82s[39m
|
|
315
315
|
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
|
-
> @milaboratories/milaboratories.monetization-test.ui@1.1.
|
|
3
|
+
> @milaboratories/milaboratories.monetization-test.ui@1.1.141 lint /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/ui
|
|
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
|
-
> @milaboratories/milaboratories.monetization-test.ui@1.1.
|
|
3
|
+
> @milaboratories/milaboratories.monetization-test.ui@1.1.141 type-check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/ui
|
|
4
4
|
> ts-builder types --target block-ui
|
|
5
5
|
|
|
6
6
|
↳ vue-tsc.js --noEmit --project ./tsconfig.json --customConditions ,
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/milaboratories.monetization-test.ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.141",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"vue": "^3.5.24",
|
|
7
7
|
"zod": "~3.23.8",
|
|
8
8
|
"@milaboratories/milaboratories.monetization-test.model": "1.0.37",
|
|
9
|
-
"@platforma-sdk/
|
|
10
|
-
"@platforma-sdk/
|
|
9
|
+
"@platforma-sdk/model": "1.48.4",
|
|
10
|
+
"@platforma-sdk/ui-vue": "1.48.6"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"eslint": "^9.25.1",
|
|
14
14
|
"typescript": "~5.6.3",
|
|
15
|
-
"@platforma-sdk/eslint-config": "1.2.0",
|
|
16
15
|
"@milaboratories/build-configs": "1.2.1",
|
|
17
16
|
"@milaboratories/ts-builder": "1.2.1",
|
|
17
|
+
"@platforma-sdk/eslint-config": "1.2.0",
|
|
18
18
|
"@milaboratories/ts-configs": "1.2.0"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|