@agent-shield/plugin-solana-agent-kit 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.
- package/README.md +6 -0
- package/package.json +17 -2
package/README.md
CHANGED
|
@@ -215,6 +215,12 @@ npm test
|
|
|
215
215
|
| [`@agent-shield/plugin-elizaos`](https://www.npmjs.com/package/@agent-shield/plugin-elizaos) | ElizaOS integration |
|
|
216
216
|
| [`@agent-shield/sdk`](https://www.npmjs.com/package/@agent-shield/sdk) | On-chain vault SDK |
|
|
217
217
|
|
|
218
|
+
## Support
|
|
219
|
+
|
|
220
|
+
- X/Twitter: [@MightieMags](https://x.com/MightieMags)
|
|
221
|
+
- Telegram: [MightyMags](https://t.me/MightyMags)
|
|
222
|
+
- Issues: [GitHub Issues](https://github.com/Kaleb-Rupe/agentshield/issues)
|
|
223
|
+
|
|
218
224
|
## License
|
|
219
225
|
|
|
220
226
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-shield/plugin-solana-agent-kit",
|
|
3
|
-
"version": "0.
|
|
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 Solana Agent Kit — shield() wrapper monitoring and management tools",
|
|
5
11
|
"main": "dist/index.js",
|
|
6
12
|
"types": "dist/index.d.ts",
|
|
@@ -36,10 +42,19 @@
|
|
|
36
42
|
"dependencies": {
|
|
37
43
|
"zod": "^3.22.0"
|
|
38
44
|
},
|
|
45
|
+
"keywords": [
|
|
46
|
+
"solana",
|
|
47
|
+
"ai-agent",
|
|
48
|
+
"solana-agent-kit",
|
|
49
|
+
"defi",
|
|
50
|
+
"security",
|
|
51
|
+
"spending-limits",
|
|
52
|
+
"plugin"
|
|
53
|
+
],
|
|
39
54
|
"license": "MIT",
|
|
40
55
|
"repository": {
|
|
41
56
|
"type": "git",
|
|
42
|
-
"url": "https://github.com/
|
|
57
|
+
"url": "https://github.com/Kaleb-Rupe/agentshield",
|
|
43
58
|
"directory": "plugins/solana-agent-kit"
|
|
44
59
|
}
|
|
45
60
|
}
|