This commit is contained in:
David Snelling 2025-06-19 16:18:36 -07:00
parent bbcecea9d7
commit c94de821a4
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.8.11", "version": "0.9.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@soulcraft/brainy", "name": "@soulcraft/brainy",
"version": "0.8.11", "version": "0.9.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@soulcraft/brainy", "name": "@soulcraft/brainy",
"version": "0.8.11", "version": "0.9.0",
"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",