**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 a448d44372
commit dabd76e5a3
2 changed files with 6 additions and 6 deletions

View file

@ -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"
}
}
}