@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.
- package/dist/{chunk-ILHOW6IA.js → chunk-FPB23SDH.js} +191 -59
- package/dist/chunk-FPB23SDH.js.map +1 -0
- package/dist/{identity-RMEPBFOL.js → identity-3A2D7DGS.js} +2 -2
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/dist/chunk-ILHOW6IA.js.map +0 -1
- /package/dist/{identity-RMEPBFOL.js.map → identity-3A2D7DGS.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
lookupAgentIdByWallet,
|
|
3
3
|
registerIdentityCommands
|
|
4
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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.
|
|
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-
|
|
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");
|