Skip to content

Commit

Permalink
Let fedify init use @fedify/postgres 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Nov 3, 2024
1 parent 7c1968e commit 61b63b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ const kvStores: Record<KvStore, KvStoreDescription> = {
postgres: {
label: "PostgreSQL",
dependencies: {
"@fedify/postgres": "^0.1.0",
"npm:postgres": "^3.4.4",
"@fedify/postgres": "^0.2.0",
"npm:postgres": "^3.4.5",
},
imports: { "@fedify/postgres": ["PostgresKvStore"], postgres: "postgres" },
object: {
Expand Down Expand Up @@ -519,8 +519,8 @@ const messageQueues: Record<MessageQueue, MessageQueueDescription> = {
postgres: {
label: "PostgreSQL",
dependencies: {
"@fedify/postgres": "^0.1.0",
"npm:postgres": "^3.4.4",
"@fedify/postgres": "^0.2.0",
"npm:postgres": "^3.4.5",
},
imports: {
"@fedify/postgres": ["PostgresMessageQueue"],
Expand Down

0 comments on commit 61b63b6

Please sign in to comment.