fix(nodes): preserve falsy event payloads

This commit is contained in:
Vincent Koc
2026-06-02 06:30:53 +02:00
parent 55467f0b94
commit 58de2b689f
5 changed files with 52 additions and 6 deletions
+1
View File
@@ -28,6 +28,7 @@ import {
} from "./plugin-node-host.js";
export { buildNodeInvokeResultParams };
export { buildNodeEventParams } from "./invoke.js";
type NodeHostRunOptions = {
gatewayHost: string;