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