Release v0.59.3

- Fixed issue with mysterious "2" appearing in test commands
- Cleaned up prototyping changes from brain-cloud/MCP experiments
- Tests passing (with some timeouts on long-running tests)
- Build successful

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
David Snelling 2025-08-10 12:49:58 -07:00
parent edb9774005
commit 9019672ff0
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@soulcraft/brainy",
"version": "0.59.2",
"version": "0.59.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@soulcraft/brainy",
"version": "0.59.2",
"version": "0.59.3",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy",
"version": "0.59.2",
"version": "0.59.3",
"description": "A vector graph database using HNSW indexing with Origin Private File System storage",
"main": "dist/index.js",
"module": "dist/index.js",