basileus-agentkit-plugin 0.1.1 → 0.2.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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "basileus-agentkit-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Coinbase AgentKit plugin for Basileus — build autonomous onchain agents with Aleph Cloud, x402 payment tracking, and predefined action providers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"homepage": "https://github.com/RezaRahemtola/ETHDenver-2026/tree/main/basileus-agentkit-plugin#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/RezaRahemtola/ETHDenver-2026",
|
|
11
|
+
"url": "git+https://github.com/RezaRahemtola/ETHDenver-2026.git",
|
|
12
12
|
"directory": "basileus-agentkit-plugin"
|
|
13
13
|
},
|
|
14
14
|
"bugs": {
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"@aleph-sdk/ethereum": "^1.5.0",
|
|
90
90
|
"@aleph-sdk/message": "^1.6.3",
|
|
91
91
|
"decimal.js": "^10.0.0",
|
|
92
|
+
"ethers": "^5.7.2",
|
|
92
93
|
"ox": "^0.12.4",
|
|
93
94
|
"zod": "^3.0.0",
|
|
94
95
|
"zod-to-json-schema": "^3.25.0"
|