naracli 1.0.31 → 1.0.32

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.
@@ -128683,7 +128683,7 @@ function registerCommands(program3) {
128683
128683
  }
128684
128684
 
128685
128685
  // bin/nara-cli.ts
128686
- var version2 = true ? "1.0.31" : "dev";
128686
+ var version2 = true ? "1.0.32" : "dev";
128687
128687
  var program2 = new Command();
128688
128688
  program2.name("naracli").description("CLI for the Nara chain (Solana-compatible)").version(version2);
128689
128689
  program2.option("-r, --rpc-url <url>", "RPC endpoint URL").option("-w, --wallet <path>", "Path to wallet keypair JSON file").option("-j, --json", "Output in JSON format");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "naracli",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "CLI for the Nara chain (Solana-compatible)",
5
5
  "module": "index.ts",
6
6
  "main": "index.ts",
@@ -53,7 +53,7 @@
53
53
  "bs58": "^6.0.0",
54
54
  "commander": "^12.1.0",
55
55
  "ed25519-hd-key": "^1.3.0",
56
- "nara-sdk": "^1.0.31",
56
+ "nara-sdk": "^1.0.32",
57
57
  "picocolors": "^1.1.1"
58
58
  }
59
59
  }