mnemosyne-core 2.1.13 → 2.1.15
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/README.md +1 -1
- package/dist/cli/index.js +10 -9
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/index.mjs +10 -9
- package/dist/cli/index.mjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/index.mjs +1 -1
- package/dist/mcp/index.mjs.map +1 -1
- package/dist/server/api.js +3 -3
- package/dist/server/api.js.map +1 -1
- package/dist/server/api.mjs +3 -3
- package/dist/server/api.mjs.map +1 -1
- package/dist/server/index.js +4 -4
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +4 -4
- package/dist/server/index.mjs.map +1 -1
- package/logo.png +0 -0
- package/package.json +3 -2
package/dist/cli/index.mjs
CHANGED
|
@@ -3641,7 +3641,7 @@ function getVersion() {
|
|
|
3641
3641
|
const pkg = JSON.parse(readFileSync8(resolve14(process.cwd(), "package.json"), "utf-8"));
|
|
3642
3642
|
return pkg.version;
|
|
3643
3643
|
} catch {
|
|
3644
|
-
return "2.1.
|
|
3644
|
+
return "2.1.13";
|
|
3645
3645
|
}
|
|
3646
3646
|
}
|
|
3647
3647
|
}
|
|
@@ -7602,7 +7602,7 @@ var require_package = __commonJS({
|
|
|
7602
7602
|
"package.json"(exports, module2) {
|
|
7603
7603
|
module2.exports = {
|
|
7604
7604
|
name: "mnemosyne-core",
|
|
7605
|
-
version: "2.1.
|
|
7605
|
+
version: "2.1.15",
|
|
7606
7606
|
description: "Unified memory engine for AI agents \u2014 graph atoms, semantic search, and collaborative memory",
|
|
7607
7607
|
logo: "logo.png",
|
|
7608
7608
|
author: "Arman Aslanyan <aslanyanarman88@gmail.com> (https://www.linkedin.com/in/arman-aslanyan/)",
|
|
@@ -7642,7 +7642,8 @@ var require_package = __commonJS({
|
|
|
7642
7642
|
files: [
|
|
7643
7643
|
"dist",
|
|
7644
7644
|
"README.md",
|
|
7645
|
-
"WORKING_EXAMPLE.md"
|
|
7645
|
+
"WORKING_EXAMPLE.md",
|
|
7646
|
+
"logo.png"
|
|
7646
7647
|
],
|
|
7647
7648
|
scripts: {
|
|
7648
7649
|
start: "node dist/cli/index.js",
|
|
@@ -8933,7 +8934,7 @@ function getVersion2() {
|
|
|
8933
8934
|
const pkg = JSON.parse(readFileSync8(resolve14(process.cwd(), "package.json"), "utf-8"));
|
|
8934
8935
|
return pkg.version;
|
|
8935
8936
|
} catch {
|
|
8936
|
-
return "2.1.
|
|
8937
|
+
return "2.1.13";
|
|
8937
8938
|
}
|
|
8938
8939
|
}
|
|
8939
8940
|
}
|
|
@@ -9535,7 +9536,7 @@ function getVersion3() {
|
|
|
9535
9536
|
const pkg = JSON.parse(readFileSync8(resolve14(process.cwd(), "package.json"), "utf-8"));
|
|
9536
9537
|
return pkg.version;
|
|
9537
9538
|
} catch {
|
|
9538
|
-
return "2.1.
|
|
9539
|
+
return "2.1.13";
|
|
9539
9540
|
}
|
|
9540
9541
|
}
|
|
9541
9542
|
}
|
|
@@ -10670,7 +10671,7 @@ var PKG_VERSION = (() => {
|
|
|
10670
10671
|
const pkg = JSON.parse(__require("fs").readFileSync(__require("path").resolve(__dirname, "../../package.json"), "utf-8"));
|
|
10671
10672
|
return pkg.version;
|
|
10672
10673
|
} catch {
|
|
10673
|
-
return "2.1.
|
|
10674
|
+
return "2.1.13";
|
|
10674
10675
|
}
|
|
10675
10676
|
})();
|
|
10676
10677
|
function handleHealth(store, pathname, method, res) {
|
|
@@ -10998,7 +10999,7 @@ var MnemosyneServer = class {
|
|
|
10998
10999
|
const wss = new import_websocket_server.default({ server: this.httpServer });
|
|
10999
11000
|
this.wsHandler = new WebSocketHandler(wss, this.store);
|
|
11000
11001
|
}
|
|
11001
|
-
const version = cfg?.server?.version || "2.1.
|
|
11002
|
+
const version = cfg?.server?.version || "2.1.13";
|
|
11002
11003
|
this.httpServer.listen(port, () => {
|
|
11003
11004
|
console.log(`Mnemosyne v${version} \u2014 port ${port}`);
|
|
11004
11005
|
console.log(`Dashboard: http://${host}:${port}/dashboard`);
|
|
@@ -11056,7 +11057,7 @@ function getVersion4() {
|
|
|
11056
11057
|
const { resolve: resolve14 } = __require("path");
|
|
11057
11058
|
return JSON.parse(readFileSync8(resolve14(__dirname, "../../package.json"), "utf-8")).version;
|
|
11058
11059
|
} catch {
|
|
11059
|
-
return "2.1.
|
|
11060
|
+
return "2.1.13";
|
|
11060
11061
|
}
|
|
11061
11062
|
}
|
|
11062
11063
|
async function startCommand(options) {
|
|
@@ -11348,7 +11349,7 @@ program2.name("mnemosyne").description("Mnemosyne \u2014 Your exocortex").versio
|
|
|
11348
11349
|
try {
|
|
11349
11350
|
return require_package().version;
|
|
11350
11351
|
} catch {
|
|
11351
|
-
return "2.1.
|
|
11352
|
+
return "2.1.13";
|
|
11352
11353
|
}
|
|
11353
11354
|
})());
|
|
11354
11355
|
program2.command("init").description("Initialize a new Mnemosyne workspace").option("-d, --data-dir <path>", "Data directory", "./data").option("-c, --config <path>", "Config file path").action(initCommand);
|