@fedify/fedify 0.14.4 → 0.14.5
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/CHANGES.md +9 -0
- package/esm/vocab/vocab.js +289 -87
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts +63 -0
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 0.14.5
|
7
|
+
--------------
|
8
|
+
|
9
|
+
Released on September 26, 2024.
|
10
|
+
|
11
|
+
- Fixed a bug of `Object.toJsonLd()` method where it had not fall back to
|
12
|
+
the proper compact form when the heuristic compact form was not available.
|
13
|
+
|
14
|
+
|
6
15
|
Version 0.14.4
|
7
16
|
--------------
|
8
17
|
|