From ea53c11fea7b6ce545260318f871b5d1f916a941 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 2 Dec 2025 11:22:17 -0800 Subject: [PATCH] chore(release): 6.2.4 - fix asOf() COW property name mismatch --- 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 09079513..9a55cf31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "6.2.3", + "version": "6.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "6.2.3", + "version": "6.2.4", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 494f21e9..c055828a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "6.2.3", + "version": "6.2.4", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. Stage 3 CANONICAL: 42 nouns × 127 verbs covering 96-97% of all human knowledge.", "main": "dist/index.js", "module": "dist/index.js",