@soulcraft/brainy 0.59.0 → 0.59.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/brainy.js +1 -2
- package/package.json +1 -2
package/bin/brainy.js
CHANGED
|
@@ -14,8 +14,7 @@ import { readFileSync } from 'fs'
|
|
|
14
14
|
import { dirname, join } from 'path'
|
|
15
15
|
import { fileURLToPath } from 'url'
|
|
16
16
|
|
|
17
|
-
//
|
|
18
|
-
import fetch from 'node-fetch'
|
|
17
|
+
// Use native fetch (available in Node.js 18+)
|
|
19
18
|
|
|
20
19
|
const __dirname = dirname(fileURLToPath(import.meta.url))
|
|
21
20
|
const packageJson = JSON.parse(readFileSync(join(__dirname, '..', 'package.json'), 'utf8'))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soulcraft/brainy",
|
|
3
|
-
"version": "0.59.
|
|
3
|
+
"version": "0.59.3",
|
|
4
4
|
"description": "A vector graph database using HNSW indexing with Origin Private File System storage",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -201,7 +201,6 @@
|
|
|
201
201
|
"express": "^5.1.0",
|
|
202
202
|
"happy-dom": "^18.0.1",
|
|
203
203
|
"jsdom": "^26.1.0",
|
|
204
|
-
"node-fetch": "^3.3.2",
|
|
205
204
|
"process": "^0.11.10",
|
|
206
205
|
"puppeteer": "^22.15.0",
|
|
207
206
|
"standard-version": "^9.5.0",
|