@thi.ng/compose
Advanced tools
Comparing version 2.1.21 to 2.1.22
# Change Log | ||
- **Last updated**: 2022-12-16T12:52:25Z | ||
- **Last updated**: 2022-12-20T16:33:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -21,3 +21,3 @@ import type { Fn, FnAny } from "@thi.ng/api"; | ||
/** | ||
* Similar to {@link (comp:1)}, but composes given functions in left-to-right order. | ||
* Similar to {@link comp}, but composes given functions in left-to-right order. | ||
*/ | ||
@@ -36,5 +36,5 @@ export declare function compL<A>(a: FnAny<A>): FnAny<A>; | ||
/** | ||
* @deprecated renamed to {@link (compL:1)} | ||
* @deprecated renamed to {@link compL} | ||
*/ | ||
export declare const compI: typeof compL; | ||
//# sourceMappingURL=comp.d.ts.map |
@@ -35,4 +35,4 @@ import { illegalArity } from "@thi.ng/errors/illegal-arity"; | ||
/** | ||
* @deprecated renamed to {@link (compL:1)} | ||
* @deprecated renamed to {@link compL} | ||
*/ | ||
export const compI = compL; |
{ | ||
"name": "@thi.ng/compose", | ||
"version": "2.1.21", | ||
"version": "2.1.22", | ||
"description": "Optimized functional composition helpers", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.6.0", | ||
"@thi.ng/api": "^8.6.1", | ||
"@thi.ng/errors": "^2.2.6" | ||
@@ -109,3 +109,3 @@ }, | ||
}, | ||
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n" | ||
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41846
Updated@thi.ng/api@^8.6.1