run402 1.10.0 → 1.10.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/deploy.mjs +1 -1
  2. package/package.json +1 -1
package/lib/deploy.mjs CHANGED
@@ -15,7 +15,7 @@ Manifest format (JSON):
15
15
  {
16
16
  "name": "my-app",
17
17
  "migrations": "CREATE TABLE items ...",
18
- "site": [{ "file": "index.html", "data": "<html>...</html>" }],
18
+ "files": [{ "file": "index.html", "data": "<html>...</html>" }],
19
19
  "subdomain": "my-app"
20
20
  }
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "run402",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "CLI for Run402 — provision Postgres databases, deploy static sites, generate images, and manage wallets via x402 micropayments.",
5
5
  "type": "module",
6
6
  "bin": {