@milaboratories/milaboratories.monetization-test.ui 1.1.137 → 1.1.138
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 +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +8 -0
- package/dist/assets/{index-K2Ta70b6.js → index-3JWmNDX3.js} +2 -2
- package/dist/assets/{index-K2Ta70b6.js.map → index-3JWmNDX3.js.map} +1 -1
- package/dist/index.html +1 -1
- 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
|
-
> @milaboratories/milaboratories.monetization-test.ui@1.1.
|
|
3
|
+
> @milaboratories/milaboratories.monetization-test.ui@1.1.138 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...
|
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.138 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.138 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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.monetization-test.ui
|
|
2
2
|
|
|
3
|
+
## 1.1.138
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @platforma-sdk/model@1.48.2
|
|
8
|
+
- @platforma-sdk/ui-vue@1.48.2
|
|
9
|
+
- @milaboratories/milaboratories.monetization-test.model@1.0.36
|
|
10
|
+
|
|
3
11
|
## 1.1.137
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|