@thi.ng/iterators
Advanced tools
Comparing version 6.1.117 to 6.1.118
# Change Log | ||
- **Last updated**: 2024-04-23T07:02:18Z | ||
- **Last updated**: 2024-05-08T18:24:32Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const constantly: <T>(x: T) => (...args: any[]) => T; | ||
export declare const constantly: <T>(x: T) => ((...args: any[]) => T); | ||
//# sourceMappingURL=constantly.d.ts.map |
{ | ||
"name": "@thi.ng/iterators", | ||
"version": "6.1.117", | ||
"version": "6.1.118", | ||
"description": "Clojure inspired, composable ES6 iterators & generators", | ||
@@ -39,11 +39,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.1", | ||
"@thi.ng/dcons": "^3.2.112", | ||
"@thi.ng/errors": "^2.5.6" | ||
"@thi.ng/api": "^8.11.2", | ||
"@thi.ng/dcons": "^3.2.113", | ||
"@thi.ng/errors": "^2.5.7" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"esbuild": "^0.20.2", | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.3" | ||
"@microsoft/api-extractor": "^7.43.2", | ||
"esbuild": "^0.21.1", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -234,3 +234,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n" | ||
"gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\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
88949
Updated@thi.ng/api@^8.11.2
Updated@thi.ng/dcons@^3.2.113
Updated@thi.ng/errors@^2.5.7