aquaman-plugin 0.11.2 → 0.11.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "aquaman-plugin",
3
3
  "name": "Aquaman — API Key Protection",
4
- "version": "0.11.2",
4
+ "version": "0.11.3",
5
5
  "description": "Protect your API keys, tokens, and secrets — they stay in your vault (Keychain, 1Password, HashiCorp Vault, Bitwarden, and more), never in the agent's memory. Block dangerous API endpoints before credentials are injected. Works with 25+ services across 6 auth modes.",
6
6
  "author": "tech4242",
7
7
  "repository": "https://github.com/tech4242/aquaman",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aquaman-plugin",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "Protect API keys and secrets for OpenClaw — credentials stay in your vault, never in the agent's memory",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -10,12 +10,12 @@
10
10
  "openclaw": {
11
11
  "extensions": ["./index.ts"],
12
12
  "compat": {
13
- "pluginApi": ">=2026.4.7",
14
- "minGatewayVersion": "2026.4.7"
13
+ "pluginApi": ">=2026.5.7",
14
+ "minGatewayVersion": "2026.5.7"
15
15
  },
16
16
  "build": {
17
- "openclawVersion": "2026.4.24",
18
- "pluginSdkVersion": "2026.4.24"
17
+ "openclawVersion": "2026.5.12",
18
+ "pluginSdkVersion": "2026.5.12"
19
19
  }
20
20
  },
21
21
  "keywords": [
@@ -39,10 +39,10 @@
39
39
  "license": "MIT",
40
40
  "dependencies": {
41
41
  "undici": "^7.0.0",
42
- "aquaman-proxy": "0.11.2"
42
+ "aquaman-proxy": "0.11.3"
43
43
  },
44
44
  "peerDependencies": {
45
- "openclaw": ">=2026.4.7"
45
+ "openclaw": ">=2026.5.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20.10.0",