@camstack/agent 1.1.53 → 1.1.55
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/{chunk-Y3WG77PU.mjs → chunk-52R7SQAV.mjs} +6 -1
- package/dist/chunk-52R7SQAV.mjs.map +1 -0
- package/dist/cli.js +3 -0
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +8 -8
- package/dist/chunk-Y3WG77PU.mjs.map +0 -1
package/dist/cli.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -2871,6 +2871,9 @@ async function startAgent(configPath) {
|
|
|
2871
2871
|
agentUdsRegistry.onReadinessSnapshotRequest(
|
|
2872
2872
|
() => agentReadinessRegistry.getSnapshotForTransport()
|
|
2873
2873
|
);
|
|
2874
|
+
broker.createService(
|
|
2875
|
+
(0, import_system3.createReadinessServiceForRegistry)(agentReadinessRegistry, import_system3.AGENT_READINESS_SERVICE_NAME)
|
|
2876
|
+
);
|
|
2874
2877
|
}
|
|
2875
2878
|
const getBrokerFn = (() => broker);
|
|
2876
2879
|
void startAgentHttpServer(getBrokerFn, {
|