@prisma/orm-extension-supabase 8.0.0-rc.8 → 8.0.0-rc.8-dev.2
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/README.md +0 -6
- package/dist/{contract-q4V3dyaw-CiEMVdl7.mjs → contract-Cl5lbrja-lmMZ8yiS.mjs} +3 -3
- package/dist/contract-Cl5lbrja-lmMZ8yiS.mjs.map +1 -0
- package/dist/pack.mjs +1 -1
- package/dist/pack.mjs.map +1 -1
- package/dist/runtime.mjs +1 -1
- package/dist/runtime.mjs.map +1 -1
- package/package.json +11 -11
- package/dist/contract-q4V3dyaw-CiEMVdl7.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -21,9 +21,3 @@ Ships a faithful contract of everything Supabase owns in the database — every
|
|
|
21
21
|
The runtime binds a Postgres role and JWT claims to each session, and `asServiceRole().supabase.{sql,orm}` exposes the pack's own `auth` and `storage` tables as a `service_role`-only secondary root.
|
|
22
22
|
|
|
23
23
|
The contract is introspected from a checked-in reference capture rather than hand-authored, so it can be regenerated against a newer Supabase platform version.
|
|
24
|
-
|
|
25
|
-
## Dependencies
|
|
26
|
-
|
|
27
|
-
`@prisma/orm-framework`, `@prisma/orm-family-sql`, `@prisma/orm-toolchain`, and `@prisma/orm-postgres` at exact lockstep versions, plus `jose`, `pg`, `arktype`, and `@standard-schema/spec`.
|
|
28
|
-
|
|
29
|
-
`@prisma/orm-target-postgres` is an exact-pinned **peer** dependency: the application supplies it, directly or through a facade, and everyone shares that one copy. A hard dependency would let an application upgrade the facade without upgrading this pack and end up with two target copies whose codec and operation registries have quietly diverged; as a peer that combination fails to install instead.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//#region ../../../3-extensions/supabase/dist/contract-
|
|
2
|
-
var version = "8.0.0-rc.8";
|
|
1
|
+
//#region ../../../3-extensions/supabase/dist/contract-Cl5lbrja.mjs
|
|
2
|
+
var version = "8.0.0-rc.8-dev.2";
|
|
3
3
|
var contract_default = {
|
|
4
4
|
schemaVersion: "1",
|
|
5
5
|
targetFamily: "sql",
|
|
@@ -7231,4 +7231,4 @@ var contract_default = {
|
|
|
7231
7231
|
//#endregion
|
|
7232
7232
|
export { version as n, contract_default as t };
|
|
7233
7233
|
|
|
7234
|
-
//# sourceMappingURL=contract-
|
|
7234
|
+
//# sourceMappingURL=contract-Cl5lbrja-lmMZ8yiS.mjs.map
|