@thi.ng/geom-subdiv-curve
Advanced tools
Comparing version 2.1.115 to 2.1.116
# Change Log | ||
- **Last updated**: 2024-03-01T15:22:50Z | ||
- **Last updated**: 2024-03-07T20:40:47Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-subdiv-curve", | ||
"version": "2.1.115", | ||
"version": "2.1.116", | ||
"description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", | ||
@@ -35,9 +35,10 @@ "type": "module", | ||
"pub": "yarn npm publish --access public", | ||
"test": "bun test" | ||
"test": "bun test", | ||
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.27", | ||
"@thi.ng/geom-api": "^3.4.73", | ||
"@thi.ng/transducers": "^8.9.9", | ||
"@thi.ng/vectors": "^7.10.15" | ||
"@thi.ng/api": "^8.9.28", | ||
"@thi.ng/geom-api": "^3.4.74", | ||
"@thi.ng/transducers": "^8.9.10", | ||
"@thi.ng/vectors": "^7.10.16" | ||
}, | ||
@@ -95,3 +96,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
} |
27612
Updated@thi.ng/api@^8.9.28
Updated@thi.ng/geom-api@^3.4.74
Updated@thi.ng/transducers@^8.9.10
Updated@thi.ng/vectors@^7.10.16