@unicitylabs/uniclaw 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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,12 @@
34
34
  openclaw plugins install @unicitylabs/uniclaw
35
35
  ```
36
36
 
37
+ To update to the latest version later:
38
+
39
+ ```bash
40
+ openclaw plugins update uniclaw
41
+ ```
42
+
37
43
  ### 2. Run interactive setup
38
44
 
39
45
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unicitylabs/uniclaw",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Unicity wallet identity and encrypted DMs for OpenClaw agents — powered by Sphere SDK",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",