@polka-codes/runner 0.7.21 → 0.7.22

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -25790,7 +25790,7 @@ var {
25790
25790
  Help
25791
25791
  } = import__.default;
25792
25792
  // package.json
25793
- var version = "0.7.21";
25793
+ var version = "0.7.22";
25794
25794
 
25795
25795
  // src/runner.ts
25796
25796
  import { execSync } from "node:child_process";
@@ -36379,6 +36379,9 @@ ${agents}`;
36379
36379
  get messages() {
36380
36380
  return this.#messages;
36381
36381
  }
36382
+ setMessages(messages) {
36383
+ this.#messages = messages;
36384
+ }
36382
36385
  async#callback(event) {
36383
36386
  await this.config.callback?.(event);
36384
36387
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/runner",
3
- "version": "0.7.21",
3
+ "version": "0.7.22",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",