@thi.ng/iterators
Advanced tools
Comparing version 6.1.112 to 6.1.113
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/iterators", | ||
"version": "6.1.112", | ||
"version": "6.1.113", | ||
"description": "Clojure inspired, composable ES6 iterators & generators", | ||
@@ -39,5 +39,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/dcons": "^3.2.107", | ||
"@thi.ng/errors": "^2.5.2" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/dcons": "^3.2.108", | ||
"@thi.ng/errors": "^2.5.3" | ||
}, | ||
@@ -228,2 +228,3 @@ "devDependencies": { | ||
"thi.ng": { | ||
"alias": "it", | ||
"related": [ | ||
@@ -235,3 +236,3 @@ "transducers" | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -103,4 +103,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as it from "@thi.ng/iterators"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -115,3 +121,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/iterators"></script> | ||
```js | ||
const iterators = await import("@thi.ng/iterators"); | ||
const it = await import("@thi.ng/iterators"); | ||
``` | ||
@@ -118,0 +124,0 @@ |
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
88672
1313
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/dcons@^3.2.108
Updated@thi.ng/errors@^2.5.3