botmux-workflow-core 3.18.14 → 3.19.3

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.
@@ -105,6 +105,7 @@ export type V3Event = {
105
105
  sessionInfo: {
106
106
  sessionId: string;
107
107
  webPort?: number;
108
+ viewToken?: string;
108
109
  };
109
110
  ptyLogPath?: string;
110
111
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botmux-workflow-core",
3
- "version": "3.18.14",
3
+ "version": "3.19.3",
4
4
  "description": "Daemon-independent Workflow v3 schema, scheduler, control policy, and host contracts",
5
5
  "type": "module",
6
6
  "sideEffects": false,