@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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.2",
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 = require("path").join(import.meta.dir, "native", "libopentui." + (process.platform === "darwin" ? "dylib" : "so"));
425675
+ targetLibPath = import.meta.dir + "/native/libopentui." + (process.platform === "darwin" ? "dylib" : "so");
425676
425676
  if (isBunfsPath(targetLibPath)) {
425677
425677
  targetLibPath = targetLibPath.replace("../", "");
425678
425678
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",