@thi.ng/grid-iterators 4.0.81 → 4.0.83

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-10T15:03:07Z
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
@@ -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) - Lightweight transducer implementations for ES6 / TypeScript
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.81",
3
+ "version": "4.0.83",
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.7",
42
- "@thi.ng/arrays": "^2.9.13",
43
- "@thi.ng/binary": "^3.4.30",
44
- "@thi.ng/bitfield": "^2.3.47",
45
- "@thi.ng/errors": "^2.5.13",
46
- "@thi.ng/morton": "^3.1.92",
47
- "@thi.ng/random": "^4.0.1",
48
- "@thi.ng/transducers": "^9.0.12"
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.49",
45
+ "@thi.ng/errors": "^2.5.14",
46
+ "@thi.ng/morton": "^3.1.94",
47
+ "@thi.ng/random": "^4.0.2",
48
+ "@thi.ng/transducers": "^9.1.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@microsoft/api-extractor": "^7.47.0",
51
+ "@microsoft/api-extractor": "^7.47.5",
52
52
  "esbuild": "^0.23.0",
53
- "typedoc": "^0.26.3",
54
- "typescript": "^5.5.3"
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": "bd22b0826134b79064169371665b4d6caa9b6066\n"
169
+ "gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
170
170
  }