@milaboratories/milaboratories.ui-examples.model 1.1.52 → 1.1.53
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 +6 -6
- package/CHANGELOG.md +7 -0
- package/dist/bundle.js +2 -2
- 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.53 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.46 KB[39m
|
|
15
15
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m14.65 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 506ms
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m6.35 KB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m14.56 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 506ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 4314ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m4.28 KB[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.28 KB[39m
|
|
24
24
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
@@ -26,6 +26,6 @@ transforming...
|
|
|
26
26
|
[32m✓[39m 9 modules transformed.
|
|
27
27
|
rendering chunks...
|
|
28
28
|
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m187.91 kB[22m[1m[22m[2m │ gzip: 36.32 kB[22m[2m │ map: 400.
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m187.91 kB[22m[1m[22m[2m │ gzip: 36.32 kB[22m[2m │ map: 400.46 kB[22m
|
|
30
30
|
[2mdist/[22m[36mbundle.js [39m[1m[2m200.83 kB[22m[1m[22m[2m │ gzip: 36.95 kB[22m[2m │ map: 402.03 kB[22m
|
|
31
|
-
[32m✓ built in
|
|
31
|
+
[32m✓ built in 1.69s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -5322,7 +5322,7 @@
|
|
|
5322
5322
|
getOptions(e, n2) {
|
|
5323
5323
|
const r = typeof e == "function" ? e : Kn(e), i = this.getSpecs().entries.filter((a) => r(a.obj));
|
|
5324
5324
|
let s2 = {}, o = false;
|
|
5325
|
-
return typeof n2 < "u" && (typeof n2 == "function" ? s2 = n2 : typeof n2 == "object" && ("includeNativeLabel" in n2 || "separator" in n2 || "addLabelAsSuffix" in n2 ? s2 = n2 : (n2 = n2, s2 = n2.label ?? {}, o = n2.
|
|
5325
|
+
return typeof n2 < "u" && (typeof n2 == "function" ? s2 = n2 : typeof n2 == "object" && ("includeNativeLabel" in n2 || "separator" in n2 || "addLabelAsSuffix" in n2 ? s2 = n2 : (n2 = n2, s2 = n2.label ?? {}, o = n2.refsWithEnrichments ?? false))), typeof s2 == "object" ? Re(i, (a) => a.obj, s2 ?? {}).map(({ value: { ref: a }, label: l2 }) => ({
|
|
5326
5326
|
ref: vn(a, o),
|
|
5327
5327
|
label: l2
|
|
5328
5328
|
})) : i.map(({ ref: a, obj: l2 }) => ({
|
|
@@ -5652,7 +5652,7 @@
|
|
|
5652
5652
|
return this.ctx.getCurrentUnstableMarker();
|
|
5653
5653
|
}
|
|
5654
5654
|
}
|
|
5655
|
-
const W = "1.30.
|
|
5655
|
+
const W = "1.30.3";
|
|
5656
5656
|
function Lt(t) {
|
|
5657
5657
|
return t.__renderLambda === true;
|
|
5658
5658
|
}
|