Upgrade kysely_deno_postgres

This commit is contained in:
Alex Gleason 2024-06-17 22:56:09 -05:00
parent 1294dcaa4e
commit 1fe4b4bb81
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,7 @@
"iso-639-1": "npm:iso-639-1@2.1.15", "iso-639-1": "npm:iso-639-1@2.1.15",
"isomorphic-dompurify": "npm:isomorphic-dompurify@^2.11.0", "isomorphic-dompurify": "npm:isomorphic-dompurify@^2.11.0",
"kysely": "npm:kysely@^0.27.3", "kysely": "npm:kysely@^0.27.3",
"kysely_deno_postgres": "https://gitlab.com/soapbox-pub/kysely-deno-postgres/-/raw/main/mod.ts", "kysely_deno_postgres": "https://gitlab.com/soapbox-pub/kysely-deno-postgres/-/raw/f2948b86190a10faa293588775e162b3a8b52e70/mod.ts",
"linkify-plugin-hashtag": "npm:linkify-plugin-hashtag@^4.1.1", "linkify-plugin-hashtag": "npm:linkify-plugin-hashtag@^4.1.1",
"linkify-string": "npm:linkify-string@^4.1.1", "linkify-string": "npm:linkify-string@^4.1.1",
"linkifyjs": "npm:linkifyjs@^4.1.1", "linkifyjs": "npm:linkifyjs@^4.1.1",

View file

@ -16,7 +16,6 @@ export class DittoPostgres {
createAdapter() { createAdapter() {
return new PostgresAdapter(); return new PostgresAdapter();
}, },
// @ts-ignore mismatched kysely versions probably
createDriver() { createDriver() {
return new PostgreSQLDriver( return new PostgreSQLDriver(
{ connectionString: Conf.databaseUrl }, { connectionString: Conf.databaseUrl },