@thi.ng/geom-closest-point
Advanced tools
Comparing version 2.1.123 to 2.1.124
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [2.1.124](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-closest-point@2.1.124) (2024-04-20) | ||
#### ♻️ Refactoring | ||
- update type usage ([b074973](https://github.com/thi-ng/umbrella/commit/b074973)) | ||
### [2.1.82](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-closest-point@2.1.82) (2023-11-09) | ||
@@ -14,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { FnU3 } from "@thi.ng/api"; | ||
import type { FnU3, Maybe } from "@thi.ng/api"; | ||
import type { ReadonlyVec, Vec } from "@thi.ng/vectors"; | ||
@@ -27,3 +27,3 @@ /** | ||
*/ | ||
export declare const closestT: FnU3<ReadonlyVec, number | undefined>; | ||
export declare const closestT: FnU3<ReadonlyVec, Maybe<number>>; | ||
/** | ||
@@ -30,0 +30,0 @@ * Returns closest point to `p` on infinite line defined by points `a` |
{ | ||
"name": "@thi.ng/geom-closest-point", | ||
"version": "2.1.123", | ||
"version": "2.1.124", | ||
"description": "2D / 3D closest point / proximity helpers", | ||
@@ -39,5 +39,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.10.1", | ||
"@thi.ng/math": "^5.10.10", | ||
"@thi.ng/vectors": "^7.10.27" | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/math": "^5.10.11", | ||
"@thi.ng/vectors": "^7.10.28" | ||
}, | ||
@@ -108,3 +108,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -61,6 +61,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/geom-closest-point"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/geom-closest-point"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -67,0 +67,0 @@ For Node.js REPL: |
36599
Updated@thi.ng/api@^8.11.0
Updated@thi.ng/math@^5.10.11
Updated@thi.ng/vectors@^7.10.28