api2cli 0.3.10 → 0.3.11

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
@@ -2285,7 +2285,7 @@ async function publishToMarketplace(githubUrl) {
2285
2285
  return false;
2286
2286
  }
2287
2287
  console.log(` ${import_picocolors.default.green("\u2713")} Published ${import_picocolors.default.bold(data.skill.displayName)} to marketplace`);
2288
- console.log(` ${import_picocolors.default.dim(`\u2192 ${data.skill.url || `https://api2cli.dev/registry/${data.skill.name}`}`)}`);
2288
+ console.log(` ${import_picocolors.default.dim(`\u2192 ${data.skill.url || `https://api2cli.dev/cli/${data.skill.name}`}`)}`);
2289
2289
  return true;
2290
2290
  } catch {
2291
2291
  console.error(` ${import_picocolors.default.red("\u2717")} Could not reach api2cli.dev`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api2cli",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Turn any REST API into a standardized, agent-ready CLI",
5
5
  "type": "module",
6
6
  "bin": {