chore: update Node.js requirement to 23.11.0 and optimize pipelines and utilities

Upgraded minimum Node.js version from 18.0.0 to 23.11.0 across `README.md`, `package.json`, and `version.ts`. Optimized distance utilities and pipelines to leverage Node.js 23.11+ native performance improvements (e.g., `array.reduce`, WebStreams API). Incremented version to 0.7.4 for consistency.
This commit is contained in:
David Snelling 2025-06-05 14:51:21 -07:00
parent 46631b7bb7
commit 32d5f45552
6 changed files with 251 additions and 84 deletions

View file

@ -3,4 +3,4 @@
* Do not modify this file directly.
*/
export const VERSION = '0.7.3';
export const VERSION = '0.7.4';