@relaymessenger/openclaw-plugin 0.4.2-staging.0 → 0.4.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 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.0-staging.8` registry integrity, source
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 final Server commit (currently awaiting validation) to additionally
176
- prove that the fixture bytes match committed source before packaging. The public Relay-SDK monorepo does not require credentials for the
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.1-staging.2",
11
- "integrity": "sha512-76hUul0ihr3Zyx3gN/DC4FG8nP+tKhWW1KkrZhgKlHiD7NYq5tg5Pn2mMPYSnoVA+I4OXNVoEGFY7XbIfU5wdg==",
10
+ "version": "0.3.2",
11
+ "integrity": "sha512-Lv6kSarouKuEYxWMvnQPNnmI15gzTAjwHvfrsQ2pOcPpeCY4kvYM+6rxnW5qTPoXPnUXSCGOsdiIlGLp0pJ4uw==",
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.0",
3
+ "version": "0.4.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.2"
40
+ "@relaymessenger/sdk": "0.3.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^26.0.0",