aamp-openclaw-plugin 0.1.39 → 0.1.40
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 +2 -2
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"skills"
|
|
8
8
|
],
|
|
9
9
|
"license": "MIT",
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.40",
|
|
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",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"test": "vitest run"
|
|
294
294
|
},
|
|
295
295
|
"dependencies": {
|
|
296
|
-
"aamp-sdk": "^0.1.
|
|
296
|
+
"aamp-sdk": "^0.1.21",
|
|
297
297
|
"nodemailer": "^6.9.10",
|
|
298
298
|
"qrcode-terminal": "^0.12.0",
|
|
299
299
|
"ws": "^8.16.0"
|