aamp-openclaw-plugin 0.1.20 → 0.1.21

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.
@@ -253,7 +253,7 @@ function installPluginFiles(credentialsFile = DEFAULT_CREDENTIALS_FILE) {
253
253
 
254
254
  writeJsonFile(join(extensionDir, 'package.json'), packageJson)
255
255
 
256
- const dependencyPackages = ['aamp-sdk', 'ws', 'nodemailer']
256
+ const dependencyPackages = ['ws', 'nodemailer']
257
257
  const nodeModulesDir = join(extensionDir, 'node_modules')
258
258
  mkdirSync(nodeModulesDir, { recursive: true })
259
259
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "skills"
8
8
  ],
9
9
  "license": "MIT",
10
- "version": "0.1.20",
10
+ "version": "0.1.21",
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",
@@ -68,7 +68,6 @@
68
68
  "prepack": "npm run build"
69
69
  },
70
70
  "dependencies": {
71
- "aamp-sdk": "^0.1.9",
72
71
  "nodemailer": "^6.9.10",
73
72
  "ws": "^8.16.0"
74
73
  },