openclaw-aegis 1.2.1 → 1.2.2
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/dist/cli/index.js +1 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -464,9 +464,7 @@ async function httpHealthProbe(target, port, endpoint = "/health", timeoutMs = 5
|
|
|
464
464
|
|
|
465
465
|
// src/health/probes/config.ts
|
|
466
466
|
var fs3 = __toESM(require("fs"));
|
|
467
|
-
var REQUIRED_CONFIG_PATHS = [
|
|
468
|
-
{ path: [["gateway", "port"], ["port"]], label: "gateway.port" }
|
|
469
|
-
];
|
|
467
|
+
var REQUIRED_CONFIG_PATHS = [];
|
|
470
468
|
var POISON_KEYS = ["autoAck", "autoAckMessage"];
|
|
471
469
|
async function configProbe(_target, configPath) {
|
|
472
470
|
const start = Date.now();
|