@openclaw/acpx 2026.6.11 → 2026.6.34
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/npm-shrinkwrap.json +8 -8
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/acpx",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.34",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/acpx",
|
|
9
|
-
"version": "2026.6.
|
|
9
|
+
"version": "2026.6.34",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@agentclientprotocol/claude-agent-acp": "0.39.0",
|
|
12
12
|
"@zed-industries/codex-acp": "0.15.0",
|
|
@@ -1404,9 +1404,9 @@
|
|
|
1404
1404
|
}
|
|
1405
1405
|
},
|
|
1406
1406
|
"node_modules/fast-uri": {
|
|
1407
|
-
"version": "
|
|
1408
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-
|
|
1409
|
-
"integrity": "sha512-
|
|
1407
|
+
"version": "4.1.2",
|
|
1408
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.2.tgz",
|
|
1409
|
+
"integrity": "sha512-TyGmBcbDTZXcb2cj5MV89DrF42DKvb3y5DDUNh95iO+IMeAzMkVSxK1PZRrRIpc9yg8U2GhGdbofNa0LS/a4Bw==",
|
|
1410
1410
|
"funding": [
|
|
1411
1411
|
{
|
|
1412
1412
|
"type": "github",
|
|
@@ -1615,9 +1615,9 @@
|
|
|
1615
1615
|
"license": "ISC"
|
|
1616
1616
|
},
|
|
1617
1617
|
"node_modules/ip-address": {
|
|
1618
|
-
"version": "10.
|
|
1619
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.
|
|
1620
|
-
"integrity": "sha512
|
|
1618
|
+
"version": "10.3.1",
|
|
1619
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.3.1.tgz",
|
|
1620
|
+
"integrity": "sha512-1e9d3kb97NHJTIJDZW9rKqW2h6+dFa50Dy0fpPSMQp2ADje5gvKsXmdiK6dwY5t76TaTt5+P5N1Y/LoToIxP6g==",
|
|
1621
1621
|
"license": "MIT",
|
|
1622
1622
|
"engines": {
|
|
1623
1623
|
"node": ">= 12"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/acpx",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.34",
|
|
4
4
|
"description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"minHostVersion": ">=2026.4.25"
|
|
27
27
|
},
|
|
28
28
|
"compat": {
|
|
29
|
-
"pluginApi": ">=2026.6.
|
|
29
|
+
"pluginApi": ">=2026.6.34"
|
|
30
30
|
},
|
|
31
31
|
"build": {
|
|
32
|
-
"openclawVersion": "2026.6.
|
|
32
|
+
"openclawVersion": "2026.6.34",
|
|
33
33
|
"staticAssets": [
|
|
34
34
|
{
|
|
35
35
|
"source": "./src/runtime-internals/mcp-proxy.mjs",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"skills/**"
|
|
59
59
|
],
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"openclaw": ">=2026.6.
|
|
61
|
+
"openclaw": ">=2026.6.34"
|
|
62
62
|
},
|
|
63
63
|
"peerDependenciesMeta": {
|
|
64
64
|
"openclaw": {
|