@coinfello/agent-cli 0.1.18 → 0.1.19

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/index.js CHANGED
@@ -3181,7 +3181,7 @@ function parseScope(raw) {
3181
3181
  }
3182
3182
  }
3183
3183
  const program = new Command();
3184
- program.name("openclaw").description("CoinFello CLI - MetaMask Smart Account interactions").version("1.0.0");
3184
+ program.name("coinfello").description("CoinFello CLI - MetaMask Smart Account interactions").version("1.0.0");
3185
3185
  program.command("create_account").description("Create a MetaMask smart account and save its address to local config").option(
3186
3186
  "--use-unsafe-private-key",
3187
3187
  "Use a raw private key instead of hardware-backed key (Secure Enclave / TPM 2.0)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinfello/agent-cli",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",