@milaboratories/milaboratories.monetization-test.model 1.0.0 → 1.0.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @milaboratories/milaboratories.monetization-test.model@1.0.0 build /home/runner/work/platforma/platforma/etc/blocks/monetization-test/model
2
+ > @milaboratories/milaboratories.monetization-test.model@1.0.1 build /home/runner/work/platforma/platforma/etc/blocks/monetization-test/model
3
3
  > tsup && vite build && block-tools build-model
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,21 +10,21 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.cjs 808.00 B
14
- CJS dist/index.cjs.map 1.91 KB
15
- CJS ⚡️ Build success in 58ms
16
- ESM dist/index.js 782.00 B
17
- ESM dist/index.js.map 1.90 KB
18
- ESM ⚡️ Build success in 59ms
13
+ CJS dist/index.cjs 1.00 KB
14
+ CJS dist/index.cjs.map 2.43 KB
15
+ CJS ⚡️ Build success in 63ms
16
+ ESM dist/index.js 999.00 B
17
+ ESM dist/index.js.map 2.42 KB
18
+ ESM ⚡️ Build success in 63ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 684ms
21
- DTS dist/index.d.cts 735.00 B
22
- DTS dist/index.d.ts 735.00 B
20
+ DTS ⚡️ Build success in 679ms
21
+ DTS dist/index.d.cts 796.00 B
22
+ DTS dist/index.d.ts 796.00 B
23
23
  vite v5.4.11 building for production...
24
24
  transforming...
25
25
  ✓ 4 modules transformed.
26
26
  rendering chunks...
27
27
  computing gzip size...
28
- dist/bundle.js 140.83 kB │ gzip: 25.48 kB │ map: 310.87 kB
29
- dist/bundle.js 150.79 kB │ gzip: 25.95 kB │ map: 311.95 kB
30
- ✓ built in 411ms
28
+ dist/bundle.js 141.13 kB │ gzip: 25.49 kB │ map: 311.28 kB
29
+ dist/bundle.js 151.09 kB │ gzip: 25.96 kB │ map: 312.36 kB
30
+ ✓ built in 422ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @milaboratories/milaboratories.monetization-test.model
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 21465ea: mnz: fixes pre-run
package/dist/bundle.js CHANGED
@@ -4761,6 +4761,11 @@
4761
4761
  var _a, _b;
4762
4762
  return (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("token")) == null ? void 0 : _b.getDataAsString();
4763
4763
  }).output("progresses", (ctx) => {
4764
+ var _a;
4765
+ const m = (_a = ctx.prerun) == null ? void 0 : _a.resolve("progresses");
4766
+ const progresses = m == null ? void 0 : m.mapFields((name, val) => [name, val == null ? void 0 : val.getImportProgress()]);
4767
+ return Object.fromEntries(progresses ?? []);
4768
+ }).output("mainProgresses", (ctx) => {
4764
4769
  var _a;
4765
4770
  const m = (_a = ctx.outputs) == null ? void 0 : _a.resolve("progresses");
4766
4771
  const progresses = m == null ? void 0 : m.mapFields((name, val) => [name, val == null ? void 0 : val.getImportProgress()]);