poe-code 3.0.115 → 3.0.116

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/dist/index.js CHANGED
@@ -7837,7 +7837,7 @@ async function runPipeline2(options) {
7837
7837
  mode: input.mode
7838
7838
  });
7839
7839
  await renderAcpStream(events);
7840
- return result;
7840
+ return await result;
7841
7841
  }
7842
7842
  });
7843
7843
  }
@@ -40445,7 +40445,7 @@ var init_package = __esm({
40445
40445
  "package.json"() {
40446
40446
  package_default = {
40447
40447
  name: "poe-code",
40448
- version: "3.0.115",
40448
+ version: "3.0.116",
40449
40449
  description: "CLI tool to configure Poe API for developer workflows.",
40450
40450
  type: "module",
40451
40451
  main: "./dist/index.js",