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",