@sherwoodagent/cli 0.9.0 → 0.10.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.
@@ -13,7 +13,7 @@ import ora from "ora";
13
13
  import { confirm } from "@inquirer/prompts";
14
14
  import { isAddress } from "viem";
15
15
  async function loadXmtp() {
16
- return import("./xmtp-S4VRXMFK.js");
16
+ return import("./xmtp-JC5AUYRG.js");
17
17
  }
18
18
  var COST_ESTIMATES = {
19
19
  messari: MESSARI_COST_ESTIMATE,
@@ -80,7 +80,7 @@ function formatValue(value) {
80
80
  }
81
81
  async function postResearch(syndicateName, result, prompt) {
82
82
  const { pinJSON } = await import("./ipfs-P3NVJQCF.js");
83
- const { createResearchAttestation, getEasScanUrl } = await import("./eas-EL3XCEXQ.js");
83
+ const { createResearchAttestation, getEasScanUrl } = await import("./eas-NZ7GCLPA.js");
84
84
  const xmtp = await loadXmtp();
85
85
  const pinSpinner = ora("Pinning research result to IPFS...").start();
86
86
  let resultUri;
@@ -305,4 +305,4 @@ function registerResearchCommands(program) {
305
305
  export {
306
306
  registerResearchCommands
307
307
  };
308
- //# sourceMappingURL=research-57SKO27M.js.map
308
+ //# sourceMappingURL=research-3XEIOMDP.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  resolveSyndicate
3
- } from "./chunk-Q37V65B6.js";
3
+ } from "./chunk-3EBFJLQR.js";
4
4
  import {
5
5
  SHERWOOD,
6
6
  SYNDICATE_VAULT_ABI
7
- } from "./chunk-OUES74ID.js";
7
+ } from "./chunk-SGYOOHML.js";
8
8
  import {
9
9
  getPublicClient
10
10
  } from "./chunk-5ADWTXNT.js";
@@ -160,7 +160,7 @@ async function getCurrentBlock() {
160
160
 
161
161
  // src/commands/session.ts
162
162
  async function loadXmtp() {
163
- return import("./xmtp-S4VRXMFK.js");
163
+ return import("./xmtp-JC5AUYRG.js");
164
164
  }
165
165
  async function resolveGovernor(vaultAddress) {
166
166
  const client = getPublicClient();
@@ -387,4 +387,4 @@ function registerSessionCommands(program) {
387
387
  export {
388
388
  registerSessionCommands
389
389
  };
390
- //# sourceMappingURL=session-QQSHCGNK.js.map
390
+ //# sourceMappingURL=session-FVFIACYW.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getTextRecord
3
- } from "./chunk-Q37V65B6.js";
4
- import "./chunk-OUES74ID.js";
3
+ } from "./chunk-3EBFJLQR.js";
4
+ import "./chunk-SGYOOHML.js";
5
5
  import {
6
6
  cacheGroupId,
7
7
  getAccount,
@@ -360,4 +360,4 @@ export {
360
360
  sendReaction,
361
361
  streamMessages
362
362
  };
363
- //# sourceMappingURL=xmtp-S4VRXMFK.js.map
363
+ //# sourceMappingURL=xmtp-JC5AUYRG.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sherwoodagent/cli",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "CLI for agent-managed investment syndicates — onchain DeFi syndicates with XMTP chat",
5
5
  "type": "module",
6
6
  "bin": {