Skip to content

Commit 05ac370

Browse files
dahliacodex
andcommitted
Update Fedify to 2.1.2
Update the workspace catalog and Deno import maps to use Fedify 2.1.2 across the project. Refresh the pnpm and Deno lockfiles so Node.js and Deno resolve the same dependency versions, and update the changelog entry to match the new Fedify release. Co-Authored-By: OpenAI Codex <codex@openai.com>
1 parent 19ee65e commit 05ac370

File tree

8 files changed

+136
-136
lines changed

8 files changed

+136
-136
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To be released.
88

99
### @fedify/botkit
1010

11-
- Upgraded Fedify to 2.1.0.
11+
- Upgraded Fedify to 2.1.2.
1212

1313
- BotKit now targets Fedify 2.0's modular package layout, using
1414
*@fedify/vocab*, *@fedify/vocab-runtime*, and *@fedify/denokv*

deno.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"workspace": ["packages/*", "examples/*"],
33
"unstable": ["kv", "temporal"],
44
"imports": {
5-
"@fedify/denokv": "jsr:@fedify/denokv@2.1.0",
6-
"@fedify/fedify": "jsr:@fedify/fedify@2.1.0",
7-
"@fedify/vocab": "jsr:@fedify/vocab@2.1.0",
8-
"@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@2.1.0",
5+
"@fedify/denokv": "jsr:@fedify/denokv@2.1.2",
6+
"@fedify/fedify": "jsr:@fedify/fedify@2.1.2",
7+
"@fedify/vocab": "jsr:@fedify/vocab@2.1.2",
8+
"@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@2.1.2",
99
"@logtape/logtape": "jsr:@logtape/logtape@^1.3.5",
1010
"@std/fs": "jsr:@std/fs@^1.0.19",
1111
"@std/path": "jsr:@std/path@^1.1.1",

deno.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"devDependencies": {
33
"@fedify/botkit": "workspace:",
44
"@fedify/botkit-sqlite": "workspace:",
5-
"@fedify/denokv": "jsr:@fedify/denokv@^2.1.0",
5+
"@fedify/denokv": "jsr:@fedify/denokv@^2.1.2",
66
"@fedify/fedify": "catalog:",
7-
"@fedify/postgres": "^2.1.0",
8-
"@fedify/redis": "^2.1.0",
9-
"@fedify/sqlite": "^2.1.0",
10-
"@fedify/vocab": "^2.1.0",
11-
"@fedify/vocab-runtime": "^2.1.0",
7+
"@fedify/postgres": "^2.1.2",
8+
"@fedify/redis": "^2.1.2",
9+
"@fedify/sqlite": "^2.1.2",
10+
"@fedify/vocab": "^2.1.2",
11+
"@fedify/vocab-runtime": "^2.1.2",
1212
"@js-temporal/polyfill": "catalog:",
1313
"@shikijs/vitepress-twoslash": "^3.20.0",
1414
"@types/deno": "^2.3.0",

packages/botkit-sqlite/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
".": "./src/mod.ts"
77
},
88
"imports": {
9-
"@fedify/vocab": "jsr:@fedify/vocab@^2.1.0"
9+
"@fedify/vocab": "jsr:@fedify/vocab@^2.1.2"
1010
},
1111
"exclude": [
1212
"dist",

packages/botkit/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"./text": "./src/text.ts"
1717
},
1818
"imports": {
19-
"@fedify/vocab": "jsr:@fedify/vocab@^2.1.0",
20-
"@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@^2.1.0",
19+
"@fedify/vocab": "jsr:@fedify/vocab@^2.1.2",
20+
"@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@^2.1.2",
2121
"@fedify/markdown-it-hashtag": "jsr:@fedify/markdown-it-hashtag@^0.3.0",
2222
"@fedify/markdown-it-mention": "jsr:@fedify/markdown-it-mention@^0.3.0",
2323
"html-entities": "npm:html-entities@^2.6.0",

0 commit comments

Comments
 (0)