@sesamespace/hivemind 0.8.13 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.pnpmrc.json +1 -1
- package/AUTOMATIC-MEMORY-MANAGEMENT.md +109 -0
- package/README.md +2 -1
- package/dist/{chunk-HTLHMXAL.js → chunk-4C6B2AMB.js} +2 -2
- package/dist/{chunk-NSTTILSN.js → chunk-4YXOQGQC.js} +79 -2
- package/dist/chunk-4YXOQGQC.js.map +1 -0
- package/dist/{chunk-LJHJGDKY.js → chunk-ICSJNKI6.js} +62 -2
- package/dist/chunk-ICSJNKI6.js.map +1 -0
- package/dist/{chunk-4Y7A25UG.js → chunk-K6KL2VD6.js} +2 -2
- package/dist/{chunk-MLY4VFOO.js → chunk-LYL5GG2F.js} +3 -3
- package/dist/{chunk-ZM7RK5YV.js → chunk-OB6OXLPC.js} +989 -38
- package/dist/chunk-OB6OXLPC.js.map +1 -0
- package/dist/{chunk-PFZO67E2.js → chunk-ZA4NWNS6.js} +2 -2
- package/dist/commands/fleet.js +3 -3
- package/dist/commands/init.js +3 -3
- package/dist/commands/start.js +3 -3
- package/dist/commands/upgrade.js +1 -1
- package/dist/commands/watchdog.js +3 -3
- package/dist/dashboard.html +913 -131
- package/dist/index.js +2 -2
- package/dist/main.js +375 -7
- package/dist/main.js.map +1 -1
- package/dist/start.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-LJHJGDKY.js.map +0 -1
- package/dist/chunk-NSTTILSN.js.map +0 -1
- package/dist/chunk-ZM7RK5YV.js.map +0 -1
- /package/dist/{chunk-HTLHMXAL.js.map → chunk-4C6B2AMB.js.map} +0 -0
- /package/dist/{chunk-4Y7A25UG.js.map → chunk-K6KL2VD6.js.map} +0 -0
- /package/dist/{chunk-MLY4VFOO.js.map → chunk-LYL5GG2F.js.map} +0 -0
- /package/dist/{chunk-PFZO67E2.js.map → chunk-ZA4NWNS6.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startPipeline
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OB6OXLPC.js";
|
|
4
4
|
|
|
5
5
|
// packages/cli/src/commands/start.ts
|
|
6
6
|
import { resolve } from "path";
|
|
@@ -66,4 +66,4 @@ Options:
|
|
|
66
66
|
export {
|
|
67
67
|
runStartCommand
|
|
68
68
|
};
|
|
69
|
-
//# sourceMappingURL=chunk-
|
|
69
|
+
//# sourceMappingURL=chunk-ZA4NWNS6.js.map
|
package/dist/commands/fleet.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runFleetCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-4C6B2AMB.js";
|
|
4
|
+
import "../chunk-K6KL2VD6.js";
|
|
5
|
+
import "../chunk-OB6OXLPC.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runFleetCommand
|
package/dist/commands/init.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runInitCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-4YXOQGQC.js";
|
|
4
|
+
import "../chunk-K6KL2VD6.js";
|
|
5
|
+
import "../chunk-OB6OXLPC.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runInitCommand
|
package/dist/commands/start.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runStartCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-ZA4NWNS6.js";
|
|
4
|
+
import "../chunk-K6KL2VD6.js";
|
|
5
|
+
import "../chunk-OB6OXLPC.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runStartCommand
|
package/dist/commands/upgrade.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runWatchdogCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-LYL5GG2F.js";
|
|
4
|
+
import "../chunk-K6KL2VD6.js";
|
|
5
|
+
import "../chunk-OB6OXLPC.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runWatchdogCommand
|