chore: simplify build for v0.55.0 release

- Temporarily remove Cortex CLI dependencies to fix build
- Keep core coordination methods in BrainyData
- Cortex CLI will be added in v0.56 as separate package
This commit is contained in:
David Snelling 2025-08-07 13:55:42 -07:00
parent 0c51504706
commit ce677f441d
6 changed files with 10 additions and 1415 deletions

View file

@ -6,9 +6,6 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"cortex": "./dist/cortex/cli.js"
},
"sideEffects": [
"./dist/setup.js",
"./dist/utils/textEncoding.js",
@ -161,11 +158,7 @@
"@huggingface/transformers": "^3.1.0",
"@smithy/node-http-handler": "^4.1.1",
"buffer": "^6.0.3",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"commander": "^11.1.0",
"dotenv": "^16.4.5",
"ora": "^7.0.1",
"uuid": "^9.0.1"
},
"prettier": {