@fedify/fedify 0.15.0-dev.354 → 0.15.0-dev.359

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 (2) hide show
  1. package/CHANGES.md +24 -0
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -9,6 +9,19 @@ Version 0.15.0
9
9
  To be released.
10
10
 
11
11
 
12
+ Version 0.14.1
13
+ --------------
14
+
15
+ Released on August 29, 2024.
16
+
17
+ - Fixed `fedify inbox` command that had not been able to parse activities
18
+ even if they are valid JSON-LD. [[#126]]
19
+
20
+ - Fixed a bug where the *Compact Activity* tab of `fedify inbox` command's
21
+ web interface had shown an expanded JSON-LD object instead of a compacted
22
+ one.
23
+
24
+
12
25
  Version 0.14.0
13
26
  --------------
14
27
 
@@ -103,6 +116,17 @@ Released on August 27, 2024.
103
116
  [#115]: https://github.com/dahlia/fedify/issues/115
104
117
 
105
118
 
119
+ Version 0.13.2
120
+ --------------
121
+
122
+ Released on August 29, 2024.
123
+
124
+ - Fixed `fedify inbox` command that had not been able to parse activities
125
+ even if they are valid JSON-LD. [[#126]]
126
+
127
+ [#126]: https://github.com/dahlia/fedify/issues/126
128
+
129
+
106
130
  Version 0.13.1
107
131
  --------------
108
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.15.0-dev.354+69928ff0",
3
+ "version": "0.15.0-dev.359+91708b87",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",