@thi.ng/grid-iterators 4.0.166 → 4.0.168
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/README.md +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
|
|
11
|
-
> This is one of
|
|
11
|
+
> This is one of 216 standalone projects. LLM-free, human-made and
|
|
12
12
|
> cared for software, maintained as part of the
|
|
13
13
|
> [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
|
|
14
14
|
> anti-framework.
|
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.168",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@thi.ng/api": "^8.12.
|
|
46
|
-
"@thi.ng/arrays": "^2.14.
|
|
47
|
-
"@thi.ng/binary": "^3.6.
|
|
48
|
-
"@thi.ng/bitfield": "^2.4.
|
|
49
|
-
"@thi.ng/errors": "^2.6.
|
|
50
|
-
"@thi.ng/morton": "^3.1.
|
|
51
|
-
"@thi.ng/random": "^4.1.
|
|
52
|
-
"@thi.ng/transducers": "^9.6.
|
|
45
|
+
"@thi.ng/api": "^8.12.26",
|
|
46
|
+
"@thi.ng/arrays": "^2.14.23",
|
|
47
|
+
"@thi.ng/binary": "^3.6.15",
|
|
48
|
+
"@thi.ng/bitfield": "^2.4.42",
|
|
49
|
+
"@thi.ng/errors": "^2.6.15",
|
|
50
|
+
"@thi.ng/morton": "^3.1.149",
|
|
51
|
+
"@thi.ng/random": "^4.1.52",
|
|
52
|
+
"@thi.ng/transducers": "^9.6.40"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"esbuild": "^0.28.0",
|
|
@@ -169,5 +169,5 @@
|
|
|
169
169
|
],
|
|
170
170
|
"year": 2019
|
|
171
171
|
},
|
|
172
|
-
"gitHead": "
|
|
172
|
+
"gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
|
|
173
173
|
}
|