@fedify/fedify 1.5.0 → 1.6.0-dev.755
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 +6 -0
- package/README.md +5 -1
- package/SPONSORS.md +6 -1
- package/esm/deno.js +1 -1
- package/esm/vocab/vocab.js +176 -176
- package/package.json +1 -1
package/CHANGES.md
CHANGED
package/README.md
CHANGED
@@ -92,11 +92,15 @@ 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
|
-
- [Daniel Supernault](https://pixelfed.org/)
|
98
101
|
- [tkgka](https://opencollective.com/tkgka)
|
99
102
|
- [Blaine](https://opencollective.com/blaine)
|
103
|
+
- [Daniel Supernault](https://pixelfed.org/)
|
100
104
|
|
101
105
|
### Backers
|
102
106
|
|
package/SPONSORS.md
CHANGED
@@ -10,12 +10,17 @@ 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
|
|
16
|
-
- [Daniel Supernault](https://pixelfed.org/)
|
17
21
|
- [tkgka](https://opencollective.com/tkgka)
|
18
22
|
- [Blaine](https://opencollective.com/blaine)
|
23
|
+
- [Daniel Supernault](https://pixelfed.org/)
|
19
24
|
|
20
25
|
Backers
|
21
26
|
-------
|