Skip to content

Commit

Permalink
Bumped SQL-builder to v1.9.0 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schotsl authored Sep 16, 2021
1 parent 8e95e52 commit 00604d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export { createHash } from "https://deno.land/[email protected]/hash/mod.ts";
export type {
SupportedAlgorithm,
} from "https://deno.land/[email protected]/hash/mod.ts";
export { replaceParams } from "https://deno.land/x/sql_builder@v1.7.0/util.ts";
export { replaceParams } from "https://deno.land/x/sql_builder@v1.9.0/util.ts";
export * as log from "https://deno.land/[email protected]/log/mod.ts";

0 comments on commit 00604d5

Please sign in to comment.