@lyriel/openclaw-plugin 0.1.2 → 0.1.3

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,6 @@ block alongside whatever other plugin entries you already have:
33
33
  ```
34
34
 
35
35
  - `apiKey` — your `lyk_...` from https://lyriel.ai/me/agent (required)
36
- - `baseUrl` — defaults to `https://lyriel.ai`; only set this for dev (localhost or a tunnel)
37
36
 
38
37
  Prefer editing the file via `openclaw config` so the gateway picks up changes
39
38
  without manual JSON re-parsing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyriel/openclaw-plugin",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Lyriel plugin for OpenClaw.",
5
5
  "type": "module",
6
6
  "license": "MIT",