This commit is contained in:
David Snelling 2025-07-02 16:18:03 -07:00
parent eb46d816d7
commit 58d1350737
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@soulcraft/brainy", "name": "@soulcraft/brainy",
"version": "0.9.25", "version": "0.9.26",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@soulcraft/brainy", "name": "@soulcraft/brainy",
"version": "0.9.25", "version": "0.9.26",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@soulcraft/brainy", "name": "@soulcraft/brainy",
"version": "0.9.25", "version": "0.9.26",
"description": "A vector graph database using HNSW indexing with Origin Private File System storage", "description": "A vector graph database using HNSW indexing with Origin Private File System storage",
"main": "dist/unified.js", "main": "dist/unified.js",
"module": "dist/unified.js", "module": "dist/unified.js",