@thi.ng/grid-iterators 3.0.10 → 3.0.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-02T18:09:03Z
3
+ - **Last updated**: 2023-03-14T13:27:19Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/grid-iterators",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
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.3",
39
- "@thi.ng/arrays": "^2.5.7",
40
- "@thi.ng/binary": "^3.3.20",
41
- "@thi.ng/bitfield": "^2.2.23",
42
- "@thi.ng/morton": "^3.1.31",
43
- "@thi.ng/random": "^3.3.26",
44
- "@thi.ng/transducers": "^8.3.37"
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.4.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.34.2",
48
- "@thi.ng/testament": "^0.3.12",
49
- "rimraf": "^4.1.2",
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.24",
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": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
161
+ "gitHead": "1359645f3af8a7d0d43fe7944ea5cd865832f8ee\n"
162
162
  }