@thi.ng/grid-iterators 3.0.10 → 3.0.11
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 +14 -14
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/grid-iterators",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
28
28
|
"build:assets": "node tools/build-assets",
|
|
29
|
-
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc internal",
|
|
29
|
+
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc internal",
|
|
30
30
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
31
31
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
32
32
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
"test": "testament test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.7.
|
|
39
|
-
"@thi.ng/arrays": "^2.5.
|
|
40
|
-
"@thi.ng/binary": "^3.3.
|
|
41
|
-
"@thi.ng/bitfield": "^2.2.
|
|
42
|
-
"@thi.ng/morton": "^3.1.
|
|
43
|
-
"@thi.ng/random": "^3.3.
|
|
44
|
-
"@thi.ng/transducers": "^8.3.
|
|
38
|
+
"@thi.ng/api": "^8.7.4",
|
|
39
|
+
"@thi.ng/arrays": "^2.5.8",
|
|
40
|
+
"@thi.ng/binary": "^3.3.21",
|
|
41
|
+
"@thi.ng/bitfield": "^2.2.24",
|
|
42
|
+
"@thi.ng/morton": "^3.1.32",
|
|
43
|
+
"@thi.ng/random": "^3.3.27",
|
|
44
|
+
"@thi.ng/transducers": "^8.3.38"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@microsoft/api-extractor": "^7.34.
|
|
48
|
-
"@thi.ng/testament": "^0.3.
|
|
49
|
-
"rimraf": "^4.
|
|
47
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
48
|
+
"@thi.ng/testament": "^0.3.13",
|
|
49
|
+
"rimraf": "^4.4.0",
|
|
50
50
|
"tools": "^0.0.1",
|
|
51
|
-
"typedoc": "^0.23.
|
|
51
|
+
"typedoc": "^0.23.26",
|
|
52
52
|
"typescript": "^4.9.5"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
@@ -158,5 +158,5 @@
|
|
|
158
158
|
],
|
|
159
159
|
"year": 2019
|
|
160
160
|
},
|
|
161
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
|
|
162
162
|
}
|