@thi.ng/grid-iterators 2.1.1 → 2.1.2
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 +8 -0
- package/README.md +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/grid-iterators@2.1.1...@thi.ng/grid-iterators@2.1.2) (2021-11-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @thi.ng/grid-iterators
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/grid-iterators@2.1.0...@thi.ng/grid-iterators@2.1.1) (2021-11-04)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @thi.ng/grid-iterators
|
package/README.md
CHANGED
|
@@ -225,7 +225,7 @@ node --experimental-repl-await
|
|
|
225
225
|
> const gridIterators = await import("@thi.ng/grid-iterators");
|
|
226
226
|
```
|
|
227
227
|
|
|
228
|
-
Package sizes (gzipped, pre-treeshake): ESM: 2.
|
|
228
|
+
Package sizes (gzipped, pre-treeshake): ESM: 2.22 KB
|
|
229
229
|
|
|
230
230
|
## Dependencies
|
|
231
231
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/grid-iterators",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"test": "testament test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.
|
|
39
|
-
"@thi.ng/arrays": "^2.0.
|
|
40
|
-
"@thi.ng/binary": "^3.0.
|
|
41
|
-
"@thi.ng/bitfield": "^2.0.
|
|
42
|
-
"@thi.ng/morton": "^3.0.
|
|
43
|
-
"@thi.ng/random": "^3.1.
|
|
44
|
-
"@thi.ng/transducers": "^8.0.
|
|
38
|
+
"@thi.ng/api": "^8.2.0",
|
|
39
|
+
"@thi.ng/arrays": "^2.0.8",
|
|
40
|
+
"@thi.ng/binary": "^3.0.8",
|
|
41
|
+
"@thi.ng/bitfield": "^2.0.8",
|
|
42
|
+
"@thi.ng/morton": "^3.0.8",
|
|
43
|
+
"@thi.ng/random": "^3.1.4",
|
|
44
|
+
"@thi.ng/transducers": "^8.0.8"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@thi.ng/testament": "^0.1.6"
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
],
|
|
145
145
|
"year": 2019
|
|
146
146
|
},
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
|
|
148
148
|
}
|