From f13616a7403fb5d521fe0bbe5af2f8c6cf4effcc Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 14 Aug 2023 18:27:30 -0500 Subject: [PATCH] Bump kysely-deno-sqlite to v1.0.0 (no changes) --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index 5d07579..d4431c7 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -59,4 +59,4 @@ export { type NullableInsertKeys, sql, } from 'npm:kysely@^0.25.0'; -export { DenoSqliteDialect } from 'https://gitlab.com/soapbox-pub/kysely-deno-sqlite/-/raw/76748303a45fac64a889cd2b9265c6c9b8ef2e8b/mod.ts'; +export { DenoSqliteDialect } from 'https://gitlab.com/soapbox-pub/kysely-deno-sqlite/-/raw/v1.0.0/mod.ts';