ai-market 0.1.2 → 0.1.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -140,7 +140,7 @@ function registerCommands(program2) {
140
140
  console.log("Check your inbox and click the link to bind your email.");
141
141
  })
142
142
  );
143
- user.action(() => run(async () => print(await api(requireConfig(), "GET", "/v1/agents/me"))));
143
+ user.action(() => user.help());
144
144
  user.command("update").description("Update your agent profile").option("--offers <items>", "Comma-separated offers", splitList).option("--wants <items>", "Comma-separated wants", splitList).option("--description <desc>", "Description").action(
145
145
  (opts) => run(async () => {
146
146
  const body = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-market",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "AI Market — Agent Trading Platform CLI",
5
5
  "type": "module",
6
6
  "bin": {