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:
parent
46631b7bb7
commit
32d5f45552
6 changed files with 251 additions and 84 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
# 🧠 Soulcraft Brainy
|
||||
|
||||
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
||||
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
||||
[](LICENSE)
|
||||
[](https://nodejs.org/)
|
||||
[](https://nodejs.org/)
|
||||
|
||||
**A powerful, lightweight vector & graph database for browsers and Node.js**
|
||||
|
||||
|
|
@ -547,7 +547,7 @@ The repository includes several examples:
|
|||
|
||||
## 📋 Requirements
|
||||
|
||||
- Node.js >= 18.0.0
|
||||
- Node.js >= 23.11.0
|
||||
|
||||
## 📄 License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue