@milaboratories/milaboratories.ui-examples.model 1.1.63 → 1.1.64
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 +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.ui-examples.model@1.1.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.1.64 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
|
|
@@ -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[32m6.35 KB[39m
|
|
15
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m14.56 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in 300ms
|
|
17
14
|
[32mCJS[39m [1mdist/index.cjs [22m[32m6.46 KB[39m
|
|
18
15
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m14.65 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 273ms
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m6.35 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m14.56 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 273ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2363ms
|
|
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[2m189.
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m202.
|
|
31
|
-
[32m✓ built in 1.
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m189.57 kB[22m[1m[22m[2m │ gzip: 36.76 kB[22m[2m │ map: 406.51 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m202.59 kB[22m[1m[22m[2m │ gzip: 37.43 kB[22m[2m │ map: 408.10 kB[22m
|
|
31
|
+
[32m✓ built in 1.31s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -5685,8 +5685,17 @@
|
|
|
5685
5685
|
getCurrentUnstableMarker() {
|
|
5686
5686
|
return this.ctx.getCurrentUnstableMarker();
|
|
5687
5687
|
}
|
|
5688
|
+
logInfo(e) {
|
|
5689
|
+
this.ctx.logInfo(e);
|
|
5690
|
+
}
|
|
5691
|
+
logWarn(e) {
|
|
5692
|
+
this.ctx.logWarn(e);
|
|
5693
|
+
}
|
|
5694
|
+
logError(e) {
|
|
5695
|
+
this.ctx.logError(e);
|
|
5696
|
+
}
|
|
5688
5697
|
}
|
|
5689
|
-
const Y = "1.
|
|
5698
|
+
const Y = "1.32.1";
|
|
5690
5699
|
function Kt(t) {
|
|
5691
5700
|
return t.__renderLambda === true;
|
|
5692
5701
|
}
|