@milaboratories/milaboratories.pool-explorer.model 1.0.49 → 1.0.50
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 +9 -9
- 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.pool-explorer.model@1.0.
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.model@1.0.50 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
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mESM[39m Build start
|
|
14
|
-
[32mESM[39m [1mdist/index.js [22m[32m410.00 B[39m
|
|
15
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m996.00 B[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in 218ms
|
|
17
14
|
[32mCJS[39m [1mdist/index.cjs [22m[32m436.00 B[39m
|
|
18
15
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m1013.00 B[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 115ms
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m410.00 B[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m996.00 B[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 115ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2901ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m1.14 KB[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.14 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[2m179.
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m191.
|
|
31
|
-
[32m✓ built in 2.
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m179.28 kB[22m[1m[22m[2m │ gzip: 34.40 kB[22m[2m │ map: 389.31 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m191.56 kB[22m[1m[22m[2m │ gzip: 35.00 kB[22m[2m │ map: 390.78 kB[22m
|
|
31
|
+
[32m✓ built in 2.09s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -4096,8 +4096,8 @@
|
|
|
4096
4096
|
}
|
|
4097
4097
|
}
|
|
4098
4098
|
function p$1(n2) {
|
|
4099
|
-
const { type: e, name: t, domain: r } = n2;
|
|
4100
|
-
return
|
|
4099
|
+
const { type: e, name: t, domain: r } = n2, o = { type: e, name: t };
|
|
4100
|
+
return r && Object.entries(r).length > 0 && Object.assign(o, { domain: r }), o;
|
|
4101
4101
|
}
|
|
4102
4102
|
function C(n2) {
|
|
4103
4103
|
return n2.map(p$1);
|
|
@@ -5715,7 +5715,7 @@
|
|
|
5715
5715
|
this.ctx.logError(e);
|
|
5716
5716
|
}
|
|
5717
5717
|
}
|
|
5718
|
-
const Y = "1.33.
|
|
5718
|
+
const Y = "1.33.14";
|
|
5719
5719
|
function Dt(t) {
|
|
5720
5720
|
return t.__renderLambda === true;
|
|
5721
5721
|
}
|