codemem 0.20.2 → 0.20.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.
@@ -15,7 +15,7 @@ import {
15
15
 
16
16
  const TRUTHY_VALUES = ["1", "true", "yes"];
17
17
  const DISABLED_VALUES = ["0", "false", "off"];
18
- const PINNED_BACKEND_VERSION = "0.20.2";
18
+ const PINNED_BACKEND_VERSION = "0.20.3";
19
19
 
20
20
  const normalizeEnvValue = (value) => (value || "").toLowerCase();
21
21
  const envHasValue = (value, truthyValues) =>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codemem",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "Memory layer for AI coding agents — search, recall, and sync context across sessions",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,9 +20,9 @@
20
20
  "commander": "^14.0.3",
21
21
  "drizzle-orm": "^0.45.1",
22
22
  "omelette": "^0.4.17",
23
- "@codemem/mcp": "^0.20.2",
24
- "@codemem/server": "^0.20.2",
25
- "@codemem/core": "^0.20.2"
23
+ "@codemem/mcp": "^0.20.3",
24
+ "@codemem/core": "^0.20.3",
25
+ "@codemem/server": "^0.20.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^25.5.0",