**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.
This commit is contained in:
David Snelling 2025-07-02 16:27:53 -07:00
parent 1a2b109751
commit ccd59eaacf
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@soulcraft/brainy-cli", "name": "@soulcraft/brainy-cli",
"version": "0.9.29", "version": "0.9.30",
"description": "Command-line interface for the Brainy vector graph database", "description": "Command-line interface for the Brainy vector graph database",
"type": "module", "type": "module",
"bin": { "bin": {
@ -36,10 +36,10 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/soulcraft-research/brainy.git" "url": "git+https://github.com/soulcraft-research/brainy.git"
}, },
"dependencies": { "dependencies": {
"@soulcraft/brainy": "0.9.29", "@soulcraft/brainy": "0.9.30",
"commander": "^14.0.0", "commander": "^14.0.0",
"omelette": "^0.4.17" "omelette": "^0.4.17"
}, },
@ -57,4 +57,4 @@
"engines": { "engines": {
"node": ">=23.0.0" "node": ">=23.0.0"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@soulcraft/brainy", "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", "description": "A vector graph database using HNSW indexing with Origin Private File System storage",
"main": "dist/unified.js", "main": "dist/unified.js",
"module": "dist/unified.js", "module": "dist/unified.js",
@ -74,7 +74,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/soulcraft-research/brainy.git" "url": "git+https://github.com/soulcraft-research/brainy.git"
}, },
"files": [ "files": [
"dist/unified.js", "dist/unified.js",