@heyanon-arp/cli 0.0.27 → 0.0.28
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 +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -736,7 +736,7 @@ var import_commander = require("commander");
|
|
|
736
736
|
// package.json
|
|
737
737
|
var package_default = {
|
|
738
738
|
name: "@heyanon-arp/cli",
|
|
739
|
-
version: "0.0.
|
|
739
|
+
version: "0.0.28",
|
|
740
740
|
description: "Command-line client for the Agent Relationship Protocol \u2014 register agents, sign envelopes, run escrowed work cycles on Solana.",
|
|
741
741
|
license: "MIT",
|
|
742
742
|
keywords: ["arp", "agent-relationship-protocol", "did", "solana", "escrow", "ed25519", "agents", "a2a", "cli"],
|