@thi.ng/grid-iterators 4.0.95 → 4.0.97

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-10-05T12:12:32Z
3
+ - **Last updated**: 2024-11-24T18:15:48Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/grid-iterators",
3
- "version": "4.0.95",
3
+ "version": "4.0.97",
4
4
  "description": "2D grid and shape iterators w/ multiple orderings",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -29,7 +29,7 @@
29
29
  "build:decl": "tsc --declaration --emitDeclarationOnly",
30
30
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
31
31
  "clean": "bun ../../tools/src/clean-package.ts",
32
- "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
32
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
33
33
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
34
34
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
35
35
  "pub": "yarn npm publish --access public",
@@ -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.11",
42
- "@thi.ng/arrays": "^2.10.4",
43
- "@thi.ng/binary": "^3.4.34",
44
- "@thi.ng/bitfield": "^2.3.55",
45
- "@thi.ng/errors": "^2.5.17",
46
- "@thi.ng/morton": "^3.1.98",
47
- "@thi.ng/random": "^4.1.2",
48
- "@thi.ng/transducers": "^9.2.7"
41
+ "@thi.ng/api": "^8.11.13",
42
+ "@thi.ng/arrays": "^2.10.6",
43
+ "@thi.ng/binary": "^3.4.36",
44
+ "@thi.ng/bitfield": "^2.3.57",
45
+ "@thi.ng/errors": "^2.5.19",
46
+ "@thi.ng/morton": "^3.1.100",
47
+ "@thi.ng/random": "^4.1.4",
48
+ "@thi.ng/transducers": "^9.2.9"
49
49
  },
50
50
  "devDependencies": {
51
- "@microsoft/api-extractor": "^7.47.9",
51
+ "@microsoft/api-extractor": "^7.48.0",
52
52
  "esbuild": "^0.24.0",
53
- "typedoc": "^0.26.7",
54
- "typescript": "^5.6.2"
53
+ "typedoc": "^0.26.11",
54
+ "typescript": "^5.7.2"
55
55
  },
56
56
  "keywords": [
57
57
  "2d",
@@ -166,5 +166,5 @@
166
166
  ],
167
167
  "year": 2019
168
168
  },
169
- "gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n"
169
+ "gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
170
170
  }