Unverified Commit ca3fb15a authored by Hong Minhee's avatar Hong Minhee
Browse files

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.
parent 0f77ec44
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -8,6 +8,13 @@ Version 1.8.12

To be released.

### @fedify/sqlite

 -  Fixed bundling issues where incorrect import paths to *node\_modules* were
    included in the bundled output.  The *@js-temporal/polyfill* dependency
    was moved from `devDependencies` to `dependencies` to ensure proper
    bundling.


Version 1.8.11
--------------
+1 −1
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
    }
  },
  "dependencies": {
    "@js-temporal/polyfill": "catalog:",
    "@logtape/logtape": "catalog:",
    "es-toolkit": "^1.31.0"
  },
@@ -54,7 +55,6 @@
    "@fedify/fedify": "workspace:^"
  },
  "devDependencies": {
    "@js-temporal/polyfill": "catalog:",
    "@std/async": "catalog:",
    "tsdown": "catalog:",
    "typescript": "catalog:"
+3 −3
Original line number Diff line number Diff line
@@ -639,6 +639,9 @@ importers:
      '@fedify/fedify':
        specifier: workspace:^
        version: link:../fedify
      '@js-temporal/polyfill':
        specifier: 'catalog:'
        version: 0.5.1
      '@logtape/logtape':
        specifier: 'catalog:'
        version: 1.0.0
@@ -646,9 +649,6 @@ importers:
        specifier: ^1.31.0
        version: 1.39.5
    devDependencies:
      '@js-temporal/polyfill':
        specifier: 'catalog:'
        version: 0.5.1
      '@std/async':
        specifier: 'catalog:'
        version: '@jsr/std__async@1.0.13'