@thi.ng/iterators
Advanced tools
Comparing version 6.1.105 to 6.1.106
export declare const cached: <T>(input: Iterable<T>) => () => { | ||
[Symbol.iterator](): IterableIterator<T>; | ||
next(): IteratorResult<T, any>; | ||
next(): IteratorResult<T>; | ||
}; | ||
//# sourceMappingURL=cached.d.ts.map |
# Change Log | ||
- **Last updated**: 2024-03-07T20:40:47Z | ||
- **Last updated**: 2024-03-13T14:04:31Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/iterators", | ||
"version": "6.1.105", | ||
"version": "6.1.106", | ||
"description": "Clojure inspired, composable ES6 iterators & generators", | ||
@@ -39,12 +39,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.29", | ||
"@thi.ng/dcons": "^3.2.100", | ||
"@thi.ng/errors": "^2.4.20" | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/dcons": "^3.2.101", | ||
"@thi.ng/errors": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.40.1", | ||
"esbuild": "^0.20.0", | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"esbuild": "^0.20.1", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.7", | ||
"typescript": "^5.3.3" | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.2" | ||
}, | ||
@@ -234,3 +234,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n" | ||
"gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\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
88593
Updated@thi.ng/api@^8.9.30
Updated@thi.ng/dcons@^3.2.101
Updated@thi.ng/errors@^2.5.0