@prisma/orm-extension-supabase 8.0.0-rc.1-dev.9 → 8.0.0-rc.1-dev.10

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.
@@ -14,6 +14,7 @@ declare const AuthUser: import("@prisma/orm-family-sql/contract-ts/contract-buil
14
14
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
15
15
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
16
16
  readonly many?: undefined;
17
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
17
18
  } & {
18
19
  readonly id: {
19
20
  readonly name?: string | undefined;
@@ -33,6 +34,7 @@ declare const AuthUser: import("@prisma/orm-family-sql/contract-ts/contract-buil
33
34
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
34
35
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
35
36
  readonly many?: undefined;
37
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
36
38
  } & {
37
39
  readonly id?: undefined;
38
40
  } & {
@@ -50,6 +52,7 @@ declare const AuthUser: import("@prisma/orm-family-sql/contract-ts/contract-buil
50
52
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
51
53
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
52
54
  readonly many?: undefined;
55
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
53
56
  } & {
54
57
  readonly id?: undefined;
55
58
  } & {
@@ -67,6 +70,7 @@ declare const AuthUser: import("@prisma/orm-family-sql/contract-ts/contract-buil
67
70
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
68
71
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
69
72
  readonly many?: undefined;
73
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
70
74
  } & {
71
75
  readonly id?: undefined;
72
76
  } & {
@@ -86,6 +90,7 @@ declare const AuthIdentity: import("@prisma/orm-family-sql/contract-ts/contract-
86
90
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
87
91
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
88
92
  readonly many?: undefined;
93
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
89
94
  } & {
90
95
  readonly id: {
91
96
  readonly name?: string | undefined;
@@ -105,6 +110,7 @@ declare const AuthIdentity: import("@prisma/orm-family-sql/contract-ts/contract-
105
110
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
106
111
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
107
112
  readonly many?: undefined;
113
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
108
114
  } & {
109
115
  readonly id?: undefined;
110
116
  } & {
@@ -122,6 +128,7 @@ declare const AuthIdentity: import("@prisma/orm-family-sql/contract-ts/contract-
122
128
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
123
129
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
124
130
  readonly many?: undefined;
131
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
125
132
  } & {
126
133
  readonly id?: undefined;
127
134
  } & {
@@ -139,6 +146,7 @@ declare const AuthIdentity: import("@prisma/orm-family-sql/contract-ts/contract-
139
146
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
140
147
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
141
148
  readonly many?: undefined;
149
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
142
150
  } & {
143
151
  readonly id?: undefined;
144
152
  } & {
@@ -156,6 +164,7 @@ declare const AuthIdentity: import("@prisma/orm-family-sql/contract-ts/contract-
156
164
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
157
165
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
158
166
  readonly many?: undefined;
167
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
159
168
  } & {
160
169
  readonly id?: undefined;
161
170
  } & {
@@ -175,6 +184,7 @@ declare const StorageBucket: import("@prisma/orm-family-sql/contract-ts/contract
175
184
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
176
185
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
177
186
  readonly many?: undefined;
187
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
178
188
  } & {
179
189
  readonly id: {
180
190
  readonly name?: string | undefined;
@@ -194,6 +204,7 @@ declare const StorageBucket: import("@prisma/orm-family-sql/contract-ts/contract
194
204
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
195
205
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
196
206
  readonly many?: undefined;
207
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
197
208
  } & {
198
209
  readonly id?: undefined;
199
210
  } & {
@@ -211,6 +222,7 @@ declare const StorageBucket: import("@prisma/orm-family-sql/contract-ts/contract
211
222
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
212
223
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
213
224
  readonly many?: undefined;
225
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
214
226
  } & {
215
227
  readonly id?: undefined;
216
228
  } & {
@@ -228,6 +240,7 @@ declare const StorageBucket: import("@prisma/orm-family-sql/contract-ts/contract
228
240
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
229
241
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
230
242
  readonly many?: undefined;
243
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
231
244
  } & {
232
245
  readonly id?: undefined;
233
246
  } & {
@@ -247,6 +260,7 @@ declare const StorageObject: import("@prisma/orm-family-sql/contract-ts/contract
247
260
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
248
261
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
249
262
  readonly many?: undefined;
263
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
250
264
  } & {
251
265
  readonly id: {
252
266
  readonly name?: string | undefined;
@@ -266,6 +280,7 @@ declare const StorageObject: import("@prisma/orm-family-sql/contract-ts/contract
266
280
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
267
281
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
268
282
  readonly many?: undefined;
283
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
269
284
  } & {
270
285
  readonly id?: undefined;
271
286
  } & {
@@ -283,6 +298,7 @@ declare const StorageObject: import("@prisma/orm-family-sql/contract-ts/contract
283
298
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
284
299
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
285
300
  readonly many?: undefined;
301
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
286
302
  } & {
287
303
  readonly id?: undefined;
288
304
  } & {
@@ -300,6 +316,7 @@ declare const StorageObject: import("@prisma/orm-family-sql/contract-ts/contract
300
316
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
301
317
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
302
318
  readonly many?: undefined;
319
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
303
320
  } & {
304
321
  readonly id?: undefined;
305
322
  } & {
@@ -317,6 +334,7 @@ declare const StorageObject: import("@prisma/orm-family-sql/contract-ts/contract
317
334
  readonly default?: import("@prisma/orm-framework/contract/types").ColumnDefault | undefined;
318
335
  readonly executionDefaults?: import("@prisma/orm-framework/contract/types").ExecutionMutationDefaultPhases | undefined;
319
336
  readonly many?: undefined;
337
+ readonly noCheck?: readonly import("@prisma/orm-family-sql/schema-ir/naming").CheckKind[] | undefined;
320
338
  } & {
321
339
  readonly id?: undefined;
322
340
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"contract.d.mts","names":[],"sources":["../../../../3-extensions/supabase/dist/contract.d.mts"],"mappings":";;;cAEc,+DAA+D;EAC3E,yDAAyD;aAC9C;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;eACE;;;aAGF;;EAEX,4DAA4D;aACjD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,iEAAiE;aACtD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,iEAAiE;aACtD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;GAEV,4CAA4C;cACjC,mEAAmE;EAC/E,yDAAyD;aAC9C;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;eACE;;;aAGF;;EAEX,8DAA8D;aACnD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,+DAA+D;aACpD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,iEAAiE;aACtD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,iEAAiE;aACtD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;GAEV,4CAA4C;cACjC,oEAAoE;EAChF,yDAAyD;aAC9C;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;eACE;;;aAGF;;EAEX,2DAA2D;aAChD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,iEAAiE;aACtD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,iEAAiE;aACtD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;GAEV,4CAA4C;cACjC,oEAAoE;EAChF,yDAAyD;aAC9C;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;eACE;;;aAGF;;EAEX,gEAAgE;aACrD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,2DAA2D;aAChD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,iEAAiE;aACtD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;EAEX,iEAAiE;aACtD;aACA;eACE;eACA;;aAEF;aACA;aACA;aACA,6CAA6C;aAC7C,uDAAuD;aACvD;;aAEA;;aAEA;;GAEV,4CAA4C"}
1
+ {"version":3,"file":"contract.d.mts","names":[],"sources":["../../../../3-extensions/supabase/dist/contract.d.mts"],"mappings":"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"}
package/dist/pack.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as version, t as contract_default } from "./contract-B7hIllg4-CrJzg9nQ.mjs";
1
+ import { n as version, t as contract_default } from "./contract-DPld3ciE-Dmf90cwl.mjs";
2
2
  import { blindCast } from "@prisma/orm-framework/utils/casts";
3
3
  //#region ../../../3-extensions/supabase/dist/pack.mjs
4
4
  const SUPABASE_SPACE_ID = "supabase";
package/dist/pack.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"pack.mjs","names":[],"sources":["../../../../3-extensions/supabase/dist/pack.mjs"],"sourcesContent":["import { n as version, t as contract_default } from \"./contract-B7hIllg4.mjs\";\nimport { blindCast } from \"@internal/utils/casts\";\n//#region src/pack/index.ts\nconst SUPABASE_SPACE_ID = \"supabase\";\nfunction buildContractSpace(contractOverride) {\n\tconst contract = blindCast(contractOverride ?? contract_default);\n\treturn {\n\t\tcontractJson: contract,\n\t\tmigrations: [],\n\t\theadRef: {\n\t\t\thash: contract.storage.storageHash,\n\t\t\tinvariants: []\n\t\t}\n\t};\n}\nconst supabasePackBase = {\n\tkind: \"extension\",\n\tid: SUPABASE_SPACE_ID,\n\tfamilyId: \"sql\",\n\ttargetId: \"postgres\",\n\tversion,\n\tcontractSpace: buildContractSpace(),\n\tcreate: () => ({\n\t\tfamilyId: \"sql\",\n\t\ttargetId: \"postgres\"\n\t})\n};\nconst supabasePack = supabasePackBase;\n/**\n* Returns a pack using `contractOverride` in place of the shipped\n* `contract.json` when provided, otherwise returns the default pack.\n*\n* Intended for tests that need to drive the framework with a synthetic\n* contract while still exercising the full descriptor wiring.\n*/\nfunction supabasePackWith(options) {\n\tif (options?.contractOverride === void 0) return supabasePack;\n\treturn {\n\t\t...supabasePackBase,\n\t\tcontractSpace: buildContractSpace(options.contractOverride)\n\t};\n}\n//#endregion\nexport { supabasePack as default, supabasePackWith };\n\n//# sourceMappingURL=pack.mjs.map"],"mappings":";;;AAGA,MAAM,oBAAoB;AAC1B,SAAS,mBAAmB,kBAAkB;CAC7C,MAAM,WAAW,UAAU,oBAAoB,gBAAgB;CAC/D,OAAO;EACN,cAAc;EACd,YAAY,CAAC;EACb,SAAS;GACR,MAAM,SAAS,QAAQ;GACvB,YAAY,CAAC;EACd;CACD;AACD;AACA,MAAM,mBAAmB;CACxB,MAAM;CACN,IAAI;CACJ,UAAU;CACV,UAAU;CACV;CACA,eAAe,mBAAmB;CAClC,eAAe;EACd,UAAU;EACV,UAAU;CACX;AACD;AACA,MAAM,eAAe;;;;;;;;AAQrB,SAAS,iBAAiB,SAAS;CAClC,IAAI,SAAS,qBAAqB,KAAK,GAAG,OAAO;CACjD,OAAO;EACN,GAAG;EACH,eAAe,mBAAmB,QAAQ,gBAAgB;CAC3D;AACD"}
1
+ {"version":3,"file":"pack.mjs","names":[],"sources":["../../../../3-extensions/supabase/dist/pack.mjs"],"sourcesContent":["import { n as version, t as contract_default } from \"./contract-DPld3ciE.mjs\";\nimport { blindCast } from \"@internal/utils/casts\";\n//#region src/pack/index.ts\nconst SUPABASE_SPACE_ID = \"supabase\";\nfunction buildContractSpace(contractOverride) {\n\tconst contract = blindCast(contractOverride ?? contract_default);\n\treturn {\n\t\tcontractJson: contract,\n\t\tmigrations: [],\n\t\theadRef: {\n\t\t\thash: contract.storage.storageHash,\n\t\t\tinvariants: []\n\t\t}\n\t};\n}\nconst supabasePackBase = {\n\tkind: \"extension\",\n\tid: SUPABASE_SPACE_ID,\n\tfamilyId: \"sql\",\n\ttargetId: \"postgres\",\n\tversion,\n\tcontractSpace: buildContractSpace(),\n\tcreate: () => ({\n\t\tfamilyId: \"sql\",\n\t\ttargetId: \"postgres\"\n\t})\n};\nconst supabasePack = supabasePackBase;\n/**\n* Returns a pack using `contractOverride` in place of the shipped\n* `contract.json` when provided, otherwise returns the default pack.\n*\n* Intended for tests that need to drive the framework with a synthetic\n* contract while still exercising the full descriptor wiring.\n*/\nfunction supabasePackWith(options) {\n\tif (options?.contractOverride === void 0) return supabasePack;\n\treturn {\n\t\t...supabasePackBase,\n\t\tcontractSpace: buildContractSpace(options.contractOverride)\n\t};\n}\n//#endregion\nexport { supabasePack as default, supabasePackWith };\n\n//# sourceMappingURL=pack.mjs.map"],"mappings":";;;AAGA,MAAM,oBAAoB;AAC1B,SAAS,mBAAmB,kBAAkB;CAC7C,MAAM,WAAW,UAAU,oBAAoB,gBAAgB;CAC/D,OAAO;EACN,cAAc;EACd,YAAY,CAAC;EACb,SAAS;GACR,MAAM,SAAS,QAAQ;GACvB,YAAY,CAAC;EACd;CACD;AACD;AACA,MAAM,mBAAmB;CACxB,MAAM;CACN,IAAI;CACJ,UAAU;CACV,UAAU;CACV;CACA,eAAe,mBAAmB;CAClC,eAAe;EACd,UAAU;EACV,UAAU;CACX;AACD;AACA,MAAM,eAAe;;;;;;;;AAQrB,SAAS,iBAAiB,SAAS;CAClC,IAAI,SAAS,qBAAqB,KAAK,GAAG,OAAO;CACjD,OAAO;EACN,GAAG;EACH,eAAe,mBAAmB,QAAQ,gBAAgB;CAC3D;AACD"}
package/dist/runtime.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as version, t as contract_default } from "./contract-B7hIllg4-CrJzg9nQ.mjs";
1
+ import { n as version, t as contract_default } from "./contract-DPld3ciE-Dmf90cwl.mjs";
2
2
  import { a as isSupabaseRole, n as SupabaseRole, t as SUPABASE_JWT_ROLE_CLAIM } from "./roles-D5vC3rNp-tYQlvifU.mjs";
3
3
  import { blindCast } from "@prisma/orm-framework/utils/casts";
4
4
  import postgresAdapter from "@prisma/orm-target-postgres/adapter/runtime";
@@ -1 +1 @@
1
- {"version":3,"file":"runtime.mjs","names":[],"sources":["../../../../3-extensions/supabase/dist/runtime.mjs"],"sourcesContent":["import { n as version, t as contract_default } from \"./contract-B7hIllg4.mjs\";\nimport { a as isSupabaseRole, n as SupabaseRole, t as SUPABASE_JWT_ROLE_CLAIM } from \"./roles-D5vC3rNp.mjs\";\nimport { blindCast } from \"@internal/utils/casts\";\nimport postgresAdapter from \"@internal/adapter-postgres/runtime\";\nimport postgresDriver from \"@internal/driver-postgres/runtime\";\nimport { instantiateExecutionStack } from \"@internal/framework-components/execution\";\nimport { PostgresRuntimeImpl, buildNamespacedNativeEnums, isPgPool } from \"@internal/postgres/runtime\";\nimport { sql } from \"@internal/sql-builder/runtime\";\nimport { orm } from \"@internal/sql-orm-client\";\nimport { createRawSql } from \"@internal/sql-relational-core/expression\";\nimport { createExecutionContext, createSqlExecutionStack, withTransaction } from \"@internal/sql-runtime\";\nimport postgresTarget, { PostgresContractSerializer } from \"@internal/target-postgres/runtime\";\nimport { ifDefined } from \"@internal/utils/defined\";\nimport { InternalError } from \"@internal/utils/internal-error\";\nimport { createRemoteJWKSet, decodeProtectedHeader, jwtVerify } from \"jose\";\nimport { Pool } from \"pg\";\nimport { structuredError } from \"@internal/utils/structured-error\";\nimport { AsyncIterableResult } from \"@internal/framework-components/runtime\";\n//#region src/runtime/descriptor.ts\n/**\n* Tells the runtime that the Supabase pack's runtime component is available.\n*\n* When a contract declares the Supabase pack, the runtime checks that a\n* matching descriptor has been registered. Without this, loading a Supabase\n* contract errors with \"pack runtime component missing\". The `supabase()`\n* factory registers this descriptor automatically — app code never needs to\n* reference it directly.\n*/\nconst supabaseRuntimeDescriptor = {\n\tkind: \"extension\",\n\tid: \"supabase\",\n\tversion,\n\tfamilyId: \"sql\",\n\ttargetId: \"postgres\",\n\tcodecs: () => [],\n\tcreate() {\n\t\treturn {\n\t\t\tfamilyId: \"sql\",\n\t\t\ttargetId: \"postgres\"\n\t\t};\n\t}\n};\n//#endregion\n//#region src/runtime/supabase-errors.ts\nfunction supabaseError(code, message, options) {\n\treturn structuredError(code, message, options);\n}\n//#endregion\n//#region src/runtime/supabase-runtime.ts\nvar SupabaseRuntimeImpl = class extends PostgresRuntimeImpl {\n\t/**\n\t* Opens a raw connection and applies role + JWT claims via session-scoped set_config.\n\t* On bind failure, destroys the connection before rethrowing — no leaked connections.\n\t* Not on the `SupabaseRuntime` interface; consumed by the facade, not by app code.\n\t*/\n\tasync openRoleSession(binding) {\n\t\tconst conn = await this.acquireRawConnection();\n\t\ttry {\n\t\t\tawait conn.execute({\n\t\t\t\tsql: \"SELECT set_config($1, $2, false)\",\n\t\t\t\tparams: [\"role\", binding.role]\n\t\t\t});\n\t\t\tawait conn.execute({\n\t\t\t\tsql: \"SELECT set_config($1, $2, false)\",\n\t\t\t\tparams: [\"request.jwt.claims\", JSON.stringify(binding.claims ?? {})]\n\t\t\t});\n\t\t} catch (err) {\n\t\t\tawait conn.destroy(err).catch(() => void 0);\n\t\t\tthrow err;\n\t\t}\n\t\tconst self = this;\n\t\treturn {\n\t\t\texecute(plan, options) {\n\t\t\t\treturn self.executeAgainstQueryable(plan, conn, {\n\t\t\t\t\t...options,\n\t\t\t\t\tscope: \"connection\"\n\t\t\t\t});\n\t\t\t},\n\t\t\texecutePrepared(ps, params, options) {\n\t\t\t\treturn self.executePreparedAgainstQueryable(blindCast(ps), blindCast(params), conn, {\n\t\t\t\t\t...options,\n\t\t\t\t\tscope: \"connection\"\n\t\t\t\t});\n\t\t\t},\n\t\t\tasync transaction() {\n\t\t\t\tconst tx = await conn.beginTransaction();\n\t\t\t\treturn {\n\t\t\t\t\tasync commit() {\n\t\t\t\t\t\tawait tx.commit();\n\t\t\t\t\t},\n\t\t\t\t\tasync rollback() {\n\t\t\t\t\t\tawait tx.rollback();\n\t\t\t\t\t},\n\t\t\t\t\texecute(plan, options) {\n\t\t\t\t\t\treturn self.executeAgainstQueryable(plan, tx, {\n\t\t\t\t\t\t\t...options,\n\t\t\t\t\t\t\tscope: \"transaction\"\n\t\t\t\t\t\t});\n\t\t\t\t\t},\n\t\t\t\t\texecutePrepared(ps, params, options) {\n\t\t\t\t\t\treturn self.executePreparedAgainstQueryable(blindCast(ps), blindCast(params), tx, {\n\t\t\t\t\t\t\t...options,\n\t\t\t\t\t\t\tscope: \"transaction\"\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t},\n\t\t\t/**\n\t\t\t* Resets all session-local config then releases the connection back to the pool.\n\t\t\t* If RESET ALL fails, destroys the connection instead — pool-poisoning guarantee.\n\t\t\t*/\n\t\t\tasync release() {\n\t\t\t\ttry {\n\t\t\t\t\tawait conn.execute({ sql: \"RESET ALL\" });\n\t\t\t\t\tawait conn.release();\n\t\t\t\t} catch (resetError) {\n\t\t\t\t\tawait conn.destroy(resetError).catch(() => void 0);\n\t\t\t\t}\n\t\t\t},\n\t\t\tasync destroy(reason) {\n\t\t\t\tawait conn.destroy(reason);\n\t\t\t}\n\t\t};\n\t}\n\t/**\n\t* Opens a role session, executes the plan, then releases after the stream drains.\n\t* On mid-stream error, destroys the session instead of releasing.\n\t*/\n\texecuteWithRole(plan, binding, options) {\n\t\tconst self = this;\n\t\tconst generator = async function* () {\n\t\t\tconst session = await self.openRoleSession(binding);\n\t\t\tlet errored = false;\n\t\t\ttry {\n\t\t\t\tfor await (const row of session.execute(plan, options)) yield row;\n\t\t\t} catch (err) {\n\t\t\t\terrored = true;\n\t\t\t\tawait session.destroy(err).catch(() => void 0);\n\t\t\t\tthrow err;\n\t\t\t} finally {\n\t\t\t\tif (!errored) await session.release();\n\t\t\t}\n\t\t};\n\t\treturn new AsyncIterableResult(generator());\n\t}\n};\n//#endregion\n//#region src/runtime/supabase.ts\nfunction hasContractJson(options) {\n\treturn \"contractJson\" in options;\n}\nconst contractSerializer = new PostgresContractSerializer();\nfunction resolveContract(options) {\n\tconst contractJson = hasContractJson(options) ? options.contractJson : contractSerializer.serializeContract(options.contract);\n\treturn blindCast(contractSerializer.deserializeContract(contractJson));\n}\nfunction resolveKeyMaterial(options) {\n\tconst jwtSecret = \"jwtSecret\" in options ? options.jwtSecret : void 0;\n\tconst jwksUrl = \"jwksUrl\" in options ? options.jwksUrl : void 0;\n\tif (jwtSecret !== void 0 && jwksUrl !== void 0) throw supabaseError(\"SUPABASE.CONFIG_INVALID\", \"Provide either jwtSecret or jwksUrl, not both\", { meta: { reason: \"both jwtSecret and jwksUrl provided\" } });\n\tif (jwtSecret !== void 0) return {\n\t\tkind: \"secret\",\n\t\tkey: new TextEncoder().encode(jwtSecret)\n\t};\n\tif (jwksUrl !== void 0) return {\n\t\tkind: \"jwks\",\n\t\tkeyset: createRemoteJWKSet(new URL(jwksUrl))\n\t};\n\tthrow supabaseError(\"SUPABASE.CONFIG_INVALID\", \"Either jwtSecret or jwksUrl is required\", { meta: { reason: \"neither jwtSecret nor jwksUrl provided\" } });\n}\n/**\n* Pre-verification check that the token's signing algorithm can possibly\n* match the configured key material. Without it the mismatch surfaces as a\n* jose internal (\"Key for the ES256 algorithm must be one of type\n* CryptoKey... Received an instance of Uint8Array\") that never names the\n* actual problem: current Supabase projects sign ES256 via JWKS by default,\n* while `supabase status` still prints a JWT_SECRET that only fits legacy\n* HS256 projects. Returns `undefined` when the pairing is plausible or the\n* header is unreadable (jwtVerify then produces the canonical error).\n*/\nfunction algKeyMismatchReason(jwt, kind) {\n\tlet alg;\n\ttry {\n\t\talg = decodeProtectedHeader(jwt).alg;\n\t} catch {\n\t\treturn;\n\t}\n\tif (alg === void 0) return void 0;\n\tconst asymmetric = /^(?:ES|RS|PS)\\d{3}$/.test(alg) || alg === \"EdDSA\" || alg === \"Ed25519\";\n\tif (kind === \"secret\" && asymmetric) return `token is signed with ${alg} but this client is configured with jwtSecret (HS256). Current Supabase projects sign with asymmetric keys by default — configure jwksUrl (https://<project>/auth/v1/.well-known/jwks.json) instead of jwtSecret.`;\n\tif (kind === \"jwks\" && alg.startsWith(\"HS\")) return `token is signed with ${alg} (a symmetric algorithm) but this client is configured with jwksUrl. A legacy HS256 Supabase project needs jwtSecret (the JWT_SECRET from \\`supabase status\\`) instead of jwksUrl.`;\n}\nfunction toPool(options) {\n\tif (options.pg !== void 0 && isPgPool(options.pg)) return {\n\t\tpool: options.pg,\n\t\towned: false\n\t};\n\tif (typeof options.url === \"string\") return {\n\t\tpool: new Pool({\n\t\t\tconnectionString: options.url,\n\t\t\tconnectionTimeoutMillis: options.poolOptions?.connectionTimeoutMillis ?? 2e4,\n\t\t\tidleTimeoutMillis: options.poolOptions?.idleTimeoutMillis ?? 3e4\n\t\t}),\n\t\towned: true\n\t};\n}\nfunction withSupabaseDescriptor(extensions) {\n\tconst packs = extensions ?? [];\n\treturn packs.some((pack) => pack.id === supabaseRuntimeDescriptor.id) ? packs : [...packs, supabaseRuntimeDescriptor];\n}\n/**\n* Deserializes the Supabase extension's own emitted contract into a runtime\n* contract: namespaces hydrate into `PostgresSchema` instances (with\n* `qualifyTable`), and `typeRef` columns (`Timestamptz`, `Uuid`) resolve\n* through the codec registry. Exposed only via `service_role`'s `.supabase`\n* secondary root — never merged into the app contract.\n*/\nfunction buildExtensionContract() {\n\treturn blindCast(contractSerializer.deserializeContract(contract_default));\n}\nasync function supabase(options) {\n\tconst keyMaterial = resolveKeyMaterial(options);\n\tconst contract = resolveContract(options);\n\tconst stack = createSqlExecutionStack({\n\t\ttarget: postgresTarget,\n\t\tadapter: postgresAdapter,\n\t\tdriver: postgresDriver,\n\t\textensions: withSupabaseDescriptor(options.extensions)\n\t});\n\tconst context = createExecutionContext({\n\t\tcontract,\n\t\tstack\n\t});\n\tconst rawCodecInferer = stack.adapter.rawCodecInferer;\n\tconst rawSqlTag = createRawSql(rawCodecInferer);\n\tconst poolEntry = toPool(options);\n\tlet closed = false;\n\tconst stackInstance = instantiateExecutionStack(stack);\n\tconst driverDescriptor = stack.driver;\n\tif (!driverDescriptor) throw new InternalError(\"Driver descriptor missing from execution stack\");\n\tconst driver = driverDescriptor.create({ cursor: { disabled: true } });\n\tif (poolEntry) await driver.connect({\n\t\tkind: \"pgPool\",\n\t\tpool: poolEntry.pool\n\t});\n\tconst runtime = new SupabaseRuntimeImpl({\n\t\tcontext,\n\t\tadapter: stackInstance.adapter,\n\t\tdriver,\n\t\t...ifDefined(\"verifyMarker\", options.verifyMarker),\n\t\t...ifDefined(\"middleware\", options.middleware)\n\t});\n\tasync function verifyJwt(jwt) {\n\t\tconst mismatch = algKeyMismatchReason(jwt, keyMaterial.kind);\n\t\tif (mismatch !== void 0) throw supabaseError(\"SUPABASE.JWT_INVALID\", `Invalid JWT: ${mismatch}`, { meta: { reason: mismatch } });\n\t\ttry {\n\t\t\tif (keyMaterial.kind === \"secret\") return await jwtVerify(jwt, keyMaterial.key);\n\t\t\treturn await jwtVerify(jwt, keyMaterial.keyset);\n\t\t} catch (err) {\n\t\t\tconst reason = err instanceof Error ? err.message : String(err);\n\t\t\tthrow supabaseError(\"SUPABASE.JWT_INVALID\", `Invalid JWT: ${reason}`, {\n\t\t\t\tmeta: { reason },\n\t\t\t\tcause: err\n\t\t\t});\n\t\t}\n\t}\n\tfunction buildRoleBoundDbWithContext(binding, roleContext, roleRuntime) {\n\t\treturn {\n\t\t\tsql: sql({\n\t\t\t\tcontext: roleContext,\n\t\t\t\trawCodecInferer\n\t\t\t}),\n\t\t\torm: orm({\n\t\t\t\truntime: {\n\t\t\t\t\texecute(plan) {\n\t\t\t\t\t\treturn roleRuntime.executeWithRole(plan, binding);\n\t\t\t\t\t},\n\t\t\t\t\tconnection: () => roleRuntime.openRoleSession(binding)\n\t\t\t\t},\n\t\t\t\tcontext: roleContext\n\t\t\t}),\n\t\t\traw: rawSqlTag,\n\t\t\texecute(plan, execOptions) {\n\t\t\t\treturn roleRuntime.executeWithRole(plan, binding, execOptions);\n\t\t\t},\n\t\t\ttransaction(fn) {\n\t\t\t\treturn withTransaction({ connection: () => roleRuntime.openRoleSession(binding) }, fn);\n\t\t\t}\n\t\t};\n\t}\n\tfunction buildRoleBoundDb(binding) {\n\t\treturn buildRoleBoundDbWithContext(binding, context, runtime);\n\t}\n\tconst serviceRoleBinding = {\n\t\trole: SupabaseRole.members.ServiceRole,\n\t\tclaims: {}\n\t};\n\tconst extContract = buildExtensionContract();\n\tconst extContext = createExecutionContext({\n\t\tcontract: extContract,\n\t\tstack\n\t});\n\tconst extRuntime = new SupabaseRuntimeImpl({\n\t\tcontext: extContext,\n\t\tadapter: stackInstance.adapter,\n\t\tdriver,\n\t\tverifyMarker: false,\n\t\t...ifDefined(\"middleware\", options.middleware)\n\t});\n\tconst extNativeEnums = blindCast(Object.freeze(buildNamespacedNativeEnums(extContract.storage)));\n\tconst supabaseInternal = {\n\t\tsql: sql({\n\t\t\tcontext: extContext,\n\t\t\trawCodecInferer\n\t\t}),\n\t\torm: orm({\n\t\t\truntime: {\n\t\t\t\texecute(plan) {\n\t\t\t\t\treturn extRuntime.executeWithRole(plan, serviceRoleBinding);\n\t\t\t\t},\n\t\t\t\tconnection: () => extRuntime.openRoleSession(serviceRoleBinding)\n\t\t\t},\n\t\t\tcontext: extContext\n\t\t}),\n\t\tnativeEnums: extNativeEnums,\n\t\texecute(plan, execOptions) {\n\t\t\treturn extRuntime.executeWithRole(plan, serviceRoleBinding, execOptions);\n\t\t}\n\t};\n\tasync function closeDb() {\n\t\tif (closed) return;\n\t\tclosed = true;\n\t\tawait runtime.close();\n\t\tif (poolEntry?.owned) await poolEntry.pool.end().catch(() => void 0);\n\t}\n\treturn {\n\t\tcontext,\n\t\tstack,\n\t\tasync asUser(jwt) {\n\t\t\tconst { payload } = await verifyJwt(jwt);\n\t\t\tconst rawRole = payload[SUPABASE_JWT_ROLE_CLAIM];\n\t\t\tconst roleStr = typeof rawRole === \"string\" ? rawRole : SupabaseRole.members.Authenticated;\n\t\t\treturn buildRoleBoundDb({\n\t\t\t\trole: isSupabaseRole(roleStr) ? roleStr : SupabaseRole.members.Authenticated,\n\t\t\t\tclaims: payload\n\t\t\t});\n\t\t},\n\t\tasAnon() {\n\t\t\treturn buildRoleBoundDb({\n\t\t\t\trole: SupabaseRole.members.Anon,\n\t\t\t\tclaims: {}\n\t\t\t});\n\t\t},\n\t\tasServiceRole() {\n\t\t\treturn {\n\t\t\t\t...buildRoleBoundDbWithContext(serviceRoleBinding, context, runtime),\n\t\t\t\tsupabase: supabaseInternal\n\t\t\t};\n\t\t},\n\t\tclose: closeDb,\n\t\t[Symbol.asyncDispose]: closeDb\n\t};\n}\n//#endregion\n//#region src/exports/runtime.ts\nvar runtime_default = supabaseRuntimeDescriptor;\n//#endregion\nexport { SupabaseRuntimeImpl, runtime_default as default, supabase };\n\n//# sourceMappingURL=runtime.mjs.map"],"mappings":"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"}
1
+ {"version":3,"file":"runtime.mjs","names":[],"sources":["../../../../3-extensions/supabase/dist/runtime.mjs"],"sourcesContent":["import { n as version, t as contract_default } from \"./contract-DPld3ciE.mjs\";\nimport { a as isSupabaseRole, n as SupabaseRole, t as SUPABASE_JWT_ROLE_CLAIM } from \"./roles-D5vC3rNp.mjs\";\nimport { blindCast } from \"@internal/utils/casts\";\nimport postgresAdapter from \"@internal/adapter-postgres/runtime\";\nimport postgresDriver from \"@internal/driver-postgres/runtime\";\nimport { instantiateExecutionStack } from \"@internal/framework-components/execution\";\nimport { PostgresRuntimeImpl, buildNamespacedNativeEnums, isPgPool } from \"@internal/postgres/runtime\";\nimport { sql } from \"@internal/sql-builder/runtime\";\nimport { orm } from \"@internal/sql-orm-client\";\nimport { createRawSql } from \"@internal/sql-relational-core/expression\";\nimport { createExecutionContext, createSqlExecutionStack, withTransaction } from \"@internal/sql-runtime\";\nimport postgresTarget, { PostgresContractSerializer } from \"@internal/target-postgres/runtime\";\nimport { ifDefined } from \"@internal/utils/defined\";\nimport { InternalError } from \"@internal/utils/internal-error\";\nimport { createRemoteJWKSet, decodeProtectedHeader, jwtVerify } from \"jose\";\nimport { Pool } from \"pg\";\nimport { structuredError } from \"@internal/utils/structured-error\";\nimport { AsyncIterableResult } from \"@internal/framework-components/runtime\";\n//#region src/runtime/descriptor.ts\n/**\n* Tells the runtime that the Supabase pack's runtime component is available.\n*\n* When a contract declares the Supabase pack, the runtime checks that a\n* matching descriptor has been registered. Without this, loading a Supabase\n* contract errors with \"pack runtime component missing\". The `supabase()`\n* factory registers this descriptor automatically — app code never needs to\n* reference it directly.\n*/\nconst supabaseRuntimeDescriptor = {\n\tkind: \"extension\",\n\tid: \"supabase\",\n\tversion,\n\tfamilyId: \"sql\",\n\ttargetId: \"postgres\",\n\tcodecs: () => [],\n\tcreate() {\n\t\treturn {\n\t\t\tfamilyId: \"sql\",\n\t\t\ttargetId: \"postgres\"\n\t\t};\n\t}\n};\n//#endregion\n//#region src/runtime/supabase-errors.ts\nfunction supabaseError(code, message, options) {\n\treturn structuredError(code, message, options);\n}\n//#endregion\n//#region src/runtime/supabase-runtime.ts\nvar SupabaseRuntimeImpl = class extends PostgresRuntimeImpl {\n\t/**\n\t* Opens a raw connection and applies role + JWT claims via session-scoped set_config.\n\t* On bind failure, destroys the connection before rethrowing — no leaked connections.\n\t* Not on the `SupabaseRuntime` interface; consumed by the facade, not by app code.\n\t*/\n\tasync openRoleSession(binding) {\n\t\tconst conn = await this.acquireRawConnection();\n\t\ttry {\n\t\t\tawait conn.execute({\n\t\t\t\tsql: \"SELECT set_config($1, $2, false)\",\n\t\t\t\tparams: [\"role\", binding.role]\n\t\t\t});\n\t\t\tawait conn.execute({\n\t\t\t\tsql: \"SELECT set_config($1, $2, false)\",\n\t\t\t\tparams: [\"request.jwt.claims\", JSON.stringify(binding.claims ?? {})]\n\t\t\t});\n\t\t} catch (err) {\n\t\t\tawait conn.destroy(err).catch(() => void 0);\n\t\t\tthrow err;\n\t\t}\n\t\tconst self = this;\n\t\treturn {\n\t\t\texecute(plan, options) {\n\t\t\t\treturn self.executeAgainstQueryable(plan, conn, {\n\t\t\t\t\t...options,\n\t\t\t\t\tscope: \"connection\"\n\t\t\t\t});\n\t\t\t},\n\t\t\texecutePrepared(ps, params, options) {\n\t\t\t\treturn self.executePreparedAgainstQueryable(blindCast(ps), blindCast(params), conn, {\n\t\t\t\t\t...options,\n\t\t\t\t\tscope: \"connection\"\n\t\t\t\t});\n\t\t\t},\n\t\t\tasync transaction() {\n\t\t\t\tconst tx = await conn.beginTransaction();\n\t\t\t\treturn {\n\t\t\t\t\tasync commit() {\n\t\t\t\t\t\tawait tx.commit();\n\t\t\t\t\t},\n\t\t\t\t\tasync rollback() {\n\t\t\t\t\t\tawait tx.rollback();\n\t\t\t\t\t},\n\t\t\t\t\texecute(plan, options) {\n\t\t\t\t\t\treturn self.executeAgainstQueryable(plan, tx, {\n\t\t\t\t\t\t\t...options,\n\t\t\t\t\t\t\tscope: \"transaction\"\n\t\t\t\t\t\t});\n\t\t\t\t\t},\n\t\t\t\t\texecutePrepared(ps, params, options) {\n\t\t\t\t\t\treturn self.executePreparedAgainstQueryable(blindCast(ps), blindCast(params), tx, {\n\t\t\t\t\t\t\t...options,\n\t\t\t\t\t\t\tscope: \"transaction\"\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t},\n\t\t\t/**\n\t\t\t* Resets all session-local config then releases the connection back to the pool.\n\t\t\t* If RESET ALL fails, destroys the connection instead — pool-poisoning guarantee.\n\t\t\t*/\n\t\t\tasync release() {\n\t\t\t\ttry {\n\t\t\t\t\tawait conn.execute({ sql: \"RESET ALL\" });\n\t\t\t\t\tawait conn.release();\n\t\t\t\t} catch (resetError) {\n\t\t\t\t\tawait conn.destroy(resetError).catch(() => void 0);\n\t\t\t\t}\n\t\t\t},\n\t\t\tasync destroy(reason) {\n\t\t\t\tawait conn.destroy(reason);\n\t\t\t}\n\t\t};\n\t}\n\t/**\n\t* Opens a role session, executes the plan, then releases after the stream drains.\n\t* On mid-stream error, destroys the session instead of releasing.\n\t*/\n\texecuteWithRole(plan, binding, options) {\n\t\tconst self = this;\n\t\tconst generator = async function* () {\n\t\t\tconst session = await self.openRoleSession(binding);\n\t\t\tlet errored = false;\n\t\t\ttry {\n\t\t\t\tfor await (const row of session.execute(plan, options)) yield row;\n\t\t\t} catch (err) {\n\t\t\t\terrored = true;\n\t\t\t\tawait session.destroy(err).catch(() => void 0);\n\t\t\t\tthrow err;\n\t\t\t} finally {\n\t\t\t\tif (!errored) await session.release();\n\t\t\t}\n\t\t};\n\t\treturn new AsyncIterableResult(generator());\n\t}\n};\n//#endregion\n//#region src/runtime/supabase.ts\nfunction hasContractJson(options) {\n\treturn \"contractJson\" in options;\n}\nconst contractSerializer = new PostgresContractSerializer();\nfunction resolveContract(options) {\n\tconst contractJson = hasContractJson(options) ? options.contractJson : contractSerializer.serializeContract(options.contract);\n\treturn blindCast(contractSerializer.deserializeContract(contractJson));\n}\nfunction resolveKeyMaterial(options) {\n\tconst jwtSecret = \"jwtSecret\" in options ? options.jwtSecret : void 0;\n\tconst jwksUrl = \"jwksUrl\" in options ? options.jwksUrl : void 0;\n\tif (jwtSecret !== void 0 && jwksUrl !== void 0) throw supabaseError(\"SUPABASE.CONFIG_INVALID\", \"Provide either jwtSecret or jwksUrl, not both\", { meta: { reason: \"both jwtSecret and jwksUrl provided\" } });\n\tif (jwtSecret !== void 0) return {\n\t\tkind: \"secret\",\n\t\tkey: new TextEncoder().encode(jwtSecret)\n\t};\n\tif (jwksUrl !== void 0) return {\n\t\tkind: \"jwks\",\n\t\tkeyset: createRemoteJWKSet(new URL(jwksUrl))\n\t};\n\tthrow supabaseError(\"SUPABASE.CONFIG_INVALID\", \"Either jwtSecret or jwksUrl is required\", { meta: { reason: \"neither jwtSecret nor jwksUrl provided\" } });\n}\n/**\n* Pre-verification check that the token's signing algorithm can possibly\n* match the configured key material. Without it the mismatch surfaces as a\n* jose internal (\"Key for the ES256 algorithm must be one of type\n* CryptoKey... Received an instance of Uint8Array\") that never names the\n* actual problem: current Supabase projects sign ES256 via JWKS by default,\n* while `supabase status` still prints a JWT_SECRET that only fits legacy\n* HS256 projects. Returns `undefined` when the pairing is plausible or the\n* header is unreadable (jwtVerify then produces the canonical error).\n*/\nfunction algKeyMismatchReason(jwt, kind) {\n\tlet alg;\n\ttry {\n\t\talg = decodeProtectedHeader(jwt).alg;\n\t} catch {\n\t\treturn;\n\t}\n\tif (alg === void 0) return void 0;\n\tconst asymmetric = /^(?:ES|RS|PS)\\d{3}$/.test(alg) || alg === \"EdDSA\" || alg === \"Ed25519\";\n\tif (kind === \"secret\" && asymmetric) return `token is signed with ${alg} but this client is configured with jwtSecret (HS256). Current Supabase projects sign with asymmetric keys by default — configure jwksUrl (https://<project>/auth/v1/.well-known/jwks.json) instead of jwtSecret.`;\n\tif (kind === \"jwks\" && alg.startsWith(\"HS\")) return `token is signed with ${alg} (a symmetric algorithm) but this client is configured with jwksUrl. A legacy HS256 Supabase project needs jwtSecret (the JWT_SECRET from \\`supabase status\\`) instead of jwksUrl.`;\n}\nfunction toPool(options) {\n\tif (options.pg !== void 0 && isPgPool(options.pg)) return {\n\t\tpool: options.pg,\n\t\towned: false\n\t};\n\tif (typeof options.url === \"string\") return {\n\t\tpool: new Pool({\n\t\t\tconnectionString: options.url,\n\t\t\tconnectionTimeoutMillis: options.poolOptions?.connectionTimeoutMillis ?? 2e4,\n\t\t\tidleTimeoutMillis: options.poolOptions?.idleTimeoutMillis ?? 3e4\n\t\t}),\n\t\towned: true\n\t};\n}\nfunction withSupabaseDescriptor(extensions) {\n\tconst packs = extensions ?? [];\n\treturn packs.some((pack) => pack.id === supabaseRuntimeDescriptor.id) ? packs : [...packs, supabaseRuntimeDescriptor];\n}\n/**\n* Deserializes the Supabase extension's own emitted contract into a runtime\n* contract: namespaces hydrate into `PostgresSchema` instances (with\n* `qualifyTable`), and `typeRef` columns (`Timestamptz`, `Uuid`) resolve\n* through the codec registry. Exposed only via `service_role`'s `.supabase`\n* secondary root — never merged into the app contract.\n*/\nfunction buildExtensionContract() {\n\treturn blindCast(contractSerializer.deserializeContract(contract_default));\n}\nasync function supabase(options) {\n\tconst keyMaterial = resolveKeyMaterial(options);\n\tconst contract = resolveContract(options);\n\tconst stack = createSqlExecutionStack({\n\t\ttarget: postgresTarget,\n\t\tadapter: postgresAdapter,\n\t\tdriver: postgresDriver,\n\t\textensions: withSupabaseDescriptor(options.extensions)\n\t});\n\tconst context = createExecutionContext({\n\t\tcontract,\n\t\tstack\n\t});\n\tconst rawCodecInferer = stack.adapter.rawCodecInferer;\n\tconst rawSqlTag = createRawSql(rawCodecInferer);\n\tconst poolEntry = toPool(options);\n\tlet closed = false;\n\tconst stackInstance = instantiateExecutionStack(stack);\n\tconst driverDescriptor = stack.driver;\n\tif (!driverDescriptor) throw new InternalError(\"Driver descriptor missing from execution stack\");\n\tconst driver = driverDescriptor.create({ cursor: { disabled: true } });\n\tif (poolEntry) await driver.connect({\n\t\tkind: \"pgPool\",\n\t\tpool: poolEntry.pool\n\t});\n\tconst runtime = new SupabaseRuntimeImpl({\n\t\tcontext,\n\t\tadapter: stackInstance.adapter,\n\t\tdriver,\n\t\t...ifDefined(\"verifyMarker\", options.verifyMarker),\n\t\t...ifDefined(\"middleware\", options.middleware)\n\t});\n\tasync function verifyJwt(jwt) {\n\t\tconst mismatch = algKeyMismatchReason(jwt, keyMaterial.kind);\n\t\tif (mismatch !== void 0) throw supabaseError(\"SUPABASE.JWT_INVALID\", `Invalid JWT: ${mismatch}`, { meta: { reason: mismatch } });\n\t\ttry {\n\t\t\tif (keyMaterial.kind === \"secret\") return await jwtVerify(jwt, keyMaterial.key);\n\t\t\treturn await jwtVerify(jwt, keyMaterial.keyset);\n\t\t} catch (err) {\n\t\t\tconst reason = err instanceof Error ? err.message : String(err);\n\t\t\tthrow supabaseError(\"SUPABASE.JWT_INVALID\", `Invalid JWT: ${reason}`, {\n\t\t\t\tmeta: { reason },\n\t\t\t\tcause: err\n\t\t\t});\n\t\t}\n\t}\n\tfunction buildRoleBoundDbWithContext(binding, roleContext, roleRuntime) {\n\t\treturn {\n\t\t\tsql: sql({\n\t\t\t\tcontext: roleContext,\n\t\t\t\trawCodecInferer\n\t\t\t}),\n\t\t\torm: orm({\n\t\t\t\truntime: {\n\t\t\t\t\texecute(plan) {\n\t\t\t\t\t\treturn roleRuntime.executeWithRole(plan, binding);\n\t\t\t\t\t},\n\t\t\t\t\tconnection: () => roleRuntime.openRoleSession(binding)\n\t\t\t\t},\n\t\t\t\tcontext: roleContext\n\t\t\t}),\n\t\t\traw: rawSqlTag,\n\t\t\texecute(plan, execOptions) {\n\t\t\t\treturn roleRuntime.executeWithRole(plan, binding, execOptions);\n\t\t\t},\n\t\t\ttransaction(fn) {\n\t\t\t\treturn withTransaction({ connection: () => roleRuntime.openRoleSession(binding) }, fn);\n\t\t\t}\n\t\t};\n\t}\n\tfunction buildRoleBoundDb(binding) {\n\t\treturn buildRoleBoundDbWithContext(binding, context, runtime);\n\t}\n\tconst serviceRoleBinding = {\n\t\trole: SupabaseRole.members.ServiceRole,\n\t\tclaims: {}\n\t};\n\tconst extContract = buildExtensionContract();\n\tconst extContext = createExecutionContext({\n\t\tcontract: extContract,\n\t\tstack\n\t});\n\tconst extRuntime = new SupabaseRuntimeImpl({\n\t\tcontext: extContext,\n\t\tadapter: stackInstance.adapter,\n\t\tdriver,\n\t\tverifyMarker: false,\n\t\t...ifDefined(\"middleware\", options.middleware)\n\t});\n\tconst extNativeEnums = blindCast(Object.freeze(buildNamespacedNativeEnums(extContract.storage)));\n\tconst supabaseInternal = {\n\t\tsql: sql({\n\t\t\tcontext: extContext,\n\t\t\trawCodecInferer\n\t\t}),\n\t\torm: orm({\n\t\t\truntime: {\n\t\t\t\texecute(plan) {\n\t\t\t\t\treturn extRuntime.executeWithRole(plan, serviceRoleBinding);\n\t\t\t\t},\n\t\t\t\tconnection: () => extRuntime.openRoleSession(serviceRoleBinding)\n\t\t\t},\n\t\t\tcontext: extContext\n\t\t}),\n\t\tnativeEnums: extNativeEnums,\n\t\texecute(plan, execOptions) {\n\t\t\treturn extRuntime.executeWithRole(plan, serviceRoleBinding, execOptions);\n\t\t}\n\t};\n\tasync function closeDb() {\n\t\tif (closed) return;\n\t\tclosed = true;\n\t\tawait runtime.close();\n\t\tif (poolEntry?.owned) await poolEntry.pool.end().catch(() => void 0);\n\t}\n\treturn {\n\t\tcontext,\n\t\tstack,\n\t\tasync asUser(jwt) {\n\t\t\tconst { payload } = await verifyJwt(jwt);\n\t\t\tconst rawRole = payload[SUPABASE_JWT_ROLE_CLAIM];\n\t\t\tconst roleStr = typeof rawRole === \"string\" ? rawRole : SupabaseRole.members.Authenticated;\n\t\t\treturn buildRoleBoundDb({\n\t\t\t\trole: isSupabaseRole(roleStr) ? roleStr : SupabaseRole.members.Authenticated,\n\t\t\t\tclaims: payload\n\t\t\t});\n\t\t},\n\t\tasAnon() {\n\t\t\treturn buildRoleBoundDb({\n\t\t\t\trole: SupabaseRole.members.Anon,\n\t\t\t\tclaims: {}\n\t\t\t});\n\t\t},\n\t\tasServiceRole() {\n\t\t\treturn {\n\t\t\t\t...buildRoleBoundDbWithContext(serviceRoleBinding, context, runtime),\n\t\t\t\tsupabase: supabaseInternal\n\t\t\t};\n\t\t},\n\t\tclose: closeDb,\n\t\t[Symbol.asyncDispose]: closeDb\n\t};\n}\n//#endregion\n//#region src/exports/runtime.ts\nvar runtime_default = supabaseRuntimeDescriptor;\n//#endregion\nexport { SupabaseRuntimeImpl, runtime_default as default, supabase };\n\n//# sourceMappingURL=runtime.mjs.map"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/orm-extension-supabase",
3
- "version": "8.0.0-rc.1-dev.9",
3
+ "version": "8.0.0-rc.1-dev.10",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -9,10 +9,10 @@
9
9
  "dist"
10
10
  ],
11
11
  "dependencies": {
12
- "@prisma/orm-family-sql": "8.0.0-rc.1-dev.9",
13
- "@prisma/orm-framework": "8.0.0-rc.1-dev.9",
14
- "@prisma/orm-postgres": "8.0.0-rc.1-dev.9",
15
- "@prisma/orm-toolchain": "8.0.0-rc.1-dev.9",
12
+ "@prisma/orm-family-sql": "8.0.0-rc.1-dev.10",
13
+ "@prisma/orm-framework": "8.0.0-rc.1-dev.10",
14
+ "@prisma/orm-postgres": "8.0.0-rc.1-dev.10",
15
+ "@prisma/orm-toolchain": "8.0.0-rc.1-dev.10",
16
16
  "@standard-schema/spec": "^1.1.0",
17
17
  "@types/pg": "8.20.0",
18
18
  "arktype": "^2.2.2",
@@ -20,15 +20,15 @@
20
20
  "pg": "8.22.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@internal/extension-supabase": "8.0.0-rc.1-dev.9",
24
- "@repo/tsconfig": "8.0.0-rc.1-dev.9",
25
- "@repo/tsdown": "8.0.0-rc.1-dev.9",
26
- "@prisma/orm-target-postgres": "8.0.0-rc.1-dev.9",
23
+ "@internal/extension-supabase": "8.0.0-rc.1-dev.10",
24
+ "@repo/tsconfig": "8.0.0-rc.1-dev.10",
25
+ "@repo/tsdown": "8.0.0-rc.1-dev.10",
26
+ "@prisma/orm-target-postgres": "8.0.0-rc.1-dev.10",
27
27
  "tsdown": "0.22.14",
28
28
  "typescript": "5.9.3"
29
29
  },
30
30
  "peerDependencies": {
31
- "@prisma/orm-target-postgres": "8.0.0-rc.1-dev.9",
31
+ "@prisma/orm-target-postgres": "8.0.0-rc.1-dev.10",
32
32
  "typescript": ">=5.9"
33
33
  },
34
34
  "peerDependenciesMeta": {