tovuk 0.1.74 → 0.1.75
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.
- package/README.md +5 -4
- 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
|
|
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`,
|
|
76
|
-
|
|
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
|
|