@relaymessenger/openclaw-plugin 0.4.2-staging.0 → 0.4.2-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 +3 -3
- package/contracts/relay-v1.lock.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -166,14 +166,14 @@ candidate: Relay Server commit
|
|
|
166
166
|
`5458497fe8db4ee7dfe6bef67f2803137575d3ea4d835748290a5c9f8d906791`,
|
|
167
167
|
public `ChatHandle.image_url` and `ChatHandle.about` fields with no legacy
|
|
168
168
|
aliases,
|
|
169
|
-
and the exact `@relaymessenger/sdk@0.3.
|
|
169
|
+
and the exact `@relaymessenger/sdk@0.3.1-staging.2` registry integrity, source
|
|
170
170
|
commit `1bbcb486b4a91860ee3527ce95d015883e4cc1ae`, REST operations, and WebSocket
|
|
171
171
|
frames consumed by the plugin.
|
|
172
172
|
|
|
173
173
|
Public CI hashes the checked-in `contracts/relay-openapi.yaml` fixture and
|
|
174
174
|
requires the locked digest above. Set `RELAY_SERVER_SOURCE_DIR` to an exact
|
|
175
|
-
checkout of the
|
|
176
|
-
|
|
175
|
+
checkout of the Server commit above to additionally prove that the fixture bytes
|
|
176
|
+
match committed source before packaging. The public Relay-SDK monorepo does not require credentials for the
|
|
177
177
|
private Server source and does not overstate what npm metadata can attest.
|
|
178
178
|
|
|
179
179
|
`contracts/relay-v1.lock.json` records the exact `@relaymessenger/sdk`
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"relaySdk": {
|
|
9
9
|
"package": "@relaymessenger/sdk",
|
|
10
|
-
"version": "0.3.
|
|
11
|
-
"integrity": "sha512-
|
|
10
|
+
"version": "0.3.2-staging.0",
|
|
11
|
+
"integrity": "sha512-iEnXNasyWf6PTz/Yv59G+Qala28G2p6Dl2KWxz0QXXhaIfrSM5GTEXg3sK+JzX6LOI2B7rK+gkuqnaPdJskahg==",
|
|
12
12
|
"operationsSha256": "e06b2f44366b57dc1b5385b5b1f76585576f5bf9600d4bbe15e49cfdfb394996",
|
|
13
13
|
"workspaceOpenapiSha256": "5458497fe8db4ee7dfe6bef67f2803137575d3ea4d835748290a5c9f8d906791",
|
|
14
14
|
"usedOperations": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relaymessenger/openclaw-plugin",
|
|
3
|
-
"version": "0.4.2-staging.
|
|
3
|
+
"version": "0.4.2-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.2-staging.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^26.0.0",
|