@thi.ng/grid-iterators 4.0.70 → 4.0.71
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 +7 -1
- package/README.md +2 -2
- package/clipping.d.ts +2 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2024-04-
|
|
3
|
+
- **Last updated**: 2024-04-20T14:42:45Z
|
|
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.
|
|
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
|
|
|
9
9
|
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
|
10
10
|
and/or version bumps of transitive dependencies.
|
|
11
11
|
|
|
12
|
+
### [4.0.71](https://github.com/thi-ng/umbrella/tree/@thi.ng/grid-iterators@4.0.71) (2024-04-20)
|
|
13
|
+
|
|
14
|
+
#### ♻️ Refactoring
|
|
15
|
+
|
|
16
|
+
- update type usage ([a3afff7](https://github.com/thi-ng/umbrella/commit/a3afff7))
|
|
17
|
+
|
|
12
18
|
### [4.0.54](https://github.com/thi-ng/umbrella/tree/@thi.ng/grid-iterators@4.0.54) (2024-02-22)
|
|
13
19
|
|
|
14
20
|
#### ♻️ Refactoring
|
package/README.md
CHANGED
|
@@ -242,10 +242,10 @@ import * as gi from "@thi.ng/grid-iterators";
|
|
|
242
242
|
Browser ESM import:
|
|
243
243
|
|
|
244
244
|
```html
|
|
245
|
-
<script type="module" src="https://
|
|
245
|
+
<script type="module" src="https://esm.run/@thi.ng/grid-iterators"></script>
|
|
246
246
|
```
|
|
247
247
|
|
|
248
|
-
[
|
|
248
|
+
[JSDelivr documentation](https://www.jsdelivr.com/)
|
|
249
249
|
|
|
250
250
|
For Node.js REPL:
|
|
251
251
|
|
package/clipping.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FnU7, FnU8, Tuple } from "@thi.ng/api";
|
|
1
|
+
import type { FnU7, FnU8, Maybe, Tuple } from "@thi.ng/api";
|
|
2
2
|
/**
|
|
3
3
|
* Filters points from `src` iterable to remove any falling outside the rect
|
|
4
4
|
* defined by `left,top`..`right,bottom`.
|
|
@@ -39,5 +39,5 @@ export declare const intersectRectCircle: FnU7<number, boolean>;
|
|
|
39
39
|
*
|
|
40
40
|
* @internal
|
|
41
41
|
*/
|
|
42
|
-
export declare const liangBarsky: FnU8<number, Tuple<number, 4
|
|
42
|
+
export declare const liangBarsky: FnU8<number, Maybe<Tuple<number, 4>>>;
|
|
43
43
|
//# sourceMappingURL=clipping.d.ts.map
|
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.71",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.
|
|
42
|
-
"@thi.ng/arrays": "^2.9.
|
|
43
|
-
"@thi.ng/binary": "^3.4.
|
|
44
|
-
"@thi.ng/bitfield": "^2.3.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"@thi.ng/morton": "^3.1.
|
|
47
|
-
"@thi.ng/random": "^3.7.
|
|
48
|
-
"@thi.ng/transducers": "^9.0.
|
|
41
|
+
"@thi.ng/api": "^8.11.0",
|
|
42
|
+
"@thi.ng/arrays": "^2.9.4",
|
|
43
|
+
"@thi.ng/binary": "^3.4.23",
|
|
44
|
+
"@thi.ng/bitfield": "^2.3.39",
|
|
45
|
+
"@thi.ng/errors": "^2.5.5",
|
|
46
|
+
"@thi.ng/morton": "^3.1.84",
|
|
47
|
+
"@thi.ng/random": "^3.7.4",
|
|
48
|
+
"@thi.ng/transducers": "^9.0.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@microsoft/api-extractor": "^7.43.0",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
],
|
|
168
168
|
"year": 2019
|
|
169
169
|
},
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
|
|
171
171
|
}
|