@proxysoul/soulforge 2.9.1 → 2.9.2
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
|
@@ -41307,7 +41307,7 @@ var package_default;
|
|
|
41307
41307
|
var init_package = __esm(() => {
|
|
41308
41308
|
package_default = {
|
|
41309
41309
|
name: "@proxysoul/soulforge",
|
|
41310
|
-
version: "2.9.
|
|
41310
|
+
version: "2.9.2",
|
|
41311
41311
|
description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
|
|
41312
41312
|
repository: {
|
|
41313
41313
|
type: "git",
|
|
@@ -81439,11 +81439,6 @@ class WorkerClient {
|
|
|
81439
81439
|
type: "dispose"
|
|
81440
81440
|
});
|
|
81441
81441
|
} catch {}
|
|
81442
|
-
setTimeout(() => {
|
|
81443
|
-
try {
|
|
81444
|
-
this.worker.terminate();
|
|
81445
|
-
} catch {}
|
|
81446
|
-
}, 2000);
|
|
81447
81442
|
}
|
|
81448
81443
|
}
|
|
81449
81444
|
|