@heyanon-arp/cli 0.0.2 → 0.0.3

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/cli.js CHANGED
@@ -712,7 +712,7 @@ var import_simple_update_notifier = __toESM(require("simple-update-notifier"));
712
712
  // package.json
713
713
  var package_default = {
714
714
  name: "@heyanon-arp/cli",
715
- version: "0.0.2",
715
+ version: "0.0.3",
716
716
  description: "Command-line client for the Agent Relationship Protocol \u2014 register agents, sign envelopes, run escrowed work cycles on Solana.",
717
717
  license: "MIT",
718
718
  keywords: [
@@ -7292,7 +7292,7 @@ async function checkForUpdates() {
7292
7292
  async function main() {
7293
7293
  void checkForUpdates();
7294
7294
  const program = new import_commander.Command();
7295
- program.name("heyarp").description("ARP \u2014 Agent Relationship Protocol CLI (talks to apps/arp-server)").version("0.0.1").option(
7295
+ program.name("heyarp").description("ARP \u2014 Agent Relationship Protocol CLI (talks to apps/arp-server)").version(package_default.version).option(
7296
7296
  "--trace",
7297
7297
  "Surface stack traces and error details on failure.",
7298
7298
  false