From ccd59eaacf662f44f9ce3c98a8d66056bf91082e Mon Sep 17 00:00:00 2001 From: David Snelling Date: Wed, 2 Jul 2025 16:27:53 -0700 Subject: [PATCH] **chore(version): bump version to 0.9.30 and update package references** - Updated version to `0.9.30` in `package.json` and `cli-package/package.json`. - Synchronized `@soulcraft/brainy` dependency version to `0.9.30` in the CLI package for consistency. - Updated repository URL format to use `git+https` for both `package.json` files. This update ensures consistent versioning across the project, maintains alignment between main and CLI package dependencies, and standardizes repository URL formatting. --- cli-package/package.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli-package/package.json b/cli-package/package.json index 1306af2f..e33015cd 100644 --- a/cli-package/package.json +++ b/cli-package/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy-cli", - "version": "0.9.29", + "version": "0.9.30", "description": "Command-line interface for the Brainy vector graph database", "type": "module", "bin": { @@ -36,10 +36,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/soulcraft-research/brainy.git" + "url": "git+https://github.com/soulcraft-research/brainy.git" }, "dependencies": { - "@soulcraft/brainy": "0.9.29", + "@soulcraft/brainy": "0.9.30", "commander": "^14.0.0", "omelette": "^0.4.17" }, @@ -57,4 +57,4 @@ "engines": { "node": ">=23.0.0" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index ac00b7ee..141ebd32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "0.9.29", + "version": "0.9.30", "description": "A vector graph database using HNSW indexing with Origin Private File System storage", "main": "dist/unified.js", "module": "dist/unified.js", @@ -74,7 +74,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/soulcraft-research/brainy.git" + "url": "git+https://github.com/soulcraft-research/brainy.git" }, "files": [ "dist/unified.js",