@nlozgachev/pipelined 0.53.0 → 0.55.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/{InternalTypes-CDiDBAY4.d.mts → InternalTypes-DuK_XpTi.d.cts} +1 -1
- package/dist/{Validation-CvCuj9D2.d.mts → Validation-CbU7Z-kj.d.cts} +85 -94
- package/dist/{Validation-wDL4nEcO.d.ts → Validation-CmxZ3V4r.d.ts} +82 -91
- package/dist/{chunk-5OFVS5UZ.mjs → chunk-JSG7SFXS.js} +1 -1
- package/dist/{chunk-XFE3SQEE.mjs → chunk-MFJXL6J2.js} +53 -62
- package/dist/{chunk-L6GLADRU.mjs → chunk-NIE7VVZU.js} +4 -5
- package/dist/composition.cjs +533 -0
- package/dist/{composition.d.mts → composition.d.cts} +2 -2
- package/dist/composition.js +35 -503
- package/dist/core.cjs +2678 -0
- package/dist/{core.d.mts → core.d.cts} +12 -12
- package/dist/core.d.ts +9 -9
- package/dist/core.js +27 -2665
- package/dist/data.cjs +1612 -0
- package/dist/{data.d.mts → data.d.cts} +4 -4
- package/dist/data.d.ts +1 -1
- package/dist/data.js +14 -2137
- package/dist/index.cjs +4508 -0
- package/dist/{index.d.mts → index.d.cts} +7 -7
- package/dist/index.d.ts +1 -1
- package/dist/index.js +73 -4454
- package/dist/types.cjs +84 -0
- package/dist/{types.d.mts → types.d.cts} +2 -2
- package/dist/types.js +7 -81
- package/package.json +2 -1
- package/dist/composition.mjs +0 -65
- package/dist/core.mjs +0 -49
- package/dist/data.mjs +0 -22
- package/dist/index.mjs +0 -136
- package/dist/types.mjs +0 -10
- /package/dist/{Duration-B8joKzro.d.mts → Duration-B8joKzro.d.cts} +0 -0
- /package/dist/{chunk-DENXUTKL.mjs → chunk-OIIOGDHK.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
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, tuple, uncurry, uncurry3, uncurry4, untuple } from './composition.
|
|
2
|
-
export { Combinable, Failure, Lazy, Lens, Loading, Logged, NotAsked, Op, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Stream, Success, These, TheseBoth, TheseFirst, TheseSecond, Tuple } from './core.
|
|
3
|
-
export { D as Deferred } from './InternalTypes-
|
|
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-
|
|
5
|
-
export { Arr, BigNum, Dict, Json, NonEmptyMap, NonEmptyRecord, NonEmptySet, NonEmptyString, Num, Rec, Str, Uniq } from './data.
|
|
6
|
-
export { B as Brand, D as Duration } from './Duration-B8joKzro.
|
|
7
|
-
export { RetryPolicy } from './types.
|
|
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, tuple, uncurry, uncurry3, uncurry4, untuple } from './composition.cjs';
|
|
2
|
+
export { Combinable, Failure, Lazy, Lens, Loading, Logged, NotAsked, Op, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Stream, Success, These, TheseBoth, TheseFirst, TheseSecond, Tuple } from './core.cjs';
|
|
3
|
+
export { D as Deferred } from './InternalTypes-DuK_XpTi.cjs';
|
|
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-CbU7Z-kj.cjs';
|
|
5
|
+
export { Arr, BigNum, Dict, Json, NonEmptyMap, NonEmptyRecord, NonEmptySet, NonEmptyString, Num, Rec, Str, Uniq } from './data.cjs';
|
|
6
|
+
export { B as Brand, D as Duration } from './Duration-B8joKzro.cjs';
|
|
7
|
+
export { RetryPolicy } from './types.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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, tuple, uncurry, uncurry3, uncurry4, untuple } from './composition.js';
|
|
2
2
|
export { Combinable, Failure, Lazy, Lens, Loading, Logged, NotAsked, Op, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Stream, Success, These, TheseBoth, TheseFirst, TheseSecond, Tuple } from './core.js';
|
|
3
3
|
export { D as Deferred } from './InternalTypes-LdhLQx3N.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-
|
|
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-CmxZ3V4r.js';
|
|
5
5
|
export { Arr, BigNum, Dict, Json, NonEmptyMap, NonEmptyRecord, NonEmptySet, NonEmptyString, Num, Rec, Str, Uniq } from './data.js';
|
|
6
6
|
export { B as Brand, D as Duration } from './Duration-B8joKzro.js';
|
|
7
7
|
export { RetryPolicy } from './types.js';
|