@thi.ng/geom
Advanced tools
Comparing version 8.1.9 to 8.1.10
# Change Log | ||
- **Last updated**: 2024-09-19T21:09:34Z | ||
- **Last updated**: 2024-10-05T12:12:32Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom", | ||
"version": "8.1.9", | ||
"version": "8.1.10", | ||
"description": "Functional, polymorphic API for 2D geometry types & SVG generation", | ||
@@ -40,33 +40,33 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/adjacency": "^3.0.9", | ||
"@thi.ng/api": "^8.11.10", | ||
"@thi.ng/arrays": "^2.10.1", | ||
"@thi.ng/checks": "^3.6.12", | ||
"@thi.ng/defmulti": "^3.0.48", | ||
"@thi.ng/equiv": "^2.1.66", | ||
"@thi.ng/errors": "^2.5.16", | ||
"@thi.ng/geom-arc": "^2.1.147", | ||
"@thi.ng/geom-clip-line": "^2.3.104", | ||
"@thi.ng/geom-clip-poly": "^2.1.146", | ||
"@thi.ng/geom-closest-point": "^2.1.142", | ||
"@thi.ng/geom-hull": "^2.1.142", | ||
"@thi.ng/geom-isec": "^4.0.14", | ||
"@thi.ng/geom-poly-utils": "^3.0.14", | ||
"@thi.ng/geom-resample": "^3.0.14", | ||
"@thi.ng/geom-splines": "^2.3.14", | ||
"@thi.ng/geom-subdiv-curve": "^3.0.14", | ||
"@thi.ng/geom-tessellate": "^3.0.14", | ||
"@thi.ng/hiccup": "^5.2.13", | ||
"@thi.ng/hiccup-svg": "^5.4.1", | ||
"@thi.ng/math": "^5.11.10", | ||
"@thi.ng/matrices": "^2.4.14", | ||
"@thi.ng/object-utils": "^1.1.3", | ||
"@thi.ng/random": "^4.0.4", | ||
"@thi.ng/strings": "^3.8.5", | ||
"@thi.ng/transducers": "^9.2.4", | ||
"@thi.ng/vectors": "^7.12.2" | ||
"@thi.ng/adjacency": "^3.0.10", | ||
"@thi.ng/api": "^8.11.11", | ||
"@thi.ng/arrays": "^2.10.2", | ||
"@thi.ng/checks": "^3.6.13", | ||
"@thi.ng/defmulti": "^3.0.49", | ||
"@thi.ng/equiv": "^2.1.67", | ||
"@thi.ng/errors": "^2.5.17", | ||
"@thi.ng/geom-arc": "^2.1.148", | ||
"@thi.ng/geom-clip-line": "^2.3.105", | ||
"@thi.ng/geom-clip-poly": "^2.1.147", | ||
"@thi.ng/geom-closest-point": "^2.1.143", | ||
"@thi.ng/geom-hull": "^2.1.143", | ||
"@thi.ng/geom-isec": "^4.0.15", | ||
"@thi.ng/geom-poly-utils": "^3.0.15", | ||
"@thi.ng/geom-resample": "^3.0.15", | ||
"@thi.ng/geom-splines": "^2.3.15", | ||
"@thi.ng/geom-subdiv-curve": "^3.0.15", | ||
"@thi.ng/geom-tessellate": "^3.0.15", | ||
"@thi.ng/hiccup": "^5.2.14", | ||
"@thi.ng/hiccup-svg": "^5.4.2", | ||
"@thi.ng/math": "^5.11.11", | ||
"@thi.ng/matrices": "^2.4.15", | ||
"@thi.ng/object-utils": "^1.1.4", | ||
"@thi.ng/random": "^4.1.0", | ||
"@thi.ng/strings": "^3.8.6", | ||
"@thi.ng/transducers": "^9.2.5", | ||
"@thi.ng/vectors": "^7.12.3" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"esbuild": "^0.23.1", | ||
"esbuild": "^0.24.0", | ||
"typedoc": "^0.26.7", | ||
@@ -534,3 +534,3 @@ "typescript": "^5.6.2" | ||
}, | ||
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n" | ||
"gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n" | ||
} |
425825
Updated@thi.ng/adjacency@^3.0.10
Updated@thi.ng/api@^8.11.11
Updated@thi.ng/arrays@^2.10.2
Updated@thi.ng/checks@^3.6.13
Updated@thi.ng/defmulti@^3.0.49
Updated@thi.ng/equiv@^2.1.67
Updated@thi.ng/errors@^2.5.17
Updated@thi.ng/geom-arc@^2.1.148
Updated@thi.ng/geom-hull@^2.1.143
Updated@thi.ng/geom-isec@^4.0.15
Updated@thi.ng/geom-splines@^2.3.15
Updated@thi.ng/hiccup@^5.2.14
Updated@thi.ng/hiccup-svg@^5.4.2
Updated@thi.ng/math@^5.11.11
Updated@thi.ng/matrices@^2.4.15
Updated@thi.ng/object-utils@^1.1.4
Updated@thi.ng/random@^4.1.0
Updated@thi.ng/strings@^3.8.6
Updated@thi.ng/transducers@^9.2.5
Updated@thi.ng/vectors@^7.12.3