@sherwoodagent/cli 0.17.2 → 0.18.0

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.
@@ -15,7 +15,7 @@ import ora from "ora";
15
15
  import { confirm } from "@inquirer/prompts";
16
16
  import { isAddress } from "viem";
17
17
  async function loadXmtp() {
18
- return import("./xmtp-2AHDKL2Q.js");
18
+ return import("./xmtp-MJ53JW2W.js");
19
19
  }
20
20
  var COST_ESTIMATES = {
21
21
  messari: MESSARI_COST_ESTIMATE,
@@ -82,7 +82,7 @@ function formatValue(value) {
82
82
  }
83
83
  async function postResearch(syndicateName, result, prompt) {
84
84
  const { pinJSON } = await import("./ipfs-6XVOOHSR.js");
85
- const { createResearchAttestation, getEasScanUrl } = await import("./eas-MOPXU3QW.js");
85
+ const { createResearchAttestation, getEasScanUrl } = await import("./eas-Y7HS7FXK.js");
86
86
  const xmtp = await loadXmtp();
87
87
  const pinSpinner = ora("Pinning research result to IPFS...").start();
88
88
  let resultUri;
@@ -307,4 +307,4 @@ function registerResearchCommands(program) {
307
307
  export {
308
308
  registerResearchCommands
309
309
  };
310
- //# sourceMappingURL=research-BYQZ2MLK.js.map
310
+ //# sourceMappingURL=research-NCY3MCN4.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  resolveSyndicate
3
- } from "./chunk-E7KKGN3V.js";
3
+ } from "./chunk-PRX5GLSN.js";
4
4
  import {
5
5
  SHERWOOD,
6
6
  SYNDICATE_VAULT_ABI
7
- } from "./chunk-E3UCNLU3.js";
7
+ } from "./chunk-TPE6ZTUI.js";
8
8
  import {
9
9
  getPublicClient
10
10
  } from "./chunk-N65F7HRF.js";
@@ -164,7 +164,7 @@ async function getCurrentBlock() {
164
164
 
165
165
  // src/commands/session.ts
166
166
  async function loadXmtp() {
167
- return import("./xmtp-2AHDKL2Q.js");
167
+ return import("./xmtp-MJ53JW2W.js");
168
168
  }
169
169
  async function resolveGovernor(vaultAddress) {
170
170
  const client = getPublicClient();
@@ -434,4 +434,4 @@ function registerSessionCommands(program) {
434
434
  export {
435
435
  registerSessionCommands
436
436
  };
437
- //# sourceMappingURL=session-RDBY24HJ.js.map
437
+ //# sourceMappingURL=session-CQZ743DX.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getTextRecord
3
- } from "./chunk-E7KKGN3V.js";
4
- import "./chunk-E3UCNLU3.js";
3
+ } from "./chunk-PRX5GLSN.js";
4
+ import "./chunk-TPE6ZTUI.js";
5
5
  import {
6
6
  getAccount
7
7
  } from "./chunk-N65F7HRF.js";
@@ -364,4 +364,4 @@ export {
364
364
  sendReaction,
365
365
  streamMessages
366
366
  };
367
- //# sourceMappingURL=xmtp-2AHDKL2Q.js.map
367
+ //# sourceMappingURL=xmtp-MJ53JW2W.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sherwoodagent/cli",
3
- "version": "0.17.2",
3
+ "version": "0.18.0",
4
4
  "description": "CLI for agent-managed investment syndicates — onchain DeFi syndicates with XMTP chat",
5
5
  "type": "module",
6
6
  "bin": {