brainy/src/utils/version.ts
David Snelling 6780a7551a **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.
2025-07-02 12:18:03 -07:00

6 lines
136 B
TypeScript

/**
* This file is auto-generated during the build process.
* Do not modify this file directly.
*/
export const VERSION = '0.9.19';