run402 1.32.0 → 1.32.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/lib/projects.mjs +1 -1
  2. package/package.json +1 -1
package/lib/projects.mjs CHANGED
@@ -18,7 +18,7 @@ Subcommands:
18
18
  usage <id> Show compute/storage usage for a project
19
19
  schema <id> Inspect the database schema
20
20
  rls <id> <template> <tables_json> Apply Row-Level Security policies
21
- delete <id> Soft-delete a project (enters ~104-day grace; renew to reactivate) and remove it from local state
21
+ delete <id> Immediately and irreversibly delete a project (cascade purge) and remove from local state
22
22
  pin <id> Pin a project (prevents expiry/GC)
23
23
  promote-user <id> <email> Promote a user to project_admin role
24
24
  demote-user <id> <email> Demote a user from project_admin role
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "run402",
3
- "version": "1.32.0",
3
+ "version": "1.32.1",
4
4
  "description": "CLI for Run402 — provision Postgres databases, deploy static sites, generate images, and manage wallets via x402 and MPP micropayments.",
5
5
  "type": "module",
6
6
  "bin": {