@milaboratories/milaboratories.ui-examples.model 1.1.67 → 1.1.68
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 +7 -7
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +3 -3
- package/dist/bundle.js.map +1 -1
- package/dist/model.json +1 -1
- 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.ui-examples.model@1.1.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.1.68 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
4
|
> tsup && vite build && block-tools build-model
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
[34mESM[39m Build start
|
|
14
14
|
[32mCJS[39m [1mdist/index.cjs [22m[32m6.62 KB[39m
|
|
15
15
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m14.96 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 297ms
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m6.51 KB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m14.87 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 297ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 3778ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m4.33 KB[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.33 KB[39m
|
|
24
24
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -26,6 +26,6 @@ transforming...
|
|
|
26
26
|
[32m✓[39m 11 modules transformed.
|
|
27
27
|
rendering chunks...
|
|
28
28
|
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m190.
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m203.
|
|
31
|
-
[32m✓ built in 2.
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m190.77 kB[22m[1m[22m[2m │ gzip: 37.01 kB[22m[2m │ map: 406.96 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m203.85 kB[22m[1m[22m[2m │ gzip: 37.68 kB[22m[2m │ map: 408.52 kB[22m
|
|
31
|
+
[32m✓ built in 2.27s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -4102,8 +4102,8 @@
|
|
|
4102
4102
|
};
|
|
4103
4103
|
}
|
|
4104
4104
|
function p$1(n2) {
|
|
4105
|
-
const { type: e, name: t, domain: r } = n2;
|
|
4106
|
-
return
|
|
4105
|
+
const { type: e, name: t, domain: r } = n2, o = { type: e, name: t };
|
|
4106
|
+
return r && Object.entries(r).length > 0 && Object.assign(o, { domain: r }), o;
|
|
4107
4107
|
}
|
|
4108
4108
|
function C(n2) {
|
|
4109
4109
|
return n2.map(p$1);
|
|
@@ -5724,7 +5724,7 @@
|
|
|
5724
5724
|
this.ctx.logError(e);
|
|
5725
5725
|
}
|
|
5726
5726
|
}
|
|
5727
|
-
const Y = "1.33.
|
|
5727
|
+
const Y = "1.33.14";
|
|
5728
5728
|
function Dt(t) {
|
|
5729
5729
|
return t.__renderLambda === true;
|
|
5730
5730
|
}
|