@fedify/fedify 1.5.0-dev.752 → 1.6.0-dev.754

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 CHANGED
@@ -3,11 +3,17 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
- Version 1.5.0
6
+ Version 1.6.0
7
7
  -------------
8
8
 
9
9
  To be released.
10
10
 
11
+
12
+ Version 1.5.0
13
+ -------------
14
+
15
+ Released on March 28, 2025.
16
+
11
17
  - Improved activity delivery performance with large audiences through
12
18
  a two-stage queuing system. Sending activities to many recipients
13
19
  (e.g., accounts with many followers) is now significantly faster and uses
package/README.md CHANGED
@@ -92,6 +92,10 @@ financial contributors:[^2]
92
92
  <!-- cSpell: disable -->
93
93
  <!-- DO NOT EDIT(h3): this section is automatically generated by the script -->
94
94
 
95
+ ### Corporate sponsors
96
+
97
+ - [<img src="https://images.opencollective.com/ghost/avatar/128.png" width="64" height="64"> Ghost](https://ghost.org)
98
+
95
99
  ### Supporters
96
100
 
97
101
  - [Daniel Supernault](https://pixelfed.org/)
package/SPONSORS.md CHANGED
@@ -10,6 +10,11 @@ financial contributors:[^1]
10
10
  <!-- cSpell: disable -->
11
11
  <!-- DO NOT EDIT(h2): this section is automatically generated by the script -->
12
12
 
13
+ Corporate sponsors
14
+ ------------------
15
+
16
+ - [<img src="https://images.opencollective.com/ghost/avatar/128.png" width="64" height="64"> Ghost](https://ghost.org)
17
+
13
18
  Supporters
14
19
  ----------
15
20
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.5.0-dev.752+edee829b",
3
+ "version": "1.6.0-dev.754+0ab1a251",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",