We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cb1ec commit 91241e5Copy full SHA for 91241e5
2 files changed
index.ts
@@ -3,5 +3,6 @@ export { BaseCommand } from './src/BaseCommand.js';
3
4
export { logger, setDebugMode } from './src/utils/logger.js';
5
export { runCommand } from './src/utils/shell.js';
6
+export { findProjectRoot, loadConfig } from './src/utils/config.js';
7
8
export * from './src/CommandInterface.js';
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nexical/cli-core",
- "version": "0.1.6",
+ "version": "0.1.7",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments