run402 4.77.1 → 4.77.2

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "surface_version": "4.77.1",
2
+ "surface_version": "4.77.2",
3
3
  "verbs": [
4
4
  "repos create",
5
5
  "repos list",
package/lib/image.mjs CHANGED
@@ -44,10 +44,13 @@ Options:
44
44
  (default: square)
45
45
  --output <file> Save image to file (e.g. output.png). If omitted,
46
46
  returns base64 JSON to stdout.
47
+ --org <org_id> The paying organization when the wallet belongs to more
48
+ than one (Lightning rail); x402 ignores it
47
49
 
48
50
  Notes:
49
51
  - Requires a funded allowance (run402 allowance create && run402 allowance fund)
50
- - Payments are processed automatically via x402 micropayments
52
+ - Payments are processed automatically via x402 micropayments, or over
53
+ Lightning from a rail: lightning wallet
51
54
  - Use --output to save directly to a file instead of printing base64
52
55
 
53
56
  Examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "run402",
3
- "version": "4.77.1",
3
+ "version": "4.77.2",
4
4
  "description": "CLI for Run402 — full-stack backend infrastructure for AI agents: Postgres, auth, storage, serverless functions and atomic deploys. Paid with x402/MPP. Includes $0.03 image generation.",
5
5
  "type": "module",
6
6
  "bin": {