@substrat-run/control-plane-api 0.74.0 → 0.76.0
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/dist/platform-drain.d.ts +1 -1
- package/package.json +6 -6
package/dist/platform-drain.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { type PlatformActorId, type PlatformRequest, type ScopeId, type TenantId
|
|
|
3
3
|
import { type VerticalClient } from './vertical-client.js';
|
|
4
4
|
import type { PatchScriptBindingsFn } from './wfp.js';
|
|
5
5
|
/**
|
|
6
|
-
* The platform-intent drain engine (Phase B2 of docs/
|
|
6
|
+
* The platform-intent drain engine (Phase B2 of docs/architecture/platform-intents.md). A vertical
|
|
7
7
|
* enqueues typed intents in its own scope DO (`ctx.requestPlatform`, Phase A); because those rows
|
|
8
8
|
* live in the vertical's deployment (K-31), the platform PULLS them over the vertical's `/internal`
|
|
9
9
|
* surface (`VerticalClient`, Phase B1's read/settle exposed there) and executes each with its own
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substrat-run/control-plane-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.76.0",
|
|
4
4
|
"description": "HTTP surface over HostAdmin — the audited control-plane transport (control-plane.md §4.5)",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"hono": "^4.6.0",
|
|
26
|
-
"@substrat-run/contracts": "^0.
|
|
27
|
-
"@substrat-run/
|
|
28
|
-
"@substrat-run/
|
|
26
|
+
"@substrat-run/contracts": "^0.76.0",
|
|
27
|
+
"@substrat-run/psl": "^0.2.1",
|
|
28
|
+
"@substrat-run/kernel": "^0.76.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@hono/node-server": "^1.13.0",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"tsx": "^4.19.0",
|
|
37
37
|
"typescript": "^7.0.0",
|
|
38
38
|
"vitest": "^3.2.7",
|
|
39
|
-
"@substrat-run/
|
|
40
|
-
"@substrat-run/
|
|
39
|
+
"@substrat-run/adapter-sqlite": "^0.76.0",
|
|
40
|
+
"@substrat-run/vertical-host": "^0.76.0"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|