@thi.ng/grid-iterators 4.0.34 → 4.0.35
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 +10 -11
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.35",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,18 +35,17 @@
|
|
|
35
35
|
"tool:assets": "tools:node-esm tools/build-assets.ts"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.9.
|
|
39
|
-
"@thi.ng/arrays": "^2.7.
|
|
40
|
-
"@thi.ng/binary": "^3.3.
|
|
41
|
-
"@thi.ng/bitfield": "^2.3.
|
|
42
|
-
"@thi.ng/errors": "^2.4.
|
|
43
|
-
"@thi.ng/morton": "^3.1.
|
|
44
|
-
"@thi.ng/random": "^3.6.
|
|
45
|
-
"@thi.ng/transducers": "^8.8.
|
|
38
|
+
"@thi.ng/api": "^8.9.11",
|
|
39
|
+
"@thi.ng/arrays": "^2.7.7",
|
|
40
|
+
"@thi.ng/binary": "^3.3.40",
|
|
41
|
+
"@thi.ng/bitfield": "^2.3.9",
|
|
42
|
+
"@thi.ng/errors": "^2.4.5",
|
|
43
|
+
"@thi.ng/morton": "^3.1.56",
|
|
44
|
+
"@thi.ng/random": "^3.6.17",
|
|
45
|
+
"@thi.ng/transducers": "^8.8.14"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/api-extractor": "^7.38.3",
|
|
49
|
-
"@thi.ng/testament": "^0.4.3",
|
|
50
49
|
"rimraf": "^5.0.5",
|
|
51
50
|
"tools": "^0.0.1",
|
|
52
51
|
"typedoc": "^0.25.4",
|
|
@@ -165,5 +164,5 @@
|
|
|
165
164
|
],
|
|
166
165
|
"year": 2019
|
|
167
166
|
},
|
|
168
|
-
"gitHead": "
|
|
167
|
+
"gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
|
|
169
168
|
}
|