-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump std and other dependency version
- Loading branch information
1 parent
f74e011
commit 5a149e2
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
export { | ||
Client as MysqlClient, | ||
ClientConfig as MysqlClientConfig, | ||
} from "https://deno.land/x/mysql@v2.3.0/mod.ts"; | ||
export { Client as PostgresClient } from "https://deno.land/x/postgres/mod.ts"; | ||
} from "https://deno.land/x/mysql@v2.4.0/mod.ts"; | ||
export { Client as PostgresClient } from "https://deno.land/x/postgres@v0.4.3/mod.ts"; | ||
export { | ||
DB as SqliteDB, | ||
Empty as SqliteEmpty, | ||
} from "https://deno.land/x/sqlite@v2.3.0/mod.ts"; | ||
|
||
// CLI | ||
export * as Colors from "https://deno.land/std@v0.62.0/fmt/colors.ts"; | ||
export { parse as parseFlags } from "https://deno.land/std@v0.62.0/flags/mod.ts"; | ||
export { join as joinPath } from "https://deno.land/std@v0.62.0/path/mod.ts"; | ||
export * as Colors from "https://deno.land/std@v0.63.0/fmt/colors.ts"; | ||
export { parse as parseFlags } from "https://deno.land/std@v0.63.0/flags/mod.ts"; | ||
export { join as joinPath } from "https://deno.land/std@v0.63.0/path/mod.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters