@thi.ng/geom
Advanced tools
Comparing version 6.0.18 to 6.0.19
@@ -19,3 +19,3 @@ import type { MultiFn1O } from "@thi.ng/defmulti"; | ||
* - {@link Path} | ||
* - {@link Poly} | ||
* - {@link Polygon} | ||
* - {@link Polyline} (will be closed) | ||
@@ -22,0 +22,0 @@ * - {@link Quad} |
@@ -21,3 +21,3 @@ import type { MultiFn1O } from "@thi.ng/defmulti"; | ||
* - {@link Path} | ||
* - {@link Poly} | ||
* - {@link Polygon} | ||
* - {@link Polyline} | ||
@@ -24,0 +24,0 @@ * - {@link Quad} |
# Change Log | ||
- **Last updated**: 2024-01-23T15:58:27Z | ||
- **Last updated**: 2024-01-26T18:03:04Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom", | ||
"version": "6.0.18", | ||
"version": "6.0.19", | ||
"description": "Functional, polymorphic API for 2D geometry types & SVG generation", | ||
@@ -39,29 +39,29 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.17", | ||
"@thi.ng/arrays": "^2.7.14", | ||
"@thi.ng/associative": "^6.3.30", | ||
"@thi.ng/checks": "^3.4.17", | ||
"@thi.ng/defmulti": "^3.0.15", | ||
"@thi.ng/api": "^8.9.18", | ||
"@thi.ng/arrays": "^2.7.15", | ||
"@thi.ng/associative": "^6.3.31", | ||
"@thi.ng/checks": "^3.4.18", | ||
"@thi.ng/defmulti": "^3.0.16", | ||
"@thi.ng/equiv": "^2.1.42", | ||
"@thi.ng/errors": "^2.4.11", | ||
"@thi.ng/geom-api": "^3.4.57", | ||
"@thi.ng/geom-arc": "^2.1.100", | ||
"@thi.ng/geom-clip-line": "^2.3.57", | ||
"@thi.ng/geom-clip-poly": "^2.1.99", | ||
"@thi.ng/geom-closest-point": "^2.1.95", | ||
"@thi.ng/geom-hull": "^2.1.95", | ||
"@thi.ng/geom-isec": "^2.1.99", | ||
"@thi.ng/geom-poly-utils": "^2.3.83", | ||
"@thi.ng/geom-resample": "^2.3.21", | ||
"@thi.ng/geom-splines": "^2.2.74", | ||
"@thi.ng/geom-subdiv-curve": "^2.1.99", | ||
"@thi.ng/geom-tessellate": "^2.1.100", | ||
"@thi.ng/hiccup": "^5.1.6", | ||
"@thi.ng/hiccup-svg": "^5.2.3", | ||
"@thi.ng/math": "^5.7.12", | ||
"@thi.ng/matrices": "^2.3.5", | ||
"@thi.ng/random": "^3.6.24", | ||
"@thi.ng/strings": "^3.7.8", | ||
"@thi.ng/transducers": "^8.8.21", | ||
"@thi.ng/vectors": "^7.9.0" | ||
"@thi.ng/geom-api": "^3.4.58", | ||
"@thi.ng/geom-arc": "^2.1.101", | ||
"@thi.ng/geom-clip-line": "^2.3.58", | ||
"@thi.ng/geom-clip-poly": "^2.1.100", | ||
"@thi.ng/geom-closest-point": "^2.1.96", | ||
"@thi.ng/geom-hull": "^2.1.96", | ||
"@thi.ng/geom-isec": "^2.1.100", | ||
"@thi.ng/geom-poly-utils": "^2.3.84", | ||
"@thi.ng/geom-resample": "^2.3.22", | ||
"@thi.ng/geom-splines": "^2.2.75", | ||
"@thi.ng/geom-subdiv-curve": "^2.1.100", | ||
"@thi.ng/geom-tessellate": "^2.1.101", | ||
"@thi.ng/hiccup": "^5.1.7", | ||
"@thi.ng/hiccup-svg": "^5.2.4", | ||
"@thi.ng/math": "^5.8.0", | ||
"@thi.ng/matrices": "^2.3.6", | ||
"@thi.ng/random": "^3.6.25", | ||
"@thi.ng/strings": "^3.7.9", | ||
"@thi.ng/transducers": "^8.8.22", | ||
"@thi.ng/vectors": "^7.10.0" | ||
}, | ||
@@ -402,3 +402,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n" | ||
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n" | ||
} |
272050
Updated@thi.ng/api@^8.9.18
Updated@thi.ng/arrays@^2.7.15
Updated@thi.ng/associative@^6.3.31
Updated@thi.ng/checks@^3.4.18
Updated@thi.ng/defmulti@^3.0.16
Updated@thi.ng/geom-api@^3.4.58
Updated@thi.ng/geom-arc@^2.1.101
Updated@thi.ng/geom-hull@^2.1.96
Updated@thi.ng/geom-isec@^2.1.100
Updated@thi.ng/geom-splines@^2.2.75
Updated@thi.ng/hiccup@^5.1.7
Updated@thi.ng/hiccup-svg@^5.2.4
Updated@thi.ng/math@^5.8.0
Updated@thi.ng/matrices@^2.3.6
Updated@thi.ng/random@^3.6.25
Updated@thi.ng/strings@^3.7.9
Updated@thi.ng/transducers@^8.8.22
Updated@thi.ng/vectors@^7.10.0