@north-light/crouter-api 0.3.305 → 0.3.307
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.
|
@@ -103,7 +103,8 @@ export interface ManifestTimeouts {
|
|
|
103
103
|
streamIdleMs?: number;
|
|
104
104
|
}
|
|
105
105
|
/** Exec transport only: forward every argv token after this branch to an
|
|
106
|
-
* external binary instead of parsing children.
|
|
106
|
+
* external binary instead of parsing children. `bin` is either a bare PATH
|
|
107
|
+
* command or a plugin-root-relative executable path. A passthrough branch is
|
|
107
108
|
* childless by construction; an HTTP manifest rejects it, because an HTTP
|
|
108
109
|
* transport must not name a local binary to execute. */
|
|
109
110
|
export interface ManifestPassthrough {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@north-light/crouter-api",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.307",
|
|
4
4
|
"description": "Typed crtrd /v1 API contract — DTOs, route builders, the error contract, the CrtrClient, and the command-plugin manifest format. Zero runtime dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/api/index.js",
|