@milaboratories/milaboratories.monetization-test.ui 1.1.113 → 1.1.115
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-type-check.log +1 -1
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
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.115 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/ui
|
|
4
4
|
> ts-builder build --target browser
|
|
5
5
|
|
|
6
6
|
Building browser project...
|
|
@@ -313,5 +313,5 @@ computing gzip size...
|
|
|
313
313
|
- Using dynamic import() to code-split the application
|
|
314
314
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
315
315
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
316
|
-
[32m✓ built in
|
|
316
|
+
[32m✓ built in 36.78s[39m
|
|
317
317
|
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
|
-
> @milaboratories/milaboratories.monetization-test.ui@1.1.
|
|
3
|
+
> @milaboratories/milaboratories.monetization-test.ui@1.1.115 type-check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/ui
|
|
4
4
|
> ts-builder types --target browser
|
|
5
5
|
|
|
6
6
|
↳ vue-tsc.js --noEmit --project ./tsconfig.json
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.monetization-test.ui
|
|
2
2
|
|
|
3
|
+
## 1.1.115
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [44b90ca]
|
|
8
|
+
- @platforma-sdk/ui-vue@1.45.13
|
|
9
|
+
|
|
10
|
+
## 1.1.114
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [35d37a9]
|
|
15
|
+
- @platforma-sdk/ui-vue@1.45.5
|
|
16
|
+
|
|
3
17
|
## 1.1.113
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/milaboratories.monetization-test.ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.115",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"vue": "^3.5.13",
|
|
7
7
|
"zod": "~3.23.8",
|
|
8
|
+
"@milaboratories/milaboratories.monetization-test.model": "1.0.25",
|
|
8
9
|
"@platforma-sdk/model": "1.45.0",
|
|
9
|
-
"@platforma-sdk/ui-vue": "1.45.
|
|
10
|
-
"@milaboratories/milaboratories.monetization-test.model": "1.0.25"
|
|
10
|
+
"@platforma-sdk/ui-vue": "1.45.13"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"typescript": "~5.6.3",
|