@agent-shield/plugin-elizaos 0.4.0 → 0.4.2

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 +8 -2
  2. package/package.json +9 -3
package/README.md CHANGED
@@ -41,7 +41,7 @@ The plugin reads environment variables to create a `ShieldedWallet` automaticall
41
41
 
42
42
  ## Actions
43
43
 
44
- The plugin provides 4 actions that agents can invoke conversationally:
44
+ The plugin provides 5 actions that agents can invoke conversationally:
45
45
 
46
46
  ### `SHIELD_STATUS`
47
47
 
@@ -246,7 +246,7 @@ Providers give the agent continuous budget awareness. The evaluator proactively
246
246
 
247
247
  ```bash
248
248
  npm test
249
- # Runs 30 tests covering all actions, providers, evaluator, config, caching, and event wiring
249
+ # Runs 32 tests covering all actions, providers, evaluator, config, caching, and event wiring
250
250
  ```
251
251
 
252
252
  ## Related Packages
@@ -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.4.0",
3
+ "version": "0.4.2",
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",
@@ -31,8 +37,8 @@
31
37
  "chai": "^4.4.1",
32
38
  "mocha": "^10.3.0",
33
39
  "ts-node": "^10.9.2",
34
- "@agent-shield/solana": "0.3.0",
35
- "@agent-shield/custody-crossmint": "0.1.1"
40
+ "@agent-shield/solana": "0.3.2",
41
+ "@agent-shield/custody-crossmint": "0.1.3"
36
42
  },
37
43
  "keywords": [
38
44
  "solana",