@relaymessenger/openclaw-plugin 0.4.2 → 0.4.3-staging.1
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/README.md +2 -2
- package/contracts/relay-v1.lock.json +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -162,8 +162,8 @@ durable ACK and idempotent REST reply.
|
|
|
162
162
|
|
|
163
163
|
`contracts/relay-v1.lock.json` records the compatibility boundary used by this
|
|
164
164
|
candidate: Relay Server commit
|
|
165
|
-
`
|
|
166
|
-
`
|
|
165
|
+
`8247505bd5f8dffccf8047b91317a68a91632068`, OpenAPI SHA-256
|
|
166
|
+
`f1d3f19b12e068ad68b95b41650b62af6f921ec263e37dd2d24f59a72903ce30`,
|
|
167
167
|
public `ChatHandle.image_url` and `ChatHandle.about` fields with no legacy
|
|
168
168
|
aliases,
|
|
169
169
|
and the exact `@relaymessenger/sdk@0.3.1-staging.2` registry integrity, source
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"relayServer": {
|
|
3
3
|
"repository": "RelayMessenger/Relay-Server",
|
|
4
|
-
"commit": "
|
|
4
|
+
"commit": "3097ddaed0724d7b9c4af85304355ffb1500d0f1",
|
|
5
5
|
"openapiPath": "contracts/developer/openapi.yaml",
|
|
6
|
-
"sha256": "
|
|
6
|
+
"sha256": "ccc6eed43086ffdd9912a9d021469948128f8dee080f00f15ad2c0c269196cdc"
|
|
7
7
|
},
|
|
8
8
|
"relaySdk": {
|
|
9
9
|
"package": "@relaymessenger/sdk",
|
|
10
|
-
"version": "0.3.
|
|
11
|
-
"integrity": "sha512-
|
|
12
|
-
"operationsSha256": "
|
|
13
|
-
"workspaceOpenapiSha256": "
|
|
10
|
+
"version": "0.3.3-staging.1",
|
|
11
|
+
"integrity": "sha512-s3jGjdOclH9MJOvHyLRBOeDyJLxxqvFrFf4jf5tuT/YCY2wFsKIOnQuBk2bO5GhNyKAh6d4qhJ1cosaL76dyLA==",
|
|
12
|
+
"operationsSha256": "7f120df37b3e0e047288288adc88476353f57ad70326919d6a33cf33b9b9f227",
|
|
13
|
+
"workspaceOpenapiSha256": "ccc6eed43086ffdd9912a9d021469948128f8dee080f00f15ad2c0c269196cdc",
|
|
14
14
|
"usedOperations": [
|
|
15
15
|
{
|
|
16
16
|
"method": "GET",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relaymessenger/openclaw-plugin",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3-staging.1",
|
|
4
4
|
"description": "Native Relay channel plugin for OpenClaw",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"prepack": "npm run build"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@relaymessenger/sdk": "0.3.
|
|
40
|
+
"@relaymessenger/sdk": "0.3.3-staging.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^26.0.0",
|