fedipod-server 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10279,7 +10279,7 @@ var init_wire = __esm({
10279
10279
  AS_CTX = "https://www.w3.org/ns/activitystreams";
10280
10280
  SEC_CTX = "https://w3id.org/security/v1";
10281
10281
  PUBLIC = "https://www.w3.org/ns/activitystreams#Public";
10282
- DEFAULT_ROOT = "activitypods-js/";
10282
+ DEFAULT_ROOT = "fedipod/";
10283
10283
  assertionKeyId = (urls) => urls.actor + "#ed25519-key";
10284
10284
  OUTBOX_PAGE_SIZE = 20;
10285
10285
  outboxPageId = (outboxId, n) => `${outboxId}-${n}`;