From 28642f6f9c9efe45a51c70d3463af7f6af07d80c Mon Sep 17 00:00:00 2001 From: David Snelling Date: Wed, 22 Oct 2025 17:38:43 -0700 Subject: [PATCH] chore(release): 4.2.0 Progressive flush intervals for streaming imports - works with both known and unknown totals, adapts dynamically as import grows. Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- 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 cb2d8777..e83dd72c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "4.1.4", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "4.1.4", + "version": "4.2.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index d4ca5863..78bcd993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "4.1.4", + "version": "4.2.0", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.", "main": "dist/index.js", "module": "dist/index.js",