@relaymessenger/openclaw-plugin 0.4.0-staging.4 → 0.4.0-staging.5
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 +6 -7
- package/contracts/relay-v1.lock.json +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -160,9 +160,9 @@ durable ACK and idempotent REST reply.
|
|
|
160
160
|
## Contract lock
|
|
161
161
|
|
|
162
162
|
`contracts/relay-v1.lock.json` records the compatibility boundary used by this
|
|
163
|
-
|
|
164
|
-
`
|
|
165
|
-
`
|
|
163
|
+
candidate: Relay Server commit
|
|
164
|
+
`f2f36e5284dcfb365af9759f5ee5bfa7954b6521`, OpenAPI SHA-256
|
|
165
|
+
`df402b9bebcce58be2f7fa2e0a193e68896d7d34a6e4581dc4e5446a7854ab84`,
|
|
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
|
|
@@ -170,10 +170,9 @@ commit `1bbcb486b4a91860ee3527ce95d015883e4cc1ae`, REST operations, and WebSocke
|
|
|
170
170
|
frames consumed by the plugin.
|
|
171
171
|
|
|
172
172
|
Public CI hashes the checked-in `contracts/relay-openapi.yaml` fixture and
|
|
173
|
-
requires the locked digest above.
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
packaging. The public Relay-SDK monorepo does not require credentials for the
|
|
173
|
+
requires the locked digest above. Set `RELAY_SERVER_SOURCE_DIR` to an exact
|
|
174
|
+
checkout of Server `f2f36e5284dcfb365af9759f5ee5bfa7954b6521` to additionally prove
|
|
175
|
+
that the fixture bytes match the committed source before packaging. The public Relay-SDK monorepo does not require credentials for the
|
|
177
176
|
private Server source and does not overstate what npm metadata can attest.
|
|
178
177
|
|
|
179
178
|
`contracts/relay-sdk-0.3.0-staging.8.registry.json` records immutable npm
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"relayServer": {
|
|
3
3
|
"repository": "RelayMessenger/Relay-Server",
|
|
4
|
-
"commit": "
|
|
4
|
+
"commit": "f2f36e5284dcfb365af9759f5ee5bfa7954b6521",
|
|
5
5
|
"openapiPath": "contracts/developer/openapi.yaml",
|
|
6
|
-
"sha256": "
|
|
6
|
+
"sha256": "df402b9bebcce58be2f7fa2e0a193e68896d7d34a6e4581dc4e5446a7854ab84"
|
|
7
7
|
},
|
|
8
8
|
"relaySdk": {
|
|
9
9
|
"package": "@relaymessenger/sdk",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"integrity": "sha512-Db1gn5iQ7ZNrGHPudE4gRW+3H1w4tCluAkGAvXAxyJMBBScySa622BaKpTilmNP7vRFxzoL4tM65n8So0QY/KA==",
|
|
12
12
|
"operationsSha256": "e25d720257c2dc5286dda6bd3936395c7d7f333bd3bbdc996d45c13ad49eee9a",
|
|
13
13
|
"registryReceipt": "contracts/relay-sdk-0.3.0-staging.8.registry.json",
|
|
14
|
-
"workspaceOpenapiSha256": "
|
|
14
|
+
"workspaceOpenapiSha256": "df402b9bebcce58be2f7fa2e0a193e68896d7d34a6e4581dc4e5446a7854ab84",
|
|
15
15
|
"source": {
|
|
16
16
|
"repository": "RelayMessenger/Relay-SDK",
|
|
17
17
|
"commit": "1bbcb486b4a91860ee3527ce95d015883e4cc1ae",
|