**chore(cli): add package-lock.json for Brainy CLI dependencies**

- Introduced `package-lock.json` for the `@soulcraft/brainy-cli` package to manage dependencies explicitly.
- Ensures reproducible installs and aligns the CLI with the latest project dependencies.
- Supports dependency resolution, locking versions, and maintaining consistency across development and CI/CD environments.
This commit is contained in:
David Snelling 2025-07-02 12:18:03 -07:00
parent 563ccf602f
commit 6780a7551a
5 changed files with 3446 additions and 4 deletions

View file

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