@thi.ng/geom-poly-utils
Advanced tools
Comparing version 2.3.109 to 2.3.110
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-poly-utils", | ||
"version": "2.3.109", | ||
"version": "2.3.110", | ||
"description": "2D polygon/polyline analysis & processing utilities", | ||
@@ -39,7 +39,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/geom-api": "^4.0.4", | ||
"@thi.ng/math": "^5.10.8", | ||
"@thi.ng/vectors": "^7.10.25" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/errors": "^2.5.3", | ||
"@thi.ng/geom-api": "^4.0.5", | ||
"@thi.ng/math": "^5.10.9", | ||
"@thi.ng/vectors": "^7.10.26" | ||
}, | ||
@@ -115,3 +115,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -56,4 +56,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as gpu from "@thi.ng/geom-poly-utils"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -68,3 +74,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/geom-poly-utils"></script> | ||
```js | ||
const geomPolyUtils = await import("@thi.ng/geom-poly-utils"); | ||
const gpu = await import("@thi.ng/geom-poly-utils"); | ||
``` | ||
@@ -71,0 +77,0 @@ |
40161
109
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/errors@^2.5.3
Updated@thi.ng/geom-api@^4.0.5
Updated@thi.ng/math@^5.10.9
Updated@thi.ng/vectors@^7.10.26