@thi.ng/geom-accel
Advanced tools
Comparing version 3.5.30 to 3.5.31
# Change Log | ||
- **Last updated**: 2023-11-09T10:28:18Z | ||
- **Last updated**: 2023-11-24T09:35:46Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-accel", | ||
"version": "3.5.30", | ||
"version": "3.5.31", | ||
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", | ||
@@ -37,22 +37,22 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.8", | ||
"@thi.ng/arrays": "^2.7.4", | ||
"@thi.ng/checks": "^3.4.8", | ||
"@thi.ng/distance": "^2.4.30", | ||
"@thi.ng/equiv": "^2.1.33", | ||
"@thi.ng/errors": "^2.4.2", | ||
"@thi.ng/geom-api": "^3.4.46", | ||
"@thi.ng/geom-isec": "^2.1.88", | ||
"@thi.ng/heaps": "^2.1.44", | ||
"@thi.ng/math": "^5.7.3", | ||
"@thi.ng/transducers": "^8.8.11", | ||
"@thi.ng/vectors": "^7.8.5" | ||
"@thi.ng/api": "^8.9.9", | ||
"@thi.ng/arrays": "^2.7.5", | ||
"@thi.ng/checks": "^3.4.9", | ||
"@thi.ng/distance": "^2.4.31", | ||
"@thi.ng/equiv": "^2.1.34", | ||
"@thi.ng/errors": "^2.4.3", | ||
"@thi.ng/geom-api": "^3.4.47", | ||
"@thi.ng/geom-isec": "^2.1.89", | ||
"@thi.ng/heaps": "^2.1.45", | ||
"@thi.ng/math": "^5.7.4", | ||
"@thi.ng/transducers": "^8.8.12", | ||
"@thi.ng/vectors": "^7.8.6" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.1", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@thi.ng/testament": "^0.4.2", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -120,3 +120,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2be4c38c9680da929339bd164acfb69ebb1fd3d0\n" | ||
"gitHead": "f6de41f4991704fdbbb2899bb430ed4f4f6efab0\n" | ||
} |
Updated@thi.ng/api@^8.9.9
Updated@thi.ng/arrays@^2.7.5
Updated@thi.ng/checks@^3.4.9
Updated@thi.ng/distance@^2.4.31
Updated@thi.ng/equiv@^2.1.34
Updated@thi.ng/errors@^2.4.3
Updated@thi.ng/geom-api@^3.4.47
Updated@thi.ng/geom-isec@^2.1.89
Updated@thi.ng/heaps@^2.1.45
Updated@thi.ng/math@^5.7.4
Updated@thi.ng/transducers@^8.8.12
Updated@thi.ng/vectors@^7.8.6