openclaw-elys 1.4.3 → 1.4.4

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 +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,14 +45,12 @@ npx openclaw-elys status
45
45
 
46
46
  ## Uninstall / 卸载
47
47
 
48
- **Important: run these two commands in order. / 重要:请按顺序执行以下两条命令。**
48
+ One command to revoke device, clean up config, and remove the plugin:
49
+
50
+ 一条命令撤销设备、清理配置并卸载插件:
49
51
 
50
52
  ```bash
51
- # Step 1: Revoke device and remove channel config / 第一步:撤销设备并清除频道配置
52
53
  npx openclaw-elys uninstall
53
-
54
- # Step 2: Remove the plugin / 第二步:卸载插件
55
- openclaw plugins uninstall openclaw-elys
56
54
  ```
57
55
 
58
56
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-elys",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "OpenClaw Elys channel plugin — connects to Elys App",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",