@fedify/fedify 1.3.7 → 1.3.9

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 (99) hide show
  1. package/CHANGES.md +106 -0
  2. package/esm/deno.js +1 -1
  3. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_constants.js +1 -1
  4. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_shared.js +1 -1
  5. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_test_comparator_set.js +1 -1
  6. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/can_parse.js +1 -1
  7. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/equals.js +1 -1
  8. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format_range.js +1 -1
  9. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than.js +1 -1
  10. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than_range.js +1 -1
  11. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/increment.js +1 -1
  12. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_semver.js +1 -1
  13. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than_range.js +1 -1
  14. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/mod.js +1 -1
  15. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse_range.js +7 -9
  16. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/range_intersects.js +1 -1
  17. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/satisfies.js +1 -1
  18. package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse_range.js +1 -1
  19. package/esm/deps/jsr.io/@std/semver/1.0.4/types.js +3 -0
  20. package/esm/nodeinfo/client.js +1 -1
  21. package/esm/nodeinfo/mod.js +1 -1
  22. package/esm/nodeinfo/types.js +1 -1
  23. package/esm/vocab/vocab.js +320 -173
  24. package/package.json +1 -1
  25. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_constants.d.ts.map +1 -1
  26. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_shared.d.ts.map +1 -1
  27. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_test_comparator_set.d.ts.map +1 -1
  28. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/can_parse.d.ts.map +1 -1
  29. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/compare.d.ts.map +1 -1
  30. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/difference.d.ts.map +1 -1
  31. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/equals.d.ts.map +1 -1
  32. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format.d.ts.map +1 -1
  33. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format_range.d.ts.map +1 -1
  34. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_or_equal.d.ts.map +1 -1
  35. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than.d.ts.map +1 -1
  36. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than_range.d.ts.map +1 -1
  37. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/increment.d.ts.map +1 -1
  38. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_range.d.ts.map +1 -1
  39. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_semver.d.ts.map +1 -1
  40. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_or_equal.d.ts.map +1 -1
  41. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than.d.ts.map +1 -1
  42. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than_range.d.ts.map +1 -1
  43. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/max_satisfying.d.ts.map +1 -1
  44. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/min_satisfying.d.ts.map +1 -1
  45. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/mod.d.ts.map +1 -1
  46. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/not_equals.d.ts.map +1 -1
  47. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse.d.ts.map +1 -1
  48. package/types/deps/jsr.io/@std/semver/1.0.4/parse_range.d.ts.map +1 -0
  49. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/range_intersects.d.ts.map +1 -1
  50. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/satisfies.d.ts.map +1 -1
  51. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse.d.ts.map +1 -1
  52. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse_range.d.ts.map +1 -1
  53. package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/types.d.ts.map +1 -1
  54. package/types/nodeinfo/mod.d.ts +1 -1
  55. package/types/nodeinfo/types.d.ts +1 -1
  56. package/types/vocab/vocab.d.ts.map +1 -1
  57. package/esm/deps/jsr.io/@std/semver/1.0.3/types.js +0 -3
  58. package/types/deps/jsr.io/@std/semver/1.0.3/parse_range.d.ts.map +0 -1
  59. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/compare.js +0 -0
  60. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/difference.js +0 -0
  61. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format.js +0 -0
  62. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_or_equal.js +0 -0
  63. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_range.js +0 -0
  64. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_or_equal.js +0 -0
  65. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than.js +0 -0
  66. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/max_satisfying.js +0 -0
  67. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/min_satisfying.js +0 -0
  68. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/not_equals.js +0 -0
  69. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse.js +0 -0
  70. /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse.js +0 -0
  71. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_constants.d.ts +0 -0
  72. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_shared.d.ts +0 -0
  73. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_test_comparator_set.d.ts +0 -0
  74. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/can_parse.d.ts +0 -0
  75. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/compare.d.ts +0 -0
  76. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/difference.d.ts +0 -0
  77. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/equals.d.ts +0 -0
  78. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format.d.ts +0 -0
  79. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format_range.d.ts +0 -0
  80. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_or_equal.d.ts +0 -0
  81. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than.d.ts +0 -0
  82. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than_range.d.ts +0 -0
  83. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/increment.d.ts +0 -0
  84. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_range.d.ts +0 -0
  85. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_semver.d.ts +0 -0
  86. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_or_equal.d.ts +0 -0
  87. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than.d.ts +0 -0
  88. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than_range.d.ts +0 -0
  89. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/max_satisfying.d.ts +0 -0
  90. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/min_satisfying.d.ts +0 -0
  91. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/mod.d.ts +0 -0
  92. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/not_equals.d.ts +0 -0
  93. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse.d.ts +0 -0
  94. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse_range.d.ts +0 -0
  95. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/range_intersects.d.ts +0 -0
  96. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/satisfies.d.ts +0 -0
  97. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse.d.ts +0 -0
  98. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse_range.d.ts +0 -0
  99. /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/types.d.ts +0 -0
@@ -1294,7 +1294,7 @@ export class Object {
1294
1294
  getDocumentLoader();
1295
1295
  const tracerProvider = options.tracerProvider ??
1296
1296
  this._tracerProvider ?? trace.getTracerProvider();
1297
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
1297
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
1298
1298
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
1299
1299
  let fetchResult;
1300
1300
  try {
@@ -1389,6 +1389,7 @@ export class Object {
1389
1389
  if (fetched == null)
1390
1390
  continue;
1391
1391
  vs[i] = fetched;
1392
+ this._cachedJsonLd = undefined;
1392
1393
  yield fetched;
1393
1394
  continue;
1394
1395
  }
@@ -1413,7 +1414,7 @@ export class Object {
1413
1414
  getDocumentLoader();
1414
1415
  const tracerProvider = options.tracerProvider ??
1415
1416
  this._tracerProvider ?? trace.getTracerProvider();
1416
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
1417
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
1417
1418
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
1418
1419
  let fetchResult;
1419
1420
  try {
@@ -1531,6 +1532,7 @@ export class Object {
1531
1532
  if (fetched == null)
1532
1533
  return null;
1533
1534
  this.#_42CGqJ94zgQ3ZBbfHwD8Hrr2L5Py_attributedTo[0] = fetched;
1535
+ this._cachedJsonLd = undefined;
1534
1536
  return fetched;
1535
1537
  }
1536
1538
  if (this._cachedJsonLd != null &&
@@ -1566,6 +1568,7 @@ export class Object {
1566
1568
  if (fetched == null)
1567
1569
  continue;
1568
1570
  vs[i] = fetched;
1571
+ this._cachedJsonLd = undefined;
1569
1572
  yield fetched;
1570
1573
  continue;
1571
1574
  }
@@ -1590,7 +1593,7 @@ export class Object {
1590
1593
  getDocumentLoader();
1591
1594
  const tracerProvider = options.tracerProvider ??
1592
1595
  this._tracerProvider ?? trace.getTracerProvider();
1593
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
1596
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
1594
1597
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
1595
1598
  let fetchResult;
1596
1599
  try {
@@ -1671,6 +1674,7 @@ export class Object {
1671
1674
  if (fetched == null)
1672
1675
  return null;
1673
1676
  this.#_3ocC3VVi88cEd5sPWL8djkZsvTN6_audience[0] = fetched;
1677
+ this._cachedJsonLd = undefined;
1674
1678
  return fetched;
1675
1679
  }
1676
1680
  if (this._cachedJsonLd != null &&
@@ -1705,6 +1709,7 @@ export class Object {
1705
1709
  if (fetched == null)
1706
1710
  continue;
1707
1711
  vs[i] = fetched;
1712
+ this._cachedJsonLd = undefined;
1708
1713
  yield fetched;
1709
1714
  continue;
1710
1715
  }
@@ -1749,7 +1754,7 @@ export class Object {
1749
1754
  getDocumentLoader();
1750
1755
  const tracerProvider = options.tracerProvider ??
1751
1756
  this._tracerProvider ?? trace.getTracerProvider();
1752
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
1757
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
1753
1758
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
1754
1759
  let fetchResult;
1755
1760
  try {
@@ -1840,6 +1845,7 @@ export class Object {
1840
1845
  if (fetched == null)
1841
1846
  continue;
1842
1847
  vs[i] = fetched;
1848
+ this._cachedJsonLd = undefined;
1843
1849
  yield fetched;
1844
1850
  continue;
1845
1851
  }
@@ -1890,7 +1896,7 @@ export class Object {
1890
1896
  getDocumentLoader();
1891
1897
  const tracerProvider = options.tracerProvider ??
1892
1898
  this._tracerProvider ?? trace.getTracerProvider();
1893
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
1899
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
1894
1900
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
1895
1901
  let fetchResult;
1896
1902
  try {
@@ -1975,6 +1981,7 @@ export class Object {
1975
1981
  if (fetched == null)
1976
1982
  continue;
1977
1983
  vs[i] = fetched;
1984
+ this._cachedJsonLd = undefined;
1978
1985
  yield fetched;
1979
1986
  continue;
1980
1987
  }
@@ -1999,7 +2006,7 @@ export class Object {
1999
2006
  getDocumentLoader();
2000
2007
  const tracerProvider = options.tracerProvider ??
2001
2008
  this._tracerProvider ?? trace.getTracerProvider();
2002
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
2009
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
2003
2010
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
2004
2011
  let fetchResult;
2005
2012
  try {
@@ -2081,6 +2088,7 @@ export class Object {
2081
2088
  if (fetched == null)
2082
2089
  return null;
2083
2090
  this.#_33CjRLy5ujtsUrwRSCrsggvGdKuR_icon[0] = fetched;
2091
+ this._cachedJsonLd = undefined;
2084
2092
  return fetched;
2085
2093
  }
2086
2094
  if (this._cachedJsonLd != null &&
@@ -2116,6 +2124,7 @@ export class Object {
2116
2124
  if (fetched == null)
2117
2125
  continue;
2118
2126
  vs[i] = fetched;
2127
+ this._cachedJsonLd = undefined;
2119
2128
  yield fetched;
2120
2129
  continue;
2121
2130
  }
@@ -2140,7 +2149,7 @@ export class Object {
2140
2149
  getDocumentLoader();
2141
2150
  const tracerProvider = options.tracerProvider ??
2142
2151
  this._tracerProvider ?? trace.getTracerProvider();
2143
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
2152
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
2144
2153
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
2145
2154
  let fetchResult;
2146
2155
  try {
@@ -2222,6 +2231,7 @@ export class Object {
2222
2231
  if (fetched == null)
2223
2232
  return null;
2224
2233
  this.#_3dXrUdkARxwyJLtJcYi1AJ92H41U_image[0] = fetched;
2234
+ this._cachedJsonLd = undefined;
2225
2235
  return fetched;
2226
2236
  }
2227
2237
  if (this._cachedJsonLd != null &&
@@ -2257,6 +2267,7 @@ export class Object {
2257
2267
  if (fetched == null)
2258
2268
  continue;
2259
2269
  vs[i] = fetched;
2270
+ this._cachedJsonLd = undefined;
2260
2271
  yield fetched;
2261
2272
  continue;
2262
2273
  }
@@ -2281,7 +2292,7 @@ export class Object {
2281
2292
  getDocumentLoader();
2282
2293
  const tracerProvider = options.tracerProvider ??
2283
2294
  this._tracerProvider ?? trace.getTracerProvider();
2284
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
2295
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
2285
2296
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
2286
2297
  let fetchResult;
2287
2298
  try {
@@ -2372,6 +2383,7 @@ export class Object {
2372
2383
  if (fetched == null)
2373
2384
  return null;
2374
2385
  this.#_3fpbDrvZgf3Kq1a5V9aByFn8kx3s_inReplyTo[0] = fetched;
2386
+ this._cachedJsonLd = undefined;
2375
2387
  return fetched;
2376
2388
  }
2377
2389
  if (this._cachedJsonLd != null &&
@@ -2406,6 +2418,7 @@ export class Object {
2406
2418
  if (fetched == null)
2407
2419
  continue;
2408
2420
  vs[i] = fetched;
2421
+ this._cachedJsonLd = undefined;
2409
2422
  yield fetched;
2410
2423
  continue;
2411
2424
  }
@@ -2430,7 +2443,7 @@ export class Object {
2430
2443
  getDocumentLoader();
2431
2444
  const tracerProvider = options.tracerProvider ??
2432
2445
  this._tracerProvider ?? trace.getTracerProvider();
2433
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
2446
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
2434
2447
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
2435
2448
  let fetchResult;
2436
2449
  try {
@@ -2521,6 +2534,7 @@ export class Object {
2521
2534
  if (fetched == null)
2522
2535
  return null;
2523
2536
  this.#_31k5MUZJsnsPNg8dQQJieWaXTFnR_location[0] = fetched;
2537
+ this._cachedJsonLd = undefined;
2524
2538
  return fetched;
2525
2539
  }
2526
2540
  if (this._cachedJsonLd != null &&
@@ -2555,6 +2569,7 @@ export class Object {
2555
2569
  if (fetched == null)
2556
2570
  continue;
2557
2571
  vs[i] = fetched;
2572
+ this._cachedJsonLd = undefined;
2558
2573
  yield fetched;
2559
2574
  continue;
2560
2575
  }
@@ -2579,7 +2594,7 @@ export class Object {
2579
2594
  getDocumentLoader();
2580
2595
  const tracerProvider = options.tracerProvider ??
2581
2596
  this._tracerProvider ?? trace.getTracerProvider();
2582
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
2597
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
2583
2598
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
2584
2599
  let fetchResult;
2585
2600
  try {
@@ -2669,6 +2684,7 @@ export class Object {
2669
2684
  if (fetched == null)
2670
2685
  return null;
2671
2686
  this.#_gCVTegXxWWCw6wWRxa1QF65zusg_preview[0] = fetched;
2687
+ this._cachedJsonLd = undefined;
2672
2688
  return fetched;
2673
2689
  }
2674
2690
  if (this._cachedJsonLd != null &&
@@ -2702,6 +2718,7 @@ export class Object {
2702
2718
  if (fetched == null)
2703
2719
  continue;
2704
2720
  vs[i] = fetched;
2721
+ this._cachedJsonLd = undefined;
2705
2722
  yield fetched;
2706
2723
  continue;
2707
2724
  }
@@ -2733,7 +2750,7 @@ export class Object {
2733
2750
  getDocumentLoader();
2734
2751
  const tracerProvider = options.tracerProvider ??
2735
2752
  this._tracerProvider ?? trace.getTracerProvider();
2736
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
2753
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
2737
2754
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
2738
2755
  let fetchResult;
2739
2756
  try {
@@ -2814,6 +2831,7 @@ export class Object {
2814
2831
  if (fetched == null)
2815
2832
  return null;
2816
2833
  this.#_7UpwM3JWcXhADcscukEehBorf6k_replies[0] = fetched;
2834
+ this._cachedJsonLd = undefined;
2817
2835
  return fetched;
2818
2836
  }
2819
2837
  if (this._cachedJsonLd != null &&
@@ -2859,7 +2877,7 @@ export class Object {
2859
2877
  getDocumentLoader();
2860
2878
  const tracerProvider = options.tracerProvider ??
2861
2879
  this._tracerProvider ?? trace.getTracerProvider();
2862
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
2880
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
2863
2881
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
2864
2882
  let fetchResult;
2865
2883
  try {
@@ -2947,6 +2965,7 @@ export class Object {
2947
2965
  if (fetched == null)
2948
2966
  continue;
2949
2967
  vs[i] = fetched;
2968
+ this._cachedJsonLd = undefined;
2950
2969
  yield fetched;
2951
2970
  continue;
2952
2971
  }
@@ -2990,7 +3009,7 @@ export class Object {
2990
3009
  getDocumentLoader();
2991
3010
  const tracerProvider = options.tracerProvider ??
2992
3011
  this._tracerProvider ?? trace.getTracerProvider();
2993
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
3012
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
2994
3013
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
2995
3014
  let fetchResult;
2996
3015
  try {
@@ -3071,6 +3090,7 @@ export class Object {
3071
3090
  if (fetched == null)
3072
3091
  return null;
3073
3092
  this.#_3hFbw7DTpHhq3cvVhkY8njhcsXbd_to[0] = fetched;
3093
+ this._cachedJsonLd = undefined;
3074
3094
  return fetched;
3075
3095
  }
3076
3096
  if (this._cachedJsonLd != null &&
@@ -3105,6 +3125,7 @@ export class Object {
3105
3125
  if (fetched == null)
3106
3126
  continue;
3107
3127
  vs[i] = fetched;
3128
+ this._cachedJsonLd = undefined;
3108
3129
  yield fetched;
3109
3130
  continue;
3110
3131
  }
@@ -3129,7 +3150,7 @@ export class Object {
3129
3150
  getDocumentLoader();
3130
3151
  const tracerProvider = options.tracerProvider ??
3131
3152
  this._tracerProvider ?? trace.getTracerProvider();
3132
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
3153
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
3133
3154
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
3134
3155
  let fetchResult;
3135
3156
  try {
@@ -3210,6 +3231,7 @@ export class Object {
3210
3231
  if (fetched == null)
3211
3232
  return null;
3212
3233
  this.#_aLZupjwL8XB7tzdLgCMXdjZ6qej_bto[0] = fetched;
3234
+ this._cachedJsonLd = undefined;
3213
3235
  return fetched;
3214
3236
  }
3215
3237
  if (this._cachedJsonLd != null &&
@@ -3244,6 +3266,7 @@ export class Object {
3244
3266
  if (fetched == null)
3245
3267
  continue;
3246
3268
  vs[i] = fetched;
3269
+ this._cachedJsonLd = undefined;
3247
3270
  yield fetched;
3248
3271
  continue;
3249
3272
  }
@@ -3268,7 +3291,7 @@ export class Object {
3268
3291
  getDocumentLoader();
3269
3292
  const tracerProvider = options.tracerProvider ??
3270
3293
  this._tracerProvider ?? trace.getTracerProvider();
3271
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
3294
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
3272
3295
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
3273
3296
  let fetchResult;
3274
3297
  try {
@@ -3349,6 +3372,7 @@ export class Object {
3349
3372
  if (fetched == null)
3350
3373
  return null;
3351
3374
  this.#_42a1SvBs24QSLzKcfjCyNTjW5a1g_cc[0] = fetched;
3375
+ this._cachedJsonLd = undefined;
3352
3376
  return fetched;
3353
3377
  }
3354
3378
  if (this._cachedJsonLd != null &&
@@ -3383,6 +3407,7 @@ export class Object {
3383
3407
  if (fetched == null)
3384
3408
  continue;
3385
3409
  vs[i] = fetched;
3410
+ this._cachedJsonLd = undefined;
3386
3411
  yield fetched;
3387
3412
  continue;
3388
3413
  }
@@ -3407,7 +3432,7 @@ export class Object {
3407
3432
  getDocumentLoader();
3408
3433
  const tracerProvider = options.tracerProvider ??
3409
3434
  this._tracerProvider ?? trace.getTracerProvider();
3410
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
3435
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
3411
3436
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
3412
3437
  let fetchResult;
3413
3438
  try {
@@ -3488,6 +3513,7 @@ export class Object {
3488
3513
  if (fetched == null)
3489
3514
  return null;
3490
3515
  this.#_3qvegKUB8YLgTXRpEf8E6JZSkz2H_bcc[0] = fetched;
3516
+ this._cachedJsonLd = undefined;
3491
3517
  return fetched;
3492
3518
  }
3493
3519
  if (this._cachedJsonLd != null &&
@@ -3522,6 +3548,7 @@ export class Object {
3522
3548
  if (fetched == null)
3523
3549
  continue;
3524
3550
  vs[i] = fetched;
3551
+ this._cachedJsonLd = undefined;
3525
3552
  yield fetched;
3526
3553
  continue;
3527
3554
  }
@@ -3583,7 +3610,7 @@ export class Object {
3583
3610
  getDocumentLoader();
3584
3611
  const tracerProvider = options.tracerProvider ??
3585
3612
  this._tracerProvider ?? trace.getTracerProvider();
3586
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
3613
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
3587
3614
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
3588
3615
  let fetchResult;
3589
3616
  try {
@@ -3663,6 +3690,7 @@ export class Object {
3663
3690
  if (fetched == null)
3664
3691
  return null;
3665
3692
  this.#_42rPnotok1ivQ2RNCKNbeFJgx8b8_proof[0] = fetched;
3693
+ this._cachedJsonLd = undefined;
3666
3694
  return fetched;
3667
3695
  }
3668
3696
  if (this._cachedJsonLd != null &&
@@ -3696,6 +3724,7 @@ export class Object {
3696
3724
  if (fetched == null)
3697
3725
  continue;
3698
3726
  vs[i] = fetched;
3727
+ this._cachedJsonLd = undefined;
3699
3728
  yield fetched;
3700
3729
  continue;
3701
3730
  }
@@ -4613,7 +4642,7 @@ export class Object {
4613
4642
  */
4614
4643
  static async fromJsonLd(json, options = {}) {
4615
4644
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
4616
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
4645
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
4617
4646
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
4618
4647
  try {
4619
4648
  const object = await this.__fromJsonLd__Object__(json, span, options);
@@ -6510,7 +6539,7 @@ export class Emoji extends Object {
6510
6539
  */
6511
6540
  static async fromJsonLd(json, options = {}) {
6512
6541
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
6513
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
6542
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
6514
6543
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
6515
6544
  try {
6516
6545
  const object = await this.__fromJsonLd__Emoji__(json, span, options);
@@ -6806,7 +6835,7 @@ export class ChatMessage extends Object {
6806
6835
  */
6807
6836
  static async fromJsonLd(json, options = {}) {
6808
6837
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
6809
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
6838
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
6810
6839
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
6811
6840
  try {
6812
6841
  const object = await this.__fromJsonLd__ChatMessage__(json, span, options);
@@ -7308,7 +7337,7 @@ export class Activity extends Object {
7308
7337
  getDocumentLoader();
7309
7338
  const tracerProvider = options.tracerProvider ??
7310
7339
  this._tracerProvider ?? trace.getTracerProvider();
7311
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
7340
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
7312
7341
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
7313
7342
  let fetchResult;
7314
7343
  try {
@@ -7424,6 +7453,7 @@ export class Activity extends Object {
7424
7453
  if (fetched == null)
7425
7454
  return null;
7426
7455
  this.#_2DjTTboo3CNHU2a2JQqUSE2dbv9D_actor[0] = fetched;
7456
+ this._cachedJsonLd = undefined;
7427
7457
  return fetched;
7428
7458
  }
7429
7459
  if (this._cachedJsonLd != null &&
@@ -7459,6 +7489,7 @@ export class Activity extends Object {
7459
7489
  if (fetched == null)
7460
7490
  continue;
7461
7491
  vs[i] = fetched;
7492
+ this._cachedJsonLd = undefined;
7462
7493
  yield fetched;
7463
7494
  continue;
7464
7495
  }
@@ -7483,7 +7514,7 @@ export class Activity extends Object {
7483
7514
  getDocumentLoader();
7484
7515
  const tracerProvider = options.tracerProvider ??
7485
7516
  this._tracerProvider ?? trace.getTracerProvider();
7486
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
7517
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
7487
7518
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
7488
7519
  let fetchResult;
7489
7520
  try {
@@ -7565,6 +7596,7 @@ export class Activity extends Object {
7565
7596
  if (fetched == null)
7566
7597
  return null;
7567
7598
  this.#_2MH19yxjn1wnHsNfa5n4JBhJzxyc_object[0] = fetched;
7599
+ this._cachedJsonLd = undefined;
7568
7600
  return fetched;
7569
7601
  }
7570
7602
  if (this._cachedJsonLd != null &&
@@ -7600,6 +7632,7 @@ export class Activity extends Object {
7600
7632
  if (fetched == null)
7601
7633
  continue;
7602
7634
  vs[i] = fetched;
7635
+ this._cachedJsonLd = undefined;
7603
7636
  yield fetched;
7604
7637
  continue;
7605
7638
  }
@@ -7624,7 +7657,7 @@ export class Activity extends Object {
7624
7657
  getDocumentLoader();
7625
7658
  const tracerProvider = options.tracerProvider ??
7626
7659
  this._tracerProvider ?? trace.getTracerProvider();
7627
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
7660
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
7628
7661
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
7629
7662
  let fetchResult;
7630
7663
  try {
@@ -7709,6 +7742,7 @@ export class Activity extends Object {
7709
7742
  if (fetched == null)
7710
7743
  return null;
7711
7744
  this.#_3JQCmF2Ww56Ag9EWRYoSZRDNCYtF_target[0] = fetched;
7745
+ this._cachedJsonLd = undefined;
7712
7746
  return fetched;
7713
7747
  }
7714
7748
  if (this._cachedJsonLd != null &&
@@ -7747,6 +7781,7 @@ export class Activity extends Object {
7747
7781
  if (fetched == null)
7748
7782
  continue;
7749
7783
  vs[i] = fetched;
7784
+ this._cachedJsonLd = undefined;
7750
7785
  yield fetched;
7751
7786
  continue;
7752
7787
  }
@@ -7771,7 +7806,7 @@ export class Activity extends Object {
7771
7806
  getDocumentLoader();
7772
7807
  const tracerProvider = options.tracerProvider ??
7773
7808
  this._tracerProvider ?? trace.getTracerProvider();
7774
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
7809
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
7775
7810
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
7776
7811
  let fetchResult;
7777
7812
  try {
@@ -7853,6 +7888,7 @@ export class Activity extends Object {
7853
7888
  if (fetched == null)
7854
7889
  return null;
7855
7890
  this.#_u4QGFbRFcYmPEKGbPv1hpBR9r5G_result[0] = fetched;
7891
+ this._cachedJsonLd = undefined;
7856
7892
  return fetched;
7857
7893
  }
7858
7894
  if (this._cachedJsonLd != null &&
@@ -7888,6 +7924,7 @@ export class Activity extends Object {
7888
7924
  if (fetched == null)
7889
7925
  continue;
7890
7926
  vs[i] = fetched;
7927
+ this._cachedJsonLd = undefined;
7891
7928
  yield fetched;
7892
7929
  continue;
7893
7930
  }
@@ -7912,7 +7949,7 @@ export class Activity extends Object {
7912
7949
  getDocumentLoader();
7913
7950
  const tracerProvider = options.tracerProvider ??
7914
7951
  this._tracerProvider ?? trace.getTracerProvider();
7915
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
7952
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
7916
7953
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
7917
7954
  let fetchResult;
7918
7955
  try {
@@ -7995,6 +8032,7 @@ export class Activity extends Object {
7995
8032
  if (fetched == null)
7996
8033
  return null;
7997
8034
  this.#_25zu2s3VxVujgEKqrDycjE284XQR_origin[0] = fetched;
8035
+ this._cachedJsonLd = undefined;
7998
8036
  return fetched;
7999
8037
  }
8000
8038
  if (this._cachedJsonLd != null &&
@@ -8031,6 +8069,7 @@ export class Activity extends Object {
8031
8069
  if (fetched == null)
8032
8070
  continue;
8033
8071
  vs[i] = fetched;
8072
+ this._cachedJsonLd = undefined;
8034
8073
  yield fetched;
8035
8074
  continue;
8036
8075
  }
@@ -8055,7 +8094,7 @@ export class Activity extends Object {
8055
8094
  getDocumentLoader();
8056
8095
  const tracerProvider = options.tracerProvider ??
8057
8096
  this._tracerProvider ?? trace.getTracerProvider();
8058
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
8097
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
8059
8098
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
8060
8099
  let fetchResult;
8061
8100
  try {
@@ -8136,6 +8175,7 @@ export class Activity extends Object {
8136
8175
  if (fetched == null)
8137
8176
  return null;
8138
8177
  this.#_3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument[0] = fetched;
8178
+ this._cachedJsonLd = undefined;
8139
8179
  return fetched;
8140
8180
  }
8141
8181
  if (this._cachedJsonLd != null &&
@@ -8170,6 +8210,7 @@ export class Activity extends Object {
8170
8210
  if (fetched == null)
8171
8211
  continue;
8172
8212
  vs[i] = fetched;
8213
+ this._cachedJsonLd = undefined;
8173
8214
  yield fetched;
8174
8215
  continue;
8175
8216
  }
@@ -8337,7 +8378,7 @@ export class Activity extends Object {
8337
8378
  */
8338
8379
  static async fromJsonLd(json, options = {}) {
8339
8380
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
8340
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
8381
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
8341
8382
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
8342
8383
  try {
8343
8384
  const object = await this.__fromJsonLd__Activity__(json, span, options);
@@ -8874,7 +8915,7 @@ export class EmojiReact extends Activity {
8874
8915
  */
8875
8916
  static async fromJsonLd(json, options = {}) {
8876
8917
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
8877
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
8918
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
8878
8919
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
8879
8920
  try {
8880
8921
  const object = await this.__fromJsonLd__EmojiReact__(json, span, options);
@@ -9209,7 +9250,7 @@ export class PropertyValue {
9209
9250
  */
9210
9251
  static async fromJsonLd(json, options = {}) {
9211
9252
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
9212
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
9253
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
9213
9254
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
9214
9255
  try {
9215
9256
  const object = await this.__fromJsonLd__PropertyValue__(json, span, options);
@@ -9562,7 +9603,7 @@ export class DidService {
9562
9603
  */
9563
9604
  static async fromJsonLd(json, options = {}) {
9564
9605
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
9565
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
9606
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
9566
9607
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
9567
9608
  try {
9568
9609
  const object = await this.__fromJsonLd__DidService__(json, span, options);
@@ -9769,7 +9810,7 @@ export class Export extends DidService {
9769
9810
  */
9770
9811
  static async fromJsonLd(json, options = {}) {
9771
9812
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
9772
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
9813
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
9773
9814
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
9774
9815
  try {
9775
9816
  const object = await this.__fromJsonLd__Export__(json, span, options);
@@ -10062,7 +10103,7 @@ export class DataIntegrityProof {
10062
10103
  getDocumentLoader();
10063
10104
  const tracerProvider = options.tracerProvider ??
10064
10105
  this._tracerProvider ?? trace.getTracerProvider();
10065
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
10106
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
10066
10107
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
10067
10108
  let fetchResult;
10068
10109
  try {
@@ -10147,6 +10188,7 @@ export class DataIntegrityProof {
10147
10188
  if (fetched == null)
10148
10189
  return null;
10149
10190
  this.#_2mHVKxqA7zncjveJrDEo3pWpMZqg_verificationMethod[0] = fetched;
10191
+ this._cachedJsonLd = undefined;
10150
10192
  return fetched;
10151
10193
  }
10152
10194
  return v;
@@ -10289,7 +10331,7 @@ export class DataIntegrityProof {
10289
10331
  */
10290
10332
  static async fromJsonLd(json, options = {}) {
10291
10333
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
10292
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
10334
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
10293
10335
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
10294
10336
  try {
10295
10337
  const object = await this.__fromJsonLd__DataIntegrityProof__(json, span, options);
@@ -10634,7 +10676,7 @@ export class CryptographicKey {
10634
10676
  getDocumentLoader();
10635
10677
  const tracerProvider = options.tracerProvider ??
10636
10678
  this._tracerProvider ?? trace.getTracerProvider();
10637
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
10679
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
10638
10680
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
10639
10681
  let fetchResult;
10640
10682
  try {
@@ -10748,6 +10790,7 @@ export class CryptographicKey {
10748
10790
  if (fetched == null)
10749
10791
  return null;
10750
10792
  this.#_5UJq9NDh3ZHgswFwwdVxQvJxdx2_owner[0] = fetched;
10793
+ this._cachedJsonLd = undefined;
10751
10794
  return fetched;
10752
10795
  }
10753
10796
  if (this._cachedJsonLd != null &&
@@ -10913,7 +10956,7 @@ export class CryptographicKey {
10913
10956
  */
10914
10957
  static async fromJsonLd(json, options = {}) {
10915
10958
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
10916
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
10959
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
10917
10960
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
10918
10961
  try {
10919
10962
  const object = await this.__fromJsonLd__CryptographicKey__(json, span, options);
@@ -11211,7 +11254,7 @@ export class Multikey {
11211
11254
  getDocumentLoader();
11212
11255
  const tracerProvider = options.tracerProvider ??
11213
11256
  this._tracerProvider ?? trace.getTracerProvider();
11214
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
11257
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
11215
11258
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
11216
11259
  let fetchResult;
11217
11260
  try {
@@ -11325,6 +11368,7 @@ export class Multikey {
11325
11368
  if (fetched == null)
11326
11369
  return null;
11327
11370
  this.#_2yr3eUBTP6cNcyaxKzAXWjFsnGzN_controller[0] = fetched;
11371
+ this._cachedJsonLd = undefined;
11328
11372
  return fetched;
11329
11373
  }
11330
11374
  if (this._cachedJsonLd != null &&
@@ -11496,7 +11540,7 @@ export class Multikey {
11496
11540
  */
11497
11541
  static async fromJsonLd(json, options = {}) {
11498
11542
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
11499
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
11543
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
11500
11544
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
11501
11545
  try {
11502
11546
  const object = await this.__fromJsonLd__Multikey__(json, span, options);
@@ -11770,7 +11814,7 @@ export class Accept extends Activity {
11770
11814
  */
11771
11815
  static async fromJsonLd(json, options = {}) {
11772
11816
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
11773
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
11817
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
11774
11818
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
11775
11819
  try {
11776
11820
  const object = await this.__fromJsonLd__Accept__(json, span, options);
@@ -11966,7 +12010,7 @@ export class Add extends Activity {
11966
12010
  */
11967
12011
  static async fromJsonLd(json, options = {}) {
11968
12012
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
11969
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
12013
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
11970
12014
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
11971
12015
  try {
11972
12016
  const object = await this.__fromJsonLd__Add__(json, span, options);
@@ -12170,7 +12214,7 @@ export class Announce extends Activity {
12170
12214
  */
12171
12215
  static async fromJsonLd(json, options = {}) {
12172
12216
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
12173
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
12217
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
12174
12218
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
12175
12219
  try {
12176
12220
  const object = await this.__fromJsonLd__Announce__(json, span, options);
@@ -13041,7 +13085,7 @@ export class Application extends Object {
13041
13085
  getDocumentLoader();
13042
13086
  const tracerProvider = options.tracerProvider ??
13043
13087
  this._tracerProvider ?? trace.getTracerProvider();
13044
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
13088
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
13045
13089
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
13046
13090
  let fetchResult;
13047
13091
  try {
@@ -13121,6 +13165,7 @@ export class Application extends Object {
13121
13165
  if (fetched == null)
13122
13166
  return null;
13123
13167
  this.#_axq166E2eZADq34V4MYUc8KMZdC_publicKey[0] = fetched;
13168
+ this._cachedJsonLd = undefined;
13124
13169
  return fetched;
13125
13170
  }
13126
13171
  if (this._cachedJsonLd != null &&
@@ -13154,6 +13199,7 @@ export class Application extends Object {
13154
13199
  if (fetched == null)
13155
13200
  continue;
13156
13201
  vs[i] = fetched;
13202
+ this._cachedJsonLd = undefined;
13157
13203
  yield fetched;
13158
13204
  continue;
13159
13205
  }
@@ -13178,7 +13224,7 @@ export class Application extends Object {
13178
13224
  getDocumentLoader();
13179
13225
  const tracerProvider = options.tracerProvider ??
13180
13226
  this._tracerProvider ?? trace.getTracerProvider();
13181
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
13227
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
13182
13228
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
13183
13229
  let fetchResult;
13184
13230
  try {
@@ -13263,6 +13309,7 @@ export class Application extends Object {
13263
13309
  if (fetched == null)
13264
13310
  return null;
13265
13311
  this.#_4EHQFWZSz1k1d4LmPrQiMba2GbP3_assertionMethod[0] = fetched;
13312
+ this._cachedJsonLd = undefined;
13266
13313
  return fetched;
13267
13314
  }
13268
13315
  if (this._cachedJsonLd != null &&
@@ -13299,6 +13346,7 @@ export class Application extends Object {
13299
13346
  if (fetched == null)
13300
13347
  continue;
13301
13348
  vs[i] = fetched;
13349
+ this._cachedJsonLd = undefined;
13302
13350
  yield fetched;
13303
13351
  continue;
13304
13352
  }
@@ -13335,7 +13383,7 @@ export class Application extends Object {
13335
13383
  getDocumentLoader();
13336
13384
  const tracerProvider = options.tracerProvider ??
13337
13385
  this._tracerProvider ?? trace.getTracerProvider();
13338
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
13386
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
13339
13387
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
13340
13388
  let fetchResult;
13341
13389
  try {
@@ -13437,6 +13485,7 @@ export class Application extends Object {
13437
13485
  if (fetched == null)
13438
13486
  return null;
13439
13487
  this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB_inbox[0] = fetched;
13488
+ this._cachedJsonLd = undefined;
13440
13489
  return fetched;
13441
13490
  }
13442
13491
  if (this._cachedJsonLd != null &&
@@ -13458,7 +13507,7 @@ export class Application extends Object {
13458
13507
  getDocumentLoader();
13459
13508
  const tracerProvider = options.tracerProvider ??
13460
13509
  this._tracerProvider ?? trace.getTracerProvider();
13461
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
13510
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
13462
13511
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
13463
13512
  let fetchResult;
13464
13513
  try {
@@ -13557,6 +13606,7 @@ export class Application extends Object {
13557
13606
  if (fetched == null)
13558
13607
  return null;
13559
13608
  this.#_41QwhqJouoLg3h8dRPKat21brynC_outbox[0] = fetched;
13609
+ this._cachedJsonLd = undefined;
13560
13610
  return fetched;
13561
13611
  }
13562
13612
  if (this._cachedJsonLd != null &&
@@ -13578,7 +13628,7 @@ export class Application extends Object {
13578
13628
  getDocumentLoader();
13579
13629
  const tracerProvider = options.tracerProvider ??
13580
13630
  this._tracerProvider ?? trace.getTracerProvider();
13581
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
13631
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
13582
13632
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
13583
13633
  let fetchResult;
13584
13634
  try {
@@ -13662,6 +13712,7 @@ export class Application extends Object {
13662
13712
  if (fetched == null)
13663
13713
  return null;
13664
13714
  this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee_following[0] = fetched;
13715
+ this._cachedJsonLd = undefined;
13665
13716
  return fetched;
13666
13717
  }
13667
13718
  if (this._cachedJsonLd != null &&
@@ -13683,7 +13734,7 @@ export class Application extends Object {
13683
13734
  getDocumentLoader();
13684
13735
  const tracerProvider = options.tracerProvider ??
13685
13736
  this._tracerProvider ?? trace.getTracerProvider();
13686
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
13737
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
13687
13738
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
13688
13739
  let fetchResult;
13689
13740
  try {
@@ -13770,6 +13821,7 @@ export class Application extends Object {
13770
13821
  if (fetched == null)
13771
13822
  return null;
13772
13823
  this.#_BBCTgfphhsFzpVfKTykGSpBNwoA_followers[0] = fetched;
13824
+ this._cachedJsonLd = undefined;
13773
13825
  return fetched;
13774
13826
  }
13775
13827
  if (this._cachedJsonLd != null &&
@@ -13791,7 +13843,7 @@ export class Application extends Object {
13791
13843
  getDocumentLoader();
13792
13844
  const tracerProvider = options.tracerProvider ??
13793
13845
  this._tracerProvider ?? trace.getTracerProvider();
13794
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
13846
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
13795
13847
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
13796
13848
  let fetchResult;
13797
13849
  try {
@@ -13876,6 +13928,7 @@ export class Application extends Object {
13876
13928
  if (fetched == null)
13877
13929
  return null;
13878
13930
  this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU_liked[0] = fetched;
13931
+ this._cachedJsonLd = undefined;
13879
13932
  return fetched;
13880
13933
  }
13881
13934
  if (this._cachedJsonLd != null &&
@@ -13897,7 +13950,7 @@ export class Application extends Object {
13897
13950
  getDocumentLoader();
13898
13951
  const tracerProvider = options.tracerProvider ??
13899
13952
  this._tracerProvider ?? trace.getTracerProvider();
13900
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
13953
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
13901
13954
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
13902
13955
  let fetchResult;
13903
13956
  try {
@@ -13980,6 +14033,7 @@ export class Application extends Object {
13980
14033
  if (fetched == null)
13981
14034
  return null;
13982
14035
  this.#_4N1vBJzXDf8NbBumeECQMFvKetja_featured[0] = fetched;
14036
+ this._cachedJsonLd = undefined;
13983
14037
  return fetched;
13984
14038
  }
13985
14039
  if (this._cachedJsonLd != null &&
@@ -14001,7 +14055,7 @@ export class Application extends Object {
14001
14055
  getDocumentLoader();
14002
14056
  const tracerProvider = options.tracerProvider ??
14003
14057
  this._tracerProvider ?? trace.getTracerProvider();
14004
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
14058
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
14005
14059
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
14006
14060
  let fetchResult;
14007
14061
  try {
@@ -14086,6 +14140,7 @@ export class Application extends Object {
14086
14140
  if (fetched == null)
14087
14141
  return null;
14088
14142
  this.#_2MxnRRLq9iPzx5CFq2NPrXdUDCac_featuredTags[0] = fetched;
14143
+ this._cachedJsonLd = undefined;
14089
14144
  return fetched;
14090
14145
  }
14091
14146
  if (this._cachedJsonLd != null &&
@@ -14107,7 +14162,7 @@ export class Application extends Object {
14107
14162
  getDocumentLoader();
14108
14163
  const tracerProvider = options.tracerProvider ??
14109
14164
  this._tracerProvider ?? trace.getTracerProvider();
14110
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
14165
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
14111
14166
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
14112
14167
  let fetchResult;
14113
14168
  try {
@@ -14182,6 +14237,7 @@ export class Application extends Object {
14182
14237
  if (fetched == null)
14183
14238
  continue;
14184
14239
  vs[i] = fetched;
14240
+ this._cachedJsonLd = undefined;
14185
14241
  yield fetched;
14186
14242
  continue;
14187
14243
  }
@@ -14248,7 +14304,7 @@ export class Application extends Object {
14248
14304
  getDocumentLoader();
14249
14305
  const tracerProvider = options.tracerProvider ??
14250
14306
  this._tracerProvider ?? trace.getTracerProvider();
14251
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
14307
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
14252
14308
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
14253
14309
  let fetchResult;
14254
14310
  try {
@@ -14362,6 +14418,7 @@ export class Application extends Object {
14362
14418
  if (fetched == null)
14363
14419
  return null;
14364
14420
  this.#_2ZNWDhuNdSXBwEmrB5kwffdKGzok_movedTo[0] = fetched;
14421
+ this._cachedJsonLd = undefined;
14365
14422
  return fetched;
14366
14423
  }
14367
14424
  if (this._cachedJsonLd != null &&
@@ -14383,7 +14440,7 @@ export class Application extends Object {
14383
14440
  getDocumentLoader();
14384
14441
  const tracerProvider = options.tracerProvider ??
14385
14442
  this._tracerProvider ?? trace.getTracerProvider();
14386
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
14443
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
14387
14444
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
14388
14445
  let fetchResult;
14389
14446
  try {
@@ -14500,6 +14557,7 @@ export class Application extends Object {
14500
14557
  if (fetched == null)
14501
14558
  return null;
14502
14559
  this.#_3NV7TGNhuABbryNjNi4wib4DgNpY_alsoKnownAs[0] = fetched;
14560
+ this._cachedJsonLd = undefined;
14503
14561
  return fetched;
14504
14562
  }
14505
14563
  if (this._cachedJsonLd != null &&
@@ -14536,6 +14594,7 @@ export class Application extends Object {
14536
14594
  if (fetched == null)
14537
14595
  continue;
14538
14596
  vs[i] = fetched;
14597
+ this._cachedJsonLd = undefined;
14539
14598
  yield fetched;
14540
14599
  continue;
14541
14600
  }
@@ -14560,7 +14619,7 @@ export class Application extends Object {
14560
14619
  getDocumentLoader();
14561
14620
  const tracerProvider = options.tracerProvider ??
14562
14621
  this._tracerProvider ?? trace.getTracerProvider();
14563
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
14622
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
14564
14623
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
14565
14624
  let fetchResult;
14566
14625
  try {
@@ -14643,6 +14702,7 @@ export class Application extends Object {
14643
14702
  if (fetched == null)
14644
14703
  return null;
14645
14704
  this.#_4Q6NrKH6bazBGtxwG8vyG77ir7Tg_service[0] = fetched;
14705
+ this._cachedJsonLd = undefined;
14646
14706
  return fetched;
14647
14707
  }
14648
14708
  if (this._cachedJsonLd != null &&
@@ -14679,6 +14739,7 @@ export class Application extends Object {
14679
14739
  if (fetched == null)
14680
14740
  continue;
14681
14741
  vs[i] = fetched;
14742
+ this._cachedJsonLd = undefined;
14682
14743
  yield fetched;
14683
14744
  continue;
14684
14745
  }
@@ -15447,7 +15508,7 @@ export class Application extends Object {
15447
15508
  */
15448
15509
  static async fromJsonLd(json, options = {}) {
15449
15510
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
15450
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
15511
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
15451
15512
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
15452
15513
  try {
15453
15514
  const object = await this.__fromJsonLd__Application__(json, span, options);
@@ -16418,7 +16479,7 @@ export class IntransitiveActivity extends Activity {
16418
16479
  */
16419
16480
  static async fromJsonLd(json, options = {}) {
16420
16481
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
16421
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
16482
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
16422
16483
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
16423
16484
  try {
16424
16485
  const object = await this.__fromJsonLd__IntransitiveActivity__(json, span, options);
@@ -16619,7 +16680,7 @@ export class Arrive extends IntransitiveActivity {
16619
16680
  */
16620
16681
  static async fromJsonLd(json, options = {}) {
16621
16682
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
16622
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
16683
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
16623
16684
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
16624
16685
  try {
16625
16686
  const object = await this.__fromJsonLd__Arrive__(json, span, options);
@@ -16913,7 +16974,7 @@ export class Article extends Object {
16913
16974
  */
16914
16975
  static async fromJsonLd(json, options = {}) {
16915
16976
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
16916
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
16977
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
16917
16978
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
16918
16979
  try {
16919
16980
  const object = await this.__fromJsonLd__Article__(json, span, options);
@@ -17265,7 +17326,7 @@ export class Document extends Object {
17265
17326
  */
17266
17327
  static async fromJsonLd(json, options = {}) {
17267
17328
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
17268
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
17329
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
17269
17330
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
17270
17331
  try {
17271
17332
  const object = await this.__fromJsonLd__Document__(json, span, options);
@@ -17535,7 +17596,7 @@ export class Audio extends Document {
17535
17596
  */
17536
17597
  static async fromJsonLd(json, options = {}) {
17537
17598
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
17538
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
17599
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
17539
17600
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
17540
17601
  try {
17541
17602
  const object = await this.__fromJsonLd__Audio__(json, span, options);
@@ -17726,7 +17787,7 @@ export class Ignore extends Activity {
17726
17787
  */
17727
17788
  static async fromJsonLd(json, options = {}) {
17728
17789
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
17729
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
17790
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
17730
17791
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
17731
17792
  try {
17732
17793
  const object = await this.__fromJsonLd__Ignore__(json, span, options);
@@ -17922,7 +17983,7 @@ export class Block extends Ignore {
17922
17983
  */
17923
17984
  static async fromJsonLd(json, options = {}) {
17924
17985
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
17925
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
17986
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
17926
17987
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
17927
17988
  try {
17928
17989
  const object = await this.__fromJsonLd__Block__(json, span, options);
@@ -18178,7 +18239,7 @@ export class Collection extends Object {
18178
18239
  getDocumentLoader();
18179
18240
  const tracerProvider = options.tracerProvider ??
18180
18241
  this._tracerProvider ?? trace.getTracerProvider();
18181
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
18242
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
18182
18243
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
18183
18244
  let fetchResult;
18184
18245
  try {
@@ -18259,6 +18320,7 @@ export class Collection extends Object {
18259
18320
  if (fetched == null)
18260
18321
  return null;
18261
18322
  this.#_3UyUdxnyn6cDn53QKrh4MBiearma_current[0] = fetched;
18323
+ this._cachedJsonLd = undefined;
18262
18324
  return fetched;
18263
18325
  }
18264
18326
  if (this._cachedJsonLd != null &&
@@ -18280,7 +18342,7 @@ export class Collection extends Object {
18280
18342
  getDocumentLoader();
18281
18343
  const tracerProvider = options.tracerProvider ??
18282
18344
  this._tracerProvider ?? trace.getTracerProvider();
18283
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
18345
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
18284
18346
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
18285
18347
  let fetchResult;
18286
18348
  try {
@@ -18361,6 +18423,7 @@ export class Collection extends Object {
18361
18423
  if (fetched == null)
18362
18424
  return null;
18363
18425
  this.#_J52RqweMe6hhv7RnLJMC8BExTE5_first[0] = fetched;
18426
+ this._cachedJsonLd = undefined;
18364
18427
  return fetched;
18365
18428
  }
18366
18429
  if (this._cachedJsonLd != null &&
@@ -18382,7 +18445,7 @@ export class Collection extends Object {
18382
18445
  getDocumentLoader();
18383
18446
  const tracerProvider = options.tracerProvider ??
18384
18447
  this._tracerProvider ?? trace.getTracerProvider();
18385
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
18448
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
18386
18449
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
18387
18450
  let fetchResult;
18388
18451
  try {
@@ -18463,6 +18526,7 @@ export class Collection extends Object {
18463
18526
  if (fetched == null)
18464
18527
  return null;
18465
18528
  this.#_gyJJnyEFnuNVi1HFZKfAn3Hfn26_last[0] = fetched;
18529
+ this._cachedJsonLd = undefined;
18466
18530
  return fetched;
18467
18531
  }
18468
18532
  if (this._cachedJsonLd != null &&
@@ -18484,7 +18548,7 @@ export class Collection extends Object {
18484
18548
  getDocumentLoader();
18485
18549
  const tracerProvider = options.tracerProvider ??
18486
18550
  this._tracerProvider ?? trace.getTracerProvider();
18487
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
18551
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
18488
18552
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
18489
18553
  let fetchResult;
18490
18554
  try {
@@ -18570,6 +18634,7 @@ export class Collection extends Object {
18570
18634
  if (fetched == null)
18571
18635
  continue;
18572
18636
  vs[i] = fetched;
18637
+ this._cachedJsonLd = undefined;
18573
18638
  yield fetched;
18574
18639
  continue;
18575
18640
  }
@@ -18822,7 +18887,7 @@ export class Collection extends Object {
18822
18887
  */
18823
18888
  static async fromJsonLd(json, options = {}) {
18824
18889
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
18825
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
18890
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
18826
18891
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
18827
18892
  try {
18828
18893
  const object = await this.__fromJsonLd__Collection__(json, span, options);
@@ -19255,7 +19320,7 @@ export class CollectionPage extends Collection {
19255
19320
  getDocumentLoader();
19256
19321
  const tracerProvider = options.tracerProvider ??
19257
19322
  this._tracerProvider ?? trace.getTracerProvider();
19258
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
19323
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
19259
19324
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
19260
19325
  let fetchResult;
19261
19326
  try {
@@ -19336,6 +19401,7 @@ export class CollectionPage extends Collection {
19336
19401
  if (fetched == null)
19337
19402
  return null;
19338
19403
  this.#_2kWgBhQKjEauxx8C6qF3ZQamK4Le_partOf[0] = fetched;
19404
+ this._cachedJsonLd = undefined;
19339
19405
  return fetched;
19340
19406
  }
19341
19407
  if (this._cachedJsonLd != null &&
@@ -19357,7 +19423,7 @@ export class CollectionPage extends Collection {
19357
19423
  getDocumentLoader();
19358
19424
  const tracerProvider = options.tracerProvider ??
19359
19425
  this._tracerProvider ?? trace.getTracerProvider();
19360
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
19426
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
19361
19427
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
19362
19428
  let fetchResult;
19363
19429
  try {
@@ -19437,6 +19503,7 @@ export class CollectionPage extends Collection {
19437
19503
  if (fetched == null)
19438
19504
  return null;
19439
19505
  this.#_3BT4kQLcXhHx7TAWaNDKh8nFn9eY_next[0] = fetched;
19506
+ this._cachedJsonLd = undefined;
19440
19507
  return fetched;
19441
19508
  }
19442
19509
  if (this._cachedJsonLd != null &&
@@ -19458,7 +19525,7 @@ export class CollectionPage extends Collection {
19458
19525
  getDocumentLoader();
19459
19526
  const tracerProvider = options.tracerProvider ??
19460
19527
  this._tracerProvider ?? trace.getTracerProvider();
19461
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
19528
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
19462
19529
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
19463
19530
  let fetchResult;
19464
19531
  try {
@@ -19538,6 +19605,7 @@ export class CollectionPage extends Collection {
19538
19605
  if (fetched == null)
19539
19606
  return null;
19540
19607
  this.#_3b8yG8tDNzQFFEnWhCc13G8eHooA_prev[0] = fetched;
19608
+ this._cachedJsonLd = undefined;
19541
19609
  return fetched;
19542
19610
  }
19543
19611
  if (this._cachedJsonLd != null &&
@@ -19730,7 +19798,7 @@ export class CollectionPage extends Collection {
19730
19798
  */
19731
19799
  static async fromJsonLd(json, options = {}) {
19732
19800
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
19733
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
19801
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
19734
19802
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
19735
19803
  try {
19736
19804
  const object = await this.__fromJsonLd__CollectionPage__(json, span, options);
@@ -20036,7 +20104,7 @@ export class Create extends Activity {
20036
20104
  */
20037
20105
  static async fromJsonLd(json, options = {}) {
20038
20106
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
20039
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
20107
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
20040
20108
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
20041
20109
  try {
20042
20110
  const object = await this.__fromJsonLd__Create__(json, span, options);
@@ -20240,7 +20308,7 @@ export class Delete extends Activity {
20240
20308
  */
20241
20309
  static async fromJsonLd(json, options = {}) {
20242
20310
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
20243
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
20311
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
20244
20312
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
20245
20313
  try {
20246
20314
  const object = await this.__fromJsonLd__Delete__(json, span, options);
@@ -20431,7 +20499,7 @@ export class Dislike extends Activity {
20431
20499
  */
20432
20500
  static async fromJsonLd(json, options = {}) {
20433
20501
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
20434
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
20502
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
20435
20503
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
20436
20504
  try {
20437
20505
  const object = await this.__fromJsonLd__Dislike__(json, span, options);
@@ -20981,7 +21049,7 @@ export class Endpoints {
20981
21049
  */
20982
21050
  static async fromJsonLd(json, options = {}) {
20983
21051
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
20984
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
21052
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
20985
21053
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
20986
21054
  try {
20987
21055
  const object = await this.__fromJsonLd__Endpoints__(json, span, options);
@@ -21346,7 +21414,7 @@ export class Event extends Object {
21346
21414
  */
21347
21415
  static async fromJsonLd(json, options = {}) {
21348
21416
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
21349
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
21417
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
21350
21418
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
21351
21419
  try {
21352
21420
  const object = await this.__fromJsonLd__Event__(json, span, options);
@@ -21538,7 +21606,7 @@ export class Flag extends Activity {
21538
21606
  */
21539
21607
  static async fromJsonLd(json, options = {}) {
21540
21608
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
21541
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
21609
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
21542
21610
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
21543
21611
  try {
21544
21612
  const object = await this.__fromJsonLd__Flag__(json, span, options);
@@ -21731,7 +21799,7 @@ export class Follow extends Activity {
21731
21799
  */
21732
21800
  static async fromJsonLd(json, options = {}) {
21733
21801
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
21734
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
21802
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
21735
21803
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
21736
21804
  try {
21737
21805
  const object = await this.__fromJsonLd__Follow__(json, span, options);
@@ -22602,7 +22670,7 @@ export class Group extends Object {
22602
22670
  getDocumentLoader();
22603
22671
  const tracerProvider = options.tracerProvider ??
22604
22672
  this._tracerProvider ?? trace.getTracerProvider();
22605
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
22673
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
22606
22674
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
22607
22675
  let fetchResult;
22608
22676
  try {
@@ -22682,6 +22750,7 @@ export class Group extends Object {
22682
22750
  if (fetched == null)
22683
22751
  return null;
22684
22752
  this.#_axq166E2eZADq34V4MYUc8KMZdC_publicKey[0] = fetched;
22753
+ this._cachedJsonLd = undefined;
22685
22754
  return fetched;
22686
22755
  }
22687
22756
  if (this._cachedJsonLd != null &&
@@ -22715,6 +22784,7 @@ export class Group extends Object {
22715
22784
  if (fetched == null)
22716
22785
  continue;
22717
22786
  vs[i] = fetched;
22787
+ this._cachedJsonLd = undefined;
22718
22788
  yield fetched;
22719
22789
  continue;
22720
22790
  }
@@ -22739,7 +22809,7 @@ export class Group extends Object {
22739
22809
  getDocumentLoader();
22740
22810
  const tracerProvider = options.tracerProvider ??
22741
22811
  this._tracerProvider ?? trace.getTracerProvider();
22742
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
22812
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
22743
22813
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
22744
22814
  let fetchResult;
22745
22815
  try {
@@ -22824,6 +22894,7 @@ export class Group extends Object {
22824
22894
  if (fetched == null)
22825
22895
  return null;
22826
22896
  this.#_4EHQFWZSz1k1d4LmPrQiMba2GbP3_assertionMethod[0] = fetched;
22897
+ this._cachedJsonLd = undefined;
22827
22898
  return fetched;
22828
22899
  }
22829
22900
  if (this._cachedJsonLd != null &&
@@ -22860,6 +22931,7 @@ export class Group extends Object {
22860
22931
  if (fetched == null)
22861
22932
  continue;
22862
22933
  vs[i] = fetched;
22934
+ this._cachedJsonLd = undefined;
22863
22935
  yield fetched;
22864
22936
  continue;
22865
22937
  }
@@ -22896,7 +22968,7 @@ export class Group extends Object {
22896
22968
  getDocumentLoader();
22897
22969
  const tracerProvider = options.tracerProvider ??
22898
22970
  this._tracerProvider ?? trace.getTracerProvider();
22899
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
22971
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
22900
22972
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
22901
22973
  let fetchResult;
22902
22974
  try {
@@ -22998,6 +23070,7 @@ export class Group extends Object {
22998
23070
  if (fetched == null)
22999
23071
  return null;
23000
23072
  this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB_inbox[0] = fetched;
23073
+ this._cachedJsonLd = undefined;
23001
23074
  return fetched;
23002
23075
  }
23003
23076
  if (this._cachedJsonLd != null &&
@@ -23019,7 +23092,7 @@ export class Group extends Object {
23019
23092
  getDocumentLoader();
23020
23093
  const tracerProvider = options.tracerProvider ??
23021
23094
  this._tracerProvider ?? trace.getTracerProvider();
23022
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
23095
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23023
23096
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23024
23097
  let fetchResult;
23025
23098
  try {
@@ -23118,6 +23191,7 @@ export class Group extends Object {
23118
23191
  if (fetched == null)
23119
23192
  return null;
23120
23193
  this.#_41QwhqJouoLg3h8dRPKat21brynC_outbox[0] = fetched;
23194
+ this._cachedJsonLd = undefined;
23121
23195
  return fetched;
23122
23196
  }
23123
23197
  if (this._cachedJsonLd != null &&
@@ -23139,7 +23213,7 @@ export class Group extends Object {
23139
23213
  getDocumentLoader();
23140
23214
  const tracerProvider = options.tracerProvider ??
23141
23215
  this._tracerProvider ?? trace.getTracerProvider();
23142
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
23216
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23143
23217
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23144
23218
  let fetchResult;
23145
23219
  try {
@@ -23223,6 +23297,7 @@ export class Group extends Object {
23223
23297
  if (fetched == null)
23224
23298
  return null;
23225
23299
  this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee_following[0] = fetched;
23300
+ this._cachedJsonLd = undefined;
23226
23301
  return fetched;
23227
23302
  }
23228
23303
  if (this._cachedJsonLd != null &&
@@ -23244,7 +23319,7 @@ export class Group extends Object {
23244
23319
  getDocumentLoader();
23245
23320
  const tracerProvider = options.tracerProvider ??
23246
23321
  this._tracerProvider ?? trace.getTracerProvider();
23247
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
23322
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23248
23323
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23249
23324
  let fetchResult;
23250
23325
  try {
@@ -23331,6 +23406,7 @@ export class Group extends Object {
23331
23406
  if (fetched == null)
23332
23407
  return null;
23333
23408
  this.#_BBCTgfphhsFzpVfKTykGSpBNwoA_followers[0] = fetched;
23409
+ this._cachedJsonLd = undefined;
23334
23410
  return fetched;
23335
23411
  }
23336
23412
  if (this._cachedJsonLd != null &&
@@ -23352,7 +23428,7 @@ export class Group extends Object {
23352
23428
  getDocumentLoader();
23353
23429
  const tracerProvider = options.tracerProvider ??
23354
23430
  this._tracerProvider ?? trace.getTracerProvider();
23355
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
23431
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23356
23432
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23357
23433
  let fetchResult;
23358
23434
  try {
@@ -23437,6 +23513,7 @@ export class Group extends Object {
23437
23513
  if (fetched == null)
23438
23514
  return null;
23439
23515
  this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU_liked[0] = fetched;
23516
+ this._cachedJsonLd = undefined;
23440
23517
  return fetched;
23441
23518
  }
23442
23519
  if (this._cachedJsonLd != null &&
@@ -23458,7 +23535,7 @@ export class Group extends Object {
23458
23535
  getDocumentLoader();
23459
23536
  const tracerProvider = options.tracerProvider ??
23460
23537
  this._tracerProvider ?? trace.getTracerProvider();
23461
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
23538
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23462
23539
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23463
23540
  let fetchResult;
23464
23541
  try {
@@ -23541,6 +23618,7 @@ export class Group extends Object {
23541
23618
  if (fetched == null)
23542
23619
  return null;
23543
23620
  this.#_4N1vBJzXDf8NbBumeECQMFvKetja_featured[0] = fetched;
23621
+ this._cachedJsonLd = undefined;
23544
23622
  return fetched;
23545
23623
  }
23546
23624
  if (this._cachedJsonLd != null &&
@@ -23562,7 +23640,7 @@ export class Group extends Object {
23562
23640
  getDocumentLoader();
23563
23641
  const tracerProvider = options.tracerProvider ??
23564
23642
  this._tracerProvider ?? trace.getTracerProvider();
23565
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
23643
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23566
23644
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23567
23645
  let fetchResult;
23568
23646
  try {
@@ -23647,6 +23725,7 @@ export class Group extends Object {
23647
23725
  if (fetched == null)
23648
23726
  return null;
23649
23727
  this.#_2MxnRRLq9iPzx5CFq2NPrXdUDCac_featuredTags[0] = fetched;
23728
+ this._cachedJsonLd = undefined;
23650
23729
  return fetched;
23651
23730
  }
23652
23731
  if (this._cachedJsonLd != null &&
@@ -23668,7 +23747,7 @@ export class Group extends Object {
23668
23747
  getDocumentLoader();
23669
23748
  const tracerProvider = options.tracerProvider ??
23670
23749
  this._tracerProvider ?? trace.getTracerProvider();
23671
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
23750
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23672
23751
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23673
23752
  let fetchResult;
23674
23753
  try {
@@ -23743,6 +23822,7 @@ export class Group extends Object {
23743
23822
  if (fetched == null)
23744
23823
  continue;
23745
23824
  vs[i] = fetched;
23825
+ this._cachedJsonLd = undefined;
23746
23826
  yield fetched;
23747
23827
  continue;
23748
23828
  }
@@ -23809,7 +23889,7 @@ export class Group extends Object {
23809
23889
  getDocumentLoader();
23810
23890
  const tracerProvider = options.tracerProvider ??
23811
23891
  this._tracerProvider ?? trace.getTracerProvider();
23812
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
23892
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23813
23893
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23814
23894
  let fetchResult;
23815
23895
  try {
@@ -23923,6 +24003,7 @@ export class Group extends Object {
23923
24003
  if (fetched == null)
23924
24004
  return null;
23925
24005
  this.#_2ZNWDhuNdSXBwEmrB5kwffdKGzok_movedTo[0] = fetched;
24006
+ this._cachedJsonLd = undefined;
23926
24007
  return fetched;
23927
24008
  }
23928
24009
  if (this._cachedJsonLd != null &&
@@ -23944,7 +24025,7 @@ export class Group extends Object {
23944
24025
  getDocumentLoader();
23945
24026
  const tracerProvider = options.tracerProvider ??
23946
24027
  this._tracerProvider ?? trace.getTracerProvider();
23947
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
24028
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
23948
24029
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
23949
24030
  let fetchResult;
23950
24031
  try {
@@ -24061,6 +24142,7 @@ export class Group extends Object {
24061
24142
  if (fetched == null)
24062
24143
  return null;
24063
24144
  this.#_3NV7TGNhuABbryNjNi4wib4DgNpY_alsoKnownAs[0] = fetched;
24145
+ this._cachedJsonLd = undefined;
24064
24146
  return fetched;
24065
24147
  }
24066
24148
  if (this._cachedJsonLd != null &&
@@ -24097,6 +24179,7 @@ export class Group extends Object {
24097
24179
  if (fetched == null)
24098
24180
  continue;
24099
24181
  vs[i] = fetched;
24182
+ this._cachedJsonLd = undefined;
24100
24183
  yield fetched;
24101
24184
  continue;
24102
24185
  }
@@ -24121,7 +24204,7 @@ export class Group extends Object {
24121
24204
  getDocumentLoader();
24122
24205
  const tracerProvider = options.tracerProvider ??
24123
24206
  this._tracerProvider ?? trace.getTracerProvider();
24124
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
24207
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
24125
24208
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
24126
24209
  let fetchResult;
24127
24210
  try {
@@ -24204,6 +24287,7 @@ export class Group extends Object {
24204
24287
  if (fetched == null)
24205
24288
  return null;
24206
24289
  this.#_4Q6NrKH6bazBGtxwG8vyG77ir7Tg_service[0] = fetched;
24290
+ this._cachedJsonLd = undefined;
24207
24291
  return fetched;
24208
24292
  }
24209
24293
  if (this._cachedJsonLd != null &&
@@ -24240,6 +24324,7 @@ export class Group extends Object {
24240
24324
  if (fetched == null)
24241
24325
  continue;
24242
24326
  vs[i] = fetched;
24327
+ this._cachedJsonLd = undefined;
24243
24328
  yield fetched;
24244
24329
  continue;
24245
24330
  }
@@ -25008,7 +25093,7 @@ export class Group extends Object {
25008
25093
  */
25009
25094
  static async fromJsonLd(json, options = {}) {
25010
25095
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
25011
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
25096
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
25012
25097
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
25013
25098
  try {
25014
25099
  const object = await this.__fromJsonLd__Group__(json, span, options);
@@ -26274,7 +26359,7 @@ export class Link {
26274
26359
  getDocumentLoader();
26275
26360
  const tracerProvider = options.tracerProvider ??
26276
26361
  this._tracerProvider ?? trace.getTracerProvider();
26277
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
26362
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
26278
26363
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
26279
26364
  let fetchResult;
26280
26365
  try {
@@ -26359,6 +26444,7 @@ export class Link {
26359
26444
  if (fetched == null)
26360
26445
  continue;
26361
26446
  vs[i] = fetched;
26447
+ this._cachedJsonLd = undefined;
26362
26448
  yield fetched;
26363
26449
  continue;
26364
26450
  }
@@ -26624,7 +26710,7 @@ export class Link {
26624
26710
  */
26625
26711
  static async fromJsonLd(json, options = {}) {
26626
26712
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
26627
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
26713
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
26628
26714
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
26629
26715
  try {
26630
26716
  const object = await this.__fromJsonLd__Link__(json, span, options);
@@ -27130,7 +27216,7 @@ export class Hashtag extends Link {
27130
27216
  */
27131
27217
  static async fromJsonLd(json, options = {}) {
27132
27218
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
27133
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
27219
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
27134
27220
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
27135
27221
  try {
27136
27222
  const object = await this.__fromJsonLd__Hashtag__(json, span, options);
@@ -27330,7 +27416,7 @@ export class Image extends Document {
27330
27416
  */
27331
27417
  static async fromJsonLd(json, options = {}) {
27332
27418
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
27333
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
27419
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
27334
27420
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
27335
27421
  try {
27336
27422
  const object = await this.__fromJsonLd__Image__(json, span, options);
@@ -27522,7 +27608,7 @@ export class Offer extends Activity {
27522
27608
  */
27523
27609
  static async fromJsonLd(json, options = {}) {
27524
27610
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
27525
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
27611
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
27526
27612
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
27527
27613
  try {
27528
27614
  const object = await this.__fromJsonLd__Offer__(json, span, options);
@@ -27716,7 +27802,7 @@ export class Invite extends Offer {
27716
27802
  */
27717
27803
  static async fromJsonLd(json, options = {}) {
27718
27804
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
27719
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
27805
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
27720
27806
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
27721
27807
  try {
27722
27808
  const object = await this.__fromJsonLd__Invite__(json, span, options);
@@ -27907,7 +27993,7 @@ export class Join extends Activity {
27907
27993
  */
27908
27994
  static async fromJsonLd(json, options = {}) {
27909
27995
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
27910
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
27996
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
27911
27997
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
27912
27998
  try {
27913
27999
  const object = await this.__fromJsonLd__Join__(json, span, options);
@@ -28098,7 +28184,7 @@ export class Leave extends Activity {
28098
28184
  */
28099
28185
  static async fromJsonLd(json, options = {}) {
28100
28186
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
28101
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
28187
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
28102
28188
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
28103
28189
  try {
28104
28190
  const object = await this.__fromJsonLd__Leave__(json, span, options);
@@ -28290,7 +28376,7 @@ export class Like extends Activity {
28290
28376
  */
28291
28377
  static async fromJsonLd(json, options = {}) {
28292
28378
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
28293
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
28379
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
28294
28380
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
28295
28381
  try {
28296
28382
  const object = await this.__fromJsonLd__Like__(json, span, options);
@@ -28480,7 +28566,7 @@ export class Listen extends Activity {
28480
28566
  */
28481
28567
  static async fromJsonLd(json, options = {}) {
28482
28568
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
28483
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
28569
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
28484
28570
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
28485
28571
  try {
28486
28572
  const object = await this.__fromJsonLd__Listen__(json, span, options);
@@ -28669,7 +28755,7 @@ export class Mention extends Link {
28669
28755
  */
28670
28756
  static async fromJsonLd(json, options = {}) {
28671
28757
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
28672
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
28758
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
28673
28759
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
28674
28760
  try {
28675
28761
  const object = await this.__fromJsonLd__Mention__(json, span, options);
@@ -28861,7 +28947,7 @@ export class Move extends Activity {
28861
28947
  */
28862
28948
  static async fromJsonLd(json, options = {}) {
28863
28949
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
28864
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
28950
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
28865
28951
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
28866
28952
  try {
28867
28953
  const object = await this.__fromJsonLd__Move__(json, span, options);
@@ -29156,7 +29242,7 @@ export class Note extends Object {
29156
29242
  */
29157
29243
  static async fromJsonLd(json, options = {}) {
29158
29244
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
29159
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
29245
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
29160
29246
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
29161
29247
  try {
29162
29248
  const object = await this.__fromJsonLd__Note__(json, span, options);
@@ -29340,7 +29426,7 @@ export class OrderedCollection extends Collection {
29340
29426
  getDocumentLoader();
29341
29427
  const tracerProvider = options.tracerProvider ??
29342
29428
  this._tracerProvider ?? trace.getTracerProvider();
29343
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
29429
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
29344
29430
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
29345
29431
  let fetchResult;
29346
29432
  try {
@@ -29426,6 +29512,7 @@ export class OrderedCollection extends Collection {
29426
29512
  if (fetched == null)
29427
29513
  continue;
29428
29514
  vs[i] = fetched;
29515
+ this._cachedJsonLd = undefined;
29429
29516
  yield fetched;
29430
29517
  continue;
29431
29518
  }
@@ -29582,7 +29669,7 @@ export class OrderedCollection extends Collection {
29582
29669
  */
29583
29670
  static async fromJsonLd(json, options = {}) {
29584
29671
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
29585
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
29672
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
29586
29673
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
29587
29674
  try {
29588
29675
  const object = await this.__fromJsonLd__OrderedCollection__(json, span, options);
@@ -29862,7 +29949,7 @@ export class OrderedCollectionPage extends CollectionPage {
29862
29949
  getDocumentLoader();
29863
29950
  const tracerProvider = options.tracerProvider ??
29864
29951
  this._tracerProvider ?? trace.getTracerProvider();
29865
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
29952
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
29866
29953
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
29867
29954
  let fetchResult;
29868
29955
  try {
@@ -29948,6 +30035,7 @@ export class OrderedCollectionPage extends CollectionPage {
29948
30035
  if (fetched == null)
29949
30036
  continue;
29950
30037
  vs[i] = fetched;
30038
+ this._cachedJsonLd = undefined;
29951
30039
  yield fetched;
29952
30040
  continue;
29953
30041
  }
@@ -30134,7 +30222,7 @@ export class OrderedCollectionPage extends CollectionPage {
30134
30222
  */
30135
30223
  static async fromJsonLd(json, options = {}) {
30136
30224
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
30137
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
30225
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
30138
30226
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
30139
30227
  try {
30140
30228
  const object = await this.__fromJsonLd__OrderedCollectionPage__(json, span, options);
@@ -31137,7 +31225,7 @@ export class Organization extends Object {
31137
31225
  getDocumentLoader();
31138
31226
  const tracerProvider = options.tracerProvider ??
31139
31227
  this._tracerProvider ?? trace.getTracerProvider();
31140
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
31228
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
31141
31229
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
31142
31230
  let fetchResult;
31143
31231
  try {
@@ -31217,6 +31305,7 @@ export class Organization extends Object {
31217
31305
  if (fetched == null)
31218
31306
  return null;
31219
31307
  this.#_axq166E2eZADq34V4MYUc8KMZdC_publicKey[0] = fetched;
31308
+ this._cachedJsonLd = undefined;
31220
31309
  return fetched;
31221
31310
  }
31222
31311
  if (this._cachedJsonLd != null &&
@@ -31250,6 +31339,7 @@ export class Organization extends Object {
31250
31339
  if (fetched == null)
31251
31340
  continue;
31252
31341
  vs[i] = fetched;
31342
+ this._cachedJsonLd = undefined;
31253
31343
  yield fetched;
31254
31344
  continue;
31255
31345
  }
@@ -31274,7 +31364,7 @@ export class Organization extends Object {
31274
31364
  getDocumentLoader();
31275
31365
  const tracerProvider = options.tracerProvider ??
31276
31366
  this._tracerProvider ?? trace.getTracerProvider();
31277
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
31367
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
31278
31368
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
31279
31369
  let fetchResult;
31280
31370
  try {
@@ -31359,6 +31449,7 @@ export class Organization extends Object {
31359
31449
  if (fetched == null)
31360
31450
  return null;
31361
31451
  this.#_4EHQFWZSz1k1d4LmPrQiMba2GbP3_assertionMethod[0] = fetched;
31452
+ this._cachedJsonLd = undefined;
31362
31453
  return fetched;
31363
31454
  }
31364
31455
  if (this._cachedJsonLd != null &&
@@ -31395,6 +31486,7 @@ export class Organization extends Object {
31395
31486
  if (fetched == null)
31396
31487
  continue;
31397
31488
  vs[i] = fetched;
31489
+ this._cachedJsonLd = undefined;
31398
31490
  yield fetched;
31399
31491
  continue;
31400
31492
  }
@@ -31431,7 +31523,7 @@ export class Organization extends Object {
31431
31523
  getDocumentLoader();
31432
31524
  const tracerProvider = options.tracerProvider ??
31433
31525
  this._tracerProvider ?? trace.getTracerProvider();
31434
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
31526
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
31435
31527
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
31436
31528
  let fetchResult;
31437
31529
  try {
@@ -31533,6 +31625,7 @@ export class Organization extends Object {
31533
31625
  if (fetched == null)
31534
31626
  return null;
31535
31627
  this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB_inbox[0] = fetched;
31628
+ this._cachedJsonLd = undefined;
31536
31629
  return fetched;
31537
31630
  }
31538
31631
  if (this._cachedJsonLd != null &&
@@ -31554,7 +31647,7 @@ export class Organization extends Object {
31554
31647
  getDocumentLoader();
31555
31648
  const tracerProvider = options.tracerProvider ??
31556
31649
  this._tracerProvider ?? trace.getTracerProvider();
31557
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
31650
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
31558
31651
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
31559
31652
  let fetchResult;
31560
31653
  try {
@@ -31653,6 +31746,7 @@ export class Organization extends Object {
31653
31746
  if (fetched == null)
31654
31747
  return null;
31655
31748
  this.#_41QwhqJouoLg3h8dRPKat21brynC_outbox[0] = fetched;
31749
+ this._cachedJsonLd = undefined;
31656
31750
  return fetched;
31657
31751
  }
31658
31752
  if (this._cachedJsonLd != null &&
@@ -31674,7 +31768,7 @@ export class Organization extends Object {
31674
31768
  getDocumentLoader();
31675
31769
  const tracerProvider = options.tracerProvider ??
31676
31770
  this._tracerProvider ?? trace.getTracerProvider();
31677
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
31771
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
31678
31772
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
31679
31773
  let fetchResult;
31680
31774
  try {
@@ -31758,6 +31852,7 @@ export class Organization extends Object {
31758
31852
  if (fetched == null)
31759
31853
  return null;
31760
31854
  this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee_following[0] = fetched;
31855
+ this._cachedJsonLd = undefined;
31761
31856
  return fetched;
31762
31857
  }
31763
31858
  if (this._cachedJsonLd != null &&
@@ -31779,7 +31874,7 @@ export class Organization extends Object {
31779
31874
  getDocumentLoader();
31780
31875
  const tracerProvider = options.tracerProvider ??
31781
31876
  this._tracerProvider ?? trace.getTracerProvider();
31782
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
31877
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
31783
31878
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
31784
31879
  let fetchResult;
31785
31880
  try {
@@ -31866,6 +31961,7 @@ export class Organization extends Object {
31866
31961
  if (fetched == null)
31867
31962
  return null;
31868
31963
  this.#_BBCTgfphhsFzpVfKTykGSpBNwoA_followers[0] = fetched;
31964
+ this._cachedJsonLd = undefined;
31869
31965
  return fetched;
31870
31966
  }
31871
31967
  if (this._cachedJsonLd != null &&
@@ -31887,7 +31983,7 @@ export class Organization extends Object {
31887
31983
  getDocumentLoader();
31888
31984
  const tracerProvider = options.tracerProvider ??
31889
31985
  this._tracerProvider ?? trace.getTracerProvider();
31890
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
31986
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
31891
31987
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
31892
31988
  let fetchResult;
31893
31989
  try {
@@ -31972,6 +32068,7 @@ export class Organization extends Object {
31972
32068
  if (fetched == null)
31973
32069
  return null;
31974
32070
  this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU_liked[0] = fetched;
32071
+ this._cachedJsonLd = undefined;
31975
32072
  return fetched;
31976
32073
  }
31977
32074
  if (this._cachedJsonLd != null &&
@@ -31993,7 +32090,7 @@ export class Organization extends Object {
31993
32090
  getDocumentLoader();
31994
32091
  const tracerProvider = options.tracerProvider ??
31995
32092
  this._tracerProvider ?? trace.getTracerProvider();
31996
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
32093
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
31997
32094
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
31998
32095
  let fetchResult;
31999
32096
  try {
@@ -32076,6 +32173,7 @@ export class Organization extends Object {
32076
32173
  if (fetched == null)
32077
32174
  return null;
32078
32175
  this.#_4N1vBJzXDf8NbBumeECQMFvKetja_featured[0] = fetched;
32176
+ this._cachedJsonLd = undefined;
32079
32177
  return fetched;
32080
32178
  }
32081
32179
  if (this._cachedJsonLd != null &&
@@ -32097,7 +32195,7 @@ export class Organization extends Object {
32097
32195
  getDocumentLoader();
32098
32196
  const tracerProvider = options.tracerProvider ??
32099
32197
  this._tracerProvider ?? trace.getTracerProvider();
32100
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
32198
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
32101
32199
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
32102
32200
  let fetchResult;
32103
32201
  try {
@@ -32182,6 +32280,7 @@ export class Organization extends Object {
32182
32280
  if (fetched == null)
32183
32281
  return null;
32184
32282
  this.#_2MxnRRLq9iPzx5CFq2NPrXdUDCac_featuredTags[0] = fetched;
32283
+ this._cachedJsonLd = undefined;
32185
32284
  return fetched;
32186
32285
  }
32187
32286
  if (this._cachedJsonLd != null &&
@@ -32203,7 +32302,7 @@ export class Organization extends Object {
32203
32302
  getDocumentLoader();
32204
32303
  const tracerProvider = options.tracerProvider ??
32205
32304
  this._tracerProvider ?? trace.getTracerProvider();
32206
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
32305
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
32207
32306
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
32208
32307
  let fetchResult;
32209
32308
  try {
@@ -32278,6 +32377,7 @@ export class Organization extends Object {
32278
32377
  if (fetched == null)
32279
32378
  continue;
32280
32379
  vs[i] = fetched;
32380
+ this._cachedJsonLd = undefined;
32281
32381
  yield fetched;
32282
32382
  continue;
32283
32383
  }
@@ -32344,7 +32444,7 @@ export class Organization extends Object {
32344
32444
  getDocumentLoader();
32345
32445
  const tracerProvider = options.tracerProvider ??
32346
32446
  this._tracerProvider ?? trace.getTracerProvider();
32347
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
32447
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
32348
32448
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
32349
32449
  let fetchResult;
32350
32450
  try {
@@ -32458,6 +32558,7 @@ export class Organization extends Object {
32458
32558
  if (fetched == null)
32459
32559
  return null;
32460
32560
  this.#_2ZNWDhuNdSXBwEmrB5kwffdKGzok_movedTo[0] = fetched;
32561
+ this._cachedJsonLd = undefined;
32461
32562
  return fetched;
32462
32563
  }
32463
32564
  if (this._cachedJsonLd != null &&
@@ -32479,7 +32580,7 @@ export class Organization extends Object {
32479
32580
  getDocumentLoader();
32480
32581
  const tracerProvider = options.tracerProvider ??
32481
32582
  this._tracerProvider ?? trace.getTracerProvider();
32482
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
32583
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
32483
32584
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
32484
32585
  let fetchResult;
32485
32586
  try {
@@ -32596,6 +32697,7 @@ export class Organization extends Object {
32596
32697
  if (fetched == null)
32597
32698
  return null;
32598
32699
  this.#_3NV7TGNhuABbryNjNi4wib4DgNpY_alsoKnownAs[0] = fetched;
32700
+ this._cachedJsonLd = undefined;
32599
32701
  return fetched;
32600
32702
  }
32601
32703
  if (this._cachedJsonLd != null &&
@@ -32632,6 +32734,7 @@ export class Organization extends Object {
32632
32734
  if (fetched == null)
32633
32735
  continue;
32634
32736
  vs[i] = fetched;
32737
+ this._cachedJsonLd = undefined;
32635
32738
  yield fetched;
32636
32739
  continue;
32637
32740
  }
@@ -32656,7 +32759,7 @@ export class Organization extends Object {
32656
32759
  getDocumentLoader();
32657
32760
  const tracerProvider = options.tracerProvider ??
32658
32761
  this._tracerProvider ?? trace.getTracerProvider();
32659
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
32762
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
32660
32763
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
32661
32764
  let fetchResult;
32662
32765
  try {
@@ -32739,6 +32842,7 @@ export class Organization extends Object {
32739
32842
  if (fetched == null)
32740
32843
  return null;
32741
32844
  this.#_4Q6NrKH6bazBGtxwG8vyG77ir7Tg_service[0] = fetched;
32845
+ this._cachedJsonLd = undefined;
32742
32846
  return fetched;
32743
32847
  }
32744
32848
  if (this._cachedJsonLd != null &&
@@ -32775,6 +32879,7 @@ export class Organization extends Object {
32775
32879
  if (fetched == null)
32776
32880
  continue;
32777
32881
  vs[i] = fetched;
32882
+ this._cachedJsonLd = undefined;
32778
32883
  yield fetched;
32779
32884
  continue;
32780
32885
  }
@@ -33543,7 +33648,7 @@ export class Organization extends Object {
33543
33648
  */
33544
33649
  static async fromJsonLd(json, options = {}) {
33545
33650
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
33546
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
33651
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
33547
33652
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
33548
33653
  try {
33549
33654
  const object = await this.__fromJsonLd__Organization__(json, span, options);
@@ -34526,7 +34631,7 @@ export class Page extends Document {
34526
34631
  */
34527
34632
  static async fromJsonLd(json, options = {}) {
34528
34633
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
34529
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
34634
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
34530
34635
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
34531
34636
  try {
34532
34637
  const object = await this.__fromJsonLd__Page__(json, span, options);
@@ -35397,7 +35502,7 @@ export class Person extends Object {
35397
35502
  getDocumentLoader();
35398
35503
  const tracerProvider = options.tracerProvider ??
35399
35504
  this._tracerProvider ?? trace.getTracerProvider();
35400
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
35505
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
35401
35506
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
35402
35507
  let fetchResult;
35403
35508
  try {
@@ -35477,6 +35582,7 @@ export class Person extends Object {
35477
35582
  if (fetched == null)
35478
35583
  return null;
35479
35584
  this.#_axq166E2eZADq34V4MYUc8KMZdC_publicKey[0] = fetched;
35585
+ this._cachedJsonLd = undefined;
35480
35586
  return fetched;
35481
35587
  }
35482
35588
  if (this._cachedJsonLd != null &&
@@ -35510,6 +35616,7 @@ export class Person extends Object {
35510
35616
  if (fetched == null)
35511
35617
  continue;
35512
35618
  vs[i] = fetched;
35619
+ this._cachedJsonLd = undefined;
35513
35620
  yield fetched;
35514
35621
  continue;
35515
35622
  }
@@ -35534,7 +35641,7 @@ export class Person extends Object {
35534
35641
  getDocumentLoader();
35535
35642
  const tracerProvider = options.tracerProvider ??
35536
35643
  this._tracerProvider ?? trace.getTracerProvider();
35537
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
35644
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
35538
35645
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
35539
35646
  let fetchResult;
35540
35647
  try {
@@ -35619,6 +35726,7 @@ export class Person extends Object {
35619
35726
  if (fetched == null)
35620
35727
  return null;
35621
35728
  this.#_4EHQFWZSz1k1d4LmPrQiMba2GbP3_assertionMethod[0] = fetched;
35729
+ this._cachedJsonLd = undefined;
35622
35730
  return fetched;
35623
35731
  }
35624
35732
  if (this._cachedJsonLd != null &&
@@ -35655,6 +35763,7 @@ export class Person extends Object {
35655
35763
  if (fetched == null)
35656
35764
  continue;
35657
35765
  vs[i] = fetched;
35766
+ this._cachedJsonLd = undefined;
35658
35767
  yield fetched;
35659
35768
  continue;
35660
35769
  }
@@ -35691,7 +35800,7 @@ export class Person extends Object {
35691
35800
  getDocumentLoader();
35692
35801
  const tracerProvider = options.tracerProvider ??
35693
35802
  this._tracerProvider ?? trace.getTracerProvider();
35694
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
35803
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
35695
35804
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
35696
35805
  let fetchResult;
35697
35806
  try {
@@ -35793,6 +35902,7 @@ export class Person extends Object {
35793
35902
  if (fetched == null)
35794
35903
  return null;
35795
35904
  this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB_inbox[0] = fetched;
35905
+ this._cachedJsonLd = undefined;
35796
35906
  return fetched;
35797
35907
  }
35798
35908
  if (this._cachedJsonLd != null &&
@@ -35814,7 +35924,7 @@ export class Person extends Object {
35814
35924
  getDocumentLoader();
35815
35925
  const tracerProvider = options.tracerProvider ??
35816
35926
  this._tracerProvider ?? trace.getTracerProvider();
35817
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
35927
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
35818
35928
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
35819
35929
  let fetchResult;
35820
35930
  try {
@@ -35913,6 +36023,7 @@ export class Person extends Object {
35913
36023
  if (fetched == null)
35914
36024
  return null;
35915
36025
  this.#_41QwhqJouoLg3h8dRPKat21brynC_outbox[0] = fetched;
36026
+ this._cachedJsonLd = undefined;
35916
36027
  return fetched;
35917
36028
  }
35918
36029
  if (this._cachedJsonLd != null &&
@@ -35934,7 +36045,7 @@ export class Person extends Object {
35934
36045
  getDocumentLoader();
35935
36046
  const tracerProvider = options.tracerProvider ??
35936
36047
  this._tracerProvider ?? trace.getTracerProvider();
35937
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
36048
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
35938
36049
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
35939
36050
  let fetchResult;
35940
36051
  try {
@@ -36018,6 +36129,7 @@ export class Person extends Object {
36018
36129
  if (fetched == null)
36019
36130
  return null;
36020
36131
  this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee_following[0] = fetched;
36132
+ this._cachedJsonLd = undefined;
36021
36133
  return fetched;
36022
36134
  }
36023
36135
  if (this._cachedJsonLd != null &&
@@ -36039,7 +36151,7 @@ export class Person extends Object {
36039
36151
  getDocumentLoader();
36040
36152
  const tracerProvider = options.tracerProvider ??
36041
36153
  this._tracerProvider ?? trace.getTracerProvider();
36042
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
36154
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
36043
36155
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
36044
36156
  let fetchResult;
36045
36157
  try {
@@ -36126,6 +36238,7 @@ export class Person extends Object {
36126
36238
  if (fetched == null)
36127
36239
  return null;
36128
36240
  this.#_BBCTgfphhsFzpVfKTykGSpBNwoA_followers[0] = fetched;
36241
+ this._cachedJsonLd = undefined;
36129
36242
  return fetched;
36130
36243
  }
36131
36244
  if (this._cachedJsonLd != null &&
@@ -36147,7 +36260,7 @@ export class Person extends Object {
36147
36260
  getDocumentLoader();
36148
36261
  const tracerProvider = options.tracerProvider ??
36149
36262
  this._tracerProvider ?? trace.getTracerProvider();
36150
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
36263
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
36151
36264
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
36152
36265
  let fetchResult;
36153
36266
  try {
@@ -36232,6 +36345,7 @@ export class Person extends Object {
36232
36345
  if (fetched == null)
36233
36346
  return null;
36234
36347
  this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU_liked[0] = fetched;
36348
+ this._cachedJsonLd = undefined;
36235
36349
  return fetched;
36236
36350
  }
36237
36351
  if (this._cachedJsonLd != null &&
@@ -36253,7 +36367,7 @@ export class Person extends Object {
36253
36367
  getDocumentLoader();
36254
36368
  const tracerProvider = options.tracerProvider ??
36255
36369
  this._tracerProvider ?? trace.getTracerProvider();
36256
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
36370
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
36257
36371
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
36258
36372
  let fetchResult;
36259
36373
  try {
@@ -36336,6 +36450,7 @@ export class Person extends Object {
36336
36450
  if (fetched == null)
36337
36451
  return null;
36338
36452
  this.#_4N1vBJzXDf8NbBumeECQMFvKetja_featured[0] = fetched;
36453
+ this._cachedJsonLd = undefined;
36339
36454
  return fetched;
36340
36455
  }
36341
36456
  if (this._cachedJsonLd != null &&
@@ -36357,7 +36472,7 @@ export class Person extends Object {
36357
36472
  getDocumentLoader();
36358
36473
  const tracerProvider = options.tracerProvider ??
36359
36474
  this._tracerProvider ?? trace.getTracerProvider();
36360
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
36475
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
36361
36476
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
36362
36477
  let fetchResult;
36363
36478
  try {
@@ -36442,6 +36557,7 @@ export class Person extends Object {
36442
36557
  if (fetched == null)
36443
36558
  return null;
36444
36559
  this.#_2MxnRRLq9iPzx5CFq2NPrXdUDCac_featuredTags[0] = fetched;
36560
+ this._cachedJsonLd = undefined;
36445
36561
  return fetched;
36446
36562
  }
36447
36563
  if (this._cachedJsonLd != null &&
@@ -36463,7 +36579,7 @@ export class Person extends Object {
36463
36579
  getDocumentLoader();
36464
36580
  const tracerProvider = options.tracerProvider ??
36465
36581
  this._tracerProvider ?? trace.getTracerProvider();
36466
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
36582
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
36467
36583
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
36468
36584
  let fetchResult;
36469
36585
  try {
@@ -36538,6 +36654,7 @@ export class Person extends Object {
36538
36654
  if (fetched == null)
36539
36655
  continue;
36540
36656
  vs[i] = fetched;
36657
+ this._cachedJsonLd = undefined;
36541
36658
  yield fetched;
36542
36659
  continue;
36543
36660
  }
@@ -36604,7 +36721,7 @@ export class Person extends Object {
36604
36721
  getDocumentLoader();
36605
36722
  const tracerProvider = options.tracerProvider ??
36606
36723
  this._tracerProvider ?? trace.getTracerProvider();
36607
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
36724
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
36608
36725
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
36609
36726
  let fetchResult;
36610
36727
  try {
@@ -36718,6 +36835,7 @@ export class Person extends Object {
36718
36835
  if (fetched == null)
36719
36836
  return null;
36720
36837
  this.#_2ZNWDhuNdSXBwEmrB5kwffdKGzok_movedTo[0] = fetched;
36838
+ this._cachedJsonLd = undefined;
36721
36839
  return fetched;
36722
36840
  }
36723
36841
  if (this._cachedJsonLd != null &&
@@ -36739,7 +36857,7 @@ export class Person extends Object {
36739
36857
  getDocumentLoader();
36740
36858
  const tracerProvider = options.tracerProvider ??
36741
36859
  this._tracerProvider ?? trace.getTracerProvider();
36742
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
36860
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
36743
36861
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
36744
36862
  let fetchResult;
36745
36863
  try {
@@ -36856,6 +36974,7 @@ export class Person extends Object {
36856
36974
  if (fetched == null)
36857
36975
  return null;
36858
36976
  this.#_3NV7TGNhuABbryNjNi4wib4DgNpY_alsoKnownAs[0] = fetched;
36977
+ this._cachedJsonLd = undefined;
36859
36978
  return fetched;
36860
36979
  }
36861
36980
  if (this._cachedJsonLd != null &&
@@ -36892,6 +37011,7 @@ export class Person extends Object {
36892
37011
  if (fetched == null)
36893
37012
  continue;
36894
37013
  vs[i] = fetched;
37014
+ this._cachedJsonLd = undefined;
36895
37015
  yield fetched;
36896
37016
  continue;
36897
37017
  }
@@ -36916,7 +37036,7 @@ export class Person extends Object {
36916
37036
  getDocumentLoader();
36917
37037
  const tracerProvider = options.tracerProvider ??
36918
37038
  this._tracerProvider ?? trace.getTracerProvider();
36919
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
37039
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
36920
37040
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
36921
37041
  let fetchResult;
36922
37042
  try {
@@ -36999,6 +37119,7 @@ export class Person extends Object {
36999
37119
  if (fetched == null)
37000
37120
  return null;
37001
37121
  this.#_4Q6NrKH6bazBGtxwG8vyG77ir7Tg_service[0] = fetched;
37122
+ this._cachedJsonLd = undefined;
37002
37123
  return fetched;
37003
37124
  }
37004
37125
  if (this._cachedJsonLd != null &&
@@ -37035,6 +37156,7 @@ export class Person extends Object {
37035
37156
  if (fetched == null)
37036
37157
  continue;
37037
37158
  vs[i] = fetched;
37159
+ this._cachedJsonLd = undefined;
37038
37160
  yield fetched;
37039
37161
  continue;
37040
37162
  }
@@ -37803,7 +37925,7 @@ export class Person extends Object {
37803
37925
  */
37804
37926
  static async fromJsonLd(json, options = {}) {
37805
37927
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
37806
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
37928
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
37807
37929
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
37808
37930
  try {
37809
37931
  const object = await this.__fromJsonLd__Person__(json, span, options);
@@ -39117,7 +39239,7 @@ export class Place extends Object {
39117
39239
  */
39118
39240
  static async fromJsonLd(json, options = {}) {
39119
39241
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
39120
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
39242
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
39121
39243
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
39122
39244
  try {
39123
39245
  const object = await this.__fromJsonLd__Place__(json, span, options);
@@ -39434,7 +39556,7 @@ export class Profile extends Object {
39434
39556
  getDocumentLoader();
39435
39557
  const tracerProvider = options.tracerProvider ??
39436
39558
  this._tracerProvider ?? trace.getTracerProvider();
39437
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
39559
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
39438
39560
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
39439
39561
  let fetchResult;
39440
39562
  try {
@@ -39515,6 +39637,7 @@ export class Profile extends Object {
39515
39637
  if (fetched == null)
39516
39638
  return null;
39517
39639
  this.#_3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes[0] = fetched;
39640
+ this._cachedJsonLd = undefined;
39518
39641
  return fetched;
39519
39642
  }
39520
39643
  if (this._cachedJsonLd != null &&
@@ -39645,7 +39768,7 @@ export class Profile extends Object {
39645
39768
  */
39646
39769
  static async fromJsonLd(json, options = {}) {
39647
39770
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
39648
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
39771
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
39649
39772
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
39650
39773
  try {
39651
39774
  const object = await this.__fromJsonLd__Profile__(json, span, options);
@@ -39930,7 +40053,7 @@ export class Question extends IntransitiveActivity {
39930
40053
  getDocumentLoader();
39931
40054
  const tracerProvider = options.tracerProvider ??
39932
40055
  this._tracerProvider ?? trace.getTracerProvider();
39933
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
40056
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
39934
40057
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
39935
40058
  let fetchResult;
39936
40059
  try {
@@ -40007,6 +40130,7 @@ export class Question extends IntransitiveActivity {
40007
40130
  if (fetched == null)
40008
40131
  continue;
40009
40132
  vs[i] = fetched;
40133
+ this._cachedJsonLd = undefined;
40010
40134
  yield fetched;
40011
40135
  continue;
40012
40136
  }
@@ -40031,7 +40155,7 @@ export class Question extends IntransitiveActivity {
40031
40155
  getDocumentLoader();
40032
40156
  const tracerProvider = options.tracerProvider ??
40033
40157
  this._tracerProvider ?? trace.getTracerProvider();
40034
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
40158
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
40035
40159
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
40036
40160
  let fetchResult;
40037
40161
  try {
@@ -40108,6 +40232,7 @@ export class Question extends IntransitiveActivity {
40108
40232
  if (fetched == null)
40109
40233
  continue;
40110
40234
  vs[i] = fetched;
40235
+ this._cachedJsonLd = undefined;
40111
40236
  yield fetched;
40112
40237
  continue;
40113
40238
  }
@@ -40303,7 +40428,7 @@ export class Question extends IntransitiveActivity {
40303
40428
  */
40304
40429
  static async fromJsonLd(json, options = {}) {
40305
40430
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
40306
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
40431
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
40307
40432
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
40308
40433
  try {
40309
40434
  const object = await this.__fromJsonLd__Question__(json, span, options);
@@ -40661,7 +40786,7 @@ export class Read extends Activity {
40661
40786
  */
40662
40787
  static async fromJsonLd(json, options = {}) {
40663
40788
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
40664
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
40789
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
40665
40790
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
40666
40791
  try {
40667
40792
  const object = await this.__fromJsonLd__Read__(json, span, options);
@@ -40852,7 +40977,7 @@ export class Reject extends Activity {
40852
40977
  */
40853
40978
  static async fromJsonLd(json, options = {}) {
40854
40979
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
40855
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
40980
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
40856
40981
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
40857
40982
  try {
40858
40983
  const object = await this.__fromJsonLd__Reject__(json, span, options);
@@ -41123,7 +41248,7 @@ export class Relationship extends Object {
41123
41248
  getDocumentLoader();
41124
41249
  const tracerProvider = options.tracerProvider ??
41125
41250
  this._tracerProvider ?? trace.getTracerProvider();
41126
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
41251
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
41127
41252
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
41128
41253
  let fetchResult;
41129
41254
  try {
@@ -41206,6 +41331,7 @@ export class Relationship extends Object {
41206
41331
  if (fetched == null)
41207
41332
  return null;
41208
41333
  this.#_2Zqdmi46ZnDQsECS6mzwhrv3rUKq_subject[0] = fetched;
41334
+ this._cachedJsonLd = undefined;
41209
41335
  return fetched;
41210
41336
  }
41211
41337
  if (this._cachedJsonLd != null &&
@@ -41227,7 +41353,7 @@ export class Relationship extends Object {
41227
41353
  getDocumentLoader();
41228
41354
  const tracerProvider = options.tracerProvider ??
41229
41355
  this._tracerProvider ?? trace.getTracerProvider();
41230
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
41356
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
41231
41357
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
41232
41358
  let fetchResult;
41233
41359
  try {
@@ -41307,6 +41433,7 @@ export class Relationship extends Object {
41307
41433
  if (fetched == null)
41308
41434
  return null;
41309
41435
  this.#_2MH19yxjn1wnHsNfa5n4JBhJzxyc_object[0] = fetched;
41436
+ this._cachedJsonLd = undefined;
41310
41437
  return fetched;
41311
41438
  }
41312
41439
  if (this._cachedJsonLd != null &&
@@ -41340,6 +41467,7 @@ export class Relationship extends Object {
41340
41467
  if (fetched == null)
41341
41468
  continue;
41342
41469
  vs[i] = fetched;
41470
+ this._cachedJsonLd = undefined;
41343
41471
  yield fetched;
41344
41472
  continue;
41345
41473
  }
@@ -41364,7 +41492,7 @@ export class Relationship extends Object {
41364
41492
  getDocumentLoader();
41365
41493
  const tracerProvider = options.tracerProvider ??
41366
41494
  this._tracerProvider ?? trace.getTracerProvider();
41367
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
41495
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
41368
41496
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
41369
41497
  let fetchResult;
41370
41498
  try {
@@ -41448,6 +41576,7 @@ export class Relationship extends Object {
41448
41576
  if (fetched == null)
41449
41577
  return null;
41450
41578
  this.#_4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship[0] = fetched;
41579
+ this._cachedJsonLd = undefined;
41451
41580
  return fetched;
41452
41581
  }
41453
41582
  if (this._cachedJsonLd != null &&
@@ -41483,6 +41612,7 @@ export class Relationship extends Object {
41483
41612
  if (fetched == null)
41484
41613
  continue;
41485
41614
  vs[i] = fetched;
41615
+ this._cachedJsonLd = undefined;
41486
41616
  yield fetched;
41487
41617
  continue;
41488
41618
  }
@@ -41666,7 +41796,7 @@ export class Relationship extends Object {
41666
41796
  */
41667
41797
  static async fromJsonLd(json, options = {}) {
41668
41798
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
41669
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
41799
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
41670
41800
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
41671
41801
  try {
41672
41802
  const object = await this.__fromJsonLd__Relationship__(json, span, options);
@@ -41966,7 +42096,7 @@ export class Remove extends Activity {
41966
42096
  */
41967
42097
  static async fromJsonLd(json, options = {}) {
41968
42098
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
41969
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
42099
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
41970
42100
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
41971
42101
  try {
41972
42102
  const object = await this.__fromJsonLd__Remove__(json, span, options);
@@ -42837,7 +42967,7 @@ export class Service extends Object {
42837
42967
  getDocumentLoader();
42838
42968
  const tracerProvider = options.tracerProvider ??
42839
42969
  this._tracerProvider ?? trace.getTracerProvider();
42840
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
42970
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
42841
42971
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
42842
42972
  let fetchResult;
42843
42973
  try {
@@ -42917,6 +43047,7 @@ export class Service extends Object {
42917
43047
  if (fetched == null)
42918
43048
  return null;
42919
43049
  this.#_axq166E2eZADq34V4MYUc8KMZdC_publicKey[0] = fetched;
43050
+ this._cachedJsonLd = undefined;
42920
43051
  return fetched;
42921
43052
  }
42922
43053
  if (this._cachedJsonLd != null &&
@@ -42950,6 +43081,7 @@ export class Service extends Object {
42950
43081
  if (fetched == null)
42951
43082
  continue;
42952
43083
  vs[i] = fetched;
43084
+ this._cachedJsonLd = undefined;
42953
43085
  yield fetched;
42954
43086
  continue;
42955
43087
  }
@@ -42974,7 +43106,7 @@ export class Service extends Object {
42974
43106
  getDocumentLoader();
42975
43107
  const tracerProvider = options.tracerProvider ??
42976
43108
  this._tracerProvider ?? trace.getTracerProvider();
42977
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
43109
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
42978
43110
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
42979
43111
  let fetchResult;
42980
43112
  try {
@@ -43059,6 +43191,7 @@ export class Service extends Object {
43059
43191
  if (fetched == null)
43060
43192
  return null;
43061
43193
  this.#_4EHQFWZSz1k1d4LmPrQiMba2GbP3_assertionMethod[0] = fetched;
43194
+ this._cachedJsonLd = undefined;
43062
43195
  return fetched;
43063
43196
  }
43064
43197
  if (this._cachedJsonLd != null &&
@@ -43095,6 +43228,7 @@ export class Service extends Object {
43095
43228
  if (fetched == null)
43096
43229
  continue;
43097
43230
  vs[i] = fetched;
43231
+ this._cachedJsonLd = undefined;
43098
43232
  yield fetched;
43099
43233
  continue;
43100
43234
  }
@@ -43131,7 +43265,7 @@ export class Service extends Object {
43131
43265
  getDocumentLoader();
43132
43266
  const tracerProvider = options.tracerProvider ??
43133
43267
  this._tracerProvider ?? trace.getTracerProvider();
43134
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
43268
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
43135
43269
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
43136
43270
  let fetchResult;
43137
43271
  try {
@@ -43233,6 +43367,7 @@ export class Service extends Object {
43233
43367
  if (fetched == null)
43234
43368
  return null;
43235
43369
  this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB_inbox[0] = fetched;
43370
+ this._cachedJsonLd = undefined;
43236
43371
  return fetched;
43237
43372
  }
43238
43373
  if (this._cachedJsonLd != null &&
@@ -43254,7 +43389,7 @@ export class Service extends Object {
43254
43389
  getDocumentLoader();
43255
43390
  const tracerProvider = options.tracerProvider ??
43256
43391
  this._tracerProvider ?? trace.getTracerProvider();
43257
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
43392
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
43258
43393
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
43259
43394
  let fetchResult;
43260
43395
  try {
@@ -43353,6 +43488,7 @@ export class Service extends Object {
43353
43488
  if (fetched == null)
43354
43489
  return null;
43355
43490
  this.#_41QwhqJouoLg3h8dRPKat21brynC_outbox[0] = fetched;
43491
+ this._cachedJsonLd = undefined;
43356
43492
  return fetched;
43357
43493
  }
43358
43494
  if (this._cachedJsonLd != null &&
@@ -43374,7 +43510,7 @@ export class Service extends Object {
43374
43510
  getDocumentLoader();
43375
43511
  const tracerProvider = options.tracerProvider ??
43376
43512
  this._tracerProvider ?? trace.getTracerProvider();
43377
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
43513
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
43378
43514
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
43379
43515
  let fetchResult;
43380
43516
  try {
@@ -43458,6 +43594,7 @@ export class Service extends Object {
43458
43594
  if (fetched == null)
43459
43595
  return null;
43460
43596
  this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee_following[0] = fetched;
43597
+ this._cachedJsonLd = undefined;
43461
43598
  return fetched;
43462
43599
  }
43463
43600
  if (this._cachedJsonLd != null &&
@@ -43479,7 +43616,7 @@ export class Service extends Object {
43479
43616
  getDocumentLoader();
43480
43617
  const tracerProvider = options.tracerProvider ??
43481
43618
  this._tracerProvider ?? trace.getTracerProvider();
43482
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
43619
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
43483
43620
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
43484
43621
  let fetchResult;
43485
43622
  try {
@@ -43566,6 +43703,7 @@ export class Service extends Object {
43566
43703
  if (fetched == null)
43567
43704
  return null;
43568
43705
  this.#_BBCTgfphhsFzpVfKTykGSpBNwoA_followers[0] = fetched;
43706
+ this._cachedJsonLd = undefined;
43569
43707
  return fetched;
43570
43708
  }
43571
43709
  if (this._cachedJsonLd != null &&
@@ -43587,7 +43725,7 @@ export class Service extends Object {
43587
43725
  getDocumentLoader();
43588
43726
  const tracerProvider = options.tracerProvider ??
43589
43727
  this._tracerProvider ?? trace.getTracerProvider();
43590
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
43728
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
43591
43729
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
43592
43730
  let fetchResult;
43593
43731
  try {
@@ -43672,6 +43810,7 @@ export class Service extends Object {
43672
43810
  if (fetched == null)
43673
43811
  return null;
43674
43812
  this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU_liked[0] = fetched;
43813
+ this._cachedJsonLd = undefined;
43675
43814
  return fetched;
43676
43815
  }
43677
43816
  if (this._cachedJsonLd != null &&
@@ -43693,7 +43832,7 @@ export class Service extends Object {
43693
43832
  getDocumentLoader();
43694
43833
  const tracerProvider = options.tracerProvider ??
43695
43834
  this._tracerProvider ?? trace.getTracerProvider();
43696
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
43835
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
43697
43836
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
43698
43837
  let fetchResult;
43699
43838
  try {
@@ -43776,6 +43915,7 @@ export class Service extends Object {
43776
43915
  if (fetched == null)
43777
43916
  return null;
43778
43917
  this.#_4N1vBJzXDf8NbBumeECQMFvKetja_featured[0] = fetched;
43918
+ this._cachedJsonLd = undefined;
43779
43919
  return fetched;
43780
43920
  }
43781
43921
  if (this._cachedJsonLd != null &&
@@ -43797,7 +43937,7 @@ export class Service extends Object {
43797
43937
  getDocumentLoader();
43798
43938
  const tracerProvider = options.tracerProvider ??
43799
43939
  this._tracerProvider ?? trace.getTracerProvider();
43800
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
43940
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
43801
43941
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
43802
43942
  let fetchResult;
43803
43943
  try {
@@ -43882,6 +44022,7 @@ export class Service extends Object {
43882
44022
  if (fetched == null)
43883
44023
  return null;
43884
44024
  this.#_2MxnRRLq9iPzx5CFq2NPrXdUDCac_featuredTags[0] = fetched;
44025
+ this._cachedJsonLd = undefined;
43885
44026
  return fetched;
43886
44027
  }
43887
44028
  if (this._cachedJsonLd != null &&
@@ -43903,7 +44044,7 @@ export class Service extends Object {
43903
44044
  getDocumentLoader();
43904
44045
  const tracerProvider = options.tracerProvider ??
43905
44046
  this._tracerProvider ?? trace.getTracerProvider();
43906
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
44047
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
43907
44048
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
43908
44049
  let fetchResult;
43909
44050
  try {
@@ -43978,6 +44119,7 @@ export class Service extends Object {
43978
44119
  if (fetched == null)
43979
44120
  continue;
43980
44121
  vs[i] = fetched;
44122
+ this._cachedJsonLd = undefined;
43981
44123
  yield fetched;
43982
44124
  continue;
43983
44125
  }
@@ -44044,7 +44186,7 @@ export class Service extends Object {
44044
44186
  getDocumentLoader();
44045
44187
  const tracerProvider = options.tracerProvider ??
44046
44188
  this._tracerProvider ?? trace.getTracerProvider();
44047
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
44189
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
44048
44190
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
44049
44191
  let fetchResult;
44050
44192
  try {
@@ -44158,6 +44300,7 @@ export class Service extends Object {
44158
44300
  if (fetched == null)
44159
44301
  return null;
44160
44302
  this.#_2ZNWDhuNdSXBwEmrB5kwffdKGzok_movedTo[0] = fetched;
44303
+ this._cachedJsonLd = undefined;
44161
44304
  return fetched;
44162
44305
  }
44163
44306
  if (this._cachedJsonLd != null &&
@@ -44179,7 +44322,7 @@ export class Service extends Object {
44179
44322
  getDocumentLoader();
44180
44323
  const tracerProvider = options.tracerProvider ??
44181
44324
  this._tracerProvider ?? trace.getTracerProvider();
44182
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
44325
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
44183
44326
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
44184
44327
  let fetchResult;
44185
44328
  try {
@@ -44296,6 +44439,7 @@ export class Service extends Object {
44296
44439
  if (fetched == null)
44297
44440
  return null;
44298
44441
  this.#_3NV7TGNhuABbryNjNi4wib4DgNpY_alsoKnownAs[0] = fetched;
44442
+ this._cachedJsonLd = undefined;
44299
44443
  return fetched;
44300
44444
  }
44301
44445
  if (this._cachedJsonLd != null &&
@@ -44332,6 +44476,7 @@ export class Service extends Object {
44332
44476
  if (fetched == null)
44333
44477
  continue;
44334
44478
  vs[i] = fetched;
44479
+ this._cachedJsonLd = undefined;
44335
44480
  yield fetched;
44336
44481
  continue;
44337
44482
  }
@@ -44356,7 +44501,7 @@ export class Service extends Object {
44356
44501
  getDocumentLoader();
44357
44502
  const tracerProvider = options.tracerProvider ??
44358
44503
  this._tracerProvider ?? trace.getTracerProvider();
44359
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
44504
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
44360
44505
  return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
44361
44506
  let fetchResult;
44362
44507
  try {
@@ -44439,6 +44584,7 @@ export class Service extends Object {
44439
44584
  if (fetched == null)
44440
44585
  return null;
44441
44586
  this.#_4Q6NrKH6bazBGtxwG8vyG77ir7Tg_service[0] = fetched;
44587
+ this._cachedJsonLd = undefined;
44442
44588
  return fetched;
44443
44589
  }
44444
44590
  if (this._cachedJsonLd != null &&
@@ -44475,6 +44621,7 @@ export class Service extends Object {
44475
44621
  if (fetched == null)
44476
44622
  continue;
44477
44623
  vs[i] = fetched;
44624
+ this._cachedJsonLd = undefined;
44478
44625
  yield fetched;
44479
44626
  continue;
44480
44627
  }
@@ -45243,7 +45390,7 @@ export class Service extends Object {
45243
45390
  */
45244
45391
  static async fromJsonLd(json, options = {}) {
45245
45392
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
45246
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
45393
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
45247
45394
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
45248
45395
  try {
45249
45396
  const object = await this.__fromJsonLd__Service__(json, span, options);
@@ -46375,7 +46522,7 @@ export class Source {
46375
46522
  */
46376
46523
  static async fromJsonLd(json, options = {}) {
46377
46524
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
46378
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
46525
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
46379
46526
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
46380
46527
  try {
46381
46528
  const object = await this.__fromJsonLd__Source__(json, span, options);
@@ -46631,7 +46778,7 @@ export class TentativeAccept extends Accept {
46631
46778
  */
46632
46779
  static async fromJsonLd(json, options = {}) {
46633
46780
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
46634
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
46781
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
46635
46782
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
46636
46783
  try {
46637
46784
  const object = await this.__fromJsonLd__TentativeAccept__(json, span, options);
@@ -46822,7 +46969,7 @@ export class TentativeReject extends Reject {
46822
46969
  */
46823
46970
  static async fromJsonLd(json, options = {}) {
46824
46971
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
46825
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
46972
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
46826
46973
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
46827
46974
  try {
46828
46975
  const object = await this.__fromJsonLd__TentativeReject__(json, span, options);
@@ -47083,7 +47230,7 @@ export class Tombstone extends Object {
47083
47230
  */
47084
47231
  static async fromJsonLd(json, options = {}) {
47085
47232
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
47086
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
47233
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
47087
47234
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
47088
47235
  try {
47089
47236
  const object = await this.__fromJsonLd__Tombstone__(json, span, options);
@@ -47302,7 +47449,7 @@ export class Travel extends IntransitiveActivity {
47302
47449
  */
47303
47450
  static async fromJsonLd(json, options = {}) {
47304
47451
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
47305
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
47452
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
47306
47453
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
47307
47454
  try {
47308
47455
  const object = await this.__fromJsonLd__Travel__(json, span, options);
@@ -47498,7 +47645,7 @@ export class Undo extends Activity {
47498
47645
  */
47499
47646
  static async fromJsonLd(json, options = {}) {
47500
47647
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
47501
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
47648
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
47502
47649
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
47503
47650
  try {
47504
47651
  const object = await this.__fromJsonLd__Undo__(json, span, options);
@@ -47719,7 +47866,7 @@ export class Update extends Activity {
47719
47866
  */
47720
47867
  static async fromJsonLd(json, options = {}) {
47721
47868
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
47722
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
47869
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
47723
47870
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
47724
47871
  try {
47725
47872
  const object = await this.__fromJsonLd__Update__(json, span, options);
@@ -47925,7 +48072,7 @@ export class Video extends Document {
47925
48072
  */
47926
48073
  static async fromJsonLd(json, options = {}) {
47927
48074
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
47928
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
48075
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
47929
48076
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
47930
48077
  try {
47931
48078
  const object = await this.__fromJsonLd__Video__(json, span, options);
@@ -48115,7 +48262,7 @@ export class View extends Activity {
48115
48262
  */
48116
48263
  static async fromJsonLd(json, options = {}) {
48117
48264
  const tracerProvider = options.tracerProvider ?? trace.getTracerProvider();
48118
- const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.7");
48265
+ const tracer = tracerProvider.getTracer("@fedify/fedify", "1.3.9");
48119
48266
  return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
48120
48267
  try {
48121
48268
  const object = await this.__fromJsonLd__View__(json, span, options);