add smartlog dependency and integrate logging into NpmRegistry class

This commit is contained in:
2025-11-20 15:36:45 +00:00
parent 057383fb7c
commit 53aae6604f
4 changed files with 54 additions and 11 deletions

View File

@@ -5,6 +5,7 @@ export { path };
// @push.rocks scope
import * as smartbucket from '@push.rocks/smartbucket';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpath from '@push.rocks/smartpath';
export { smartbucket, smartpath };
export { smartbucket, smartlog, smartpath };