@thi.ng/geom-accel
Advanced tools
Comparing version 3.5.57 to 3.5.58
# 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-accel", | ||
"version": "3.5.57", | ||
"version": "3.5.58", | ||
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", | ||
@@ -36,17 +36,18 @@ "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/arrays": "^2.8.5", | ||
"@thi.ng/checks": "^3.5.1", | ||
"@thi.ng/distance": "^2.4.57", | ||
"@thi.ng/equiv": "^2.1.50", | ||
"@thi.ng/errors": "^2.4.19", | ||
"@thi.ng/geom-api": "^3.4.73", | ||
"@thi.ng/geom-isec": "^2.1.115", | ||
"@thi.ng/heaps": "^2.1.64", | ||
"@thi.ng/math": "^5.10.4", | ||
"@thi.ng/transducers": "^8.9.9", | ||
"@thi.ng/vectors": "^7.10.15" | ||
"@thi.ng/api": "^8.9.28", | ||
"@thi.ng/arrays": "^2.8.6", | ||
"@thi.ng/checks": "^3.5.2", | ||
"@thi.ng/distance": "^2.4.58", | ||
"@thi.ng/equiv": "^2.1.51", | ||
"@thi.ng/errors": "^2.4.20", | ||
"@thi.ng/geom-api": "^3.4.74", | ||
"@thi.ng/geom-isec": "^2.1.116", | ||
"@thi.ng/heaps": "^2.1.65", | ||
"@thi.ng/math": "^5.10.5", | ||
"@thi.ng/transducers": "^8.9.10", | ||
"@thi.ng/vectors": "^7.10.16" | ||
}, | ||
@@ -121,3 +122,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
} |
82343
Updated@thi.ng/api@^8.9.28
Updated@thi.ng/arrays@^2.8.6
Updated@thi.ng/checks@^3.5.2
Updated@thi.ng/distance@^2.4.58
Updated@thi.ng/equiv@^2.1.51
Updated@thi.ng/errors@^2.4.20
Updated@thi.ng/geom-api@^3.4.74
Updated@thi.ng/geom-isec@^2.1.116
Updated@thi.ng/heaps@^2.1.65
Updated@thi.ng/math@^5.10.5
Updated@thi.ng/transducers@^8.9.10
Updated@thi.ng/vectors@^7.10.16