Skip to content

Commit 810ae61

Browse files
committed
Merge tag '1.8.12'
Fedify 1.8.12
2 parents cdaaa89 + 25dab26 commit 810ae61

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,19 @@ To be released.
193193
CommonJS-based Node.js applications. [[#429], [#431]]
194194

195195

196+
Version 1.8.12
197+
--------------
198+
199+
Released on September 20, 2025.
200+
201+
### @fedify/sqlite
202+
203+
- Fixed bundling issues where incorrect import paths to *node\_modules* were
204+
included in the bundled output. The *@js-temporal/polyfill* dependency
205+
was moved from `devDependencies` to `dependencies` to ensure proper
206+
bundling.
207+
208+
196209
Version 1.8.11
197210
--------------
198211

packages/sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
}
5858
},
5959
"dependencies": {
60+
"@js-temporal/polyfill": "catalog:",
6061
"@logtape/logtape": "catalog:",
6162
"es-toolkit": "^1.31.0"
6263
},
6364
"peerDependencies": {
6465
"@fedify/fedify": "workspace:^"
6566
},
6667
"devDependencies": {
67-
"@js-temporal/polyfill": "catalog:",
6868
"@std/async": "catalog:",
6969
"tsdown": "catalog:",
7070
"typescript": "catalog:"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)