Skip to content

Commit

Permalink
Merge pull request #373 from whhotw/bummp-mysql-2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eveningkid committed Jan 8, 2023
2 parents a898197 + d2272cd commit 09db670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export {
Client as MySQLClient,
configLogger as configMySQLLogger,
Connection as MySQLConnection,
} from "https://deno.land/x/mysql@v2.10.3/mod.ts";
export type { LoggerConfig } from "https://deno.land/x/mysql@v2.10.3/mod.ts";
} from "https://deno.land/x/mysql@v2.11.0/mod.ts";
export type { LoggerConfig } from "https://deno.land/x/mysql@v2.11.0/mod.ts";

export { Client as PostgresClient } from "https://deno.land/x/postgres@v0.14.2/mod.ts";

Expand Down

0 comments on commit 09db670

Please sign in to comment.