@fedify/fedify 1.1.11 → 1.1.12

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 (83) hide show
  1. package/CHANGES.md +26 -0
  2. package/esm/deps/jsr.io/@std/async/{1.0.9 → 1.0.10}/delay.js +1 -1
  3. package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.js +2 -0
  4. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/concat.js +1 -1
  5. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.js +1 -1
  6. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.js +1 -1
  7. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.js +1 -1
  8. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.js +1 -1
  9. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.js +1 -1
  10. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.js +1 -1
  11. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.js +1 -1
  12. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/repeat.js +1 -1
  13. package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.js +1 -1
  14. package/esm/deps/jsr.io/@std/encoding/1.0.7/_types.js +2 -0
  15. package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.js +1 -1
  16. package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64.js +1 -1
  17. package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64url.js +1 -1
  18. package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/hex.js +1 -1
  19. package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.js +1 -1
  20. package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.js +1 -1
  21. package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.js +1 -1
  22. package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.js +1 -1
  23. package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.js +1 -1
  24. package/esm/federation/collection.js +1 -1
  25. package/esm/federation/handler.js +1 -1
  26. package/esm/runtime/key.js +4 -4
  27. package/esm/sig/http.js +2 -2
  28. package/esm/sig/ld.js +2 -2
  29. package/esm/vocab/lookup.js +1 -1
  30. package/esm/vocab/vocab.js +408 -264
  31. package/package.json +1 -1
  32. package/types/deps/jsr.io/@std/async/1.0.10/delay.d.ts.map +1 -0
  33. package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +9 -0
  34. package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +1 -0
  35. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/concat.d.ts +3 -1
  36. package/types/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +1 -0
  37. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.d.ts.map +1 -1
  38. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.d.ts.map +1 -1
  39. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.d.ts.map +1 -1
  40. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.d.ts.map +1 -1
  41. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.d.ts.map +1 -1
  42. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.d.ts.map +1 -1
  43. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
  44. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/repeat.d.ts +3 -1
  45. package/types/deps/jsr.io/@std/bytes/1.0.5/repeat.d.ts.map +1 -0
  46. package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.d.ts.map +1 -1
  47. package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts +9 -0
  48. package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +1 -0
  49. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.d.ts.map +1 -1
  50. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64.d.ts +3 -1
  51. package/types/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +1 -0
  52. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64url.d.ts +3 -1
  53. package/types/deps/jsr.io/@std/encoding/1.0.7/base64url.d.ts.map +1 -0
  54. package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/hex.d.ts +3 -1
  55. package/types/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +1 -0
  56. package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.d.ts.map +1 -1
  57. package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.d.ts.map +1 -1
  58. package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.d.ts.map +1 -1
  59. package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.d.ts.map +1 -1
  60. package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.d.ts.map +1 -1
  61. package/types/vocab/vocab.d.ts +18 -38
  62. package/types/vocab/vocab.d.ts.map +1 -1
  63. package/types/deps/jsr.io/@std/async/1.0.9/delay.d.ts.map +0 -1
  64. package/types/deps/jsr.io/@std/bytes/1.0.4/concat.d.ts.map +0 -1
  65. package/types/deps/jsr.io/@std/bytes/1.0.4/repeat.d.ts.map +0 -1
  66. package/types/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts.map +0 -1
  67. package/types/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts.map +0 -1
  68. package/types/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts.map +0 -1
  69. /package/types/deps/jsr.io/@std/async/{1.0.9 → 1.0.10}/delay.d.ts +0 -0
  70. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.d.ts +0 -0
  71. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.d.ts +0 -0
  72. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.d.ts +0 -0
  73. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.d.ts +0 -0
  74. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.d.ts +0 -0
  75. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.d.ts +0 -0
  76. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
  77. /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.d.ts +0 -0
  78. /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.d.ts +0 -0
  79. /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.d.ts +0 -0
  80. /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.d.ts +0 -0
  81. /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.d.ts +0 -0
  82. /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.d.ts +0 -0
  83. /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delay.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/async/1.0.10/delay.ts"],"names":[],"mappings":";AAMA,MAAM,WAAW,YAAY;IAC3B,sCAAsC;IACtC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE,YAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CA2B3E"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Proxy type of {@code Uint8Array<ArrayBuffer} or {@code Uint8Array} in TypeScript 5.7 or below respectively.
3
+ *
4
+ * This type is internal utility type and should not be used directly.
5
+ *
6
+ * @internal @private
7
+ */
8
+ export type Uint8Array_ = ReturnType<Uint8Array["slice"]>;
9
+ //# sourceMappingURL=_types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/_types.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AAEH,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC"}
@@ -1,3 +1,5 @@
1
+ import type { Uint8Array_ } from "./_types.js";
2
+ export type { Uint8Array_ };
1
3
  /**
2
4
  * Concatenate an array of byte slices into a single slice.
3
5
  *
@@ -15,5 +17,5 @@
15
17
  * assertEquals(concat([a, b]), new Uint8Array([0, 1, 2, 3, 4, 5]));
16
18
  * ```
17
19
  */
18
- export declare function concat(buffers: Uint8Array[]): Uint8Array;
20
+ export declare function concat(buffers: Uint8Array[]): Uint8Array_;
19
21
  //# sourceMappingURL=concat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"concat.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/concat.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,UAAU,EAAE,GAAG,WAAW,CAazD"}
@@ -1 +1 @@
1
- {"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.4/copy.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,SAAI,GAAG,MAAM,CAQzE"}
1
+ {"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/copy.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,SAAI,GAAG,MAAM,CAQzE"}
@@ -1 +1 @@
1
- {"version":3,"file":"ends_with.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.4/ends_with.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAWxE"}
1
+ {"version":3,"file":"ends_with.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/ends_with.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAWxE"}
@@ -1 +1 @@
1
- {"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.4/equals.ts"],"names":[],"mappings":"AA6DA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,GAAG,OAAO,CAQ5D"}
1
+ {"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/equals.ts"],"names":[],"mappings":"AA6DA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,GAAG,OAAO,CAQ5D"}
@@ -1 +1 @@
1
- {"version":3,"file":"includes_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.4/includes_needle.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,SAAI,GACR,OAAO,CAET"}
1
+ {"version":3,"file":"includes_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/includes_needle.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,SAAI,GACR,OAAO,CAET"}
@@ -1 +1 @@
1
- {"version":3,"file":"index_of_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.4/index_of_needle.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,wBAAgB,aAAa,CAC3B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,SAAI,GACR,MAAM,CAqBR"}
1
+ {"version":3,"file":"index_of_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/index_of_needle.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,wBAAgB,aAAa,CAC3B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,SAAI,GACR,MAAM,CAqBR"}
@@ -1 +1 @@
1
- {"version":3,"file":"last_index_of_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.4/last_index_of_needle.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,GAAE,MAA0B,GAChC,MAAM,CAuBR"}
1
+ {"version":3,"file":"last_index_of_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/last_index_of_needle.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,GAAE,MAA0B,GAChC,MAAM,CAuBR"}
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.4/mod.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/mod.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC"}
@@ -1,3 +1,5 @@
1
+ import type { Uint8Array_ } from "./_types.js";
2
+ export type { Uint8Array_ };
1
3
  /**
2
4
  * Returns a new byte slice composed of `count` repetitions of the `source`
3
5
  * array.
@@ -27,5 +29,5 @@
27
29
  * assertEquals(repeat(source, 0), new Uint8Array());
28
30
  * ```
29
31
  */
30
- export declare function repeat(source: Uint8Array, count: number): Uint8Array;
32
+ export declare function repeat(source: Uint8Array, count: number): Uint8Array_;
31
33
  //# sourceMappingURL=repeat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"repeat.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/repeat.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,MAAM,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,WAAW,CAarE"}
@@ -1 +1 @@
1
- {"version":3,"file":"starts_with.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.4/starts_with.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAS1E"}
1
+ {"version":3,"file":"starts_with.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/1.0.5/starts_with.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAS1E"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Proxy type of {@code Uint8Array<ArrayBuffer} or {@code Uint8Array} in TypeScript 5.7 or below respectively.
3
+ *
4
+ * This type is internal utility type and should not be used directly.
5
+ *
6
+ * @internal @private
7
+ */
8
+ export type Uint8Array_ = ReturnType<Uint8Array["slice"]>;
9
+ //# sourceMappingURL=_types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/_types.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AAEH,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"_validate_binary_like.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.ts"],"names":[],"mappings":"AAeA,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,OAAO,GAAG,UAAU,CAa9D"}
1
+ {"version":3,"file":"_validate_binary_like.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/_validate_binary_like.ts"],"names":[],"mappings":"AAeA,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,OAAO,GAAG,UAAU,CAa9D"}
@@ -1,3 +1,5 @@
1
+ import type { Uint8Array_ } from "./_types.js";
2
+ export type { Uint8Array_ };
1
3
  /**
2
4
  * Converts data into a base64-encoded string.
3
5
  *
@@ -34,5 +36,5 @@ export declare function encodeBase64(data: ArrayBuffer | Uint8Array | string): s
34
36
  * );
35
37
  * ```
36
38
  */
37
- export declare function decodeBase64(b64: string): Uint8Array;
39
+ export declare function decodeBase64(b64: string): Uint8Array_;
38
40
  //# sourceMappingURL=base64.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base64.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/base64.ts"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AAqE5B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,CAmC5E;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAQrD"}
@@ -1,3 +1,5 @@
1
+ import type { Uint8Array_ } from "./_types.js";
2
+ export type { Uint8Array_ };
1
3
  /**
2
4
  * Convert data into a base64url-encoded string.
3
5
  *
@@ -34,5 +36,5 @@ export declare function encodeBase64Url(data: ArrayBuffer | Uint8Array | string)
34
36
  * );
35
37
  * ```
36
38
  */
37
- export declare function decodeBase64Url(b64url: string): Uint8Array;
39
+ export declare function decodeBase64Url(b64url: string): Uint8Array_;
38
40
  //# sourceMappingURL=base64url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base64url.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/base64url.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AAiC5B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GACtC,MAAM,CAER;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,CAE3D"}
@@ -1,3 +1,5 @@
1
+ import type { Uint8Array_ } from "./_types.js";
2
+ export type { Uint8Array_ };
1
3
  /**
2
4
  * Converts data into a hex-encoded string.
3
5
  *
@@ -33,5 +35,5 @@ export declare function encodeHex(src: string | Uint8Array | ArrayBuffer): strin
33
35
  * );
34
36
  * ```
35
37
  */
36
- export declare function decodeHex(src: string): Uint8Array;
38
+ export declare function decodeHex(src: string): Uint8Array_;
37
39
  //# sourceMappingURL=hex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hex.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/hex.ts"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AA4B5B;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,GAAG,WAAW,GAAG,MAAM,CAUxE;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAiBlD"}
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/http/1.0.12/_negotiation/common.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,MAAM,WAAW,WAAW;IAC1B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACvB;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,EAAE,WAAW,GAAG,MAAM,CAQnE;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAEpD"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/http/1.0.13/_negotiation/common.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,MAAM,WAAW,WAAW;IAC1B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACvB;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,EAAE,WAAW,GAAG,MAAM,CAQnE;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAEpD"}
@@ -1 +1 @@
1
- {"version":3,"file":"encoding.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/http/1.0.12/_negotiation/encoding.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AA8GH;;qCAEqC;AACrC,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,MAAM,EACd,QAAQ,CAAC,EAAE,MAAM,EAAE,GAClB,MAAM,EAAE,CAkBV"}
1
+ {"version":3,"file":"encoding.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/http/1.0.13/_negotiation/encoding.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AA8GH;;qCAEqC;AACrC,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,MAAM,EACd,QAAQ,CAAC,EAAE,MAAM,EAAE,GAClB,MAAM,EAAE,CAkBV"}
@@ -1 +1 @@
1
- {"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/http/1.0.12/_negotiation/language.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAkGH,wBAAgB,kBAAkB,CAChC,MAAM,SAAM,EACZ,QAAQ,CAAC,EAAE,MAAM,EAAE,GAClB,MAAM,EAAE,CAiBV"}
1
+ {"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/http/1.0.13/_negotiation/language.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAkGH,wBAAgB,kBAAkB,CAChC,MAAM,SAAM,EACZ,QAAQ,CAAC,EAAE,MAAM,EAAE,GAClB,MAAM,EAAE,CAiBV"}
@@ -1 +1 @@
1
- {"version":3,"file":"media_type.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/http/1.0.12/_negotiation/media_type.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAiJH,wBAAgB,mBAAmB,CACjC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,EACtB,QAAQ,CAAC,EAAE,MAAM,EAAE,GAClB,MAAM,EAAE,CAkBV"}
1
+ {"version":3,"file":"media_type.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/http/1.0.13/_negotiation/media_type.ts"],"names":[],"mappings":"AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAiJH,wBAAgB,mBAAmB,CACjC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,EACtB,QAAQ,CAAC,EAAE,MAAM,EAAE,GAClB,MAAM,EAAE,CAkBV"}
@@ -1 +1 @@
1
- {"version":3,"file":"negotiation.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/http/1.0.12/negotiation.ts"],"names":[],"mappings":";AAcA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,MAAM,EAAE,CAAC;AACrE;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,OAAO,CACrB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,EACjC,GAAG,KAAK,EAAE,MAAM,EAAE,GACjB,MAAM,GAAG,SAAS,CAAC;AAatB;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,MAAM,EAAE,CAAC;AAC9E;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,EACjC,GAAG,SAAS,EAAE,MAAM,EAAE,GACrB,MAAM,GAAG,SAAS,CAAC;AAetB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,MAAM,EAAE,CAAC;AAC9E;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,EACjC,GAAG,KAAK,EAAE,MAAM,EAAE,GACjB,MAAM,GAAG,SAAS,CAAC"}
1
+ {"version":3,"file":"negotiation.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/http/1.0.13/negotiation.ts"],"names":[],"mappings":";AAcA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,MAAM,EAAE,CAAC;AACrE;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,OAAO,CACrB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,EACjC,GAAG,KAAK,EAAE,MAAM,EAAE,GACjB,MAAM,GAAG,SAAS,CAAC;AAatB;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,MAAM,EAAE,CAAC;AAC9E;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,EACjC,GAAG,SAAS,EAAE,MAAM,EAAE,GACrB,MAAM,GAAG,SAAS,CAAC;AAetB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,GAAG,MAAM,EAAE,CAAC;AAC9E;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,EACjC,GAAG,KAAK,EAAE,MAAM,EAAE,GACjB,MAAM,GAAG,SAAS,CAAC"}
@@ -14,6 +14,8 @@ export declare class Object {
14
14
  readonly id: URL | null;
15
15
  protected get _documentLoader(): DocumentLoader | undefined;
16
16
  protected get _contextLoader(): DocumentLoader | undefined;
17
+ protected get _cachedJsonLd(): unknown | undefined;
18
+ protected set _cachedJsonLd(value: unknown | undefined);
17
19
  /**
18
20
  * The type URI of {@link Object}: `https://www.w3.org/ns/activitystreams#Object`.
19
21
  */
@@ -654,7 +656,6 @@ export declare class Object {
654
656
  /** Represents a custom emoji.
655
657
  */
656
658
  export declare class Emoji extends Object {
657
- #private;
658
659
  /**
659
660
  * The type URI of {@link Emoji}: `http://joinmastodon.org/ns#Emoji`.
660
661
  */
@@ -1333,7 +1334,6 @@ export declare class Activity extends Object {
1333
1334
  /** Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
1334
1335
  */
1335
1336
  export declare class EmojiReact extends Activity {
1336
- #private;
1337
1337
  /**
1338
1338
  * The type URI of {@link EmojiReact}: `http://litepub.social/ns#EmojiReact`.
1339
1339
  */
@@ -1510,6 +1510,8 @@ export declare class PropertyValue {
1510
1510
  readonly id: URL | null;
1511
1511
  protected get _documentLoader(): DocumentLoader | undefined;
1512
1512
  protected get _contextLoader(): DocumentLoader | undefined;
1513
+ protected get _cachedJsonLd(): unknown | undefined;
1514
+ protected set _cachedJsonLd(value: unknown | undefined);
1513
1515
  /**
1514
1516
  * The type URI of {@link PropertyValue}: `http://schema.org#PropertyValue`.
1515
1517
  */
@@ -1585,6 +1587,8 @@ export declare class DidService {
1585
1587
  readonly id: URL | null;
1586
1588
  protected get _documentLoader(): DocumentLoader | undefined;
1587
1589
  protected get _contextLoader(): DocumentLoader | undefined;
1590
+ protected get _cachedJsonLd(): unknown | undefined;
1591
+ protected set _cachedJsonLd(value: unknown | undefined);
1588
1592
  /**
1589
1593
  * The type URI of {@link DidService}: `https://www.w3.org/ns/did#Service`.
1590
1594
  */
@@ -1655,7 +1659,6 @@ export declare class DidService {
1655
1659
  /** "Export Actor" service.
1656
1660
  */
1657
1661
  export declare class Export extends DidService {
1658
- #private;
1659
1662
  /**
1660
1663
  * The type URI of {@link Export}: `https://w3id.org/fep/9091#Export`.
1661
1664
  */
@@ -1723,6 +1726,8 @@ export declare class DataIntegrityProof {
1723
1726
  readonly id: URL | null;
1724
1727
  protected get _documentLoader(): DocumentLoader | undefined;
1725
1728
  protected get _contextLoader(): DocumentLoader | undefined;
1729
+ protected get _cachedJsonLd(): unknown | undefined;
1730
+ protected set _cachedJsonLd(value: unknown | undefined);
1726
1731
  /**
1727
1732
  * The type URI of {@link DataIntegrityProof}: `https://w3id.org/security#DataIntegrityProof`.
1728
1733
  */
@@ -1829,6 +1834,8 @@ export declare class CryptographicKey {
1829
1834
  readonly id: URL | null;
1830
1835
  protected get _documentLoader(): DocumentLoader | undefined;
1831
1836
  protected get _contextLoader(): DocumentLoader | undefined;
1837
+ protected get _cachedJsonLd(): unknown | undefined;
1838
+ protected set _cachedJsonLd(value: unknown | undefined);
1832
1839
  /**
1833
1840
  * The type URI of {@link CryptographicKey}: `https://w3id.org/security#Key`.
1834
1841
  */
@@ -1914,6 +1921,8 @@ export declare class Multikey {
1914
1921
  readonly id: URL | null;
1915
1922
  protected get _documentLoader(): DocumentLoader | undefined;
1916
1923
  protected get _contextLoader(): DocumentLoader | undefined;
1924
+ protected get _cachedJsonLd(): unknown | undefined;
1925
+ protected set _cachedJsonLd(value: unknown | undefined);
1917
1926
  /**
1918
1927
  * The type URI of {@link Multikey}: `https://w3id.org/security#Multikey`.
1919
1928
  */
@@ -1997,7 +2006,6 @@ export declare class Multikey {
1997
2006
  * has been accepted.
1998
2007
  */
1999
2008
  export declare class Accept extends Activity {
2000
- #private;
2001
2009
  /**
2002
2010
  * The type URI of {@link Accept}: `https://www.w3.org/ns/activitystreams#Accept`.
2003
2011
  */
@@ -2173,7 +2181,6 @@ export declare class Accept extends Activity {
2173
2181
  * the context from which the `object` originated.
2174
2182
  */
2175
2183
  export declare class Add extends Activity {
2176
- #private;
2177
2184
  /**
2178
2185
  * The type URI of {@link Add}: `https://www.w3.org/ns/activitystreams#Add`.
2179
2186
  */
@@ -2348,7 +2355,6 @@ export declare class Add extends Activity {
2348
2355
  * The `origin` typically has no defined meaning.
2349
2356
  */
2350
2357
  export declare class Announce extends Activity {
2351
- #private;
2352
2358
  /**
2353
2359
  * The type URI of {@link Announce}: `https://www.w3.org/ns/activitystreams#Announce`.
2354
2360
  */
@@ -3050,7 +3056,6 @@ export declare class Application extends Object {
3050
3056
  * inappropriate for these activities.
3051
3057
  */
3052
3058
  export declare class IntransitiveActivity extends Activity {
3053
- #private;
3054
3059
  /**
3055
3060
  * The type URI of {@link IntransitiveActivity}: `https://www.w3.org/ns/activitystreams#IntransitiveActivity`.
3056
3061
  */
@@ -3225,7 +3230,6 @@ export declare class IntransitiveActivity extends Activity {
3225
3230
  * The `target` typically has no defined meaning.
3226
3231
  */
3227
3232
  export declare class Arrive extends IntransitiveActivity {
3228
- #private;
3229
3233
  /**
3230
3234
  * The type URI of {@link Arrive}: `https://www.w3.org/ns/activitystreams#Arrive`.
3231
3235
  */
@@ -3722,7 +3726,6 @@ export declare class Document extends Object {
3722
3726
  /** Represents an audio document of any kind.
3723
3727
  */
3724
3728
  export declare class Audio extends Document {
3725
- #private;
3726
3729
  /**
3727
3730
  * The type URI of {@link Audio}: `https://www.w3.org/ns/activitystreams#Audio`.
3728
3731
  */
@@ -3876,7 +3879,6 @@ export declare class Audio extends Document {
3876
3879
  * `origin` typically have no defined meaning.
3877
3880
  */
3878
3881
  export declare class Ignore extends Activity {
3879
- #private;
3880
3882
  /**
3881
3883
  * The type URI of {@link Ignore}: `https://www.w3.org/ns/activitystreams#Ignore`.
3882
3884
  */
@@ -4052,7 +4054,6 @@ export declare class Ignore extends Activity {
4052
4054
  * and `origin` typically have no defined meaning.
4053
4055
  */
4054
4056
  export declare class Block extends Ignore {
4055
- #private;
4056
4057
  /**
4057
4058
  * The type URI of {@link Block}: `https://www.w3.org/ns/activitystreams#Block`.
4058
4059
  */
@@ -4656,7 +4657,6 @@ export declare class CollectionPage extends Collection {
4656
4657
  /** Indicates that the `actor` has created the `object`.
4657
4658
  */
4658
4659
  export declare class Create extends Activity {
4659
- #private;
4660
4660
  /**
4661
4661
  * The type URI of {@link Create}: `https://www.w3.org/ns/activitystreams#Create`.
4662
4662
  */
@@ -4830,7 +4830,6 @@ export declare class Create extends Activity {
4830
4830
  * the `origin` indicates the context from which the `object` was deleted.
4831
4831
  */
4832
4832
  export declare class Delete extends Activity {
4833
- #private;
4834
4833
  /**
4835
4834
  * The type URI of {@link Delete}: `https://www.w3.org/ns/activitystreams#Delete`.
4836
4835
  */
@@ -5003,7 +5002,6 @@ export declare class Delete extends Activity {
5003
5002
  /** Indicates that the `actor` dislikes the `object`.
5004
5003
  */
5005
5004
  export declare class Dislike extends Activity {
5006
- #private;
5007
5005
  /**
5008
5006
  * The type URI of {@link Dislike}: `https://www.w3.org/ns/activitystreams#Dislike`.
5009
5007
  */
@@ -5180,6 +5178,8 @@ export declare class Endpoints {
5180
5178
  readonly id: URL | null;
5181
5179
  protected get _documentLoader(): DocumentLoader | undefined;
5182
5180
  protected get _contextLoader(): DocumentLoader | undefined;
5181
+ protected get _cachedJsonLd(): unknown | undefined;
5182
+ protected set _cachedJsonLd(value: unknown | undefined);
5183
5183
  /**
5184
5184
  * The type URI of {@link Endpoints}: `https://www.w3.org/ns/activitystreams#Endpoints`.
5185
5185
  */
@@ -5291,7 +5291,6 @@ export declare class Endpoints {
5291
5291
  /** Represents any kind of event.
5292
5292
  */
5293
5293
  export declare class Event extends Object {
5294
- #private;
5295
5294
  /**
5296
5295
  * The type URI of {@link Event}: `https://www.w3.org/ns/activitystreams#Event`.
5297
5296
  */
@@ -5442,7 +5441,6 @@ export declare class Event extends Object {
5442
5441
  * inappropriate for any number of reasons.
5443
5442
  */
5444
5443
  export declare class Flag extends Activity {
5445
- #private;
5446
5444
  /**
5447
5445
  * The type URI of {@link Flag}: `https://www.w3.org/ns/activitystreams#Flag`.
5448
5446
  */
@@ -5618,7 +5616,6 @@ export declare class Flag extends Activity {
5618
5616
  * `origin` typically have no defined meaning.
5619
5617
  */
5620
5618
  export declare class Follow extends Activity {
5621
- #private;
5622
5619
  /**
5623
5620
  * The type URI of {@link Follow}: `https://www.w3.org/ns/activitystreams#Follow`.
5624
5621
  */
@@ -6329,6 +6326,8 @@ export declare class Link {
6329
6326
  readonly id: URL | null;
6330
6327
  protected get _documentLoader(): DocumentLoader | undefined;
6331
6328
  protected get _contextLoader(): DocumentLoader | undefined;
6329
+ protected get _cachedJsonLd(): unknown | undefined;
6330
+ protected set _cachedJsonLd(value: unknown | undefined);
6332
6331
  /**
6333
6332
  * The type URI of {@link Link}: `https://www.w3.org/ns/activitystreams#Link`.
6334
6333
  */
@@ -6467,7 +6466,6 @@ export declare class Link {
6467
6466
  * See also <https://swicg.github.io/miscellany/#Hashtag>.
6468
6467
  */
6469
6468
  export declare class Hashtag extends Link {
6470
- #private;
6471
6469
  /**
6472
6470
  * The type URI of {@link Hashtag}: `https://www.w3.org/ns/activitystreams#Hashtag`.
6473
6471
  */
@@ -6546,7 +6544,6 @@ export declare class Hashtag extends Link {
6546
6544
  /** An image document of any kind.
6547
6545
  */
6548
6546
  export declare class Image extends Document {
6549
- #private;
6550
6547
  /**
6551
6548
  * The type URI of {@link Image}: `https://www.w3.org/ns/activitystreams#Image`.
6552
6549
  */
@@ -6701,7 +6698,6 @@ export declare class Image extends Document {
6701
6698
  * the object is being offered.
6702
6699
  */
6703
6700
  export declare class Offer extends Activity {
6704
- #private;
6705
6701
  /**
6706
6702
  * The type URI of {@link Offer}: `https://www.w3.org/ns/activitystreams#Offer`.
6707
6703
  */
@@ -6875,7 +6871,6 @@ export declare class Offer extends Activity {
6875
6871
  * for the `object` to the `target`.
6876
6872
  */
6877
6873
  export declare class Invite extends Offer {
6878
- #private;
6879
6874
  /**
6880
6875
  * The type URI of {@link Invite}: `https://www.w3.org/ns/activitystreams#Invite`.
6881
6876
  */
@@ -7049,7 +7044,6 @@ export declare class Invite extends Offer {
7049
7044
  * The `target` and `origin` typically have no defined meaning.
7050
7045
  */
7051
7046
  export declare class Join extends Activity {
7052
- #private;
7053
7047
  /**
7054
7048
  * The type URI of {@link Join}: `https://www.w3.org/ns/activitystreams#Join`.
7055
7049
  */
@@ -7223,7 +7217,6 @@ export declare class Join extends Activity {
7223
7217
  * The `target` and `origin` typically have no meaning.
7224
7218
  */
7225
7219
  export declare class Leave extends Activity {
7226
- #private;
7227
7220
  /**
7228
7221
  * The type URI of {@link Leave}: `https://www.w3.org/ns/activitystreams#Leave`.
7229
7222
  */
@@ -7397,7 +7390,6 @@ export declare class Leave extends Activity {
7397
7390
  * The `target` and `origin` typically have no defined meaning.
7398
7391
  */
7399
7392
  export declare class Like extends Activity {
7400
- #private;
7401
7393
  /**
7402
7394
  * The type URI of {@link Like}: `https://www.w3.org/ns/activitystreams#Like`.
7403
7395
  */
@@ -7570,7 +7562,6 @@ export declare class Like extends Activity {
7570
7562
  /** Indicates that the `actor` has listened to the `object`.
7571
7563
  */
7572
7564
  export declare class Listen extends Activity {
7573
- #private;
7574
7565
  /**
7575
7566
  * The type URI of {@link Listen}: `https://www.w3.org/ns/activitystreams#Listen`.
7576
7567
  */
@@ -7743,7 +7734,6 @@ export declare class Listen extends Activity {
7743
7734
  /** A specialized {@link Link} that represents an @mention.
7744
7735
  */
7745
7736
  export declare class Mention extends Link {
7746
- #private;
7747
7737
  /**
7748
7738
  * The type URI of {@link Mention}: `https://www.w3.org/ns/activitystreams#Mention`.
7749
7739
  */
@@ -7824,7 +7814,6 @@ export declare class Mention extends Link {
7824
7814
  * either can be determined by context.
7825
7815
  */
7826
7816
  export declare class Move extends Activity {
7827
- #private;
7828
7817
  /**
7829
7818
  * The type URI of {@link Move}: `https://www.w3.org/ns/activitystreams#Move`.
7830
7819
  */
@@ -9049,7 +9038,6 @@ export declare class Organization extends Object {
9049
9038
  /** Represents a Web Page.
9050
9039
  */
9051
9040
  export declare class Page extends Document {
9052
- #private;
9053
9041
  /**
9054
9042
  * The type URI of {@link Page}: `https://www.w3.org/ns/activitystreams#Page`.
9055
9043
  */
@@ -10327,7 +10315,6 @@ export declare class Question extends IntransitiveActivity {
10327
10315
  /** Indicates that the `actor` has read the `object`.
10328
10316
  */
10329
10317
  export declare class Read extends Activity {
10330
- #private;
10331
10318
  /**
10332
10319
  * The type URI of {@link Read}: `https://www.w3.org/ns/activitystreams#Read`.
10333
10320
  */
@@ -10501,7 +10488,6 @@ export declare class Read extends Activity {
10501
10488
  * `origin` typically have no defined meaning.
10502
10489
  */
10503
10490
  export declare class Reject extends Activity {
10504
- #private;
10505
10491
  /**
10506
10492
  * The type URI of {@link Reject}: `https://www.w3.org/ns/activitystreams#Reject`.
10507
10493
  */
@@ -10912,7 +10898,6 @@ export declare class Relationship extends Object {
10912
10898
  * the `origin` indicates the context from which the `object` is being removed.
10913
10899
  */
10914
10900
  export declare class Remove extends Activity {
10915
- #private;
10916
10901
  /**
10917
10902
  * The type URI of {@link Remove}: `https://www.w3.org/ns/activitystreams#Remove`.
10918
10903
  */
@@ -11616,6 +11601,8 @@ export declare class Source {
11616
11601
  readonly id: URL | null;
11617
11602
  protected get _documentLoader(): DocumentLoader | undefined;
11618
11603
  protected get _contextLoader(): DocumentLoader | undefined;
11604
+ protected get _cachedJsonLd(): unknown | undefined;
11605
+ protected set _cachedJsonLd(value: unknown | undefined);
11619
11606
  /**
11620
11607
  * The type URI of {@link Source}: `https://www.w3.org/ns/activitystreams#Source`.
11621
11608
  */
@@ -11690,7 +11677,6 @@ export declare class Source {
11690
11677
  * the acceptance is tentative.
11691
11678
  */
11692
11679
  export declare class TentativeAccept extends Accept {
11693
- #private;
11694
11680
  /**
11695
11681
  * The type URI of {@link TentativeAccept}: `https://www.w3.org/ns/activitystreams#TentativeAccept`.
11696
11682
  */
@@ -11864,7 +11850,6 @@ export declare class TentativeAccept extends Accept {
11864
11850
  * the rejection is considered tentative.
11865
11851
  */
11866
11852
  export declare class TentativeReject extends Reject {
11867
- #private;
11868
11853
  /**
11869
11854
  * The type URI of {@link TentativeReject}: `https://www.w3.org/ns/activitystreams#TentativeReject`.
11870
11855
  */
@@ -12197,7 +12182,6 @@ export declare class Tombstone extends Object {
12197
12182
  * either can be determined by context.
12198
12183
  */
12199
12184
  export declare class Travel extends IntransitiveActivity {
12200
- #private;
12201
12185
  /**
12202
12186
  * The type URI of {@link Travel}: `https://www.w3.org/ns/activitystreams#Travel`.
12203
12187
  */
@@ -12376,7 +12360,6 @@ export declare class Travel extends IntransitiveActivity {
12376
12360
  * The `target` and `origin` typically have no defined meaning.
12377
12361
  */
12378
12362
  export declare class Undo extends Activity {
12379
- #private;
12380
12363
  /**
12381
12364
  * The type URI of {@link Undo}: `https://www.w3.org/ns/activitystreams#Undo`.
12382
12365
  */
@@ -12553,7 +12536,6 @@ export declare class Undo extends Activity {
12553
12536
  * The `target` and `origin` typically have no defined meaning.
12554
12537
  */
12555
12538
  export declare class Update extends Activity {
12556
- #private;
12557
12539
  /**
12558
12540
  * The type URI of {@link Update}: `https://www.w3.org/ns/activitystreams#Update`.
12559
12541
  */
@@ -12726,7 +12708,6 @@ export declare class Update extends Activity {
12726
12708
  /** Represents a video document of any kind.
12727
12709
  */
12728
12710
  export declare class Video extends Document {
12729
- #private;
12730
12711
  /**
12731
12712
  * The type URI of {@link Video}: `https://www.w3.org/ns/activitystreams#Video`.
12732
12713
  */
@@ -12879,7 +12860,6 @@ export declare class Video extends Document {
12879
12860
  /** Indicates that the `actor` has viewed the object.
12880
12861
  */
12881
12862
  export declare class View extends Activity {
12882
- #private;
12883
12863
  /**
12884
12864
  * The type URI of {@link View}: `https://www.w3.org/ns/activitystreams#View`.
12885
12865
  */