@pyxmate/memory 1.18.2 → 1.18.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.
@@ -1078,7 +1078,7 @@ function createProxyServer(client, version, uploadLocalFile) {
1078
1078
  return server;
1079
1079
  }
1080
1080
  async function runMcpProxyServer(opts) {
1081
- const version = opts.version ?? (true ? "1.18.2" : "0.0.0-dev");
1081
+ const version = opts.version ?? (true ? "1.18.3" : "0.0.0-dev");
1082
1082
  const read = await opts.readCredentials();
1083
1083
  if (!read.ok) {
1084
1084
  const text = read.result.content.map((c) => c.type === "text" ? c.text : "").join(" ").trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyxmate/memory",
3
- "version": "1.18.2",
3
+ "version": "1.18.3",
4
4
  "type": "module",
5
5
  "description": "SDK for pyx-memory — Memory as a Service for AI agents",
6
6
  "license": "MIT",