Unverified Commit 810ae619 authored by Hong Minhee's avatar Hong Minhee
Browse files

Merge tag '1.8.12'

Fedify 1.8.12
parents cdaaa89f 25dab269
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -193,6 +193,19 @@ To be released.
    CommonJS-based Node.js applications.  [[#429], [#431]]


Version 1.8.12
--------------

Released on September 20, 2025.

### @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
@@ -57,6 +57,7 @@
    }
  },
  "dependencies": {
    "@js-temporal/polyfill": "catalog:",
    "@logtape/logtape": "catalog:",
    "es-toolkit": "^1.31.0"
  },
@@ -64,7 +65,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
@@ -824,6 +824,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
@@ -831,9 +834,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'