fix(core): Improve error handling, logging, and test suite; update dependency versions
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import * as childProcess from 'child_process';
|
||||
import * as path from 'node:path';
|
||||
|
||||
// Export with explicit module types
|
||||
export {
|
||||
childProcess,
|
||||
path,
|
||||
@@ -14,6 +15,7 @@ import * as smartcli from '@push.rocks/smartcli';
|
||||
import * as smartdaemon from '@push.rocks/smartdaemon';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
|
||||
// Export with explicit module types
|
||||
export {
|
||||
npmextra,
|
||||
projectinfo,
|
||||
@@ -26,6 +28,7 @@ export {
|
||||
import psTree from 'ps-tree';
|
||||
import pidusage from 'pidusage';
|
||||
|
||||
// Add explicit types for third-party exports
|
||||
export {
|
||||
psTree,
|
||||
pidusage,
|
||||
|
Reference in New Issue
Block a user