@fedify/fedify 0.11.0-dev.255 → 0.11.0-dev.256
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.
- package/esm/vocab/vocab.js +1 -1
- package/package.json +1 -1
package/esm/vocab/vocab.js
CHANGED
|
@@ -16366,7 +16366,7 @@ export class OrderedCollection extends Collection {
|
|
|
16366
16366
|
}
|
|
16367
16367
|
else if (_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg__array.length === 1 &&
|
|
16368
16368
|
"@list" in _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg__array[0]) {
|
|
16369
|
-
console.debug(json);
|
|
16369
|
+
console.debug(JSON.stringify(json));
|
|
16370
16370
|
_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg__array =
|
|
16371
16371
|
_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg__array[0]["@list"];
|
|
16372
16372
|
}
|