Skip to content

Commit

Permalink
Merge pull request #376 from jackfiszr/patch-1
Browse files Browse the repository at this point in the history
build: bump sqlite to 3.7.0
  • Loading branch information
eveningkid authored Mar 9, 2023
2 parents 09db670 + e2aeb57 commit 3df4f29
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 @@ -15,7 +15,7 @@ export type { LoggerConfig } from "https://deno.land/x/[email protected]/mod.ts";

export { Client as PostgresClient } from "https://deno.land/x/[email protected]/mod.ts";

export { DB as SQLiteClient } from "https://deno.land/x/sqlite@v3.1.3/mod.ts";
export { DB as SQLiteClient } from "https://deno.land/x/sqlite@v3.7.0/mod.ts";

export { MongoClient as MongoDBClient, Bson } from "https://deno.land/x/[email protected]/mod.ts";
export type { ConnectOptions as MongoDBClientOptions } from "https://deno.land/x/[email protected]/mod.ts";
Expand Down

0 comments on commit 3df4f29

Please sign in to comment.