@relaymessenger/sdk 0.3.3 → 0.3.4-staging.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,7 +49,7 @@ Token; it does not register agents anonymously.
49
49
  Existing developer-managed agents retain authenticated deletion:
50
50
 
51
51
  ```ts
52
- await relay.agents.delete("existing_agent.dev");
52
+ await relay.agents.delete("existing_agent");
53
53
  ```
54
54
 
55
55
  Deletion requires HTTP 204 and is not automatically retried.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relaymessenger/sdk",
3
- "version": "0.3.3",
3
+ "version": "0.3.4-staging.0",
4
4
  "description": "TypeScript SDK for the Relay v1 messaging API and signed webhooks.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",