@cerefox/memory 1.15.0-beta.2 → 1.15.0-beta.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.
- package/dist/bin/cerefox.js +6255 -4914
- package/dist/server-assets/_shared/ef-meta/index.ts +1 -1
- package/package.json +2 -2
|
@@ -36,7 +36,7 @@ export const EF_VERSION = "1.14.5";
|
|
|
36
36
|
* is imported by the Deno Edge Functions, which cannot reach into the npm
|
|
37
37
|
* package.
|
|
38
38
|
*/
|
|
39
|
-
export const CEREFOX_VERSION = "1.15.0-beta.
|
|
39
|
+
export const CEREFOX_VERSION = "1.15.0-beta.3";
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
42
|
* The most recent version whose EF-side SOURCE actually changed (#127).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerefox/memory",
|
|
3
|
-
"version": "1.15.0-beta.
|
|
3
|
+
"version": "1.15.0-beta.3",
|
|
4
4
|
"description": "Cerefox \u2014 user-owned shared memory for AI agents. CLI + stdio MCP server + web UI + ingestion for a knowledge base on your own Supabase project (or fully self-hosted with Cerefox Local).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/fstamatelopoulos/cerefox",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"postgres": "^3.4.9",
|
|
52
52
|
"prompts": "^2.4.2",
|
|
53
53
|
"smol-toml": "^1.6.1",
|
|
54
|
-
"zod": "^
|
|
54
|
+
"zod": "^4.6.5"
|
|
55
55
|
},
|
|
56
56
|
"optionalDependencies": {
|
|
57
57
|
"@huggingface/transformers": "^4.2.0",
|