File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ registry.
2222 "imports" : {
2323 "kysely-deno-postgres-dialect" : " jsr:@byzanteam/kysely-deno-postgres-dialect" ,
2424 "postgresjs" : " https://deno.land/x/postgresjs@v3.4.4/mod.js" ,
25- "kysely" : " https://esm.sh/kysely@0.27.3 "
25+ "kysely" : " https://esm.sh/kysely@0.27.4 "
2626 }
2727}
2828```
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://deno.land/x/deno/cli/schemas/config-file.v1.json" ,
33 "name" : " @byzanteam/kysely-deno-postgres-dialect" ,
4- "version" : " 0.27.7 " ,
4+ "version" : " 0.27.8 " ,
55 "exports" : {
66 "." : " ./mod.ts" ,
77 "./testing" : " ./testing.ts"
2323 "check" : " deno fmt --check && deno lint && deno task check:types && deno task test"
2424 },
2525 "imports" : {
26- "kysely" : " npm:kysely@0.27.3 " ,
26+ "kysely" : " npm:kysely@0.27.4 " ,
2727 "postgresjs" : " npm:postgres@3.4.4"
2828 }
2929}
You can’t perform that action at this time.
0 commit comments