@withone/cli 1.43.5 → 1.43.6

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.
@@ -281,6 +281,7 @@ var OneApi = class {
281
281
  "x-one-connection-key": args.connectionKey,
282
282
  "x-one-action-id": action._id,
283
283
  "Content-Type": contentType,
284
+ Accept: "application/json, text/event-stream, */*",
284
285
  ...args.headers
285
286
  };
286
287
  const finalActionPath = args.pathVariables ? replacePathVariables(action.path, args.pathVariables) : action.path;
@@ -1111,7 +1112,7 @@ async function executeSubflowStep(step, context, api, permissions, allowedAction
1111
1112
  if (flowStack.includes(resolvedKey)) {
1112
1113
  throw new Error(`Circular flow detected: ${[...flowStack, resolvedKey].join(" \u2192 ")}`);
1113
1114
  }
1114
- const { loadFlowWithMeta: loadFlowWithMeta2 } = await import("./flow-runner-XSJ4US5S.js");
1115
+ const { loadFlowWithMeta: loadFlowWithMeta2 } = await import("./flow-runner-EXZ77YLF.js");
1115
1116
  const { flow: subFlow, rootDir: subRootDir } = loadFlowWithMeta2(resolvedKey);
1116
1117
  const subContext = await executeFlow(
1117
1118
  subFlow,
@@ -11,7 +11,7 @@ import {
11
11
  saveFlow,
12
12
  summarizeFlowInputs,
13
13
  walkSteps
14
- } from "./chunk-EMAQVPRD.js";
14
+ } from "./chunk-YGOS6KEC.js";
15
15
  import "./chunk-44CV5IMX.js";
16
16
  export {
17
17
  FlowRunner,
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  resolveFlowPath,
18
18
  saveFlow,
19
19
  validateActionInput
20
- } from "./chunk-EMAQVPRD.js";
20
+ } from "./chunk-YGOS6KEC.js";
21
21
  import {
22
22
  memSqlCommand
23
23
  } from "./chunk-3ZJVO4GP.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withone/cli",
3
- "version": "1.43.5",
3
+ "version": "1.43.6",
4
4
  "description": "CLI for managing One",
5
5
  "type": "module",
6
6
  "files": [