@thi.ng/grid-iterators 4.0.80 → 4.0.82
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 +1 -1
- package/README.md +2 -2
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -224,8 +224,8 @@ optional clipping:
|
|
|
224
224
|
## Related packages
|
|
225
225
|
|
|
226
226
|
- [@thi.ng/morton](https://github.com/thi-ng/umbrella/tree/develop/packages/morton) - Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions
|
|
227
|
-
- [@thi.ng/rasterize](https://github.com/thi-ng/umbrella/tree/develop/packages/rasterize) - 2D shape drawing & rasterization
|
|
228
|
-
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers) -
|
|
227
|
+
- [@thi.ng/rasterize](https://github.com/thi-ng/umbrella/tree/develop/packages/rasterize) - Headless 2D shape drawing, filling & rasterization for arbitrary targets/purposes (no canvas required)
|
|
228
|
+
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers) - Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations
|
|
229
229
|
|
|
230
230
|
## Installation
|
|
231
231
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/grid-iterators",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.82",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.11.
|
|
42
|
-
"@thi.ng/arrays": "^2.9.
|
|
43
|
-
"@thi.ng/binary": "^3.4.
|
|
44
|
-
"@thi.ng/bitfield": "^2.3.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"@thi.ng/morton": "^3.1.
|
|
47
|
-
"@thi.ng/random": "^4.0.
|
|
48
|
-
"@thi.ng/transducers": "^9.0.
|
|
41
|
+
"@thi.ng/api": "^8.11.8",
|
|
42
|
+
"@thi.ng/arrays": "^2.9.14",
|
|
43
|
+
"@thi.ng/binary": "^3.4.31",
|
|
44
|
+
"@thi.ng/bitfield": "^2.3.48",
|
|
45
|
+
"@thi.ng/errors": "^2.5.14",
|
|
46
|
+
"@thi.ng/morton": "^3.1.93",
|
|
47
|
+
"@thi.ng/random": "^4.0.2",
|
|
48
|
+
"@thi.ng/transducers": "^9.0.13"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@microsoft/api-extractor": "^7.47.
|
|
51
|
+
"@microsoft/api-extractor": "^7.47.5",
|
|
52
52
|
"esbuild": "^0.23.0",
|
|
53
|
-
"typedoc": "^0.26.
|
|
54
|
-
"typescript": "^5.5.
|
|
53
|
+
"typedoc": "^0.26.5",
|
|
54
|
+
"typescript": "^5.5.4"
|
|
55
55
|
},
|
|
56
56
|
"keywords": [
|
|
57
57
|
"2d",
|
|
@@ -166,5 +166,5 @@
|
|
|
166
166
|
],
|
|
167
167
|
"year": 2019
|
|
168
168
|
},
|
|
169
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
|
|
170
170
|
}
|