@pyxmate/memory 0.45.0 → 0.45.1

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.
@@ -1428,7 +1428,7 @@ var ALL_TOOL_NAMES = ALL_TOOLS.map((t) => t.name);
1428
1428
  // src/mcp/server.ts
1429
1429
  async function runMcpServer(opts) {
1430
1430
  const fetchImpl = opts.fetchImpl ?? fetch;
1431
- const version = opts.version ?? (true ? "0.45.0" : "0.0.0-dev");
1431
+ const version = opts.version ?? (true ? "0.45.1" : "0.0.0-dev");
1432
1432
  const server = new McpServer(
1433
1433
  { name: "pyx-memory", version },
1434
1434
  { instructions: PYX_MEMORY_INSTRUCTIONS, capabilities: { tools: {} } }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyxmate/memory",
3
- "version": "0.45.0",
3
+ "version": "0.45.1",
4
4
  "type": "module",
5
5
  "description": "SDK for pyx-memory — Memory as a Service for AI agents",
6
6
  "license": "MIT",