moltycash 5.0.0 → 5.0.1

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -35,7 +35,7 @@ HUMAN SUBCOMMANDS:
35
35
  human hire <username> "<description>" [--service <service>] [--network <base|solana|stellar|tempo|monad|worldchain>]
36
36
 
37
37
  GIG SUBCOMMANDS:
38
- gig create "<description>" --price <USDC> [--quantity <n>] [--network <base|solana|stellar|tempo|monad|worldchain>] [--min-followers <n>] [--require-premium] [--min-account-age <days>]
38
+ gig create "<description>" --price <USDC> [--quantity <n>] [--network <base|solana|stellar|tempo|monad|worldchain>] [--service <service>] [--verified-humans-only]
39
39
  gig created List gigs you created
40
40
  gig get <gig_id> Get gig details
41
41
  gig review <gig_id> <assignment_id> <approve|reject> ["reason"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moltycash",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "CLI tool for sending USDC payments and managing gigs via molty.cash using x402 and MPP protocols",
5
5
  "type": "module",
6
6
  "bin": {