@thi.ng/grid-iterators 4.0.57 → 4.0.59
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/README.md +2 -0
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
package/README.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.59",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,17 +34,18 @@
|
|
|
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": "bun tools/build-assets.ts"
|
|
37
|
+
"tool:assets": "bun tools/build-assets.ts",
|
|
38
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {
|
|
40
|
-
"@thi.ng/api": "^8.9.
|
|
41
|
-
"@thi.ng/arrays": "^2.8.
|
|
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.9.
|
|
41
|
+
"@thi.ng/api": "^8.9.28",
|
|
42
|
+
"@thi.ng/arrays": "^2.8.6",
|
|
43
|
+
"@thi.ng/binary": "^3.4.17",
|
|
44
|
+
"@thi.ng/bitfield": "^2.3.29",
|
|
45
|
+
"@thi.ng/errors": "^2.4.20",
|
|
46
|
+
"@thi.ng/morton": "^3.1.77",
|
|
47
|
+
"@thi.ng/random": "^3.6.35",
|
|
48
|
+
"@thi.ng/transducers": "^8.9.10"
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -166,5 +167,5 @@
|
|
|
166
167
|
],
|
|
167
168
|
"year": 2019
|
|
168
169
|
},
|
|
169
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
|
|
170
171
|
}
|