@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.
@@ -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.45 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
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
  CLI Building entry: src/index.ts
@@ -13,12 +13,12 @@
13
13
  ESM Build start
14
14
  CJS dist/index.cjs 436.00 B
15
15
  CJS dist/index.cjs.map 1013.00 B
16
- CJS ⚡️ Build success in 280ms
16
+ CJS ⚡️ Build success in 99ms
17
17
  ESM dist/index.js 410.00 B
18
18
  ESM dist/index.js.map 996.00 B
19
- ESM ⚡️ Build success in 280ms
19
+ ESM ⚡️ Build success in 99ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 3679ms
21
+ DTS ⚡️ Build success in 2110ms
22
22
  DTS dist/index.d.cts 1.14 KB
23
23
  DTS dist/index.d.ts 1.14 KB
24
24
  vite v5.4.11 building for production...
@@ -26,6 +26,6 @@ transforming...
26
26
  ✓ 9 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/bundle.js 178.13 kB │ gzip: 34.17 kB │ map: 388.88 kB
30
- dist/bundle.js 190.34 kB │ gzip: 34.77 kB │ map: 390.34 kB
31
- ✓ built in 1.92s
29
+ dist/bundle.js 178.26 kB │ gzip: 34.20 kB │ map: 389.19 kB
30
+ dist/bundle.js 190.49 kB │ gzip: 34.79 kB │ map: 390.65 kB
31
+ ✓ built in 2.38s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.pool-explorer.model
2
2
 
3
+ ## 1.0.46
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f511ff]
8
+ - @platforma-sdk/model@1.32.1
9
+
3
10
  ## 1.0.45
4
11
 
5
12
  ### Patch Changes
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.31.17";
5689
+ const Y = "1.32.1";
5681
5690
  function Kt(t) {
5682
5691
  return t.__renderLambda === true;
5683
5692
  }