File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22 createPlan ,
33 deserializeCatalog ,
44 formatSqlStatements ,
5- } from "npm:@supabase/pg-delta@1.0.0-alpha.9 " ;
6- import { supabase } from "npm:@supabase/pg-delta@1.0.0-alpha.9 /integrations/supabase" ;
5+ } from "npm:@supabase/pg-delta@1.0.0-alpha.11 " ;
6+ import { supabase } from "npm:@supabase/pg-delta@1.0.0-alpha.11 /integrations/supabase" ;
77
88async function resolveInput ( ref : string | undefined ) {
99 if ( ! ref ) {
Original file line number Diff line number Diff line change 55 extractCatalog ,
66 serializeCatalog ,
77 stringifyCatalogSnapshot ,
8- } from "npm:@supabase/pg-delta@1.0.0-alpha.9 " ;
8+ } from "npm:@supabase/pg-delta@1.0.0-alpha.11 " ;
99
1010const target = Deno . env . get ( "TARGET" ) ;
1111const role = Deno . env . get ( "ROLE" ) ?? undefined ;
Original file line number Diff line number Diff line change 55 createPlan ,
66 deserializeCatalog ,
77 exportDeclarativeSchema ,
8- } from "npm:@supabase/pg-delta@1.0.0-alpha.9 " ;
9- import { supabase } from "npm:@supabase/pg-delta@1.0.0-alpha.9 /integrations/supabase" ;
8+ } from "npm:@supabase/pg-delta@1.0.0-alpha.11 " ;
9+ import { supabase } from "npm:@supabase/pg-delta@1.0.0-alpha.11 /integrations/supabase" ;
1010
1111async function resolveInput ( ref : string | undefined ) {
1212 if ( ! ref ) {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import {
3434 extractCatalog,
3535 serializeCatalog,
3636 stringifyCatalogSnapshot,
37- } from "npm:@supabase/pg-delta@1.0.0-alpha.9 ";
37+ } from "npm:@supabase/pg-delta@1.0.0-alpha.11 ";
3838const target = Deno.env.get("TARGET");
3939const role = Deno.env.get("ROLE") ?? undefined;
4040if (!target) {
Original file line number Diff line number Diff line change 33import {
44 applyDeclarativeSchema ,
55 loadDeclarativeSchema ,
6- } from "npm:@supabase/pg-delta@1.0.0-alpha.9 /declarative" ;
6+ } from "npm:@supabase/pg-delta@1.0.0-alpha.11 /declarative" ;
77
88const schemaPath = Deno . env . get ( "SCHEMA_PATH" ) ;
99const target = Deno . env . get ( "TARGET" ) ;
You can’t perform that action at this time.
0 commit comments