@milaboratories/milaboratories.pool-explorer.model 1.0.45 → 1.0.46
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 +7 -0
- package/dist/bundle.js +10 -1
- 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.46 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 99ms
|
|
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 99ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2110ms
|
|
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 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[2m178.
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m190.
|
|
31
|
-
[32m✓ built in
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m178.26 kB[22m[1m[22m[2m │ gzip: 34.20 kB[22m[2m │ map: 389.19 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m190.49 kB[22m[1m[22m[2m │ gzip: 34.79 kB[22m[2m │ map: 390.65 kB[22m
|
|
31
|
+
[32m✓ built in 2.38s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -5676,8 +5676,17 @@
|
|
|
5676
5676
|
getCurrentUnstableMarker() {
|
|
5677
5677
|
return this.ctx.getCurrentUnstableMarker();
|
|
5678
5678
|
}
|
|
5679
|
+
logInfo(e) {
|
|
5680
|
+
this.ctx.logInfo(e);
|
|
5681
|
+
}
|
|
5682
|
+
logWarn(e) {
|
|
5683
|
+
this.ctx.logWarn(e);
|
|
5684
|
+
}
|
|
5685
|
+
logError(e) {
|
|
5686
|
+
this.ctx.logError(e);
|
|
5687
|
+
}
|
|
5679
5688
|
}
|
|
5680
|
-
const Y = "1.
|
|
5689
|
+
const Y = "1.32.1";
|
|
5681
5690
|
function Kt(t) {
|
|
5682
5691
|
return t.__renderLambda === true;
|
|
5683
5692
|
}
|