@agent-shield/plugin-elizaos 0.3.2 → 0.4.1

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 +6 -0
  2. package/package.json +17 -2
package/README.md CHANGED
@@ -258,6 +258,12 @@ npm test
258
258
  | [`@agent-shield/plugin-solana-agent-kit`](https://www.npmjs.com/package/@agent-shield/plugin-solana-agent-kit) | Solana Agent Kit integration |
259
259
  | [`@agent-shield/sdk`](https://www.npmjs.com/package/@agent-shield/sdk) | On-chain vault SDK |
260
260
 
261
+ ## Support
262
+
263
+ - X/Twitter: [@MightieMags](https://x.com/MightieMags)
264
+ - Telegram: [MightyMags](https://t.me/MightyMags)
265
+ - Issues: [GitHub Issues](https://github.com/Kaleb-Rupe/agentshield/issues)
266
+
261
267
  ## License
262
268
 
263
269
  MIT
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "@agent-shield/plugin-elizaos",
3
- "version": "0.3.2",
3
+ "version": "0.4.1",
4
+ "author": "Kaleb Rupe (https://x.com/MightieMags)",
5
+ "homepage": "https://github.com/Kaleb-Rupe/agentshield#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/Kaleb-Rupe/agentshield/issues",
8
+ "email": "https://t.me/MightyMags"
9
+ },
4
10
  "description": "AgentShield plugin for ElizaOS — shield() wrapper actions, providers, and policy evaluators",
5
11
  "main": "dist/index.js",
6
12
  "types": "dist/index.d.ts",
@@ -40,10 +46,19 @@
40
46
  "mocha": "^10.3.0",
41
47
  "ts-node": "^10.9.2"
42
48
  },
49
+ "keywords": [
50
+ "solana",
51
+ "ai-agent",
52
+ "elizaos",
53
+ "defi",
54
+ "security",
55
+ "spending-limits",
56
+ "plugin"
57
+ ],
43
58
  "license": "MIT",
44
59
  "repository": {
45
60
  "type": "git",
46
- "url": "https://github.com/agent-shield/agent-shield",
61
+ "url": "https://github.com/Kaleb-Rupe/agentshield",
47
62
  "directory": "plugins/elizaos"
48
63
  }
49
64
  }