@zzclub/pipeline 0.9.0 → 0.9.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zzclub/pipeline",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "zzp": "./src/cli.ts",
@@ -151,7 +151,7 @@ Options:
151
151
  : resolveFullRoute(intentText, {
152
152
  primary: routeOverride,
153
153
  extras,
154
- account: accountOverride,
154
+ account: accountOverride ?? state.route?.account || undefined,
155
155
  contentForm: state.intent.content_form,
156
156
  targets: state.intent.targets,
157
157
  });