effect 3.18.1 → 3.18.2

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/dist/cjs/Array.js CHANGED
@@ -2553,7 +2553,7 @@ const cartesian = exports.cartesian = /*#__PURE__*/(0, _Function.dual)(2, (self,
2553
2553
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
2554
2554
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
2555
2555
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
2556
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2556
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2557
2557
  *
2558
2558
  * **Example**
2559
2559
  *
@@ -2601,7 +2601,7 @@ const Do = exports.Do = /*#__PURE__*/of({});
2601
2601
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
2602
2602
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
2603
2603
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
2604
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2604
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2605
2605
  *
2606
2606
  * **Example**
2607
2607
  *
@@ -2649,7 +2649,7 @@ const bind = exports.bind = /*#__PURE__*/internalDoNotation.bind(map, flatMap);
2649
2649
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
2650
2650
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
2651
2651
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
2652
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2652
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2653
2653
  *
2654
2654
  * **Example**
2655
2655
  *
@@ -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.18.1";
7
+ let moduleVersion = "3.18.2";
8
8
  const getCurrentVersion = () => moduleVersion;
9
9
  exports.getCurrentVersion = getCurrentVersion;
10
10
  const setCurrentVersion = version => {
@@ -5527,7 +5527,7 @@ export declare const cartesian: {
5527
5527
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
5528
5528
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
5529
5529
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
5530
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5530
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5531
5531
  *
5532
5532
  * **Example**
5533
5533
  *
@@ -5575,7 +5575,7 @@ export declare const Do: ReadonlyArray<{}>;
5575
5575
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
5576
5576
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
5577
5577
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
5578
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5578
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5579
5579
  *
5580
5580
  * **Example**
5581
5581
  *
@@ -5623,7 +5623,7 @@ export declare const bind: {
5623
5623
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
5624
5624
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
5625
5625
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
5626
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5626
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5627
5627
  *
5628
5628
  * **Example**
5629
5629
  *
@@ -5673,7 +5673,7 @@ export declare const bind: {
5673
5673
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
5674
5674
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
5675
5675
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
5676
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5676
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5677
5677
  *
5678
5678
  * **Example**
5679
5679
  *
@@ -5724,7 +5724,7 @@ export declare const bind: {
5724
5724
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
5725
5725
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
5726
5726
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
5727
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5727
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5728
5728
  *
5729
5729
  * **Example**
5730
5730
  *
@@ -5772,7 +5772,7 @@ export declare const bindTo: {
5772
5772
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
5773
5773
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
5774
5774
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
5775
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5775
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5776
5776
  *
5777
5777
  * **Example**
5778
5778
  *
@@ -5822,7 +5822,7 @@ export declare const bindTo: {
5822
5822
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
5823
5823
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
5824
5824
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
5825
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5825
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5826
5826
  *
5827
5827
  * **Example**
5828
5828
  *
@@ -5882,7 +5882,7 @@ export {
5882
5882
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
5883
5883
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
5884
5884
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
5885
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5885
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
5886
5886
  *
5887
5887
  * **Example**
5888
5888
  *
package/dist/esm/Array.js CHANGED
@@ -2511,7 +2511,7 @@ export const cartesian = /*#__PURE__*/dual(2, (self, that) => cartesianWith(self
2511
2511
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
2512
2512
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
2513
2513
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
2514
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2514
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2515
2515
  *
2516
2516
  * **Example**
2517
2517
  *
@@ -2559,7 +2559,7 @@ export const Do = /*#__PURE__*/of({});
2559
2559
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
2560
2560
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
2561
2561
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
2562
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2562
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2563
2563
  *
2564
2564
  * **Example**
2565
2565
  *
@@ -2607,7 +2607,7 @@ export const bind = /*#__PURE__*/internalDoNotation.bind(map, flatMap);
2607
2607
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
2608
2608
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
2609
2609
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
2610
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2610
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2611
2611
  *
2612
2612
  * **Example**
2613
2613
  *
@@ -2657,7 +2657,7 @@ export {
2657
2657
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
2658
2658
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
2659
2659
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
2660
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2660
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
2661
2661
  *
2662
2662
  * **Example**
2663
2663
  *
@@ -1,4 +1,4 @@
1
- let moduleVersion = "3.18.1";
1
+ let moduleVersion = "3.18.2";
2
2
  export const getCurrentVersion = () => moduleVersion;
3
3
  export const setCurrentVersion = version => {
4
4
  moduleVersion = version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "effect",
3
- "version": "3.18.1",
3
+ "version": "3.18.2",
4
4
  "description": "The missing standard library for TypeScript, for writing production-grade software.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/Array.ts CHANGED
@@ -6447,7 +6447,7 @@ export const cartesian: {
6447
6447
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
6448
6448
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
6449
6449
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
6450
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6450
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6451
6451
  *
6452
6452
  * **Example**
6453
6453
  *
@@ -6496,7 +6496,7 @@ export const Do: ReadonlyArray<{}> = of({})
6496
6496
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
6497
6497
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
6498
6498
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
6499
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6499
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6500
6500
  *
6501
6501
  * **Example**
6502
6502
  *
@@ -6544,7 +6544,7 @@ export const bind: {
6544
6544
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
6545
6545
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
6546
6546
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
6547
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6547
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6548
6548
  *
6549
6549
  * **Example**
6550
6550
  *
@@ -6594,7 +6594,7 @@ export const bind: {
6594
6594
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
6595
6595
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
6596
6596
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
6597
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6597
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6598
6598
  *
6599
6599
  * **Example**
6600
6600
  *
@@ -6648,7 +6648,7 @@ export const bind: {
6648
6648
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
6649
6649
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
6650
6650
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
6651
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6651
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6652
6652
  *
6653
6653
  * **Example**
6654
6654
  *
@@ -6696,7 +6696,7 @@ export const bindTo: {
6696
6696
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
6697
6697
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
6698
6698
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
6699
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6699
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6700
6700
  *
6701
6701
  * **Example**
6702
6702
  *
@@ -6744,7 +6744,7 @@ export const bindTo: {
6744
6744
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
6745
6745
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
6746
6746
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
6747
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6747
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6748
6748
  *
6749
6749
  * **Example**
6750
6750
  *
@@ -6807,7 +6807,7 @@ export {
6807
6807
  * 2. Within the do simulation scope, you can use the `bind` function to define variables and bind them to `Array` values
6808
6808
  * 3. You can accumulate multiple `bind` statements to define multiple variables within the scope
6809
6809
  * 4. Inside the do simulation scope, you can also use the `let` function to define variables and bind them to simple values
6810
- * 5. Regular `Option` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6810
+ * 5. Regular `Array` functions like `map` and `filter` can still be used within the do simulation. These functions will receive the accumulated variables as arguments within the scope
6811
6811
  *
6812
6812
  * **Example**
6813
6813
  *
@@ -1,4 +1,4 @@
1
- let moduleVersion = "3.18.1"
1
+ let moduleVersion = "3.18.2"
2
2
 
3
3
  export const getCurrentVersion = () => moduleVersion
4
4