@perkos/perkos-a2a 0.3.1 → 0.3.5

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": "perkos-a2a",
3
3
  "name": "PerkOS A2A",
4
- "version": "0.3.1",
4
+ "version": "0.3.5",
5
5
  "description": "Agent-to-Agent (A2A) protocol communication for OpenClaw agents",
6
6
  "author": "PerkOS",
7
7
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perkos/perkos-a2a",
3
- "version": "0.3.1",
3
+ "version": "0.3.5",
4
4
  "description": "A2A Protocol communication plugin for OpenClaw \u2014 Agent-to-Agent protocol implementation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,7 +18,12 @@
18
18
  "openclaw": {
19
19
  "extensions": [
20
20
  "./dist/index.js"
21
- ]
21
+ ],
22
+ "install": {
23
+ "npmSpec": "@perkos/perkos-a2a",
24
+ "localPath": "extensions/perkos-a2a",
25
+ "defaultChoice": "npm"
26
+ }
22
27
  },
23
28
  "keywords": [
24
29
  "openclaw",