@stdiobus/workers-registry 1.4.7 → 1.4.9
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/out/dist/workers-registry/acp-registry/index.js +1 -1
- package/out/dist/workers-registry/acp-registry/index.js.map +2 -2
- package/out/dist/workers-registry/acp-worker/index.js +1 -1
- package/out/dist/workers-registry/acp-worker/index.js.map +2 -2
- package/out/tsc/workers-registry/acp-worker/src/registry-launcher/router/message-router.d.ts +1 -1
- package/package.json +1 -1
package/out/tsc/workers-registry/acp-worker/src/registry-launcher/router/message-router.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export declare class MessageRouter {
|
|
|
114
114
|
*
|
|
115
115
|
* Intercepts initialize responses to trigger automatic authentication.
|
|
116
116
|
* Tracks sessionId mapping for proper notification routing.
|
|
117
|
-
* Forwards all responses to stdout
|
|
117
|
+
* Forwards all responses to stdout.
|
|
118
118
|
*
|
|
119
119
|
* @param agentId - The agent that sent the response
|
|
120
120
|
* @param response - The response object from the agent
|
package/package.json
CHANGED