Comparing version 0.0.2 to 0.0.4
@@ -10,4 +10,4 @@ const { Command } = require('commander'); | ||
.name(data.name) | ||
.description('A simple CLI app with subcommands') | ||
.version('1.0.0'); | ||
.description(data.description) | ||
.version(data.version); | ||
@@ -14,0 +14,0 @@ // Subcommand for greeting |
{ | ||
"name": "aa-passkey", | ||
"description": "aa-passkey is used to create and use EIP-4337 account with passkey to interactive with the Ethereum world.", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"bin": "./cli", | ||
@@ -13,3 +13,3 @@ "file": [ | ||
"prepublish": "bun build ./cli.ts --compile --outfile cli", | ||
"publish": "npm publish --access public" | ||
"pub": "npm run prepublish && npm publish --access public" | ||
}, | ||
@@ -16,0 +16,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60005354