@thi.ng/geom-subdiv-curve
Advanced tools
Comparing version 3.0.6 to 3.0.7
# Change Log | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-subdiv-curve", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", | ||
@@ -40,10 +40,10 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/transducers": "^9.0.12", | ||
"@thi.ng/vectors": "^7.11.6" | ||
"@thi.ng/transducers": "^9.0.13", | ||
"@thi.ng/vectors": "^7.11.7" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -59,3 +59,3 @@ "keywords": [ | ||
"polyline", | ||
"recursive", | ||
"recursion", | ||
"spline", | ||
@@ -95,3 +95,3 @@ "subdivision", | ||
}, | ||
"gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
Updated@thi.ng/transducers@^9.0.13
Updated@thi.ng/vectors@^7.11.7