@@ -8,24 +8,25 @@ Version 2.0.7
88
99To be released.
1010
11- ### @fedify/vocab-runtime
12-
13- - Fixed multibase public key handling to stop relying on the deprecated
14- CommonJS-only ` multicodec ` package. This removes the Vite SSR crash that
15- prevented Fresh 2 applications from importing ` @fedify/fedify ` with
16- ` TypeError: varint.encode is not a function ` . Fresh 2 no longer needs a
17- Vite externalization workaround for Fedify. [[ #621 ]]
18-
19- [ #621 ] : https://github.com/fedify-dev/fedify/issues/621
20-
2111### @fedify/fedify
2212
2313 - Switched Fedify's JSR-facing JSON-LD imports to jsonld's ESM entrypoint
2414 so source-based runtimes such as Deno, Cloudflare Workers, and Fresh 2's
2515 Vite SSR pipeline do not have to evaluate the package through CommonJS
2616 interop when loading Linked Data signature support. Fresh 2 development
2717 mode has been verified on Deno 2.7.7 after an upstream Deno 2.7.6 dev
28- server regression was fixed. [[ #621 ]]
18+ server regression was fixed. [[ #621 ] , [ #639 ]]
19+
20+ [ #621 ] : https://github.com/fedify-dev/fedify/issues/621
21+ [ #639 ] : https://github.com/fedify-dev/fedify/pull/639
22+
23+ ### @fedify/vocab-runtime
24+
25+ - Fixed multibase public key handling to stop relying on the deprecated
26+ CommonJS-only ` multicodec ` package. This removes the Vite SSR crash that
27+ prevented Fresh 2 applications from importing ` @fedify/fedify ` with
28+ ` TypeError: varint.encode is not a function ` . Fresh 2 no longer needs a
29+ Vite externalization workaround for Fedify. [[ #621 ] , [ #639 ]]
2930
3031### @fedify/init
3132
0 commit comments