@relaymessenger/openclaw-plugin 0.4.1-staging.1 → 0.4.1-staging.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.
- package/README.md +2 -2
- package/contracts/relay-v1.lock.json +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -161,8 +161,8 @@ durable ACK and idempotent REST reply.
|
|
|
161
161
|
|
|
162
162
|
`contracts/relay-v1.lock.json` records the compatibility boundary used by this
|
|
163
163
|
candidate: Relay Server commit
|
|
164
|
-
`
|
|
165
|
-
`
|
|
164
|
+
`5607d9f73d99eef3da6c5dc0b1066f91e602b337`, OpenAPI SHA-256
|
|
165
|
+
`7094178cb01c0ddc05f9254dc91094900a0a7b6273979c0cad6257eec486f0d8`,
|
|
166
166
|
public `ChatHandle.image_url` and `ChatHandle.about` fields with no legacy
|
|
167
167
|
aliases,
|
|
168
168
|
and the exact `@relaymessenger/sdk@0.3.0-staging.8` registry integrity, source
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"relayServer": {
|
|
3
3
|
"repository": "RelayMessenger/Relay-Server",
|
|
4
|
-
"commit": "
|
|
4
|
+
"commit": "5607d9f73d99eef3da6c5dc0b1066f91e602b337",
|
|
5
5
|
"openapiPath": "contracts/developer/openapi.yaml",
|
|
6
|
-
"sha256": "
|
|
6
|
+
"sha256": "7094178cb01c0ddc05f9254dc91094900a0a7b6273979c0cad6257eec486f0d8"
|
|
7
7
|
},
|
|
8
8
|
"relaySdk": {
|
|
9
9
|
"package": "@relaymessenger/sdk",
|
|
10
|
-
"version": "0.3.1-staging.
|
|
11
|
-
"integrity": "sha512-
|
|
10
|
+
"version": "0.3.1-staging.2",
|
|
11
|
+
"integrity": "sha512-76hUul0ihr3Zyx3gN/DC4FG8nP+tKhWW1KkrZhgKlHiD7NYq5tg5Pn2mMPYSnoVA+I4OXNVoEGFY7XbIfU5wdg==",
|
|
12
12
|
"operationsSha256": "e06b2f44366b57dc1b5385b5b1f76585576f5bf9600d4bbe15e49cfdfb394996",
|
|
13
|
-
"workspaceOpenapiSha256": "
|
|
13
|
+
"workspaceOpenapiSha256": "7094178cb01c0ddc05f9254dc91094900a0a7b6273979c0cad6257eec486f0d8",
|
|
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.1-staging.
|
|
3
|
+
"version": "0.4.1-staging.2",
|
|
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.1-staging.
|
|
40
|
+
"@relaymessenger/sdk": "0.3.1-staging.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^26.0.0",
|