@thi.ng/grid-iterators 4.0.71 → 4.0.72
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/package.json +11 -12
package/CHANGELOG.md
CHANGED
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.72",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build:assets": "node tools/build-assets",
|
|
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
|
-
"clean": "
|
|
31
|
+
"clean": "bun ../../tools/src/clean-package.ts",
|
|
32
32
|
"doc": "typedoc --excludePrivate --excludeInternal --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",
|
|
@@ -38,19 +38,18 @@
|
|
|
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": "^3.7.
|
|
48
|
-
"@thi.ng/transducers": "^9.0.
|
|
41
|
+
"@thi.ng/api": "^8.11.1",
|
|
42
|
+
"@thi.ng/arrays": "^2.9.5",
|
|
43
|
+
"@thi.ng/binary": "^3.4.24",
|
|
44
|
+
"@thi.ng/bitfield": "^2.3.40",
|
|
45
|
+
"@thi.ng/errors": "^2.5.6",
|
|
46
|
+
"@thi.ng/morton": "^3.1.85",
|
|
47
|
+
"@thi.ng/random": "^3.7.5",
|
|
48
|
+
"@thi.ng/transducers": "^9.0.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@microsoft/api-extractor": "^7.43.0",
|
|
52
52
|
"esbuild": "^0.20.2",
|
|
53
|
-
"rimraf": "^5.0.5",
|
|
54
53
|
"typedoc": "^0.25.12",
|
|
55
54
|
"typescript": "^5.4.3"
|
|
56
55
|
},
|
|
@@ -167,5 +166,5 @@
|
|
|
167
166
|
],
|
|
168
167
|
"year": 2019
|
|
169
168
|
},
|
|
170
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
|
|
171
170
|
}
|