effect 3.19.8 → 3.19.9

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.
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.setCurrentVersion = exports.getCurrentVersion = void 0;
7
- let moduleVersion = "3.19.8";
7
+ let moduleVersion = "3.19.9";
8
8
  const getCurrentVersion = () => moduleVersion;
9
9
  exports.getCurrentVersion = getCurrentVersion;
10
10
  const setCurrentVersion = version => {
@@ -4344,7 +4344,7 @@ export {
4344
4344
  set as Set };
4345
4345
  const bigDecimalPretty = () => val => `BigDecimal(${bigDecimal_.format(bigDecimal_.normalize(val))})`;
4346
4346
  const bigDecimalArbitrary = () => fc => fc.tuple(fc.bigInt(), fc.integer({
4347
- min: 0,
4347
+ min: -18,
4348
4348
  max: 18
4349
4349
  })).map(([value, scale]) => bigDecimal_.make(value, scale));
4350
4350
  /**