@fedify/fedify 2.0.0-pr.412.1559 → 2.0.0-pr.412.1794

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 (204) hide show
  1. package/README.md +3 -0
  2. package/dist/{actor-Cc6B76eG.js → actor-BXHc5r-q.js} +1 -1
  3. package/dist/actor-Ba9Z1eNJ.cjs +42079 -0
  4. package/dist/{actor-C22bXuuC.d.ts → actor-DqFajh9s.d.ts} +2 -2
  5. package/dist/{actor-CTAuCsWy.js → actor-DzhunPC_.js} +7058 -2722
  6. package/dist/actor-f2NtjyCg.d.cts +128 -0
  7. package/dist/{assert_rejects-DiIiJbZn.js → assert_rejects-Ce45JcFg.js} +1 -1
  8. package/dist/{assert_is_error-BPGph1Jx.js → assert_throws-BNXdRGWP.js} +31 -1
  9. package/dist/{builder-BOEBObR8.js → builder-u7usRsT3.js} +13 -8
  10. package/dist/chunk-DqRYRqnO.cjs +34 -0
  11. package/dist/client-94iWEfQa.d.cts +222 -0
  12. package/dist/{client-DF8anIB5.d.ts → client-BsGzbnV-.d.ts} +3 -75
  13. package/dist/{client-De-z2UnN.js → client-pY7-3icS.js} +3 -22
  14. package/dist/compat/mod.cjs +10 -0
  15. package/dist/compat/mod.d.cts +12 -0
  16. package/dist/compat/mod.d.ts +11 -12
  17. package/dist/compat/mod.js +5 -5
  18. package/dist/compat/transformers.test.js +20 -20
  19. package/dist/compat-DmDDELst.cjs +4 -0
  20. package/dist/compat-nxUqe4Z-.js +4 -0
  21. package/dist/{context-9gCpIkiz.d.ts → context-DG0huGW-.d.ts} +184 -127
  22. package/dist/context-DJ8aSy2Q.d.cts +2312 -0
  23. package/dist/{authdocloader-CLgDGafZ.js → docloader-CrbAy9Oc.js} +17 -8
  24. package/dist/{esm-CHdxdkuH.js → esm-C-Qa1zEM.js} +11 -11
  25. package/dist/federation/builder.test.js +9 -12
  26. package/dist/federation/collection.test.js +7 -9
  27. package/dist/federation/handler.test.js +27 -148
  28. package/dist/federation/idempotency.test.js +201 -0
  29. package/dist/federation/inbox.test.js +4 -6
  30. package/dist/federation/keycache.test.js +3 -4
  31. package/dist/federation/kv.test.js +7 -8
  32. package/dist/federation/middleware.test.js +242 -64
  33. package/dist/federation/mod.cjs +27 -0
  34. package/dist/federation/mod.d.cts +12 -0
  35. package/dist/federation/mod.d.ts +12 -13
  36. package/dist/federation/mod.js +13 -15
  37. package/dist/federation/mq.test.js +8 -10
  38. package/dist/federation/negotiation.test.js +26 -0
  39. package/dist/federation/retry.test.js +4 -5
  40. package/dist/federation/router.test.js +6 -8
  41. package/dist/federation/send.test.js +13 -15
  42. package/dist/federation-CRpdnOMS.cjs +244 -0
  43. package/dist/{federation-CMX7WzeL.js → federation-jcR8-ZxP.js} +3 -3
  44. package/dist/fixtures/media.example.com/avatars/test-avatar.jpg.json +6 -0
  45. package/dist/{http-DqSNLFNY.d.ts → http-BbO0ejuk.d.ts} +2 -2
  46. package/dist/{http-l0TEupZK.js → http-CUVx-vzb.js} +260 -10
  47. package/dist/{http-CcdM1brU.js → http-D2kIm9la.js} +3 -3
  48. package/dist/http-Dofes42e.cjs +1106 -0
  49. package/dist/http-M8k5mKc0.d.cts +253 -0
  50. package/dist/{inbox-B6DZbGNf.js → inbox-HjG5peXY.js} +24 -7
  51. package/dist/{key-CzLv1phF.js → key-CxdLUFS6.js} +3 -2
  52. package/dist/{keycache-B8HdZJSt.js → keycache-bU7COwsh.js} +1 -1
  53. package/dist/{keys-zZwiKkfx.js → keys-DMHs8XNn.js} +2 -1
  54. package/dist/kv-Bxr0Q87_.d.cts +81 -0
  55. package/dist/kv-cache-CGXcDejL.js +122 -0
  56. package/dist/kv-cache-DN9pfMBe.js +94 -0
  57. package/dist/kv-cache-Dkvbn6rg.cjs +134 -0
  58. package/dist/{ld-CBcQdZ6N.js → ld-CIhvSCCr.js} +5 -4
  59. package/dist/lookup-CHkCVZTU.js +260 -0
  60. package/dist/lookup-CfFkONZD.cjs +272 -0
  61. package/dist/{type-SK-d7Tbw.js → lookup-DQRtjvb1.js} +7266 -7087
  62. package/dist/middleware-Bot7EEwV.js +26 -0
  63. package/dist/middleware-CFJgmUMW.cjs +15 -0
  64. package/dist/{middleware-BRgu1IH8.js → middleware-CJlj5Olw.js} +86 -181
  65. package/dist/middleware-CjHl2NHA.js +15 -0
  66. package/dist/middleware-D74TgW2E.cjs +4225 -0
  67. package/dist/{middleware-CxEkcFW0.js → middleware-DMk2Mdn9.js} +117 -127
  68. package/dist/mod-0noXw66R.d.cts +107 -0
  69. package/dist/mod-B-hUPT2N.d.cts +1 -0
  70. package/dist/{mod-Drmz72EK.d.ts → mod-B2iOw50L.d.ts} +3 -3
  71. package/dist/mod-B9M-8jm2.d.ts +109 -0
  72. package/dist/{mod-Cxt4Kpf6.d.ts → mod-BlVovdcy.d.ts} +20 -2
  73. package/dist/{mod-Bqxcp7eN.d.ts → mod-BoHnwOCs.d.ts} +2 -2
  74. package/dist/mod-BxRCHTz-.d.cts +307 -0
  75. package/dist/mod-C2tOeRkN.d.cts +1 -0
  76. package/dist/mod-C58MZ7Wx.d.cts +113 -0
  77. package/dist/mod-DJcZDvjA.d.cts +80 -0
  78. package/dist/mod-DgdBYYa0.d.cts +266 -0
  79. package/dist/{mod-DBzN0aCM.d.ts → mod-Ds0mpFZU.d.ts} +1 -1
  80. package/dist/mod.cjs +137 -0
  81. package/dist/mod.d.cts +16 -0
  82. package/dist/mod.d.ts +16 -17
  83. package/dist/mod.js +19 -21
  84. package/dist/mq-DcJPkXD5.d.cts +140 -0
  85. package/dist/negotiation-C4nFufNk.js +71 -0
  86. package/dist/nodeinfo/client.test.js +30 -111
  87. package/dist/nodeinfo/handler.test.js +25 -26
  88. package/dist/nodeinfo/mod.cjs +10 -0
  89. package/dist/nodeinfo/mod.d.cts +3 -0
  90. package/dist/nodeinfo/mod.d.ts +3 -5
  91. package/dist/nodeinfo/mod.js +6 -7
  92. package/dist/nodeinfo/types.test.js +8 -15
  93. package/dist/nodeinfo-BnthBobC.js +4 -0
  94. package/dist/nodeinfo-CdN0rEnZ.cjs +4 -0
  95. package/dist/owner-B4HbyP8s.d.cts +67 -0
  96. package/dist/{owner-VEIjmR8r.js → owner-Dvh7mBvr.js} +3 -2
  97. package/dist/{owner-CQPnQVtf.d.ts → owner-kQRGVXG1.d.ts} +3 -3
  98. package/dist/proof-D0uThUvD.cjs +674 -0
  99. package/dist/{proof-DoSQAGkE.js → proof-Dgy35fzc.js} +3 -3
  100. package/dist/{proof-tgUlT8hw.js → proof-fqzaMJ4g.js} +11 -10
  101. package/dist/{send-BzS7w-QF.js → send-Drp20VO9.js} +2 -2
  102. package/dist/sig/http.test.js +13 -14
  103. package/dist/sig/key.test.js +9 -11
  104. package/dist/sig/ld.test.js +8 -10
  105. package/dist/sig/mod.cjs +28 -0
  106. package/dist/sig/mod.d.cts +6 -0
  107. package/dist/sig/mod.d.ts +5 -7
  108. package/dist/sig/mod.js +8 -10
  109. package/dist/sig/owner.test.js +10 -12
  110. package/dist/sig/proof.test.js +13 -14
  111. package/dist/sig-C34-oHBl.js +4 -0
  112. package/dist/sig-YYj5tCnr.cjs +4 -0
  113. package/dist/testing/docloader.test.js +6 -8
  114. package/dist/testing/mod.d.ts +387 -224
  115. package/dist/testing/mod.js +2 -3
  116. package/dist/{testing-Z2omCvKy.js → testing-g4UC4liW.js} +1 -2
  117. package/dist/{transformers-Dna8Fg7k.js → transformers-BFT6d7J5.js} +3 -3
  118. package/dist/transformers-CoBS-oFG.cjs +116 -0
  119. package/dist/{types-DgPvoUWN.js → types-BtUjyi5y.js} +8 -169
  120. package/dist/{types-BIgY6c-l.js → types-C2XVl6gj.js} +1 -3
  121. package/dist/types-CWgzGaqk.cjs +315 -0
  122. package/dist/{runtime/authdocloader.test.js → utils/docloader.test.js} +14 -15
  123. package/dist/utils/kv-cache.test.js +209 -0
  124. package/dist/utils/mod.cjs +12 -0
  125. package/dist/utils/mod.d.cts +5 -0
  126. package/dist/utils/mod.d.ts +7 -0
  127. package/dist/utils/mod.js +11 -0
  128. package/dist/utils-D-Va7aXC.js +4 -0
  129. package/dist/utils-DyRU1gdZ.cjs +4 -0
  130. package/dist/vocab/actor.test.js +8 -10
  131. package/dist/vocab/lookup.test.js +257 -9
  132. package/dist/vocab/mod.cjs +86 -0
  133. package/dist/vocab/mod.d.cts +4 -0
  134. package/dist/vocab/mod.d.ts +3 -5
  135. package/dist/vocab/mod.js +6 -7
  136. package/dist/vocab/type.test.js +2 -3
  137. package/dist/vocab/vocab.test.js +438 -15
  138. package/dist/{vocab-SOE1ifCr.d.ts → vocab-BCWe1Ih5.d.ts} +292 -21
  139. package/dist/{vocab-CvD6Vbml.js → vocab-BnR3nIU9.js} +26 -17
  140. package/dist/vocab-CeDBzu-f.d.cts +14903 -0
  141. package/dist/{lookup-Bn_HEC_d.js → vocab-DFaWWYDn.cjs} +108 -139
  142. package/dist/webfinger/handler.test.js +24 -25
  143. package/dist/webfinger/lookup.test.js +7 -9
  144. package/dist/webfinger/mod.cjs +8 -0
  145. package/dist/webfinger/mod.d.cts +2 -0
  146. package/dist/webfinger/mod.d.ts +1 -3
  147. package/dist/webfinger/mod.js +5 -6
  148. package/dist/webfinger-C72Y8lrh.js +4 -0
  149. package/dist/webfinger-vAtLmxOF.cjs +4 -0
  150. package/dist/x/cfworkers.cjs +100 -0
  151. package/dist/x/cfworkers.d.cts +59 -0
  152. package/dist/x/cfworkers.d.ts +2 -2
  153. package/dist/x/cfworkers.js +3 -3
  154. package/dist/x/cfworkers.test.js +6 -8
  155. package/dist/x/hono.cjs +61 -0
  156. package/dist/x/hono.d.cts +53 -0
  157. package/dist/x/hono.d.ts +10 -11
  158. package/dist/x/hono.js +3 -3
  159. package/dist/x/sveltekit.cjs +69 -0
  160. package/dist/x/sveltekit.d.cts +45 -0
  161. package/dist/x/sveltekit.d.ts +10 -11
  162. package/dist/x/sveltekit.js +3 -3
  163. package/package.json +79 -23
  164. package/dist/assert_throws-BOO88avQ.js +0 -39
  165. package/dist/authdocloader-BFVqUbyo.js +0 -52
  166. package/dist/compat-Bb5myD13.js +0 -4
  167. package/dist/docloader-CxWcuWqQ.d.ts +0 -221
  168. package/dist/docloader-DEhniCVa.js +0 -4615
  169. package/dist/key-CUZQgVlf.js +0 -10
  170. package/dist/key-Deb0_wWL.js +0 -10
  171. package/dist/key-DxA6xRtZ.js +0 -260
  172. package/dist/lookup-dtdr2ftf.js +0 -131
  173. package/dist/middleware-BE_geSiJ.js +0 -17
  174. package/dist/middleware-BnU6hzVp.js +0 -26
  175. package/dist/mod-TFoH2Ql8.d.ts +0 -104
  176. package/dist/nodeinfo/semver.test.js +0 -143
  177. package/dist/nodeinfo-CyEbLjHs.js +0 -4
  178. package/dist/runtime/docloader.test.js +0 -522
  179. package/dist/runtime/key.test.js +0 -103
  180. package/dist/runtime/langstr.test.d.ts +0 -3
  181. package/dist/runtime/langstr.test.js +0 -39
  182. package/dist/runtime/mod.d.ts +0 -8
  183. package/dist/runtime/mod.js +0 -13
  184. package/dist/runtime/multibase/multibase.test.d.ts +0 -3
  185. package/dist/runtime/multibase/multibase.test.js +0 -358
  186. package/dist/runtime/url.test.d.ts +0 -3
  187. package/dist/runtime/url.test.js +0 -45
  188. package/dist/runtime-BSkOVUWM.js +0 -4
  189. package/dist/semver-dArNLkR9.js +0 -149
  190. package/dist/sig-BXJO--F9.js +0 -4
  191. package/dist/webfinger-C3GIyXIg.js +0 -4
  192. /package/dist/{assert_not_equals-f3m3epl3.js → assert_not_equals-C80BG-_5.js} +0 -0
  193. /package/dist/{collection-CSzG2j1P.js → collection-BzWsN9pB.js} +0 -0
  194. /package/dist/{denokv-Bv33Xxea.js → denokv-CCssOzMJ.js} +0 -0
  195. /package/dist/{nodeinfo/semver.test.d.ts → federation/idempotency.test.d.ts} +0 -0
  196. /package/dist/{runtime/authdocloader.test.d.ts → federation/negotiation.test.d.ts} +0 -0
  197. /package/dist/{kv-C7sopW2E.d.ts → kv-BKNZ-Tb-.d.ts} +0 -0
  198. /package/dist/{mod-1pDWKvUL.d.ts → mod-CVgZgliM.d.ts} +0 -0
  199. /package/dist/{mod-g0xFzAP9.d.ts → mod-xIj-IT58.d.ts} +0 -0
  200. /package/dist/{mq-CRGm1e_F.d.ts → mq-CUKlBw08.d.ts} +0 -0
  201. /package/dist/{retry-D4GJ670a.js → retry-CfF8Gn4d.js} +0 -0
  202. /package/dist/{std__assert-X-_kMxKM.js → std__assert-DWivtrGR.js} +0 -0
  203. /package/dist/{runtime → utils}/docloader.test.d.ts +0 -0
  204. /package/dist/{runtime/key.test.d.ts → utils/kv-cache.test.d.ts} +0 -0
@@ -0,0 +1,128 @@
1
+ import { Application, Group, Organization, Person, Service } from "./vocab-CeDBzu-f.cjs";
2
+ import { GetUserAgentOptions } from "@fedify/vocab-runtime";
3
+ import { TracerProvider } from "@opentelemetry/api";
4
+
5
+ //#region src/vocab/actor.d.ts
6
+ /**
7
+ * Actor types are {@link Object} types that are capable of performing
8
+ * activities.
9
+ */
10
+ type Actor = Application | Group | Organization | Person | Service;
11
+ /**
12
+ * Checks if the given object is an {@link Actor}.
13
+ * @param object The object to check.
14
+ * @returns `true` if the given object is an {@link Actor}.
15
+ */
16
+ declare function isActor(object: unknown): object is Actor;
17
+ /**
18
+ * A string representation of an actor type name.
19
+ */
20
+ type ActorTypeName = "Application" | "Group" | "Organization" | "Person" | "Service";
21
+ /**
22
+ * Gets the type name of the given actor.
23
+ * @param actor The actor to get the type name of.
24
+ * @returns The type name of the given actor.
25
+ */
26
+ declare function getActorTypeName(actor: Actor): ActorTypeName;
27
+ /**
28
+ * Gets the actor class by the given type name.
29
+ * @param typeName The type name to get the actor class by.
30
+ * @returns The actor class by the given type name.
31
+ */
32
+ declare function getActorClassByTypeName(typeName: ActorTypeName): typeof Application | typeof Group | typeof Organization | typeof Person | typeof Service;
33
+ /**
34
+ * Options for {@link getActorHandle}.
35
+ * @since 1.3.0
36
+ */
37
+ interface GetActorHandleOptions extends NormalizeActorHandleOptions {
38
+ /**
39
+ * The options for making `User-Agent` header.
40
+ * If a string is given, it is used as the `User-Agent` header value.
41
+ * If an object is given, it is passed to {@link getUserAgent} to generate
42
+ * the `User-Agent` header value.
43
+ * @since 1.3.0
44
+ */
45
+ userAgent?: GetUserAgentOptions | string;
46
+ /**
47
+ * The OpenTelemetry tracer provider. If omitted, the global tracer provider
48
+ * is used.
49
+ * @since 1.3.0
50
+ */
51
+ tracerProvider?: TracerProvider;
52
+ }
53
+ /**
54
+ * Gets the actor handle, of the form `@username@domain`, from the given actor
55
+ * or an actor URI.
56
+ *
57
+ * @example
58
+ * ``` typescript
59
+ * // Get the handle of an actor object:
60
+ * await getActorHandle(
61
+ * new Person({ id: new URL("https://fosstodon.org/users/hongminhee") })
62
+ * );
63
+ *
64
+ * // Get the handle of an actor URI:
65
+ * await getActorHandle(new URL("https://fosstodon.org/users/hongminhee"));
66
+ * ```
67
+ *
68
+ * @param actor The actor or actor URI to get the handle from.
69
+ * @param options The extra options for getting the actor handle.
70
+ * @returns The actor handle. It starts with `@` and is followed by the
71
+ * username and domain, separated by `@` by default (it can be
72
+ * customized with the options).
73
+ * @throws {TypeError} If the actor does not have enough information to get the
74
+ * handle.
75
+ * @since 0.4.0
76
+ */
77
+ declare function getActorHandle(actor: Actor | URL, options?: GetActorHandleOptions): Promise<`@${string}@${string}` | `${string}@${string}`>;
78
+ /**
79
+ * Options for {@link normalizeActorHandle}.
80
+ * @since 0.9.0
81
+ */
82
+ interface NormalizeActorHandleOptions {
83
+ /**
84
+ * Whether to trim the leading `@` from the actor handle. Turned off by
85
+ * default.
86
+ */
87
+ trimLeadingAt?: boolean;
88
+ /**
89
+ * Whether to convert the domain part of the actor handle to punycode, if it
90
+ * is an internationalized domain name. Turned off by default.
91
+ */
92
+ punycode?: boolean;
93
+ }
94
+ /**
95
+ * Normalizes the given actor handle.
96
+ * @param handle The full handle of the actor to normalize.
97
+ * @param options The options for normalizing the actor handle.
98
+ * @returns The normalized actor handle.
99
+ * @throws {TypeError} If the actor handle is invalid.
100
+ * @since 0.9.0
101
+ */
102
+ declare function normalizeActorHandle(handle: string, options?: NormalizeActorHandleOptions): `@${string}@${string}` | `${string}@${string}`;
103
+ /**
104
+ * The object that can be a recipient of an activity.
105
+ *
106
+ * Note that every {@link Actor} is also a {@link Recipient}.
107
+ */
108
+ interface Recipient {
109
+ /**
110
+ * The URI of the actor.
111
+ */
112
+ readonly id: URL | null;
113
+ /**
114
+ * The URI of the actor's inbox.
115
+ */
116
+ readonly inboxId: URL | null;
117
+ /**
118
+ * The endpoints of the actor.
119
+ */
120
+ readonly endpoints?: {
121
+ /**
122
+ * The URI of the actor's shared inbox.
123
+ */
124
+ sharedInbox: URL | null;
125
+ } | null;
126
+ }
127
+ //#endregion
128
+ export { Actor, ActorTypeName, GetActorHandleOptions, NormalizeActorHandleOptions, Recipient, getActorClassByTypeName, getActorHandle, getActorTypeName, isActor, normalizeActorHandle };
@@ -4,7 +4,7 @@
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
6
  import { AssertionError } from "./assert_equals-DSbWqCm3.js";
7
- import { assertIsError } from "./assert_is_error-BPGph1Jx.js";
7
+ import { assertIsError } from "./assert_throws-BNXdRGWP.js";
8
8
 
9
9
  //#region ../../node_modules/.pnpm/@jsr+std__assert@0.226.0/node_modules/@jsr/std__assert/assert_false.js
10
10
  /**
@@ -45,4 +45,34 @@ import { AssertionError, stripAnsiCode } from "./assert_equals-DSbWqCm3.js";
45
45
  }
46
46
 
47
47
  //#endregion
48
- export { assertIsError };
48
+ //#region ../../node_modules/.pnpm/@jsr+std__assert@0.226.0/node_modules/@jsr/std__assert/assert_throws.js
49
+ function assertThrows(fn, errorClassOrMsg, msgIncludesOrMsg, msg) {
50
+ let ErrorClass = void 0;
51
+ let msgIncludes = void 0;
52
+ let err;
53
+ if (typeof errorClassOrMsg !== "string") if (errorClassOrMsg === void 0 || errorClassOrMsg?.prototype instanceof Error || errorClassOrMsg?.prototype === Error.prototype) {
54
+ ErrorClass = errorClassOrMsg;
55
+ msgIncludes = msgIncludesOrMsg;
56
+ } else msg = msgIncludesOrMsg;
57
+ else msg = errorClassOrMsg;
58
+ let doesThrow = false;
59
+ const msgSuffix = msg ? `: ${msg}` : ".";
60
+ try {
61
+ fn();
62
+ } catch (error) {
63
+ if (ErrorClass) {
64
+ if (error instanceof Error === false) throw new AssertionError(`A non-Error object was thrown${msgSuffix}`);
65
+ assertIsError(error, ErrorClass, msgIncludes, msg);
66
+ }
67
+ err = error;
68
+ doesThrow = true;
69
+ }
70
+ if (!doesThrow) {
71
+ msg = `Expected function to throw${msgSuffix}`;
72
+ throw new AssertionError(msg);
73
+ }
74
+ return err;
75
+ }
76
+
77
+ //#endregion
78
+ export { assertIsError, assertThrows };
@@ -3,9 +3,8 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { deno_default, getTypeId } from "./type-SK-d7Tbw.js";
7
- import { Router, RouterError } from "./lookup-Bn_HEC_d.js";
8
- import { InboxListenerSet } from "./inbox-B6DZbGNf.js";
6
+ import { Router, RouterError, deno_default, getTypeId } from "./lookup-DQRtjvb1.js";
7
+ import { InboxListenerSet } from "./inbox-HjG5peXY.js";
9
8
  import { getLogger } from "@logtape/logtape";
10
9
  import { SpanKind, SpanStatusCode, trace } from "@opentelemetry/api";
11
10
 
@@ -28,6 +27,7 @@ var FederationBuilderImpl = class {
28
27
  inboxListeners;
29
28
  inboxErrorHandler;
30
29
  sharedInboxKeyDispatcher;
30
+ idempotencyStrategy;
31
31
  collectionTypeIds;
32
32
  collectionCallbacks;
33
33
  /**
@@ -42,7 +42,7 @@ var FederationBuilderImpl = class {
42
42
  this.collectionTypeIds = {};
43
43
  }
44
44
  async build(options) {
45
- const { FederationImpl } = await import("./middleware-BnU6hzVp.js");
45
+ const { FederationImpl } = await import("./middleware-Bot7EEwV.js");
46
46
  const f = new FederationImpl(options);
47
47
  const trailingSlashInsensitiveValue = f.router.trailingSlashInsensitive;
48
48
  f.router = this.router.clone();
@@ -64,6 +64,7 @@ var FederationBuilderImpl = class {
64
64
  f.inboxListeners = this.inboxListeners?.clone();
65
65
  f.inboxErrorHandler = this.inboxErrorHandler;
66
66
  f.sharedInboxKeyDispatcher = this.sharedInboxKeyDispatcher;
67
+ f.idempotencyStrategy = this.idempotencyStrategy;
67
68
  return f;
68
69
  }
69
70
  _getTracer() {
@@ -486,15 +487,19 @@ var FederationBuilderImpl = class {
486
487
  setSharedKeyDispatcher: (dispatcher) => {
487
488
  this.sharedInboxKeyDispatcher = dispatcher;
488
489
  return setters;
490
+ },
491
+ withIdempotency: (strategy) => {
492
+ this.idempotencyStrategy = strategy;
493
+ return setters;
489
494
  }
490
495
  };
491
496
  return setters;
492
497
  }
493
- setCollectionDispatcher(name, ...args) {
494
- return this.#setCustomCollectionDispatcher(name, "collection", ...args);
498
+ setCollectionDispatcher(name, itemType, path, dispatcher) {
499
+ return this.#setCustomCollectionDispatcher(name, "collection", itemType, path, dispatcher);
495
500
  }
496
- setOrderedCollectionDispatcher(name, ...args) {
497
- return this.#setCustomCollectionDispatcher(name, "orderedCollection", ...args);
501
+ setOrderedCollectionDispatcher(name, itemType, path, dispatcher) {
502
+ return this.#setCustomCollectionDispatcher(name, "orderedCollection", itemType, path, dispatcher);
498
503
  }
499
504
  #setCustomCollectionDispatcher(name, collectionType, itemType, path, dispatcher) {
500
505
  const strName = String(name);
@@ -0,0 +1,34 @@
1
+
2
+ const { Temporal } = require("@js-temporal/polyfill");
3
+ const { URLPattern } = require("urlpattern-polyfill");
4
+
5
+ //#region rolldown:runtime
6
+ var __create = Object.create;
7
+ var __defProp = Object.defineProperty;
8
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
9
+ var __getOwnPropNames = Object.getOwnPropertyNames;
10
+ var __getProtoOf = Object.getPrototypeOf;
11
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
14
+ key = keys[i];
15
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
16
+ get: ((k) => from[k]).bind(null, key),
17
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
18
+ });
19
+ }
20
+ return to;
21
+ };
22
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
23
+ value: mod,
24
+ enumerable: true
25
+ }) : target, mod));
26
+
27
+ //#endregion
28
+
29
+ Object.defineProperty(exports, '__toESM', {
30
+ enumerable: true,
31
+ get: function () {
32
+ return __toESM;
33
+ }
34
+ });
@@ -0,0 +1,222 @@
1
+ import { GetUserAgentOptions } from "@fedify/vocab-runtime";
2
+
3
+ //#region src/nodeinfo/types.d.ts
4
+ /**
5
+ * The type of the result of parsing JSON.
6
+ */
7
+ type JsonValue = {
8
+ [key: string]: JsonValue | undefined;
9
+ } | JsonValue[] | string | number | boolean | null;
10
+ /**
11
+ * A NodeInfo object as defined in the NodeInfo 2.1 schema.
12
+ */
13
+ interface NodeInfo {
14
+ /**
15
+ * Metadata about server software in use.
16
+ */
17
+ software: Software;
18
+ /**
19
+ * The protocols supported on this server. At least one protocol must be
20
+ * supported.
21
+ */
22
+ protocols: Protocol[];
23
+ /**
24
+ * The third party sites this server can connect to via their application API.
25
+ */
26
+ services?: Services;
27
+ /**
28
+ * Whether this server allows open self-registration. Defaults to `false`.
29
+ */
30
+ openRegistrations?: boolean;
31
+ /**
32
+ * Usage statistics for this server.
33
+ */
34
+ usage: Usage;
35
+ /**
36
+ * Free form key value pairs for software specific values.
37
+ * Clients should not rely on any specific key present.
38
+ */
39
+ metadata?: Record<string, JsonValue>;
40
+ }
41
+ /**
42
+ * Metadata about server software in use.
43
+ */
44
+ interface Software {
45
+ /**
46
+ * The canonical name of this server software. This must comply with
47
+ * pattern `/^[a-z0-9-]+$/`.
48
+ */
49
+ name: string;
50
+ /**
51
+ * The version of this server software.
52
+ */
53
+ version: string;
54
+ /**
55
+ * The URL of the source code repository of this server software.
56
+ */
57
+ repository?: URL;
58
+ /**
59
+ * The URL of the homepage of this server software.
60
+ */
61
+ homepage?: URL;
62
+ }
63
+ /**
64
+ * The protocols supported on this server.
65
+ */
66
+ type Protocol = "activitypub" | "buddycloud" | "dfrn" | "diaspora" | "libertree" | "ostatus" | "pumpio" | "tent" | "xmpp" | "zot";
67
+ /**
68
+ * The third party sites this server can connect to via their application API.
69
+ */
70
+ interface Services {
71
+ /**
72
+ * The third party sites this server can retrieve messages from for combined
73
+ * display with regular traffic.
74
+ */
75
+ inbound?: InboundService[];
76
+ /**
77
+ * The third party sites this server can publish messages to on the behalf
78
+ * of a user.
79
+ */
80
+ outbound?: OutboundService[];
81
+ }
82
+ /**
83
+ * The third party sites this server can retrieve messages from for combined
84
+ * display with regular traffic.
85
+ */
86
+ type InboundService = "atom1.0" | "gnusocial" | "imap" | "pnut" | "pop3" | "pumpio" | "rss2.0" | "twitter";
87
+ /**
88
+ * The third party sites this server can publish messages to on the behalf
89
+ * of a user.
90
+ */
91
+ type OutboundService = "atom1.0" | "blogger" | "buddycloud" | "diaspora" | "dreamwidth" | "drupal" | "facebook" | "friendica" | "gnusocial" | "google" | "insanejournal" | "libertree" | "linkedin" | "livejournal" | "mediagoblin" | "myspace" | "pinterest" | "pnut" | "posterous" | "pumpio" | "redmatrix" | "rss2.0" | "smtp" | "tent" | "tumblr" | "twitter" | "wordpress" | "xmpp";
92
+ /**
93
+ * Usage statistics for this server.
94
+ */
95
+ interface Usage {
96
+ /**
97
+ * Statistics about the users of this server.
98
+ */
99
+ users: {
100
+ /**
101
+ * The total amount of on this server registered users. This number
102
+ * has to be an integer greater than or equal to zero.
103
+ */
104
+ total?: number;
105
+ /**
106
+ * The amount of users that signed in at least once in the last 180 days.
107
+ * This number has to be an integer greater than or equal to zero.
108
+ */
109
+ activeHalfyear?: number;
110
+ /**
111
+ * The amount of users that signed in at least once in the last 30 days.
112
+ * This number has to be an integer greater than or equal to zero.
113
+ */
114
+ activeMonth?: number;
115
+ };
116
+ /**
117
+ * The amount of posts that were made by users that are registered on this
118
+ * server. This number has to be an integer greater than or equal to zero.
119
+ */
120
+ localPosts: number;
121
+ /**
122
+ * The amount of comments that were made by users that are registered on this
123
+ * server. This number has to be an integer greater than or equal to zero.
124
+ */
125
+ localComments: number;
126
+ }
127
+ /**
128
+ * Converts a {@link NodeInfo} object to a JSON value.
129
+ * @param nodeInfo The {@link NodeInfo} object to convert.
130
+ * @returns The JSON value that complies with the NodeInfo schema.
131
+ * @throws {TypeError} If the {@link NodeInfo} object is invalid.
132
+ */
133
+ declare function nodeInfoToJson(nodeInfo: NodeInfo): JsonValue;
134
+ //#endregion
135
+ //#region src/nodeinfo/client.d.ts
136
+ /**
137
+ * Options for {@link getNodeInfo} function.
138
+ * @since 1.2.0
139
+ */
140
+ interface GetNodeInfoOptions {
141
+ /**
142
+ * Whether to directly fetch the NodeInfo document from the given URL.
143
+ * Otherwise, the NodeInfo document will be fetched from the `.well-known`
144
+ * location of the given URL.
145
+ *
146
+ * Turned off by default.
147
+ */
148
+ direct?: boolean;
149
+ /**
150
+ * How strictly to parse the NodeInfo document.
151
+ *
152
+ * - `"strict"`: Parse the NodeInfo document strictly. If the document is
153
+ * invalid, `undefined` is returned. This is the default.
154
+ * - `"best-effort"`: Try to parse the NodeInfo document even if it is
155
+ * invalid.
156
+ * - `"none"`: Do not parse the NodeInfo document. The function will return
157
+ * the raw JSON value.
158
+ */
159
+ parse?: "strict" | "best-effort" | "none";
160
+ /**
161
+ * The options for making `User-Agent` header.
162
+ * If a string is given, it is used as the `User-Agent` header value.
163
+ * If an object is given, it is passed to {@link getUserAgent} to generate
164
+ * the `User-Agent` header value.
165
+ * @since 1.3.0
166
+ */
167
+ userAgent?: GetUserAgentOptions | string;
168
+ }
169
+ /**
170
+ * Fetches a NodeInfo document from the given URL.
171
+ * @param url The base URL of the server. If `options.direct` is turned off
172
+ * (default), the NodeInfo document will be fetched from
173
+ * the `.well-known` location of this URL (hence the only origin
174
+ * of the URL is used). If `options.direct` is turned on,
175
+ * the NodeInfo document will be fetched from the given URL.
176
+ * @param options Options for fetching the NodeInfo document.
177
+ * @returns The NodeInfo document if it could be fetched successfully.
178
+ * Otherwise, `undefined` is returned.
179
+ * @since 1.2.0
180
+ */
181
+ declare function getNodeInfo(url: URL | string, options?: GetNodeInfoOptions & {
182
+ parse?: "strict" | "best-effort";
183
+ }): Promise<NodeInfo | undefined>;
184
+ /**
185
+ * Fetches a NodeInfo document from the given URL.
186
+ * @param url The base URL of the server. If `options.direct` is turned off
187
+ * (default), the NodeInfo document will be fetched from
188
+ * the `.well-known` location of this URL (hence the only origin
189
+ * of the URL is used). If `options.direct` is turned on,
190
+ * the NodeInfo document will be fetched from the given URL.
191
+ * @param options Options for fetching the NodeInfo document.
192
+ * @returns The NodeInfo document if it could be fetched successfully.
193
+ * Otherwise, `undefined` is returned.
194
+ * @since 1.2.0
195
+ */
196
+ declare function getNodeInfo(url: URL | string, options: GetNodeInfoOptions & {
197
+ parse: "none";
198
+ }): Promise<JsonValue | undefined>;
199
+ /**
200
+ * Options for {@link parseNodeInfo} function.
201
+ * @since 1.2.0
202
+ */
203
+ interface ParseNodeInfoOptions {
204
+ /**
205
+ * Whether to try to parse the NodeInfo document even if it is invalid.
206
+ * If turned on, the function will return a best-effort result.
207
+ *
208
+ * Turned off by default.
209
+ */
210
+ tryBestEffort?: boolean;
211
+ }
212
+ /**
213
+ * Parses a NodeInfo document.
214
+ * @param data A JSON value that complies with the NodeInfo schema.
215
+ * @param options Options for parsing the NodeInfo document.
216
+ * @returns The parsed NodeInfo document if it is valid. Otherwise, `null`
217
+ * is returned.
218
+ * @since 1.2.0
219
+ */
220
+ declare function parseNodeInfo(data: unknown, options?: ParseNodeInfoOptions): NodeInfo | null;
221
+ //#endregion
222
+ export { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, Services, Software, Usage, getNodeInfo, nodeInfoToJson, parseNodeInfo };
@@ -1,78 +1,7 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import { URLPattern } from "urlpattern-polyfill";
3
- import { GetUserAgentOptions } from "./docloader-CxWcuWqQ.js";
3
+ import { GetUserAgentOptions } from "@fedify/vocab-runtime";
4
4
 
5
- //#region src/nodeinfo/semver.d.ts
6
- /**
7
- * A SemVer object parsed into its constituent parts.
8
- * @since 1.2.0
9
- */
10
- interface SemVer {
11
- /** The major version */
12
- major: number;
13
- /** The minor version */
14
- minor: number;
15
- /** The patch version */
16
- patch: number;
17
- /**
18
- * The prerelease version
19
- *
20
- * @default {[]}
21
- */
22
- prerelease?: (string | number)[];
23
- /**
24
- * The build metadata
25
- *
26
- * @default {[]}
27
- */
28
- build?: string[];
29
- }
30
- /**
31
- * Attempt to parse a string as a semantic version, returning a SemVer object.
32
- *
33
- * @example Usage
34
- * ```ts
35
- * import { parseSemVer } from "@fedify/fedify/nodeinfo";
36
- * import { assertEquals } from "@std/assert";
37
- *
38
- * const version = parseSemVer("1.2.3");
39
- * assertEquals(version, {
40
- * major: 1,
41
- * minor: 2,
42
- * patch: 3,
43
- * prerelease: [],
44
- * build: [],
45
- * });
46
- * ```
47
- *
48
- * @throws {TypeError} If the input string is invalid.
49
- * @param value The version string to parse
50
- * @returns A valid SemVer
51
- * @since 1.2.0
52
- */
53
- declare function parseSemVer(value: string): SemVer;
54
- /**
55
- * Format a SemVer object into a string.
56
- *
57
- * @example Usage
58
- * ```ts
59
- * import { formatSemVer } from "@fedify/fedify/nodeinfo";
60
- * import { assertEquals } from "@std/assert";
61
- *
62
- * const semver = {
63
- * major: 1,
64
- * minor: 2,
65
- * patch: 3,
66
- * };
67
- * assertEquals(formatSemVer(semver), "1.2.3");
68
- * ```
69
- *
70
- * @param version The SemVer to format
71
- * @returns The string representation of a semantic version.
72
- * @since 1.2.0
73
- */
74
- declare function formatSemVer(version: SemVer): string;
75
- //#endregion
76
5
  //#region src/nodeinfo/types.d.ts
77
6
  /**
78
7
  * The type of the result of parsing JSON.
@@ -122,9 +51,8 @@ interface Software {
122
51
  name: string;
123
52
  /**
124
53
  * The version of this server software.
125
- * @see {@link parseSemVer}
126
54
  */
127
- version: SemVer;
55
+ version: string;
128
56
  /**
129
57
  * The URL of the source code repository of this server software.
130
58
  */
@@ -293,4 +221,4 @@ interface ParseNodeInfoOptions {
293
221
  */
294
222
  declare function parseNodeInfo(data: unknown, options?: ParseNodeInfoOptions): NodeInfo | null;
295
223
  //#endregion
296
- export { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, SemVer, Services, Software, Usage, formatSemVer, getNodeInfo, nodeInfoToJson, parseNodeInfo, parseSemVer };
224
+ export { GetNodeInfoOptions, InboundService, JsonValue, NodeInfo, OutboundService, ParseNodeInfoOptions, Protocol, Services, Software, Usage, getNodeInfo, nodeInfoToJson, parseNodeInfo };
@@ -3,8 +3,7 @@
3
3
  import { URLPattern } from "urlpattern-polyfill";
4
4
  globalThis.addEventListener = () => {};
5
5
 
6
- import { getUserAgent } from "./type-SK-d7Tbw.js";
7
- import { parseSemVer } from "./semver-dArNLkR9.js";
6
+ import { getUserAgent } from "@fedify/vocab-runtime";
8
7
  import { getLogger } from "@logtape/logtape";
9
8
 
10
9
  //#region src/nodeinfo/client.ts
@@ -133,28 +132,10 @@ function parseSoftware(data, options = {}) {
133
132
  name = data.name.trim().toLowerCase();
134
133
  } else return null;
135
134
  let version;
136
- if ("version" in data && typeof data.version === "string") try {
137
- version = parseSemVer(data.version);
138
- } catch {
139
- if (!options.tryBestEffort) return null;
140
- const parts = data.version.split(".").map((p) => parseInt(p, 10));
141
- version = {
142
- major: !isNaN(parts[0]) ? parts[0] : 0,
143
- minor: !isNaN(parts[1]) ? parts[1] : 0,
144
- patch: !isNaN(parts[2]) ? parts[2] : 0,
145
- build: [],
146
- prerelease: []
147
- };
148
- }
135
+ if ("version" in data) version = String(data.version);
149
136
  else {
150
137
  if (!options.tryBestEffort) return null;
151
- version = {
152
- major: 0,
153
- minor: 0,
154
- patch: 0,
155
- build: [],
156
- prerelease: []
157
- };
138
+ version = "0.0.0";
158
139
  }
159
140
  let repository;
160
141
  if ("repository" in data) {
@@ -0,0 +1,10 @@
1
+
2
+ const { Temporal } = require("@js-temporal/polyfill");
3
+ const { URLPattern } = require("urlpattern-polyfill");
4
+
5
+ const require_transformers = require('../transformers-CoBS-oFG.cjs');
6
+ require('../compat-DmDDELst.cjs');
7
+
8
+ exports.actorDehydrator = require_transformers.actorDehydrator;
9
+ exports.autoIdAssigner = require_transformers.autoIdAssigner;
10
+ exports.getDefaultActivityTransformers = require_transformers.getDefaultActivityTransformers;
@@ -0,0 +1,12 @@
1
+ import "../client-94iWEfQa.cjs";
2
+ import "../vocab-CeDBzu-f.cjs";
3
+ import "../actor-f2NtjyCg.cjs";
4
+ import "../http-M8k5mKc0.cjs";
5
+ import "../owner-B4HbyP8s.cjs";
6
+ import "../mod-BxRCHTz-.cjs";
7
+ import "../mod-C58MZ7Wx.cjs";
8
+ import { ActivityTransformer } from "../context-DJ8aSy2Q.cjs";
9
+ import "../kv-Bxr0Q87_.cjs";
10
+ import "../mq-DcJPkXD5.cjs";
11
+ import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "../mod-DJcZDvjA.cjs";
12
+ export { ActivityTransformer, actorDehydrator, autoIdAssigner, getDefaultActivityTransformers };
@@ -1,15 +1,14 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import { URLPattern } from "urlpattern-polyfill";
3
- import "../kv-C7sopW2E.js";
4
- import "../docloader-CxWcuWqQ.js";
5
- import "../client-DF8anIB5.js";
6
- import "../vocab-SOE1ifCr.js";
7
- import "../actor-C22bXuuC.js";
8
- import "../http-DqSNLFNY.js";
9
- import "../owner-CQPnQVtf.js";
10
- import "../mod-Cxt4Kpf6.js";
11
- import "../mod-DBzN0aCM.js";
12
- import { ActivityTransformer } from "../context-9gCpIkiz.js";
13
- import "../mq-CRGm1e_F.js";
14
- import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "../mod-Bqxcp7eN.js";
3
+ import "../client-BsGzbnV-.js";
4
+ import "../vocab-BCWe1Ih5.js";
5
+ import "../actor-DqFajh9s.js";
6
+ import "../http-BbO0ejuk.js";
7
+ import "../owner-kQRGVXG1.js";
8
+ import "../mod-BlVovdcy.js";
9
+ import "../mod-Ds0mpFZU.js";
10
+ import { ActivityTransformer } from "../context-DG0huGW-.js";
11
+ import "../kv-BKNZ-Tb-.js";
12
+ import "../mq-CUKlBw08.js";
13
+ import { actorDehydrator, autoIdAssigner, getDefaultActivityTransformers } from "../mod-BoHnwOCs.js";
15
14
  export { ActivityTransformer, actorDehydrator, autoIdAssigner, getDefaultActivityTransformers };