@polka-codes/runner 0.8.2 → 0.8.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.
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32736,7 +32736,7 @@ var {
|
|
|
32736
32736
|
Help
|
|
32737
32737
|
} = import__.default;
|
|
32738
32738
|
// package.json
|
|
32739
|
-
var version = "0.8.
|
|
32739
|
+
var version = "0.8.3";
|
|
32740
32740
|
|
|
32741
32741
|
// src/runner.ts
|
|
32742
32742
|
import { execSync } from "node:child_process";
|
|
@@ -61970,7 +61970,8 @@ class Runner {
|
|
|
61970
61970
|
[renameFile_default.name]: renameFile_default,
|
|
61971
61971
|
[replaceInFile_default.name]: replaceInFile_default,
|
|
61972
61972
|
[searchFiles_default.name]: searchFiles_default,
|
|
61973
|
-
[writeToFile_default.name]: writeToFile_default
|
|
61973
|
+
[writeToFile_default.name]: writeToFile_default,
|
|
61974
|
+
[updateKnowledge_default.name]: updateKnowledge_default
|
|
61974
61975
|
};
|
|
61975
61976
|
this.wsManager = new WebSocketManager({
|
|
61976
61977
|
taskId: options.taskId,
|