fix(deps): upgrade core tooling dependencies and adapt Docker client internals for compatibility
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
// node native path
|
||||
// node native
|
||||
import * as fs from 'node:fs';
|
||||
import * as path from 'node:path';
|
||||
|
||||
export { path };
|
||||
export { fs, path };
|
||||
|
||||
// @pushrocks scope
|
||||
import * as lik from '@push.rocks/lik';
|
||||
import * as smartarchive from '@push.rocks/smartarchive';
|
||||
import * as smartbucket from '@push.rocks/smartbucket';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
import * as smartlog from '@push.rocks/smartlog';
|
||||
import * as smartnetwork from '@push.rocks/smartnetwork';
|
||||
@@ -24,6 +26,7 @@ export {
|
||||
smartarchive,
|
||||
smartbucket,
|
||||
smartfile,
|
||||
|
||||
smartjson,
|
||||
smartlog,
|
||||
smartnetwork,
|
||||
|
||||
Reference in New Issue
Block a user