@quantish/agent 0.1.36 → 0.1.37
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
|
@@ -5427,7 +5427,7 @@ Stopped ${count} background process${count > 1 ? "es" : ""}.`);
|
|
|
5427
5427
|
}
|
|
5428
5428
|
|
|
5429
5429
|
// src/index.ts
|
|
5430
|
-
var VERSION = "0.1.
|
|
5430
|
+
var VERSION = "0.1.37";
|
|
5431
5431
|
function cleanup() {
|
|
5432
5432
|
if (processManager.hasRunning()) {
|
|
5433
5433
|
const count = processManager.runningCount();
|