refactor(core): Move getPackageJson utility to core package (#12224)

This commit is contained in:
Shreya Keshive
2025-10-29 13:23:35 -07:00
committed by GitHub
parent 9dd629f5ca
commit b420e0c847
9 changed files with 61 additions and 49 deletions
+1
View File
@@ -68,6 +68,7 @@ export * from './utils/thoughtUtils.js';
export * from './utils/debugLogger.js';
export * from './utils/events.js';
export * from './utils/extensionLoader.js';
export * from './utils/package.js';
// Export services
export * from './services/fileDiscoveryService.js';