@milaboratories/milaboratories.pool-explorer.model 1.0.90 → 1.0.91

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,16 +1,16 @@
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.90 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.0.91 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
4
  > ts-builder build --target block-model && block-tools build-model
5
5
 
6
6
  Building block-model project...
7
7
  ↳ rollup -c /configs/rollup.block-model.config.js
8
8
  
9
9
  ./src/index.ts → dist, dist...
10
- created dist, dist in 4.2s
10
+ created dist, dist in 8.2s
11
11
  
12
12
  ./src/index.ts → dist...
13
13
  (!) Circular dependency
14
14
  ../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
15
- created dist in 3.4s
15
+ created dist in 6.6s
16
16
  Build completed successfully
@@ -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.90 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.0.91 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
4
  > ts-builder types --target block-model
5
5
 
6
6
  ↳ tsc --noEmit --project ./tsconfig.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.pool-explorer.model
2
2
 
3
+ ## 1.0.91
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3d9638e]
8
+ - @platforma-sdk/model@1.42.47
9
+
3
10
  ## 1.0.90
4
11
 
5
12
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4293,12 +4293,12 @@
4293
4293
  ZodError: ZodError
4294
4294
  });
4295
4295
 
4296
- /** Range in bytes, from should be less or equal than to. */
4296
+ /** Range in bytes, from should be less than to. */
4297
4297
  z.object({
4298
4298
  /** Included left border. */
4299
- from: z.number(),
4299
+ from: z.number().min(0),
4300
4300
  /** Excluded right border. */
4301
- to: z.number(),
4301
+ to: z.number().min(1),
4302
4302
  });
4303
4303
 
4304
4304
  function assertNever(x) {
@@ -6760,7 +6760,7 @@
6760
6760
  }
6761
6761
  }
6762
6762
 
6763
- var version = "1.42.46";
6763
+ var version = "1.42.47";
6764
6764
 
6765
6765
  const PlatformaSDKVersion = version;
6766
6766