@fedify/fedify 1.1.20 → 1.1.22

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 (154) hide show
  1. package/CHANGES.md +66 -0
  2. package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.js +1 -1
  3. package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_constants.js +0 -10
  4. package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/satisfies.js +1 -0
  5. package/esm/federation/handler.js +19 -6
  6. package/esm/nodeinfo/types.js +1 -1
  7. package/esm/runtime/key.js +1 -1
  8. package/esm/sig/http.js +1 -1
  9. package/esm/sig/key.js +4 -1
  10. package/esm/vocab/lookup.js +1 -1
  11. package/esm/vocab/undo.yaml +4 -0
  12. package/esm/vocab/vocab.js +162 -8
  13. package/package.json +1 -1
  14. package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts.map +1 -1
  15. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts.map +1 -1
  16. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts +1 -1
  17. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
  18. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
  19. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts.map +1 -1
  20. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts.map +1 -1
  21. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts.map +1 -1
  22. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts.map +1 -1
  23. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts.map +1 -1
  24. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts.map +1 -1
  25. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts.map +1 -1
  26. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts.map +1 -1
  27. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.d.ts.map +1 -1
  28. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.d.ts.map +1 -1
  29. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.d.ts.map +1 -1
  30. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.d.ts.map +1 -1
  31. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.d.ts.map +1 -1
  32. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_constants.d.ts +0 -4
  33. package/types/deps/jsr.io/@std/semver/1.0.5/_constants.d.ts.map +1 -0
  34. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts.map +1 -1
  35. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts.map +1 -1
  36. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts.map +1 -1
  37. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts.map +1 -1
  38. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts.map +1 -1
  39. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts.map +1 -1
  40. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts.map +1 -1
  41. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts.map +1 -1
  42. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts.map +1 -1
  43. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts.map +1 -1
  44. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts.map +1 -1
  45. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts.map +1 -1
  46. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts.map +1 -1
  47. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts.map +1 -1
  48. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts.map +1 -1
  49. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts.map +1 -1
  50. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts.map +1 -1
  51. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts.map +1 -1
  52. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts.map +1 -1
  53. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
  54. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts.map +1 -1
  55. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts.map +1 -1
  56. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts.map +1 -1
  57. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts.map +1 -1
  58. package/types/deps/jsr.io/@std/semver/1.0.5/satisfies.d.ts.map +1 -0
  59. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts.map +1 -1
  60. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts.map +1 -1
  61. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts.map +1 -1
  62. package/types/federation/handler.d.ts.map +1 -1
  63. package/types/nodeinfo/types.d.ts +1 -1
  64. package/types/sig/key.d.ts.map +1 -1
  65. package/types/vocab/vocab.d.ts.map +1 -1
  66. package/types/deps/jsr.io/@std/semver/1.0.4/_constants.d.ts.map +0 -1
  67. package/types/deps/jsr.io/@std/semver/1.0.4/satisfies.d.ts.map +0 -1
  68. /package/esm/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.js +0 -0
  69. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
  70. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
  71. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
  72. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.js +0 -0
  73. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.js +0 -0
  74. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.js +0 -0
  75. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.js +0 -0
  76. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.js +0 -0
  77. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.js +0 -0
  78. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.js +0 -0
  79. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.js +0 -0
  80. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.js +0 -0
  81. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.js +0 -0
  82. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.js +0 -0
  83. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.js +0 -0
  84. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.js +0 -0
  85. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.js +0 -0
  86. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.js +0 -0
  87. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.js +0 -0
  88. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.js +0 -0
  89. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.js +0 -0
  90. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.js +0 -0
  91. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.js +0 -0
  92. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.js +0 -0
  93. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.js +0 -0
  94. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.js +0 -0
  95. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.js +0 -0
  96. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.js +0 -0
  97. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.js +0 -0
  98. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.js +0 -0
  99. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.js +0 -0
  100. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.js +0 -0
  101. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.js +0 -0
  102. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.js +0 -0
  103. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.js +0 -0
  104. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.js +0 -0
  105. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.js +0 -0
  106. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.js +0 -0
  107. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.js +0 -0
  108. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.js +0 -0
  109. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.js +0 -0
  110. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.js +0 -0
  111. /package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts +0 -0
  112. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
  113. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
  114. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts +0 -0
  115. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts +0 -0
  116. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts +0 -0
  117. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts +0 -0
  118. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts +0 -0
  119. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts +0 -0
  120. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts +0 -0
  121. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts +0 -0
  122. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.d.ts +0 -0
  123. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.d.ts +0 -0
  124. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.d.ts +0 -0
  125. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.d.ts +0 -0
  126. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.d.ts +0 -0
  127. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts +0 -0
  128. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts +0 -0
  129. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts +0 -0
  130. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts +0 -0
  131. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts +0 -0
  132. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts +0 -0
  133. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts +0 -0
  134. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts +0 -0
  135. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts +0 -0
  136. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts +0 -0
  137. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts +0 -0
  138. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts +0 -0
  139. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts +0 -0
  140. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts +0 -0
  141. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts +0 -0
  142. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts +0 -0
  143. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts +0 -0
  144. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts +0 -0
  145. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts +0 -0
  146. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
  147. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts +0 -0
  148. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts +0 -0
  149. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts +0 -0
  150. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts +0 -0
  151. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/satisfies.d.ts +0 -0
  152. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts +0 -0
  153. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts +0 -0
  154. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts +0 -0
@@ -4216,7 +4216,9 @@ export class Object {
4216
4216
  : _219RwDanjScTv5tYCjwGZVCM7KZ9_endTime__array) {
4217
4217
  if (v == null)
4218
4218
  continue;
4219
- _219RwDanjScTv5tYCjwGZVCM7KZ9_endTime.push(dntShim.Temporal.Instant.from(v["@value"]));
4219
+ _219RwDanjScTv5tYCjwGZVCM7KZ9_endTime.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
4220
+ ? v["@value"]
4221
+ : v["@value"] + "Z"));
4220
4222
  }
4221
4223
  instance.#_219RwDanjScTv5tYCjwGZVCM7KZ9_endTime =
4222
4224
  _219RwDanjScTv5tYCjwGZVCM7KZ9_endTime;
@@ -4640,7 +4642,9 @@ export class Object {
4640
4642
  : _5e258TDXtuhaFRPZiGoDfEpjdMr_published__array) {
4641
4643
  if (v == null)
4642
4644
  continue;
4643
- _5e258TDXtuhaFRPZiGoDfEpjdMr_published.push(dntShim.Temporal.Instant.from(v["@value"]));
4645
+ _5e258TDXtuhaFRPZiGoDfEpjdMr_published.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
4646
+ ? v["@value"]
4647
+ : v["@value"] + "Z"));
4644
4648
  }
4645
4649
  instance.#_5e258TDXtuhaFRPZiGoDfEpjdMr_published =
4646
4650
  _5e258TDXtuhaFRPZiGoDfEpjdMr_published;
@@ -4675,7 +4679,9 @@ export class Object {
4675
4679
  : _2w3Jmue4up8iVDUA51WZqomEF438_startTime__array) {
4676
4680
  if (v == null)
4677
4681
  continue;
4678
- _2w3Jmue4up8iVDUA51WZqomEF438_startTime.push(dntShim.Temporal.Instant.from(v["@value"]));
4682
+ _2w3Jmue4up8iVDUA51WZqomEF438_startTime.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
4683
+ ? v["@value"]
4684
+ : v["@value"] + "Z"));
4679
4685
  }
4680
4686
  instance.#_2w3Jmue4up8iVDUA51WZqomEF438_startTime =
4681
4687
  _2w3Jmue4up8iVDUA51WZqomEF438_startTime;
@@ -4805,7 +4811,9 @@ export class Object {
4805
4811
  : _385aB7ySixcf5Un6z3VsWmThgCzQ_updated__array) {
4806
4812
  if (v == null)
4807
4813
  continue;
4808
- _385aB7ySixcf5Un6z3VsWmThgCzQ_updated.push(dntShim.Temporal.Instant.from(v["@value"]));
4814
+ _385aB7ySixcf5Un6z3VsWmThgCzQ_updated.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
4815
+ ? v["@value"]
4816
+ : v["@value"] + "Z"));
4809
4817
  }
4810
4818
  instance.#_385aB7ySixcf5Un6z3VsWmThgCzQ_updated =
4811
4819
  _385aB7ySixcf5Un6z3VsWmThgCzQ_updated;
@@ -5455,10 +5463,12 @@ export class Object {
5455
5463
  }
5456
5464
  return proxy;
5457
5465
  }
5466
+ // @ts-ignore: suppressing TS4127
5458
5467
  [Symbol.for("Deno.customInspect")](inspect, options) {
5459
5468
  const proxy = this._getCustomInspectProxy();
5460
5469
  return "Object " + inspect(proxy, options);
5461
5470
  }
5471
+ // @ts-ignore: suppressing TS4127
5462
5472
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5463
5473
  const proxy = this._getCustomInspectProxy();
5464
5474
  return "Object " + inspect(proxy, options);
@@ -5630,10 +5640,12 @@ export class Emoji extends Object {
5630
5640
  const proxy = super._getCustomInspectProxy();
5631
5641
  return proxy;
5632
5642
  }
5643
+ // @ts-ignore: suppressing TS4127
5633
5644
  [Symbol.for("Deno.customInspect")](inspect, options) {
5634
5645
  const proxy = this._getCustomInspectProxy();
5635
5646
  return "Emoji " + inspect(proxy, options);
5636
5647
  }
5648
+ // @ts-ignore: suppressing TS4127
5637
5649
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5638
5650
  const proxy = this._getCustomInspectProxy();
5639
5651
  return "Emoji " + inspect(proxy, options);
@@ -5930,10 +5942,12 @@ export class ChatMessage extends Object {
5930
5942
  }
5931
5943
  return proxy;
5932
5944
  }
5945
+ // @ts-ignore: suppressing TS4127
5933
5946
  [Symbol.for("Deno.customInspect")](inspect, options) {
5934
5947
  const proxy = this._getCustomInspectProxy();
5935
5948
  return "ChatMessage " + inspect(proxy, options);
5936
5949
  }
5950
+ // @ts-ignore: suppressing TS4127
5937
5951
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5938
5952
  const proxy = this._getCustomInspectProxy();
5939
5953
  return "ChatMessage " + inspect(proxy, options);
@@ -7404,10 +7418,12 @@ export class Activity extends Object {
7404
7418
  }
7405
7419
  return proxy;
7406
7420
  }
7421
+ // @ts-ignore: suppressing TS4127
7407
7422
  [Symbol.for("Deno.customInspect")](inspect, options) {
7408
7423
  const proxy = this._getCustomInspectProxy();
7409
7424
  return "Activity " + inspect(proxy, options);
7410
7425
  }
7426
+ // @ts-ignore: suppressing TS4127
7411
7427
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7412
7428
  const proxy = this._getCustomInspectProxy();
7413
7429
  return "Activity " + inspect(proxy, options);
@@ -7568,10 +7584,12 @@ export class EmojiReact extends Activity {
7568
7584
  const proxy = super._getCustomInspectProxy();
7569
7585
  return proxy;
7570
7586
  }
7587
+ // @ts-ignore: suppressing TS4127
7571
7588
  [Symbol.for("Deno.customInspect")](inspect, options) {
7572
7589
  const proxy = this._getCustomInspectProxy();
7573
7590
  return "EmojiReact " + inspect(proxy, options);
7574
7591
  }
7592
+ // @ts-ignore: suppressing TS4127
7575
7593
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7576
7594
  const proxy = this._getCustomInspectProxy();
7577
7595
  return "EmojiReact " + inspect(proxy, options);
@@ -7936,10 +7954,12 @@ export class PropertyValue {
7936
7954
  }
7937
7955
  return proxy;
7938
7956
  }
7957
+ // @ts-ignore: suppressing TS4127
7939
7958
  [Symbol.for("Deno.customInspect")](inspect, options) {
7940
7959
  const proxy = this._getCustomInspectProxy();
7941
7960
  return "PropertyValue " + inspect(proxy, options);
7942
7961
  }
7962
+ // @ts-ignore: suppressing TS4127
7943
7963
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7944
7964
  const proxy = this._getCustomInspectProxy();
7945
7965
  return "PropertyValue " + inspect(proxy, options);
@@ -8214,10 +8234,12 @@ export class DidService {
8214
8234
  }
8215
8235
  return proxy;
8216
8236
  }
8237
+ // @ts-ignore: suppressing TS4127
8217
8238
  [Symbol.for("Deno.customInspect")](inspect, options) {
8218
8239
  const proxy = this._getCustomInspectProxy();
8219
8240
  return "DidService " + inspect(proxy, options);
8220
8241
  }
8242
+ // @ts-ignore: suppressing TS4127
8221
8243
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8222
8244
  const proxy = this._getCustomInspectProxy();
8223
8245
  return "DidService " + inspect(proxy, options);
@@ -8357,10 +8379,12 @@ export class Export extends DidService {
8357
8379
  const proxy = super._getCustomInspectProxy();
8358
8380
  return proxy;
8359
8381
  }
8382
+ // @ts-ignore: suppressing TS4127
8360
8383
  [Symbol.for("Deno.customInspect")](inspect, options) {
8361
8384
  const proxy = this._getCustomInspectProxy();
8362
8385
  return "Export " + inspect(proxy, options);
8363
8386
  }
8387
+ // @ts-ignore: suppressing TS4127
8364
8388
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8365
8389
  const proxy = this._getCustomInspectProxy();
8366
8390
  return "Export " + inspect(proxy, options);
@@ -8858,7 +8882,9 @@ export class DataIntegrityProof {
8858
8882
  : _3qzP3ukEZoUziK5FEiA1RhU4aqac__array) {
8859
8883
  if (v == null)
8860
8884
  continue;
8861
- _3qzP3ukEZoUziK5FEiA1RhU4aqac.push(dntShim.Temporal.Instant.from(v["@value"]));
8885
+ _3qzP3ukEZoUziK5FEiA1RhU4aqac.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
8886
+ ? v["@value"]
8887
+ : v["@value"] + "Z"));
8862
8888
  }
8863
8889
  instance.#_3qzP3ukEZoUziK5FEiA1RhU4aqac = _3qzP3ukEZoUziK5FEiA1RhU4aqac;
8864
8890
  if (!("_fromSubclass" in options) || !options._fromSubclass) {
@@ -8941,10 +8967,12 @@ export class DataIntegrityProof {
8941
8967
  }
8942
8968
  return proxy;
8943
8969
  }
8970
+ // @ts-ignore: suppressing TS4127
8944
8971
  [Symbol.for("Deno.customInspect")](inspect, options) {
8945
8972
  const proxy = this._getCustomInspectProxy();
8946
8973
  return "DataIntegrityProof " + inspect(proxy, options);
8947
8974
  }
8975
+ // @ts-ignore: suppressing TS4127
8948
8976
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8949
8977
  const proxy = this._getCustomInspectProxy();
8950
8978
  return "DataIntegrityProof " + inspect(proxy, options);
@@ -9427,10 +9455,12 @@ export class CryptographicKey {
9427
9455
  }
9428
9456
  return proxy;
9429
9457
  }
9458
+ // @ts-ignore: suppressing TS4127
9430
9459
  [Symbol.for("Deno.customInspect")](inspect, options) {
9431
9460
  const proxy = this._getCustomInspectProxy();
9432
9461
  return "CryptographicKey " + inspect(proxy, options);
9433
9462
  }
9463
+ // @ts-ignore: suppressing TS4127
9434
9464
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9435
9465
  const proxy = this._getCustomInspectProxy();
9436
9466
  return "CryptographicKey " + inspect(proxy, options);
@@ -9930,10 +9960,12 @@ export class Multikey {
9930
9960
  }
9931
9961
  return proxy;
9932
9962
  }
9963
+ // @ts-ignore: suppressing TS4127
9933
9964
  [Symbol.for("Deno.customInspect")](inspect, options) {
9934
9965
  const proxy = this._getCustomInspectProxy();
9935
9966
  return "Multikey " + inspect(proxy, options);
9936
9967
  }
9968
+ // @ts-ignore: suppressing TS4127
9937
9969
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9938
9970
  const proxy = this._getCustomInspectProxy();
9939
9971
  return "Multikey " + inspect(proxy, options);
@@ -10093,10 +10125,12 @@ export class Accept extends Activity {
10093
10125
  const proxy = super._getCustomInspectProxy();
10094
10126
  return proxy;
10095
10127
  }
10128
+ // @ts-ignore: suppressing TS4127
10096
10129
  [Symbol.for("Deno.customInspect")](inspect, options) {
10097
10130
  const proxy = this._getCustomInspectProxy();
10098
10131
  return "Accept " + inspect(proxy, options);
10099
10132
  }
10133
+ // @ts-ignore: suppressing TS4127
10100
10134
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10101
10135
  const proxy = this._getCustomInspectProxy();
10102
10136
  return "Accept " + inspect(proxy, options);
@@ -10254,10 +10288,12 @@ export class Add extends Activity {
10254
10288
  const proxy = super._getCustomInspectProxy();
10255
10289
  return proxy;
10256
10290
  }
10291
+ // @ts-ignore: suppressing TS4127
10257
10292
  [Symbol.for("Deno.customInspect")](inspect, options) {
10258
10293
  const proxy = this._getCustomInspectProxy();
10259
10294
  return "Add " + inspect(proxy, options);
10260
10295
  }
10296
+ // @ts-ignore: suppressing TS4127
10261
10297
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10262
10298
  const proxy = this._getCustomInspectProxy();
10263
10299
  return "Add " + inspect(proxy, options);
@@ -10426,10 +10462,12 @@ export class Announce extends Activity {
10426
10462
  const proxy = super._getCustomInspectProxy();
10427
10463
  return proxy;
10428
10464
  }
10465
+ // @ts-ignore: suppressing TS4127
10429
10466
  [Symbol.for("Deno.customInspect")](inspect, options) {
10430
10467
  const proxy = this._getCustomInspectProxy();
10431
10468
  return "Announce " + inspect(proxy, options);
10432
10469
  }
10470
+ // @ts-ignore: suppressing TS4127
10433
10471
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10434
10472
  const proxy = this._getCustomInspectProxy();
10435
10473
  return "Announce " + inspect(proxy, options);
@@ -13739,10 +13777,12 @@ export class Application extends Object {
13739
13777
  }
13740
13778
  return proxy;
13741
13779
  }
13780
+ // @ts-ignore: suppressing TS4127
13742
13781
  [Symbol.for("Deno.customInspect")](inspect, options) {
13743
13782
  const proxy = this._getCustomInspectProxy();
13744
13783
  return "Application " + inspect(proxy, options);
13745
13784
  }
13785
+ // @ts-ignore: suppressing TS4127
13746
13786
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
13747
13787
  const proxy = this._getCustomInspectProxy();
13748
13788
  return "Application " + inspect(proxy, options);
@@ -13911,10 +13951,12 @@ export class IntransitiveActivity extends Activity {
13911
13951
  const proxy = super._getCustomInspectProxy();
13912
13952
  return proxy;
13913
13953
  }
13954
+ // @ts-ignore: suppressing TS4127
13914
13955
  [Symbol.for("Deno.customInspect")](inspect, options) {
13915
13956
  const proxy = this._getCustomInspectProxy();
13916
13957
  return "IntransitiveActivity " + inspect(proxy, options);
13917
13958
  }
13959
+ // @ts-ignore: suppressing TS4127
13918
13960
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
13919
13961
  const proxy = this._getCustomInspectProxy();
13920
13962
  return "IntransitiveActivity " + inspect(proxy, options);
@@ -14071,10 +14113,12 @@ export class Arrive extends IntransitiveActivity {
14071
14113
  const proxy = super._getCustomInspectProxy();
14072
14114
  return proxy;
14073
14115
  }
14116
+ // @ts-ignore: suppressing TS4127
14074
14117
  [Symbol.for("Deno.customInspect")](inspect, options) {
14075
14118
  const proxy = this._getCustomInspectProxy();
14076
14119
  return "Arrive " + inspect(proxy, options);
14077
14120
  }
14121
+ // @ts-ignore: suppressing TS4127
14078
14122
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14079
14123
  const proxy = this._getCustomInspectProxy();
14080
14124
  return "Arrive " + inspect(proxy, options);
@@ -14369,10 +14413,12 @@ export class Article extends Object {
14369
14413
  }
14370
14414
  return proxy;
14371
14415
  }
14416
+ // @ts-ignore: suppressing TS4127
14372
14417
  [Symbol.for("Deno.customInspect")](inspect, options) {
14373
14418
  const proxy = this._getCustomInspectProxy();
14374
14419
  return "Article " + inspect(proxy, options);
14375
14420
  }
14421
+ // @ts-ignore: suppressing TS4127
14376
14422
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14377
14423
  const proxy = this._getCustomInspectProxy();
14378
14424
  return "Article " + inspect(proxy, options);
@@ -14717,10 +14763,12 @@ export class Document extends Object {
14717
14763
  }
14718
14764
  return proxy;
14719
14765
  }
14766
+ // @ts-ignore: suppressing TS4127
14720
14767
  [Symbol.for("Deno.customInspect")](inspect, options) {
14721
14768
  const proxy = this._getCustomInspectProxy();
14722
14769
  return "Document " + inspect(proxy, options);
14723
14770
  }
14771
+ // @ts-ignore: suppressing TS4127
14724
14772
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14725
14773
  const proxy = this._getCustomInspectProxy();
14726
14774
  return "Document " + inspect(proxy, options);
@@ -14891,10 +14939,12 @@ export class Audio extends Document {
14891
14939
  const proxy = super._getCustomInspectProxy();
14892
14940
  return proxy;
14893
14941
  }
14942
+ // @ts-ignore: suppressing TS4127
14894
14943
  [Symbol.for("Deno.customInspect")](inspect, options) {
14895
14944
  const proxy = this._getCustomInspectProxy();
14896
14945
  return "Audio " + inspect(proxy, options);
14897
14946
  }
14947
+ // @ts-ignore: suppressing TS4127
14898
14948
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14899
14949
  const proxy = this._getCustomInspectProxy();
14900
14950
  return "Audio " + inspect(proxy, options);
@@ -15053,10 +15103,12 @@ export class Ignore extends Activity {
15053
15103
  const proxy = super._getCustomInspectProxy();
15054
15104
  return proxy;
15055
15105
  }
15106
+ // @ts-ignore: suppressing TS4127
15056
15107
  [Symbol.for("Deno.customInspect")](inspect, options) {
15057
15108
  const proxy = this._getCustomInspectProxy();
15058
15109
  return "Ignore " + inspect(proxy, options);
15059
15110
  }
15111
+ // @ts-ignore: suppressing TS4127
15060
15112
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15061
15113
  const proxy = this._getCustomInspectProxy();
15062
15114
  return "Ignore " + inspect(proxy, options);
@@ -15214,10 +15266,12 @@ export class Block extends Ignore {
15214
15266
  const proxy = super._getCustomInspectProxy();
15215
15267
  return proxy;
15216
15268
  }
15269
+ // @ts-ignore: suppressing TS4127
15217
15270
  [Symbol.for("Deno.customInspect")](inspect, options) {
15218
15271
  const proxy = this._getCustomInspectProxy();
15219
15272
  return "Block " + inspect(proxy, options);
15220
15273
  }
15274
+ // @ts-ignore: suppressing TS4127
15221
15275
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15222
15276
  const proxy = this._getCustomInspectProxy();
15223
15277
  return "Block " + inspect(proxy, options);
@@ -16141,10 +16195,12 @@ export class Collection extends Object {
16141
16195
  }
16142
16196
  return proxy;
16143
16197
  }
16198
+ // @ts-ignore: suppressing TS4127
16144
16199
  [Symbol.for("Deno.customInspect")](inspect, options) {
16145
16200
  const proxy = this._getCustomInspectProxy();
16146
16201
  return "Collection " + inspect(proxy, options);
16147
16202
  }
16203
+ // @ts-ignore: suppressing TS4127
16148
16204
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16149
16205
  const proxy = this._getCustomInspectProxy();
16150
16206
  return "Collection " + inspect(proxy, options);
@@ -16744,10 +16800,12 @@ export class CollectionPage extends Collection {
16744
16800
  }
16745
16801
  return proxy;
16746
16802
  }
16803
+ // @ts-ignore: suppressing TS4127
16747
16804
  [Symbol.for("Deno.customInspect")](inspect, options) {
16748
16805
  const proxy = this._getCustomInspectProxy();
16749
16806
  return "CollectionPage " + inspect(proxy, options);
16750
16807
  }
16808
+ // @ts-ignore: suppressing TS4127
16751
16809
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16752
16810
  const proxy = this._getCustomInspectProxy();
16753
16811
  return "CollectionPage " + inspect(proxy, options);
@@ -16916,10 +16974,12 @@ export class Create extends Activity {
16916
16974
  const proxy = super._getCustomInspectProxy();
16917
16975
  return proxy;
16918
16976
  }
16977
+ // @ts-ignore: suppressing TS4127
16919
16978
  [Symbol.for("Deno.customInspect")](inspect, options) {
16920
16979
  const proxy = this._getCustomInspectProxy();
16921
16980
  return "Create " + inspect(proxy, options);
16922
16981
  }
16982
+ // @ts-ignore: suppressing TS4127
16923
16983
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16924
16984
  const proxy = this._getCustomInspectProxy();
16925
16985
  return "Create " + inspect(proxy, options);
@@ -17088,10 +17148,12 @@ export class Delete extends Activity {
17088
17148
  const proxy = super._getCustomInspectProxy();
17089
17149
  return proxy;
17090
17150
  }
17151
+ // @ts-ignore: suppressing TS4127
17091
17152
  [Symbol.for("Deno.customInspect")](inspect, options) {
17092
17153
  const proxy = this._getCustomInspectProxy();
17093
17154
  return "Delete " + inspect(proxy, options);
17094
17155
  }
17156
+ // @ts-ignore: suppressing TS4127
17095
17157
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17096
17158
  const proxy = this._getCustomInspectProxy();
17097
17159
  return "Delete " + inspect(proxy, options);
@@ -17247,10 +17309,12 @@ export class Dislike extends Activity {
17247
17309
  const proxy = super._getCustomInspectProxy();
17248
17310
  return proxy;
17249
17311
  }
17312
+ // @ts-ignore: suppressing TS4127
17250
17313
  [Symbol.for("Deno.customInspect")](inspect, options) {
17251
17314
  const proxy = this._getCustomInspectProxy();
17252
17315
  return "Dislike " + inspect(proxy, options);
17253
17316
  }
17317
+ // @ts-ignore: suppressing TS4127
17254
17318
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17255
17319
  const proxy = this._getCustomInspectProxy();
17256
17320
  return "Dislike " + inspect(proxy, options);
@@ -17919,10 +17983,12 @@ export class Endpoints {
17919
17983
  }
17920
17984
  return proxy;
17921
17985
  }
17986
+ // @ts-ignore: suppressing TS4127
17922
17987
  [Symbol.for("Deno.customInspect")](inspect, options) {
17923
17988
  const proxy = this._getCustomInspectProxy();
17924
17989
  return "Endpoints " + inspect(proxy, options);
17925
17990
  }
17991
+ // @ts-ignore: suppressing TS4127
17926
17992
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17927
17993
  const proxy = this._getCustomInspectProxy();
17928
17994
  return "Endpoints " + inspect(proxy, options);
@@ -18093,10 +18159,12 @@ export class Event extends Object {
18093
18159
  const proxy = super._getCustomInspectProxy();
18094
18160
  return proxy;
18095
18161
  }
18162
+ // @ts-ignore: suppressing TS4127
18096
18163
  [Symbol.for("Deno.customInspect")](inspect, options) {
18097
18164
  const proxy = this._getCustomInspectProxy();
18098
18165
  return "Event " + inspect(proxy, options);
18099
18166
  }
18167
+ // @ts-ignore: suppressing TS4127
18100
18168
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18101
18169
  const proxy = this._getCustomInspectProxy();
18102
18170
  return "Event " + inspect(proxy, options);
@@ -18253,10 +18321,12 @@ export class Flag extends Activity {
18253
18321
  const proxy = super._getCustomInspectProxy();
18254
18322
  return proxy;
18255
18323
  }
18324
+ // @ts-ignore: suppressing TS4127
18256
18325
  [Symbol.for("Deno.customInspect")](inspect, options) {
18257
18326
  const proxy = this._getCustomInspectProxy();
18258
18327
  return "Flag " + inspect(proxy, options);
18259
18328
  }
18329
+ // @ts-ignore: suppressing TS4127
18260
18330
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18261
18331
  const proxy = this._getCustomInspectProxy();
18262
18332
  return "Flag " + inspect(proxy, options);
@@ -18417,10 +18487,12 @@ export class Follow extends Activity {
18417
18487
  const proxy = super._getCustomInspectProxy();
18418
18488
  return proxy;
18419
18489
  }
18490
+ // @ts-ignore: suppressing TS4127
18420
18491
  [Symbol.for("Deno.customInspect")](inspect, options) {
18421
18492
  const proxy = this._getCustomInspectProxy();
18422
18493
  return "Follow " + inspect(proxy, options);
18423
18494
  }
18495
+ // @ts-ignore: suppressing TS4127
18424
18496
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18425
18497
  const proxy = this._getCustomInspectProxy();
18426
18498
  return "Follow " + inspect(proxy, options);
@@ -21730,10 +21802,12 @@ export class Group extends Object {
21730
21802
  }
21731
21803
  return proxy;
21732
21804
  }
21805
+ // @ts-ignore: suppressing TS4127
21733
21806
  [Symbol.for("Deno.customInspect")](inspect, options) {
21734
21807
  const proxy = this._getCustomInspectProxy();
21735
21808
  return "Group " + inspect(proxy, options);
21736
21809
  }
21810
+ // @ts-ignore: suppressing TS4127
21737
21811
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
21738
21812
  const proxy = this._getCustomInspectProxy();
21739
21813
  return "Group " + inspect(proxy, options);
@@ -22799,10 +22873,12 @@ export class Link {
22799
22873
  }
22800
22874
  return proxy;
22801
22875
  }
22876
+ // @ts-ignore: suppressing TS4127
22802
22877
  [Symbol.for("Deno.customInspect")](inspect, options) {
22803
22878
  const proxy = this._getCustomInspectProxy();
22804
22879
  return "Link " + inspect(proxy, options);
22805
22880
  }
22881
+ // @ts-ignore: suppressing TS4127
22806
22882
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22807
22883
  const proxy = this._getCustomInspectProxy();
22808
22884
  return "Link " + inspect(proxy, options);
@@ -22961,10 +23037,12 @@ export class Hashtag extends Link {
22961
23037
  const proxy = super._getCustomInspectProxy();
22962
23038
  return proxy;
22963
23039
  }
23040
+ // @ts-ignore: suppressing TS4127
22964
23041
  [Symbol.for("Deno.customInspect")](inspect, options) {
22965
23042
  const proxy = this._getCustomInspectProxy();
22966
23043
  return "Hashtag " + inspect(proxy, options);
22967
23044
  }
23045
+ // @ts-ignore: suppressing TS4127
22968
23046
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22969
23047
  const proxy = this._getCustomInspectProxy();
22970
23048
  return "Hashtag " + inspect(proxy, options);
@@ -23129,10 +23207,12 @@ export class Image extends Document {
23129
23207
  const proxy = super._getCustomInspectProxy();
23130
23208
  return proxy;
23131
23209
  }
23210
+ // @ts-ignore: suppressing TS4127
23132
23211
  [Symbol.for("Deno.customInspect")](inspect, options) {
23133
23212
  const proxy = this._getCustomInspectProxy();
23134
23213
  return "Image " + inspect(proxy, options);
23135
23214
  }
23215
+ // @ts-ignore: suppressing TS4127
23136
23216
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23137
23217
  const proxy = this._getCustomInspectProxy();
23138
23218
  return "Image " + inspect(proxy, options);
@@ -23292,10 +23372,12 @@ export class Offer extends Activity {
23292
23372
  const proxy = super._getCustomInspectProxy();
23293
23373
  return proxy;
23294
23374
  }
23375
+ // @ts-ignore: suppressing TS4127
23295
23376
  [Symbol.for("Deno.customInspect")](inspect, options) {
23296
23377
  const proxy = this._getCustomInspectProxy();
23297
23378
  return "Offer " + inspect(proxy, options);
23298
23379
  }
23380
+ // @ts-ignore: suppressing TS4127
23299
23381
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23300
23382
  const proxy = this._getCustomInspectProxy();
23301
23383
  return "Offer " + inspect(proxy, options);
@@ -23451,10 +23533,12 @@ export class Invite extends Offer {
23451
23533
  const proxy = super._getCustomInspectProxy();
23452
23534
  return proxy;
23453
23535
  }
23536
+ // @ts-ignore: suppressing TS4127
23454
23537
  [Symbol.for("Deno.customInspect")](inspect, options) {
23455
23538
  const proxy = this._getCustomInspectProxy();
23456
23539
  return "Invite " + inspect(proxy, options);
23457
23540
  }
23541
+ // @ts-ignore: suppressing TS4127
23458
23542
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23459
23543
  const proxy = this._getCustomInspectProxy();
23460
23544
  return "Invite " + inspect(proxy, options);
@@ -23610,10 +23694,12 @@ export class Join extends Activity {
23610
23694
  const proxy = super._getCustomInspectProxy();
23611
23695
  return proxy;
23612
23696
  }
23697
+ // @ts-ignore: suppressing TS4127
23613
23698
  [Symbol.for("Deno.customInspect")](inspect, options) {
23614
23699
  const proxy = this._getCustomInspectProxy();
23615
23700
  return "Join " + inspect(proxy, options);
23616
23701
  }
23702
+ // @ts-ignore: suppressing TS4127
23617
23703
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23618
23704
  const proxy = this._getCustomInspectProxy();
23619
23705
  return "Join " + inspect(proxy, options);
@@ -23769,10 +23855,12 @@ export class Leave extends Activity {
23769
23855
  const proxy = super._getCustomInspectProxy();
23770
23856
  return proxy;
23771
23857
  }
23858
+ // @ts-ignore: suppressing TS4127
23772
23859
  [Symbol.for("Deno.customInspect")](inspect, options) {
23773
23860
  const proxy = this._getCustomInspectProxy();
23774
23861
  return "Leave " + inspect(proxy, options);
23775
23862
  }
23863
+ // @ts-ignore: suppressing TS4127
23776
23864
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23777
23865
  const proxy = this._getCustomInspectProxy();
23778
23866
  return "Leave " + inspect(proxy, options);
@@ -23929,10 +24017,12 @@ export class Like extends Activity {
23929
24017
  const proxy = super._getCustomInspectProxy();
23930
24018
  return proxy;
23931
24019
  }
24020
+ // @ts-ignore: suppressing TS4127
23932
24021
  [Symbol.for("Deno.customInspect")](inspect, options) {
23933
24022
  const proxy = this._getCustomInspectProxy();
23934
24023
  return "Like " + inspect(proxy, options);
23935
24024
  }
24025
+ // @ts-ignore: suppressing TS4127
23936
24026
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23937
24027
  const proxy = this._getCustomInspectProxy();
23938
24028
  return "Like " + inspect(proxy, options);
@@ -24087,10 +24177,12 @@ export class Listen extends Activity {
24087
24177
  const proxy = super._getCustomInspectProxy();
24088
24178
  return proxy;
24089
24179
  }
24180
+ // @ts-ignore: suppressing TS4127
24090
24181
  [Symbol.for("Deno.customInspect")](inspect, options) {
24091
24182
  const proxy = this._getCustomInspectProxy();
24092
24183
  return "Listen " + inspect(proxy, options);
24093
24184
  }
24185
+ // @ts-ignore: suppressing TS4127
24094
24186
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24095
24187
  const proxy = this._getCustomInspectProxy();
24096
24188
  return "Listen " + inspect(proxy, options);
@@ -24244,10 +24336,12 @@ export class Mention extends Link {
24244
24336
  const proxy = super._getCustomInspectProxy();
24245
24337
  return proxy;
24246
24338
  }
24339
+ // @ts-ignore: suppressing TS4127
24247
24340
  [Symbol.for("Deno.customInspect")](inspect, options) {
24248
24341
  const proxy = this._getCustomInspectProxy();
24249
24342
  return "Mention " + inspect(proxy, options);
24250
24343
  }
24344
+ // @ts-ignore: suppressing TS4127
24251
24345
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24252
24346
  const proxy = this._getCustomInspectProxy();
24253
24347
  return "Mention " + inspect(proxy, options);
@@ -24404,10 +24498,12 @@ export class Move extends Activity {
24404
24498
  const proxy = super._getCustomInspectProxy();
24405
24499
  return proxy;
24406
24500
  }
24501
+ // @ts-ignore: suppressing TS4127
24407
24502
  [Symbol.for("Deno.customInspect")](inspect, options) {
24408
24503
  const proxy = this._getCustomInspectProxy();
24409
24504
  return "Move " + inspect(proxy, options);
24410
24505
  }
24506
+ // @ts-ignore: suppressing TS4127
24411
24507
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24412
24508
  const proxy = this._getCustomInspectProxy();
24413
24509
  return "Move " + inspect(proxy, options);
@@ -24703,10 +24799,12 @@ export class Note extends Object {
24703
24799
  }
24704
24800
  return proxy;
24705
24801
  }
24802
+ // @ts-ignore: suppressing TS4127
24706
24803
  [Symbol.for("Deno.customInspect")](inspect, options) {
24707
24804
  const proxy = this._getCustomInspectProxy();
24708
24805
  return "Note " + inspect(proxy, options);
24709
24806
  }
24807
+ // @ts-ignore: suppressing TS4127
24710
24808
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24711
24809
  const proxy = this._getCustomInspectProxy();
24712
24810
  return "Note " + inspect(proxy, options);
@@ -25121,10 +25219,12 @@ export class OrderedCollection extends Collection {
25121
25219
  }
25122
25220
  return proxy;
25123
25221
  }
25222
+ // @ts-ignore: suppressing TS4127
25124
25223
  [Symbol.for("Deno.customInspect")](inspect, options) {
25125
25224
  const proxy = this._getCustomInspectProxy();
25126
25225
  return "OrderedCollection " + inspect(proxy, options);
25127
25226
  }
25227
+ // @ts-ignore: suppressing TS4127
25128
25228
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25129
25229
  const proxy = this._getCustomInspectProxy();
25130
25230
  return "OrderedCollection " + inspect(proxy, options);
@@ -25621,10 +25721,12 @@ export class OrderedCollectionPage extends CollectionPage {
25621
25721
  }
25622
25722
  return proxy;
25623
25723
  }
25724
+ // @ts-ignore: suppressing TS4127
25624
25725
  [Symbol.for("Deno.customInspect")](inspect, options) {
25625
25726
  const proxy = this._getCustomInspectProxy();
25626
25727
  return "OrderedCollectionPage " + inspect(proxy, options);
25627
25728
  }
25729
+ // @ts-ignore: suppressing TS4127
25628
25730
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25629
25731
  const proxy = this._getCustomInspectProxy();
25630
25732
  return "OrderedCollectionPage " + inspect(proxy, options);
@@ -28934,10 +29036,12 @@ export class Organization extends Object {
28934
29036
  }
28935
29037
  return proxy;
28936
29038
  }
29039
+ // @ts-ignore: suppressing TS4127
28937
29040
  [Symbol.for("Deno.customInspect")](inspect, options) {
28938
29041
  const proxy = this._getCustomInspectProxy();
28939
29042
  return "Organization " + inspect(proxy, options);
28940
29043
  }
29044
+ // @ts-ignore: suppressing TS4127
28941
29045
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
28942
29046
  const proxy = this._getCustomInspectProxy();
28943
29047
  return "Organization " + inspect(proxy, options);
@@ -29109,10 +29213,12 @@ export class Page extends Document {
29109
29213
  const proxy = super._getCustomInspectProxy();
29110
29214
  return proxy;
29111
29215
  }
29216
+ // @ts-ignore: suppressing TS4127
29112
29217
  [Symbol.for("Deno.customInspect")](inspect, options) {
29113
29218
  const proxy = this._getCustomInspectProxy();
29114
29219
  return "Page " + inspect(proxy, options);
29115
29220
  }
29221
+ // @ts-ignore: suppressing TS4127
29116
29222
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
29117
29223
  const proxy = this._getCustomInspectProxy();
29118
29224
  return "Page " + inspect(proxy, options);
@@ -32422,10 +32528,12 @@ export class Person extends Object {
32422
32528
  }
32423
32529
  return proxy;
32424
32530
  }
32531
+ // @ts-ignore: suppressing TS4127
32425
32532
  [Symbol.for("Deno.customInspect")](inspect, options) {
32426
32533
  const proxy = this._getCustomInspectProxy();
32427
32534
  return "Person " + inspect(proxy, options);
32428
32535
  }
32536
+ // @ts-ignore: suppressing TS4127
32429
32537
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
32430
32538
  const proxy = this._getCustomInspectProxy();
32431
32539
  return "Person " + inspect(proxy, options);
@@ -33096,10 +33204,12 @@ export class Place extends Object {
33096
33204
  }
33097
33205
  return proxy;
33098
33206
  }
33207
+ // @ts-ignore: suppressing TS4127
33099
33208
  [Symbol.for("Deno.customInspect")](inspect, options) {
33100
33209
  const proxy = this._getCustomInspectProxy();
33101
33210
  return "Place " + inspect(proxy, options);
33102
33211
  }
33212
+ // @ts-ignore: suppressing TS4127
33103
33213
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
33104
33214
  const proxy = this._getCustomInspectProxy();
33105
33215
  return "Place " + inspect(proxy, options);
@@ -33412,10 +33522,12 @@ export class Profile extends Object {
33412
33522
  }
33413
33523
  return proxy;
33414
33524
  }
33525
+ // @ts-ignore: suppressing TS4127
33415
33526
  [Symbol.for("Deno.customInspect")](inspect, options) {
33416
33527
  const proxy = this._getCustomInspectProxy();
33417
33528
  return "Profile " + inspect(proxy, options);
33418
33529
  }
33530
+ // @ts-ignore: suppressing TS4127
33419
33531
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
33420
33532
  const proxy = this._getCustomInspectProxy();
33421
33533
  return "Profile " + inspect(proxy, options);
@@ -33953,8 +34065,12 @@ export class Question extends IntransitiveActivity {
33953
34065
  continue;
33954
34066
  const decoded = typeof v === "object" && "@type" in v &&
33955
34067
  "@value" in v && typeof v["@value"] === "string" &&
33956
- v["@type"] === "http://www.w3.org/2001/XMLSchema#dateTime"
33957
- ? dntShim.Temporal.Instant.from(v["@value"])
34068
+ v["@type"] === "http://www.w3.org/2001/XMLSchema#dateTime" &&
34069
+ // Check if the value is a valid RFC 3339 date-time string
34070
+ new Date(v["@value"]).toString() !== "Invalid Date"
34071
+ ? dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
34072
+ ? v["@value"]
34073
+ : v["@value"] + "Z")
33958
34074
  : typeof v === "object" && "@value" in v &&
33959
34075
  typeof v["@value"] === "boolean"
33960
34076
  ? v["@value"]
@@ -34081,10 +34197,12 @@ export class Question extends IntransitiveActivity {
34081
34197
  }
34082
34198
  return proxy;
34083
34199
  }
34200
+ // @ts-ignore: suppressing TS4127
34084
34201
  [Symbol.for("Deno.customInspect")](inspect, options) {
34085
34202
  const proxy = this._getCustomInspectProxy();
34086
34203
  return "Question " + inspect(proxy, options);
34087
34204
  }
34205
+ // @ts-ignore: suppressing TS4127
34088
34206
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34089
34207
  const proxy = this._getCustomInspectProxy();
34090
34208
  return "Question " + inspect(proxy, options);
@@ -34239,10 +34357,12 @@ export class Read extends Activity {
34239
34357
  const proxy = super._getCustomInspectProxy();
34240
34358
  return proxy;
34241
34359
  }
34360
+ // @ts-ignore: suppressing TS4127
34242
34361
  [Symbol.for("Deno.customInspect")](inspect, options) {
34243
34362
  const proxy = this._getCustomInspectProxy();
34244
34363
  return "Read " + inspect(proxy, options);
34245
34364
  }
34365
+ // @ts-ignore: suppressing TS4127
34246
34366
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34247
34367
  const proxy = this._getCustomInspectProxy();
34248
34368
  return "Read " + inspect(proxy, options);
@@ -34401,10 +34521,12 @@ export class Reject extends Activity {
34401
34521
  const proxy = super._getCustomInspectProxy();
34402
34522
  return proxy;
34403
34523
  }
34524
+ // @ts-ignore: suppressing TS4127
34404
34525
  [Symbol.for("Deno.customInspect")](inspect, options) {
34405
34526
  const proxy = this._getCustomInspectProxy();
34406
34527
  return "Reject " + inspect(proxy, options);
34407
34528
  }
34529
+ // @ts-ignore: suppressing TS4127
34408
34530
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34409
34531
  const proxy = this._getCustomInspectProxy();
34410
34532
  return "Reject " + inspect(proxy, options);
@@ -35134,10 +35256,12 @@ export class Relationship extends Object {
35134
35256
  }
35135
35257
  return proxy;
35136
35258
  }
35259
+ // @ts-ignore: suppressing TS4127
35137
35260
  [Symbol.for("Deno.customInspect")](inspect, options) {
35138
35261
  const proxy = this._getCustomInspectProxy();
35139
35262
  return "Relationship " + inspect(proxy, options);
35140
35263
  }
35264
+ // @ts-ignore: suppressing TS4127
35141
35265
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35142
35266
  const proxy = this._getCustomInspectProxy();
35143
35267
  return "Relationship " + inspect(proxy, options);
@@ -35293,10 +35417,12 @@ export class Remove extends Activity {
35293
35417
  const proxy = super._getCustomInspectProxy();
35294
35418
  return proxy;
35295
35419
  }
35420
+ // @ts-ignore: suppressing TS4127
35296
35421
  [Symbol.for("Deno.customInspect")](inspect, options) {
35297
35422
  const proxy = this._getCustomInspectProxy();
35298
35423
  return "Remove " + inspect(proxy, options);
35299
35424
  }
35425
+ // @ts-ignore: suppressing TS4127
35300
35426
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35301
35427
  const proxy = this._getCustomInspectProxy();
35302
35428
  return "Remove " + inspect(proxy, options);
@@ -38606,10 +38732,12 @@ export class Service extends Object {
38606
38732
  }
38607
38733
  return proxy;
38608
38734
  }
38735
+ // @ts-ignore: suppressing TS4127
38609
38736
  [Symbol.for("Deno.customInspect")](inspect, options) {
38610
38737
  const proxy = this._getCustomInspectProxy();
38611
38738
  return "Service " + inspect(proxy, options);
38612
38739
  }
38740
+ // @ts-ignore: suppressing TS4127
38613
38741
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
38614
38742
  const proxy = this._getCustomInspectProxy();
38615
38743
  return "Service " + inspect(proxy, options);
@@ -38990,10 +39118,12 @@ export class Source {
38990
39118
  }
38991
39119
  return proxy;
38992
39120
  }
39121
+ // @ts-ignore: suppressing TS4127
38993
39122
  [Symbol.for("Deno.customInspect")](inspect, options) {
38994
39123
  const proxy = this._getCustomInspectProxy();
38995
39124
  return "Source " + inspect(proxy, options);
38996
39125
  }
39126
+ // @ts-ignore: suppressing TS4127
38997
39127
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
38998
39128
  const proxy = this._getCustomInspectProxy();
38999
39129
  return "Source " + inspect(proxy, options);
@@ -39149,10 +39279,12 @@ export class TentativeAccept extends Accept {
39149
39279
  const proxy = super._getCustomInspectProxy();
39150
39280
  return proxy;
39151
39281
  }
39282
+ // @ts-ignore: suppressing TS4127
39152
39283
  [Symbol.for("Deno.customInspect")](inspect, options) {
39153
39284
  const proxy = this._getCustomInspectProxy();
39154
39285
  return "TentativeAccept " + inspect(proxy, options);
39155
39286
  }
39287
+ // @ts-ignore: suppressing TS4127
39156
39288
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39157
39289
  const proxy = this._getCustomInspectProxy();
39158
39290
  return "TentativeAccept " + inspect(proxy, options);
@@ -39308,10 +39440,12 @@ export class TentativeReject extends Reject {
39308
39440
  const proxy = super._getCustomInspectProxy();
39309
39441
  return proxy;
39310
39442
  }
39443
+ // @ts-ignore: suppressing TS4127
39311
39444
  [Symbol.for("Deno.customInspect")](inspect, options) {
39312
39445
  const proxy = this._getCustomInspectProxy();
39313
39446
  return "TentativeReject " + inspect(proxy, options);
39314
39447
  }
39448
+ // @ts-ignore: suppressing TS4127
39315
39449
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39316
39450
  const proxy = this._getCustomInspectProxy();
39317
39451
  return "TentativeReject " + inspect(proxy, options);
@@ -39533,7 +39667,9 @@ export class Tombstone extends Object {
39533
39667
  : _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted__array) {
39534
39668
  if (v == null)
39535
39669
  continue;
39536
- _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.push(dntShim.Temporal.Instant.from(v["@value"]));
39670
+ _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
39671
+ ? v["@value"]
39672
+ : v["@value"] + "Z"));
39537
39673
  }
39538
39674
  instance.#_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted =
39539
39675
  _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted;
@@ -39563,10 +39699,12 @@ export class Tombstone extends Object {
39563
39699
  }
39564
39700
  return proxy;
39565
39701
  }
39702
+ // @ts-ignore: suppressing TS4127
39566
39703
  [Symbol.for("Deno.customInspect")](inspect, options) {
39567
39704
  const proxy = this._getCustomInspectProxy();
39568
39705
  return "Tombstone " + inspect(proxy, options);
39569
39706
  }
39707
+ // @ts-ignore: suppressing TS4127
39570
39708
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39571
39709
  const proxy = this._getCustomInspectProxy();
39572
39710
  return "Tombstone " + inspect(proxy, options);
@@ -39724,10 +39862,12 @@ export class Travel extends IntransitiveActivity {
39724
39862
  const proxy = super._getCustomInspectProxy();
39725
39863
  return proxy;
39726
39864
  }
39865
+ // @ts-ignore: suppressing TS4127
39727
39866
  [Symbol.for("Deno.customInspect")](inspect, options) {
39728
39867
  const proxy = this._getCustomInspectProxy();
39729
39868
  return "Travel " + inspect(proxy, options);
39730
39869
  }
39870
+ // @ts-ignore: suppressing TS4127
39731
39871
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39732
39872
  const proxy = this._getCustomInspectProxy();
39733
39873
  return "Travel " + inspect(proxy, options);
@@ -39810,6 +39950,12 @@ export class Undo extends Activity {
39810
39950
  "https://w3id.org/security/data-integrity/v1",
39811
39951
  "https://www.w3.org/ns/did/v1",
39812
39952
  "https://w3id.org/security/multikey/v1",
39953
+ {
39954
+ "litepub": "http://litepub.social/ns#",
39955
+ "toot": "http://joinmastodon.org/ns#",
39956
+ "EmojiReact": "litepub:EmojiReact",
39957
+ "Emoji": "toot:Emoji",
39958
+ },
39813
39959
  ];
39814
39960
  const compacted = await jsonld.compact(values, docContext, { documentLoader: options.contextLoader });
39815
39961
  if (docContext != null) {
@@ -39891,10 +40037,12 @@ export class Undo extends Activity {
39891
40037
  const proxy = super._getCustomInspectProxy();
39892
40038
  return proxy;
39893
40039
  }
40040
+ // @ts-ignore: suppressing TS4127
39894
40041
  [Symbol.for("Deno.customInspect")](inspect, options) {
39895
40042
  const proxy = this._getCustomInspectProxy();
39896
40043
  return "Undo " + inspect(proxy, options);
39897
40044
  }
40045
+ // @ts-ignore: suppressing TS4127
39898
40046
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39899
40047
  const proxy = this._getCustomInspectProxy();
39900
40048
  return "Undo " + inspect(proxy, options);
@@ -40079,10 +40227,12 @@ export class Update extends Activity {
40079
40227
  const proxy = super._getCustomInspectProxy();
40080
40228
  return proxy;
40081
40229
  }
40230
+ // @ts-ignore: suppressing TS4127
40082
40231
  [Symbol.for("Deno.customInspect")](inspect, options) {
40083
40232
  const proxy = this._getCustomInspectProxy();
40084
40233
  return "Update " + inspect(proxy, options);
40085
40234
  }
40235
+ // @ts-ignore: suppressing TS4127
40086
40236
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40087
40237
  const proxy = this._getCustomInspectProxy();
40088
40238
  return "Update " + inspect(proxy, options);
@@ -40253,10 +40403,12 @@ export class Video extends Document {
40253
40403
  const proxy = super._getCustomInspectProxy();
40254
40404
  return proxy;
40255
40405
  }
40406
+ // @ts-ignore: suppressing TS4127
40256
40407
  [Symbol.for("Deno.customInspect")](inspect, options) {
40257
40408
  const proxy = this._getCustomInspectProxy();
40258
40409
  return "Video " + inspect(proxy, options);
40259
40410
  }
40411
+ // @ts-ignore: suppressing TS4127
40260
40412
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40261
40413
  const proxy = this._getCustomInspectProxy();
40262
40414
  return "Video " + inspect(proxy, options);
@@ -40411,10 +40563,12 @@ export class View extends Activity {
40411
40563
  const proxy = super._getCustomInspectProxy();
40412
40564
  return proxy;
40413
40565
  }
40566
+ // @ts-ignore: suppressing TS4127
40414
40567
  [Symbol.for("Deno.customInspect")](inspect, options) {
40415
40568
  const proxy = this._getCustomInspectProxy();
40416
40569
  return "View " + inspect(proxy, options);
40417
40570
  }
40571
+ // @ts-ignore: suppressing TS4127
40418
40572
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40419
40573
  const proxy = this._getCustomInspectProxy();
40420
40574
  return "View " + inspect(proxy, options);