**chore(version): bump version to 0.9.20 and update package configurations**
- Updated version to `0.9.20` across `package.json`, `cli-package/package.json`, `src/utils/version.ts`, and `cli-package/package-lock.json`. - Updated npm version badge in `README.md` to reflect `0.9.20`. - Adjusted `package.json` to include additional files in the distribution bundle, such as `dist/unified.js`, `dist/brainy.min.js`, and other key directories. - Updated `@soulcraft/brainy` dependency to `0.9.20` in CLI package to align dependencies with the latest version. - Resolved dependency integrity updates in `package-lock.json`. - Improved dependency management for better version consistency and distribution. This release ensures up-to-date versioning, improved distribution content management, and enhanced dependency alignment.
This commit is contained in:
parent
3fdb160188
commit
b89c8710a0
5 changed files with 43 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@soulcraft/brainy-cli",
|
||||
"version": "0.9.19",
|
||||
"version": "0.9.20",
|
||||
"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.19",
|
||||
"@soulcraft/brainy": "0.9.20",
|
||||
"commander": "^14.0.0",
|
||||
"omelette": "^0.4.17"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue