@thi.ng/geom-accel
Advanced tools
Comparing version 3.5.21 to 3.5.22
# Change Log | ||
- **Last updated**: 2023-08-27T11:20:59Z | ||
- **Last updated**: 2023-10-23T07:37:37Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-accel", | ||
"version": "3.5.21", | ||
"version": "3.5.22", | ||
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", | ||
@@ -38,21 +38,21 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.5", | ||
"@thi.ng/arrays": "^2.6.3", | ||
"@thi.ng/checks": "^3.4.5", | ||
"@thi.ng/distance": "^2.4.21", | ||
"@thi.ng/equiv": "^2.1.30", | ||
"@thi.ng/errors": "^2.3.5", | ||
"@thi.ng/geom-api": "^3.4.37", | ||
"@thi.ng/geom-isec": "^2.1.79", | ||
"@thi.ng/heaps": "^2.1.40", | ||
"@thi.ng/math": "^5.6.2", | ||
"@thi.ng/transducers": "^8.8.2", | ||
"@thi.ng/vectors": "^7.7.19" | ||
"@thi.ng/api": "^8.9.6", | ||
"@thi.ng/arrays": "^2.6.4", | ||
"@thi.ng/checks": "^3.4.6", | ||
"@thi.ng/distance": "^2.4.22", | ||
"@thi.ng/equiv": "^2.1.31", | ||
"@thi.ng/errors": "^2.3.6", | ||
"@thi.ng/geom-api": "^3.4.38", | ||
"@thi.ng/geom-isec": "^2.1.80", | ||
"@thi.ng/heaps": "^2.1.41", | ||
"@thi.ng/math": "^5.6.3", | ||
"@thi.ng/transducers": "^8.8.3", | ||
"@thi.ng/vectors": "^7.7.20" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.36.4", | ||
"@thi.ng/testament": "^0.3.23", | ||
"rimraf": "^5.0.1", | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@thi.ng/testament": "^0.3.24", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.0", | ||
"typedoc": "^0.25.2", | ||
"typescript": "^5.2.2" | ||
@@ -121,3 +121,3 @@ }, | ||
}, | ||
"gitHead": "46e445c09f2909d1aeaa9fdc8d8b3aa61c114db2\n" | ||
"gitHead": "8d46d9326a9f9b81d65e7e274446f5964f9942ac\n" | ||
} |
Updated@thi.ng/api@^8.9.6
Updated@thi.ng/arrays@^2.6.4
Updated@thi.ng/checks@^3.4.6
Updated@thi.ng/distance@^2.4.22
Updated@thi.ng/equiv@^2.1.31
Updated@thi.ng/errors@^2.3.6
Updated@thi.ng/geom-api@^3.4.38
Updated@thi.ng/geom-isec@^2.1.80
Updated@thi.ng/heaps@^2.1.41
Updated@thi.ng/math@^5.6.3
Updated@thi.ng/transducers@^8.8.3
Updated@thi.ng/vectors@^7.7.20