@dopemarkets/agent 0.1.4 → 0.1.5
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/dist/commands/balance.js
CHANGED
|
@@ -12,7 +12,6 @@ async function runBalance(out) {
|
|
|
12
12
|
(0, output_js_1.emitOk)(out, result, () => [
|
|
13
13
|
(0, output_js_1.row)('Wallet:', result.wallet_pubkey),
|
|
14
14
|
(0, output_js_1.row)('Available:', (0, output_js_1.usd)(result.balance.available_usdc)),
|
|
15
|
-
(0, output_js_1.row)('Reserved:', (0, output_js_1.usd)(result.balance.reserved_usdc)),
|
|
16
15
|
(0, output_js_1.row)('Committed:', (0, output_js_1.usd)(result.balance.committed_usdc)),
|
|
17
16
|
(0, output_js_1.row)('Total:', (0, output_js_1.usd)(result.balance.total_usdc)),
|
|
18
17
|
].join('\n'));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"balance.js","sourceRoot":"","sources":["../../src/commands/balance.ts"],"names":[],"mappings":";AAAA,wCAAwC;;AAMxC,
|
|
1
|
+
{"version":3,"file":"balance.js","sourceRoot":"","sources":["../../src/commands/balance.ts"],"names":[],"mappings":";AAAA,wCAAwC;;AAMxC,gCAkBC;AAtBD,4DAA2D;AAC3D,4DAAoD;AACpD,4CAA2E;AAEpE,KAAK,UAAU,UAAU,CAAC,GAAc;IAC7C,MAAM,EAAE,MAAM,EAAE,GAAG,IAAA,gCAAY,EAAC,GAAG,CAAC,CAAC;IACrC,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,UAAU,EAAE,CAAC;QACzC,IAAA,kBAAM,EAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,CACvB;YACE,IAAA,eAAG,EAAC,SAAS,EAAE,MAAM,CAAC,aAAa,CAAC;YACpC,IAAA,eAAG,EAAC,YAAY,EAAE,IAAA,eAAG,EAAC,MAAM,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;YACrD,IAAA,eAAG,EAAC,YAAY,EAAE,IAAA,eAAG,EAAC,MAAM,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;YACrD,IAAA,eAAG,EAAC,QAAQ,EAAE,IAAA,eAAG,EAAC,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;SAC9C,CAAC,IAAI,CAAC,IAAI,CAAC,CACb,CAAC;IACJ,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,IAAI,GAAG,YAAY,6BAAc,EAAE,CAAC;YAClC,OAAO,IAAA,qBAAS,EAAC,GAAG,EAAE,EAAE,UAAU,EAAE,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;QAC3F,CAAC;QACD,OAAO,IAAA,qBAAS,EAAC,GAAG,EAAE,EAAE,UAAU,EAAE,qBAAqB,EAAE,OAAO,EAAG,GAAa,CAAC,OAAO,EAAE,CAAC,CAAC;IAChG,CAAC;AACH,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ const markets_js_1 = require("./commands/markets.js");
|
|
|
15
15
|
const stack_js_1 = require("./commands/stack.js");
|
|
16
16
|
const agent_key_js_1 = require("./commands/agent_key.js");
|
|
17
17
|
const mcp_js_1 = require("./commands/mcp.js");
|
|
18
|
-
const VERSION = '0.1.
|
|
18
|
+
const VERSION = '0.1.5';
|
|
19
19
|
const HELP = `dope — DOPE Agent Mode CLI (v${VERSION})
|
|
20
20
|
|
|
21
21
|
Usage:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dopemarkets/agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "DOPE Agent Mode CLI. Run agentic Stack trades on DOPE from the terminal.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"dope": "bin/dope.js"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"postinstall": "node scripts/postinstall.js"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@dopemarkets/agent-client": "0.1.
|
|
17
|
+
"@dopemarkets/agent-client": "0.1.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^22.10.5",
|