From 8c13dd0382eaf2fc8a5eae388561a0b96a833dc7 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 11 Aug 2025 13:37:05 -0700 Subject: [PATCH] 0.61.3 --- 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 6025cde6..983d61b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "0.61.2", + "version": "0.61.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "0.61.2", + "version": "0.61.3", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 2e9de335..87d252a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "0.61.2", + "version": "0.61.3", "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",