@nlozgachev/pipelined 0.20.0 → 0.22.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/README.md +46 -34
- package/dist/{Task-JOnNAaPq.d.mts → Task-CT8iwwuB.d.mts} +76 -2
- package/dist/{Task-BAT6Z6b9.d.ts → Task-GSGtQO1m.d.ts} +76 -2
- package/dist/{chunk-RUDOUVQR.mjs → chunk-2DPG2RDB.mjs} +5 -7
- package/dist/{chunk-AC7RQXWC.mjs → chunk-C3Z56PCR.mjs} +30 -11
- package/dist/chunk-SSZXZTIX.mjs +1398 -0
- package/dist/core.d.mts +597 -105
- package/dist/core.d.ts +597 -105
- package/dist/core.js +882 -88
- package/dist/core.mjs +4 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +911 -98
- package/dist/index.mjs +5 -3
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +34 -17
- package/dist/utils.mjs +2 -2
- package/package.json +2 -1
- package/dist/chunk-7COGDULU.mjs +0 -603
package/dist/core.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Lens,
|
|
3
3
|
Logged,
|
|
4
|
+
Op,
|
|
4
5
|
Optional,
|
|
5
6
|
Predicate,
|
|
6
7
|
Reader,
|
|
@@ -14,18 +15,19 @@ import {
|
|
|
14
15
|
These,
|
|
15
16
|
Tuple,
|
|
16
17
|
Validation
|
|
17
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-SSZXZTIX.mjs";
|
|
18
19
|
import {
|
|
19
20
|
Deferred,
|
|
20
21
|
Maybe,
|
|
21
22
|
Result,
|
|
22
23
|
Task
|
|
23
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-2DPG2RDB.mjs";
|
|
24
25
|
export {
|
|
25
26
|
Deferred,
|
|
26
27
|
Lens,
|
|
27
28
|
Logged,
|
|
28
29
|
Maybe,
|
|
30
|
+
Op,
|
|
29
31
|
Optional,
|
|
30
32
|
Predicate,
|
|
31
33
|
Reader,
|
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, flip, flow, identity, juxt, memoize, memoizeWeak, not, on, once, or, pipe, tap, uncurry, uncurry3, uncurry4 } from './composition.mjs';
|
|
2
|
-
export { D as Deferred, E as Err, M as Maybe, N as None, O as Ok, R as Result, S as Some, T as Task } from './Task-
|
|
3
|
-
export { Failure, Invalid, Lens, Loading, Logged, NotAsked, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Success, TaskMaybe, TaskResult, TaskValidation, These, TheseBoth, TheseFirst, TheseSecond, Tuple, Valid, Validation } from './core.mjs';
|
|
2
|
+
export { D as Deferred, E as Err, M as Maybe, N as None, O as Ok, R as Result, S as Some, T as Task } from './Task-CT8iwwuB.mjs';
|
|
3
|
+
export { Failure, Invalid, Lens, Loading, Logged, NotAsked, Op, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Success, TaskMaybe, TaskResult, TaskValidation, These, TheseBoth, TheseFirst, TheseSecond, Tuple, Valid, Validation } from './core.mjs';
|
|
4
4
|
export { Brand } from './types.mjs';
|
|
5
5
|
export { N as NonEmptyList, i as isNonEmptyList } from './NonEmptyList-BlGFjor5.mjs';
|
|
6
6
|
export { Arr, Dict, Num, Rec, Str, Uniq } from './utils.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, flip, flow, identity, juxt, memoize, memoizeWeak, not, on, once, or, pipe, tap, uncurry, uncurry3, uncurry4 } from './composition.js';
|
|
2
|
-
export { D as Deferred, E as Err, M as Maybe, N as None, O as Ok, R as Result, S as Some, T as Task } from './Task-
|
|
3
|
-
export { Failure, Invalid, Lens, Loading, Logged, NotAsked, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Success, TaskMaybe, TaskResult, TaskValidation, These, TheseBoth, TheseFirst, TheseSecond, Tuple, Valid, Validation } from './core.js';
|
|
2
|
+
export { D as Deferred, E as Err, M as Maybe, N as None, O as Ok, R as Result, S as Some, T as Task } from './Task-GSGtQO1m.js';
|
|
3
|
+
export { Failure, Invalid, Lens, Loading, Logged, NotAsked, Op, Optional, Predicate, Reader, Refinement, RemoteData, Resource, State, Success, TaskMaybe, TaskResult, TaskValidation, These, TheseBoth, TheseFirst, TheseSecond, Tuple, Valid, Validation } from './core.js';
|
|
4
4
|
export { Brand } from './types.js';
|
|
5
5
|
export { N as NonEmptyList, i as isNonEmptyList } from './NonEmptyList-BlGFjor5.js';
|
|
6
6
|
export { Arr, Dict, Num, Rec, Str, Uniq } from './utils.js';
|