@quantish/agent 0.1.27 → 0.1.28
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5443,7 +5443,7 @@ Stopped ${count} background process${count > 1 ? "es" : ""}.`);
|
|
|
5443
5443
|
}
|
|
5444
5444
|
|
|
5445
5445
|
// src/index.ts
|
|
5446
|
-
var VERSION = "0.1.
|
|
5446
|
+
var VERSION = "0.1.28";
|
|
5447
5447
|
function cleanup() {
|
|
5448
5448
|
if (processManager.hasRunning()) {
|
|
5449
5449
|
const count = processManager.runningCount();
|