@milaboratories/milaboratories.ui-examples.model 1.0.40 → 1.0.42
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 +14 -0
- package/dist/bundle.js +207 -206
- 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,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @milaboratories/milaboratories.ui-examples.model@1.0.
|
|
2
|
+
> @milaboratories/milaboratories.ui-examples.model@1.0.42 build /home/runner/work/platforma/platforma/etc/block-components/ui-examples/model
|
|
3
3
|
> tsup && vite build && block-tools build-model
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
[32mCJS[39m ⚡️ Build success in 78ms
|
|
16
16
|
[32mESM[39m [1mdist/index.js [22m[32m2.76 KB[39m
|
|
17
17
|
[32mESM[39m [1mdist/index.js.map [22m[32m7.03 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 79ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 848ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m1.70 KB[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.70 KB[39m
|
|
23
23
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
|
@@ -25,6 +25,6 @@ transforming...
|
|
|
25
25
|
[32m✓[39m 4 modules transformed.
|
|
26
26
|
rendering chunks...
|
|
27
27
|
computing gzip size...
|
|
28
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m140.
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m150.
|
|
30
|
-
[32m✓ built in
|
|
28
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m140.60 kB[22m[1m[22m[2m │ gzip: 25.33 kB[22m[2m │ map: 302.45 kB[22m
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m150.53 kB[22m[1m[22m[2m │ gzip: 25.79 kB[22m[2m │ map: 303.52 kB[22m
|
|
30
|
+
[32m✓ built in 422ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.model
|
|
2
2
|
|
|
3
|
+
## 1.0.42
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a071779]
|
|
8
|
+
- Updated dependencies [6208826]
|
|
9
|
+
- @platforma-sdk/model@1.13.5
|
|
10
|
+
|
|
11
|
+
## 1.0.41
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @platforma-sdk/model@1.13.2
|
|
16
|
+
|
|
3
17
|
## 1.0.40
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|