@hivetechs/hive-ai
Version:
Real-time streaming AI consensus platform with HTTP+SSE MCP integration for Claude Code, VS Code, Cursor, and Windsurf - powered by OpenRouter's unified API
12 lines • 369 B
TypeScript
/**
* Utility functions for reading package version dynamically
*/
/**
* Get the current package version dynamically from package.json
*/
export declare function getCurrentVersion(): Promise<string>;
/**
* Get version for display purposes (with fallback)
*/
export declare function getDisplayVersion(): Promise<string>;
//# sourceMappingURL=version-utils.d.ts.map