@engram-mem/supabase 0.4.4 → 0.5.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -37,7 +37,7 @@ Same `SUPABASE_URL` / `SUPABASE_KEY` env vars continue to work — they're just
37
37
 
38
38
  Full migration runbook including how to switch from hosted Supabase to self-hosted Postgres + PostgREST:
39
39
 
40
- - [`docs/migrations/2026-05-25-supabase-to-postgrest-rebrand.md`](https://github.com/muhammadkh4n/engram/blob/main/docs/migrations/2026-05-25-supabase-to-postgrest-rebrand.md)
40
+ - See the [v0.4.0 rebrand commit](https://github.com/muhammadkh4n/engram/commit/46b7b74) and the [v0.4.4 schema consolidation commit](https://github.com/muhammadkh4n/engram/commit/70c70b2) for the full rationale; the runbook itself was retired with the rest of `docs/` in the v0.4.4 cleanup. Self-host bootstrap: apply `packages/postgrest/schema.sql` via `psql -f`.
41
41
 
42
42
  ## v0.5.0
43
43
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@engram-mem/supabase",
3
- "version": "0.4.4",
4
- "description": "DEPRECATED \u2014 renamed to @engram-mem/postgrest. This package is a thin re-export shim and will be removed in v0.5.0. See README.",
3
+ "version": "0.5.0",
4
+ "description": "DEPRECATED renamed to @engram-mem/postgrest. This package is a thin re-export shim and will be removed in v0.5.0. See README.",
5
5
  "keywords": [
6
6
  "memory",
7
7
  "ai",
@@ -30,7 +30,7 @@
30
30
  "clean": "rm -rf dist"
31
31
  },
32
32
  "dependencies": {
33
- "@engram-mem/postgrest": "0.4.4"
33
+ "@engram-mem/postgrest": "0.5.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "typescript": "^6.0.2",