gopherhole_openclaw_a2a 0.2.4 → 0.2.6
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gopherhole_openclaw_a2a",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "GopherHole A2A plugin for OpenClaw - connect your AI agent to the GopherHole network",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
"clean": "rm -rf dist",
|
|
11
11
|
"prepublishOnly": "npm run build"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"id": "gopherhole_openclaw_a2a",
|
|
13
|
+
"openclaw": {
|
|
15
14
|
"extensions": [
|
|
16
15
|
"./dist/index.js"
|
|
17
16
|
]
|
|
@@ -40,6 +39,6 @@
|
|
|
40
39
|
"typescript": "^5.9.3"
|
|
41
40
|
},
|
|
42
41
|
"peerDependencies": {
|
|
43
|
-
"
|
|
42
|
+
"openclaw": "*"
|
|
44
43
|
}
|
|
45
44
|
}
|
|
File without changes
|