chore(release): bump version to 0.18.0

- Updated version to `0.18.0` in `cli-package/package.json` and `package-lock.json`.
- Upgraded `@soulcraft/brainy` dependency to `^0.17.0` for compatibility with recent changes.
- Synced package dependencies and resolved lockfile integrity for deployment.

**Purpose**: Prepare for release by synchronizing versioning across the CLI package and updating dependencies for compatibility.
This commit is contained in:
David Snelling 2025-07-22 16:06:54 -07:00
parent 95142d32fa
commit ff95e24b16
2 changed files with 8 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy-cli",
"version": "0.17.0",
"version": "0.18.0",
"description": "Command-line interface for the Brainy vector graph database",
"type": "module",
"bin": {
@ -46,7 +46,7 @@
"url": "git+https://github.com/soulcraft-research/brainy.git"
},
"dependencies": {
"@soulcraft/brainy": "^0.15.0",
"@soulcraft/brainy": "^0.17.0",
"commander": "^14.0.0",
"omelette": "^0.4.17"
},