@ens-node-metadata/agent 0.2.9 → 0.2.10

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.
@@ -115,7 +115,7 @@ ${issues}` });
115
115
  version: "1.0.0"
116
116
  });
117
117
  const uri = `ipfs://${cid}`;
118
- process.stdout.write(`${uri}
118
+ process.stdout.write(`${JSON.stringify({ cid, uri })}
119
119
  `);
120
120
  setState({ status: "done", uri });
121
121
  exit();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ens-node-metadata/agent",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "CLI for registering AI agents on ENS using ERC-8004",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",