agent-relay-channels-host 0.107.0 → 0.109.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-relay-channels-host",
3
- "version": "0.107.0",
3
+ "version": "0.109.0",
4
4
  "description": "Channels host connector for Agent Relay — bundles N lightweight egress adapters (ntfy, webhook, …) behind one agent-relay.connector.v1 channel connector. Core ships zero per-service transport.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,6 +20,6 @@
20
20
  "license": "AGPL-3.0-or-later",
21
21
  "author": "Edin Mujkanovic <edin@exelerus.com>",
22
22
  "dependencies": {
23
- "agent-relay-sdk": "0.2.93"
23
+ "agent-relay-sdk": "0.2.94"
24
24
  }
25
25
  }