@fedify/fedify 1.8.0-dev.938 → 1.8.0-dev.955

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.
Files changed (76) hide show
  1. package/README.md +1 -1
  2. package/dist/{actor-B0nJwkfS.js → actor-BBNX2iin.js} +3 -3
  3. package/dist/{actor-DPJoyFl7.js → actor-CBeFHn58.js} +179 -179
  4. package/dist/{authdocloader-BrGk58xP.js → authdocloader-BQea-C8q.js} +3 -3
  5. package/dist/{authdocloader-DnwV7OLZ.js → authdocloader-a6SFhSoj.js} +3 -3
  6. package/dist/{builder-D1noMKha.js → builder-kgS4fcQG.js} +3 -3
  7. package/dist/{client-iTi32EJl.js → client-BdGjFA8O.js} +1 -1
  8. package/dist/compat/mod.d.ts +3 -3
  9. package/dist/compat/transformers.test.js +17 -17
  10. package/dist/{context-y90aX3KP.d.ts → context-BRIf4bt7.d.ts} +1 -1
  11. package/dist/{context-Dgz676Q_.js → context-DxZmwaWK.js} +2 -2
  12. package/dist/{docloader-tZ6hfKON.js → docloader-C1p4hcZh.js} +2 -1
  13. package/dist/{docloader-BznLkHDl.js → docloader-COdyz_hE.js} +2 -1
  14. package/dist/federation/builder.test.js +4 -4
  15. package/dist/federation/handler.test.js +19 -19
  16. package/dist/federation/inbox.test.js +3 -3
  17. package/dist/federation/keycache.test.js +3 -3
  18. package/dist/federation/middleware.test.js +18 -18
  19. package/dist/federation/mod.d.ts +2 -2
  20. package/dist/federation/mod.js +10 -10
  21. package/dist/federation/send.test.js +9 -9
  22. package/dist/{http-CsCwqNJR.js → http-BuOvzL3j.js} +3 -3
  23. package/dist/{http-VI3RQeEY.js → http-CcTgpQTe.js} +3 -3
  24. package/dist/{inbox-CR6UrNCg.js → inbox-C3Dqtty9.js} +2 -2
  25. package/dist/{key-DmJZx4DR.js → key-BBfdU8O1.js} +5 -5
  26. package/dist/{key-DNS6l4Bf.js → key-BKa6LUKn.js} +3 -3
  27. package/dist/{key-DgtYhNU-.js → key-BsUPcX5c.js} +4 -4
  28. package/dist/{key-RnvWJG7i.js → key-CUUNKU04.js} +2 -2
  29. package/dist/{keycache-DyGd40q1.js → keycache-Be2iUcxZ.js} +1 -1
  30. package/dist/{keys-LuWl53vu.js → keys-Bm-REG0i.js} +1 -1
  31. package/dist/{ld-bhhSrC1E.js → ld-D8W0sK5u.js} +3 -3
  32. package/dist/{lookup-BqaAXWgo.js → lookup-BBIBMJMW.js} +1 -1
  33. package/dist/{lookup-VXTcuxz0.js → lookup-CjiXiLHr.js} +1 -1
  34. package/dist/{lookup-CX5Tb4C7.js → lookup-i0w8oyqI.js} +61 -9
  35. package/dist/{middleware-CDFOjbFt.js → middleware-Aj4Aipev.js} +15 -15
  36. package/dist/{middleware-Dy3_Tr82.js → middleware-B-pNPoWJ.js} +10 -10
  37. package/dist/middleware-B45mAes5.js +17 -0
  38. package/dist/middleware-_mJMW7Dl.js +33 -0
  39. package/dist/{mod-CaGwZaei.d.ts → mod-B8p4fzWu.d.ts} +1 -1
  40. package/dist/{mod-BzLUzgBJ.d.ts → mod-BFwgZ7_K.d.ts} +75 -1
  41. package/dist/mod.d.ts +4 -4
  42. package/dist/mod.js +11 -11
  43. package/dist/nodeinfo/client.test.js +2 -2
  44. package/dist/nodeinfo/handler.test.js +18 -18
  45. package/dist/nodeinfo/mod.js +2 -2
  46. package/dist/{owner-C5yXOt_d.js → owner-m_iHLHvB.js} +3 -3
  47. package/dist/{proof-iAiMkAsB.js → proof-DFAPxBIn.js} +3 -3
  48. package/dist/{proof-CBKgLwEL.js → proof-VlYFbdZH.js} +3 -3
  49. package/dist/runtime/authdocloader.test.js +8 -8
  50. package/dist/runtime/docloader.test.js +1 -1
  51. package/dist/runtime/key.test.js +5 -5
  52. package/dist/runtime/mod.js +6 -6
  53. package/dist/{send-CbR1KxzV.js → send-IbnPrZ-l.js} +2 -2
  54. package/dist/sig/http.test.js +7 -7
  55. package/dist/sig/key.test.js +6 -6
  56. package/dist/sig/ld.test.js +7 -7
  57. package/dist/sig/mod.js +6 -6
  58. package/dist/sig/owner.test.js +8 -8
  59. package/dist/sig/proof.test.js +7 -7
  60. package/dist/{types-CqpxfEhB.js → types-BXDdVms7.js} +1 -1
  61. package/dist/vocab/actor.test.js +4 -4
  62. package/dist/vocab/lookup.test.js +4 -4
  63. package/dist/vocab/mod.d.ts +2 -2
  64. package/dist/vocab/mod.js +5 -5
  65. package/dist/vocab/type.test.js +2 -2
  66. package/dist/vocab/vocab.test.js +3 -3
  67. package/dist/{vocab-Bs5UyVPo.js → vocab-CKbd7bbv.js} +178 -178
  68. package/dist/{vocab-vQM5hfU4.js → vocab-_zju-sjw.js} +83 -10
  69. package/dist/webfinger/handler.test.js +18 -18
  70. package/dist/webfinger/lookup.test.js +2 -2
  71. package/dist/webfinger/mod.js +2 -2
  72. package/dist/x/hono.d.ts +2 -2
  73. package/dist/x/sveltekit.d.ts +2 -2
  74. package/package.json +23 -12
  75. package/dist/middleware-1kcyuedf.js +0 -17
  76. package/dist/middleware-BaQrFpbm.js +0 -33
package/README.md CHANGED
@@ -105,7 +105,7 @@ Here is the list of packages:
105
105
  [jsr:@fedify/amqp]: https://jsr.io/@fedify/amqp
106
106
  [npm:@fedify/amqp]: https://www.npmjs.com/package/@fedify/amqp
107
107
  [jsr:@fedify/express]: https://jsr.io/@fedify/express
108
- [npm:@fedify/express]: https://www.npmjs.com/package/@fedify
108
+ [npm:@fedify/express]: https://www.npmjs.com/package/@fedify/express
109
109
  [jsr:@fedify/h3]: https://jsr.io/@fedify/h3
110
110
  [npm:@fedify/h3]: https://www.npmjs.com/package/@fedify/h3
111
111
  [jsr:@fedify/postgres]: https://jsr.io/@fedify/postgres
@@ -3,9 +3,9 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { deno_default } from "./docloader-BznLkHDl.js";
7
- import { Application, Group, Organization, Person, Service } from "./vocab-Bs5UyVPo.js";
8
- import { lookupWebFinger } from "./lookup-VXTcuxz0.js";
6
+ import { deno_default } from "./docloader-COdyz_hE.js";
7
+ import { Application, Group, Organization, Person, Service } from "./vocab-CKbd7bbv.js";
8
+ import { lookupWebFinger } from "./lookup-CjiXiLHr.js";
9
9
  import { getTypeId } from "./type-D2s5lmbZ.js";
10
10
  import { SpanStatusCode, trace } from "@opentelemetry/api";
11
11
  import { domainToASCII, domainToUnicode } from "node:url";