Skip to content

Commit ca3fb15

Browse files
committed
Fix @fedify/sqlite bundling w/ @js-temporal/polyfill
Move @js-temporal/polyfill from devDependencies to dependencies to prevent incorrect node_modules import paths in the bundled output. This ensures the polyfill is properly included during the build process.
1 parent 0f77ec4 commit ca3fb15

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Version 1.8.12
88

99
To be released.
1010

11+
### @fedify/sqlite
12+
13+
- Fixed bundling issues where incorrect import paths to *node\_modules* were
14+
included in the bundled output. The *@js-temporal/polyfill* dependency
15+
was moved from `devDependencies` to `dependencies` to ensure proper
16+
bundling.
17+
1118

1219
Version 1.8.11
1320
--------------

packages/sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
}
4848
},
4949
"dependencies": {
50+
"@js-temporal/polyfill": "catalog:",
5051
"@logtape/logtape": "catalog:",
5152
"es-toolkit": "^1.31.0"
5253
},
5354
"peerDependencies": {
5455
"@fedify/fedify": "workspace:^"
5556
},
5657
"devDependencies": {
57-
"@js-temporal/polyfill": "catalog:",
5858
"@std/async": "catalog:",
5959
"tsdown": "catalog:",
6060
"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)