fix(core): Updated dependencies and refactored ClusterManager and CloudlyConnector for improved Docker management.

This commit is contained in:
2024-12-20 02:58:26 +01:00
parent 51903eff5b
commit 4b7bf5fde4
8 changed files with 1696 additions and 1698 deletions
+2
View File
@@ -28,6 +28,7 @@ import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartrx from '@push.rocks/smartrx';
import * as smartstate from '@push.rocks/smartstate';
import * as smartstream from '@push.rocks/smartstream';
import * as smartstring from '@push.rocks/smartstring';
import * as taskbuffer from '@push.rocks/taskbuffer';
@@ -44,6 +45,7 @@ export {
smartrequest,
smartrx,
smartstate,
smartstream,
smartstring,
taskbuffer,
};