@proxysoul/soulforge 2.9.2 → 2.9.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 +2 -2
- package/package.json +1 -1
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.3",
|
|
41311
41311
|
description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
|
|
41312
41312
|
repository: {
|
|
41313
41313
|
type: "git",
|
|
@@ -425672,7 +425672,7 @@ var init_index_vy1rm1x3 = __esm(async () => {
|
|
|
425672
425672
|
len: value.len
|
|
425673
425673
|
})
|
|
425674
425674
|
});
|
|
425675
|
-
targetLibPath =
|
|
425675
|
+
targetLibPath = import.meta.dir + "/native/libopentui." + (process.platform === "darwin" ? "dylib" : "so");
|
|
425676
425676
|
if (isBunfsPath(targetLibPath)) {
|
|
425677
425677
|
targetLibPath = targetLibPath.replace("../", "");
|
|
425678
425678
|
}
|