This release is 9 versions behind 1.3.0 — the latest version of @fedify/fedify. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
An ActivityPub/fediverse server framework
This package works with Node.js, Deno, Bun
JSR Score
100%
Published
a month ago (1.2.0)
/** * The special public collection for [public addressing]. *Do not mutate this * object.* * * [public addressing]: https://www.w3.org/TR/activitypub/#public-addressing * * @since 0.7.0 */ export const PUBLIC_COLLECTION: URL = new URL( "https://www.w3.org/ns/activitystreams#Public", );