@vheins/local-memory-mcp 0.8.23 → 0.8.25
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.
|
@@ -3,8 +3,8 @@ import { fileURLToPath } from "url";
|
|
|
3
3
|
import path from "path";
|
|
4
4
|
var __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
5
5
|
var pkgVersion = "0.1.0";
|
|
6
|
-
if ("0.8.
|
|
7
|
-
pkgVersion = "0.8.
|
|
6
|
+
if ("0.8.25") {
|
|
7
|
+
pkgVersion = "0.8.25";
|
|
8
8
|
} else {
|
|
9
9
|
let searchDir = __dirname;
|
|
10
10
|
for (let i = 0; i < 5; i++) {
|
|
@@ -1957,7 +1957,7 @@ var WriteLock = class {
|
|
|
1957
1957
|
async withLock(fn) {
|
|
1958
1958
|
await this.acquire();
|
|
1959
1959
|
try {
|
|
1960
|
-
return fn();
|
|
1960
|
+
return await fn();
|
|
1961
1961
|
} finally {
|
|
1962
1962
|
await this.release();
|
|
1963
1963
|
}
|
package/dist/dashboard/server.js
CHANGED
package/dist/mcp/server.js
CHANGED