@thi.ng/grid-iterators 4.0.36 → 4.0.38
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 +12 -13
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.38",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,23 +34,22 @@
|
|
|
34
34
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
35
35
|
"pub": "yarn npm publish --access public",
|
|
36
36
|
"test": "bun test",
|
|
37
|
-
"tool:assets": "
|
|
37
|
+
"tool:assets": "bun tools/build-assets.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@thi.ng/api": "^8.9.
|
|
41
|
-
"@thi.ng/arrays": "^2.7.
|
|
42
|
-
"@thi.ng/binary": "^3.4.
|
|
43
|
-
"@thi.ng/bitfield": "^2.3.
|
|
44
|
-
"@thi.ng/errors": "^2.4.
|
|
45
|
-
"@thi.ng/morton": "^3.1.
|
|
46
|
-
"@thi.ng/random": "^3.6.
|
|
47
|
-
"@thi.ng/transducers": "^8.8.
|
|
40
|
+
"@thi.ng/api": "^8.9.14",
|
|
41
|
+
"@thi.ng/arrays": "^2.7.10",
|
|
42
|
+
"@thi.ng/binary": "^3.4.2",
|
|
43
|
+
"@thi.ng/bitfield": "^2.3.12",
|
|
44
|
+
"@thi.ng/errors": "^2.4.8",
|
|
45
|
+
"@thi.ng/morton": "^3.1.59",
|
|
46
|
+
"@thi.ng/random": "^3.6.20",
|
|
47
|
+
"@thi.ng/transducers": "^8.8.17"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-extractor": "^7.38.3",
|
|
51
51
|
"esbuild": "^0.19.8",
|
|
52
52
|
"rimraf": "^5.0.5",
|
|
53
|
-
"tools": "^0.0.1",
|
|
54
53
|
"typedoc": "^0.25.4",
|
|
55
54
|
"typescript": "^5.3.2"
|
|
56
55
|
},
|
|
@@ -76,7 +75,7 @@
|
|
|
76
75
|
"access": "public"
|
|
77
76
|
},
|
|
78
77
|
"engines": {
|
|
79
|
-
"node": ">=
|
|
78
|
+
"node": ">=18"
|
|
80
79
|
},
|
|
81
80
|
"files": [
|
|
82
81
|
"./*.js",
|
|
@@ -167,5 +166,5 @@
|
|
|
167
166
|
],
|
|
168
167
|
"year": 2019
|
|
169
168
|
},
|
|
170
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
|
|
171
170
|
}
|