aamp-openclaw-plugin 0.1.37 → 0.1.38

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.
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "skills"
8
8
  ],
9
9
  "license": "MIT",
10
- "version": "0.1.37",
10
+ "version": "0.1.38",
11
11
  "description": "AAMP Agent Mail Protocol — OpenClaw plugin. Gives OpenClaw an AAMP mailbox identity and lets it receive, process and reply to AAMP tasks.",
12
12
  "type": "module",
13
13
  "main": "dist/index.js",
@@ -240,6 +240,7 @@
240
240
  "test": "vitest run"
241
241
  },
242
242
  "dependencies": {
243
+ "aamp-sdk": "^0.1.19",
243
244
  "nodemailer": "^6.9.10",
244
245
  "ws": "^8.16.0"
245
246
  },