@milaboratories/milaboratories.pool-explorer.model 1.0.34 → 1.0.35
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.pool-explorer.model@1.0.
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.model@1.0.35 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/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[32m436.00 B[39m
|
|
15
15
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m1013.00 B[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 207ms
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m410.00 B[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m996.00 B[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 207ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 3517ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m1017.00 B[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1017.00 B[39m
|
|
24
24
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
@@ -27,5 +27,5 @@ transforming...
|
|
|
27
27
|
rendering chunks...
|
|
28
28
|
computing gzip size...
|
|
29
29
|
[2mdist/[22m[36mbundle.js [39m[1m[2m177.00 kB[22m[1m[22m[2m │ gzip: 33.85 kB[22m[2m │ map: 383.76 kB[22m
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m189.15 kB[22m[1m[22m[2m │ gzip: 34.
|
|
31
|
-
[32m✓ built in 1.
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m189.15 kB[22m[1m[22m[2m │ gzip: 34.42 kB[22m[2m │ map: 385.21 kB[22m
|
|
31
|
+
[32m✓ built in 1.90s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -5316,7 +5316,7 @@
|
|
|
5316
5316
|
getOptions(e, n2) {
|
|
5317
5317
|
const r = typeof e == "function" ? e : Kn(e), i = this.getSpecs().entries.filter((a) => r(a.obj));
|
|
5318
5318
|
let s2 = {}, o = false;
|
|
5319
|
-
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.
|
|
5319
|
+
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 }) => ({
|
|
5320
5320
|
ref: vn(a, o),
|
|
5321
5321
|
label: l2
|
|
5322
5322
|
})) : i.map(({ ref: a, obj: l2 }) => ({
|
|
@@ -5646,7 +5646,7 @@
|
|
|
5646
5646
|
return this.ctx.getCurrentUnstableMarker();
|
|
5647
5647
|
}
|
|
5648
5648
|
}
|
|
5649
|
-
const W = "1.30.
|
|
5649
|
+
const W = "1.30.3";
|
|
5650
5650
|
function Lt(t) {
|
|
5651
5651
|
return t.__renderLambda === true;
|
|
5652
5652
|
}
|