openclaw-penfield 1.0.5 → 1.0.6

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 +7 -2
package/README.md CHANGED
@@ -32,7 +32,7 @@ Tell your agent to "Awaken with Penfield"
32
32
 
33
33
  Penfield is in **free beta**. Sign up for access:
34
34
 
35
- **[accounts.penfield.app/waitlist](https://accounts.penfield.app/waitlist)**
35
+ **[portal.penfield.app/sign-up](https://portal.penfield.app/sign-up)**
36
36
 
37
37
  ## Features
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-penfield",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "description": "Native OpenClaw plugin for Penfield memory integration",
6
6
  "main": "dist/index.js",
@@ -30,7 +30,12 @@
30
30
  "zod": "^3.22.4"
31
31
  },
32
32
  "peerDependencies": {
33
- "openclaw": ">=2026.1.26"
33
+ "openclaw": ">=2026.1.29"
34
+ },
35
+ "peerDependenciesMeta": {
36
+ "openclaw": {
37
+ "optional": true
38
+ }
34
39
  },
35
40
  "devDependencies": {
36
41
  "@types/node": "^25.0.9",