@thi.ng/grid-iterators 4.0.57 → 4.0.58

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-01T15:22:50Z
3
+ - **Last updated**: 2024-03-02T14:05:53Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -174,6 +174,8 @@ recursively. The predicate function is used to select eligible grid cells
174
174
  (e.g. "pixels" of sorts).
175
175
 
176
176
  ```ts
177
+ import { floodFill } from "@thi.ng/grid-iterators";
178
+
177
179
  // source "image"
178
180
  const img = [
179
181
  "█", " ", " ", " ", "█",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/grid-iterators",
3
- "version": "4.0.57",
3
+ "version": "4.0.58",
4
4
  "description": "2D grid and shape iterators w/ multiple orderings",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@thi.ng/api": "^8.9.27",
41
- "@thi.ng/arrays": "^2.8.4",
41
+ "@thi.ng/arrays": "^2.8.5",
42
42
  "@thi.ng/binary": "^3.4.16",
43
- "@thi.ng/bitfield": "^2.3.27",
43
+ "@thi.ng/bitfield": "^2.3.28",
44
44
  "@thi.ng/errors": "^2.4.19",
45
- "@thi.ng/morton": "^3.1.75",
45
+ "@thi.ng/morton": "^3.1.76",
46
46
  "@thi.ng/random": "^3.6.34",
47
- "@thi.ng/transducers": "^8.9.8"
47
+ "@thi.ng/transducers": "^8.9.9"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.40.1",
@@ -166,5 +166,5 @@
166
166
  ],
167
167
  "year": 2019
168
168
  },
169
- "gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
169
+ "gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n"
170
170
  }