From 6f0bb920439e0ab1ef559961fe33b7b0e702353a Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 19 Aug 2025 13:29:17 -0700 Subject: [PATCH] 1.5.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3003dc24..901af87e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index bc2b8925..18c5afa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "1.4.0", + "version": "1.5.0", "description": "Multi-Dimensional AI Database - Vector similarity, graph relationships, metadata facets with HNSW indexing and OPFS storage", "main": "dist/index.js", "module": "dist/index.js",