tovuk 0.1.74 → 0.1.76

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/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,8 +27,8 @@ TypeScript checks, native linting such as `oxlint`, `biome check`, or
27
27
  `deno lint`, and Fallow dead-code, semantic duplicate-code, and health gates.
28
28
 
29
29
  From a worker-static repo root, the same deploy command reads one root
30
- `tovuk.toml`, builds the worker and frontend roots, and returns one service URL
31
- with `/api/*` routed to the Rust worker.
30
+ `tovuk.toml`, reads explicit `[capabilities]`, builds the worker and frontend
31
+ roots, and returns one service URL with `/api/*` routed to the Rust worker.
32
32
 
33
33
  Check before deploying:
34
34
 
@@ -72,8 +72,9 @@ The pricing response includes plan pricing and product meter metadata, so agents
72
72
  can choose the correct product and cap the right meters in one flow.
73
73
  The usage response includes `billingEstimate.lineItems` for current-month cost
74
74
  estimates.
75
- The deploy dry-run response combines `tovuk.toml`, quality checks, capability meters,
76
- account limits, and `billingEstimate` before deploy, without creating a build.
75
+ The deploy dry-run response combines `tovuk.toml`, explicit enabled and disabled
76
+ capabilities, quality checks, capability meters, account limits, and
77
+ `billingEstimate` before deploy, without creating a build.
77
78
 
78
79
  Manage service files and media without dashboard access:
79
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tovuk",
3
- "version": "0.1.74",
3
+ "version": "0.1.76",
4
4
  "description": "Deploy Rust workers, static frontends, and worker-static services to Tovuk.",
5
5
  "type": "module",
6
6
  "bin": {