Skip to content

Commit ab7aa06

Browse files
dahliacodex
andcommitted
Upgrade Fedify packages to 2.0.0-dev.396
Pin Fedify dependencies in package.json to 2.0.0-dev.396 and refresh pnpm-lock.yaml to resolve the same version set. Update the shared inbox key dispatcher to return a sender identity object ({ username }) instead of an account owner record, matching the Fedify 2.0.0-dev.396 dispatcher type contract. Co-Authored-By: Codex <codex@openai.com>
1 parent 0dc0679 commit ab7aa06

3 files changed

Lines changed: 115 additions & 65 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"dependencies": {
2323
"@aws-sdk/credential-providers": "^3.990.0",
24-
"@fedify/fedify": "~2.0.0-dev.387",
25-
"@fedify/hono": "~2.0.0-dev.387",
24+
"@fedify/fedify": "2.0.0-dev.396",
25+
"@fedify/hono": "2.0.0-dev.396",
2626
"@fedify/markdown-it-hashtag": "~0.3.0",
2727
"@fedify/markdown-it-mention": "~0.3.0",
28-
"@fedify/postgres": "~2.0.0-dev.387",
29-
"@fedify/vocab": "~2.0.0-dev.387",
28+
"@fedify/postgres": "2.0.0-dev.396",
29+
"@fedify/vocab": "2.0.0-dev.396",
3030
"@hexagon/base64": "^2.0.4",
3131
"@hono/node-server": "^1.19.9",
3232
"@hono/zod-validator": "^0.7.6",

0 commit comments

Comments
 (0)