@aramisfa/openclaw-a2a-outbound 0.2.1 → 0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-a2a-outbound",
3
3
  "name": "External A2A Delegation",
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "entry": "./dist/index.js",
6
6
  "description": "Delegate requests to external A2A agents and manage delegated tasks.",
7
7
  "skills": ["./skills"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aramisfa/openclaw-a2a-outbound",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Outbound A2A delegation plugin for OpenClaw agents",
5
5
  "license": "MIT",
6
6
  "repository": {