@nlozgachev/pipelined 0.43.0 → 0.45.0

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/core.mjs CHANGED
@@ -17,11 +17,14 @@ import {
17
17
  Result,
18
18
  State,
19
19
  Task,
20
+ TaskMaybe,
21
+ TaskResult,
22
+ TaskValidation,
20
23
  These,
21
24
  Tuple,
22
25
  Validation
23
- } from "./chunk-CHRXZIJU.mjs";
24
- import "./chunk-74JKKJ4R.mjs";
26
+ } from "./chunk-VSU36S2K.mjs";
27
+ import "./chunk-XTVF5R6R.mjs";
25
28
  export {
26
29
  Combinable,
27
30
  Deferred,
@@ -41,6 +44,9 @@ export {
41
44
  Result,
42
45
  State,
43
46
  Task,
47
+ TaskMaybe,
48
+ TaskResult,
49
+ TaskValidation,
44
50
  These,
45
51
  Tuple,
46
52
  Validation
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { and, compose, constFalse, constNull, constTrue, constUndefined, constVoid, constant, converge, curry, curry3, curry4, defaultTo, flip, flow, identity, juxt, memoize, memoizeWeak, not, on, once, or, pipe, tap, uncurry, uncurry3, uncurry4 } from './composition.mjs';
2
2
  export { Combinable, Failure, Lazy, Lens, Loading, Logged, NotAsked, Op, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Success, These, TheseBoth, TheseFirst, TheseSecond, Tuple } from './core.mjs';
3
- export { D as Deferred } from './InternalTypes-DsCqxWZm.mjs';
4
- export { E as Equality, a as Err, F as Failed, M as Maybe, N as None, O as Ok, b as Ordering, P as Passed, R as Result, S as Some, T as Task, V as Validation } from './Validation-Do6uWLLZ.mjs';
5
- export { Arr, Dict, NonEmptyRecord, Num, Rec, Str, Uniq } from './utils.mjs';
3
+ export { D as Deferred } from './InternalTypes-CLE7qlOc.mjs';
4
+ export { E as Equality, a as Err, F as Failed, M as Maybe, N as None, O as Ok, b as Ordering, P as Passed, R as Result, S as Some, T as Task, c as TaskMaybe, d as TaskResult, e as TaskValidation, V as Validation } from './Validation-v38R0qH-.mjs';
5
+ export { Arr, Dict, NonEmptyMap, NonEmptyRecord, NonEmptySet, NonEmptyString, Num, Rec, Str, Uniq } from './utils.mjs';
6
6
  export { Brand, Duration } from './types.mjs';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { and, compose, constFalse, constNull, constTrue, constUndefined, constVoid, constant, converge, curry, curry3, curry4, defaultTo, flip, flow, identity, juxt, memoize, memoizeWeak, not, on, once, or, pipe, tap, uncurry, uncurry3, uncurry4 } from './composition.js';
2
2
  export { Combinable, Failure, Lazy, Lens, Loading, Logged, NotAsked, Op, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Success, These, TheseBoth, TheseFirst, TheseSecond, Tuple } from './core.js';
3
- export { D as Deferred } from './InternalTypes-DuzMFAfJ.js';
4
- export { E as Equality, a as Err, F as Failed, M as Maybe, N as None, O as Ok, b as Ordering, P as Passed, R as Result, S as Some, T as Task, V as Validation } from './Validation-BOPLiDqa.js';
5
- export { Arr, Dict, NonEmptyRecord, Num, Rec, Str, Uniq } from './utils.js';
3
+ export { D as Deferred } from './InternalTypes-Mssktd7z.js';
4
+ export { E as Equality, a as Err, F as Failed, M as Maybe, N as None, O as Ok, b as Ordering, P as Passed, R as Result, S as Some, T as Task, c as TaskMaybe, d as TaskResult, e as TaskValidation, V as Validation } from './Validation-BMsvixWH.js';
5
+ export { Arr, Dict, NonEmptyMap, NonEmptyRecord, NonEmptySet, NonEmptyString, Num, Rec, Str, Uniq } from './utils.js';
6
6
  export { Brand, Duration } from './types.js';