@sherwoodagent/cli 0.85.0 → 0.85.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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  lookupAgentIdByWallet,
3
3
  registerIdentityCommands
4
- } from "./chunk-ILHOW6IA.js";
4
+ } from "./chunk-FPB23SDH.js";
5
5
  import "./chunk-M4GX5PL2.js";
6
6
  import "./chunk-AM6MI2JF.js";
7
7
  import "./chunk-QRMZRAMG.js";
@@ -12,4 +12,4 @@ export {
12
12
  lookupAgentIdByWallet,
13
13
  registerIdentityCommands
14
14
  };
15
- //# sourceMappingURL=identity-RMEPBFOL.js.map
15
+ //# sourceMappingURL=identity-3A2D7DGS.js.map
package/dist/index.js CHANGED
@@ -64,7 +64,7 @@ import {
64
64
  setCalldataOnly,
65
65
  stripVidTag,
66
66
  verifyVidTag
67
- } from "./chunk-ILHOW6IA.js";
67
+ } from "./chunk-FPB23SDH.js";
68
68
  import {
69
69
  createApproval,
70
70
  createJoinRequest,
@@ -7985,7 +7985,7 @@ try {
7985
7985
  } catch {
7986
7986
  }
7987
7987
  var require2 = createRequire(import.meta.url);
7988
- var CLI_VERSION = "0.85.0";
7988
+ var CLI_VERSION = "0.85.1";
7989
7989
  async function loadXmtp() {
7990
7990
  return import("./xmtp-R25Q5GWY.js");
7991
7991
  }
@@ -8611,7 +8611,7 @@ fund.command("add").description("Register an agent on a fund vault (creator only
8611
8611
  agentId = BigInt(opts.agentId);
8612
8612
  } else {
8613
8613
  spinner.text = "Looking up ERC-8004 identity from wallet...";
8614
- const { lookupAgentIdByWallet } = await import("./identity-RMEPBFOL.js");
8614
+ const { lookupAgentIdByWallet } = await import("./identity-3A2D7DGS.js");
8615
8615
  const resolved = await lookupAgentIdByWallet(agentWallet);
8616
8616
  if (resolved === null) {
8617
8617
  spinner.fail("Agent wallet does not own an ERC-8004 identity NFT");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sherwoodagent/cli",
3
- "version": "0.85.0",
3
+ "version": "0.85.1",
4
4
  "description": "CLI for agent-managed investment funds \u2014 onchain DeFi funds with XMTP chat",
5
5
  "type": "module",
6
6
  "bin": {