@fedify/fedify 1.2.14 → 1.2.15
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 +45 -0
- package/esm/vocab/application.yaml +1 -0
- package/esm/vocab/group.yaml +1 -0
- package/esm/vocab/organization.yaml +1 -0
- package/esm/vocab/person.yaml +1 -0
- package/esm/vocab/service.yaml +1 -0
- package/esm/vocab/vocab.js +10 -0
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,21 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.2.15
|
7
|
+
--------------
|
8
|
+
|
9
|
+
Released on February 25, 2025.
|
10
|
+
|
11
|
+
- Added the following default context to `Application`, `Group`,
|
12
|
+
`Organization`, `Person`, and `Service` classes:
|
13
|
+
|
14
|
+
~~~~ json
|
15
|
+
{
|
16
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
17
|
+
}
|
18
|
+
~~~~
|
19
|
+
|
20
|
+
|
6
21
|
Version 1.2.14
|
7
22
|
--------------
|
8
23
|
|
@@ -289,6 +304,21 @@ Released on October 31, 2024.
|
|
289
304
|
[#118]: https://github.com/dahlia/fedify/issues/118
|
290
305
|
|
291
306
|
|
307
|
+
Version 1.1.15
|
308
|
+
--------------
|
309
|
+
|
310
|
+
Released on February 25, 2025.
|
311
|
+
|
312
|
+
- Added the following default context to `Application`, `Group`,
|
313
|
+
`Organization`, `Person`, and `Service` classes:
|
314
|
+
|
315
|
+
~~~~ json
|
316
|
+
{
|
317
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
318
|
+
}
|
319
|
+
~~~~
|
320
|
+
|
321
|
+
|
292
322
|
Version 1.1.14
|
293
323
|
--------------
|
294
324
|
|
@@ -616,6 +646,21 @@ Released on October 20, 2024.
|
|
616
646
|
[#150]: https://github.com/dahlia/fedify/issues/150
|
617
647
|
|
618
648
|
|
649
|
+
Version 1.0.18
|
650
|
+
--------------
|
651
|
+
|
652
|
+
Released on February 25, 2025.
|
653
|
+
|
654
|
+
- Added the following default context to `Application`, `Group`,
|
655
|
+
`Organization`, `Person`, and `Service` classes:
|
656
|
+
|
657
|
+
~~~~ json
|
658
|
+
{
|
659
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
660
|
+
}
|
661
|
+
~~~~
|
662
|
+
|
663
|
+
|
619
664
|
Version 1.0.17
|
620
665
|
--------------
|
621
666
|
|
package/esm/vocab/group.yaml
CHANGED
package/esm/vocab/person.yaml
CHANGED
package/esm/vocab/service.yaml
CHANGED
package/esm/vocab/vocab.js
CHANGED
@@ -12655,6 +12655,7 @@ export class Application extends Object {
|
|
12655
12655
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
12656
12656
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
12657
12657
|
"toot": "http://joinmastodon.org/ns#",
|
12658
|
+
"Emoji": "toot:Emoji",
|
12658
12659
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
12659
12660
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
12660
12661
|
"discoverable": "toot:discoverable",
|
@@ -12945,6 +12946,7 @@ export class Application extends Object {
|
|
12945
12946
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
12946
12947
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
12947
12948
|
"toot": "http://joinmastodon.org/ns#",
|
12949
|
+
"Emoji": "toot:Emoji",
|
12948
12950
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
12949
12951
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
12950
12952
|
"discoverable": "toot:discoverable",
|
@@ -20728,6 +20730,7 @@ export class Group extends Object {
|
|
20728
20730
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
20729
20731
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
20730
20732
|
"toot": "http://joinmastodon.org/ns#",
|
20733
|
+
"Emoji": "toot:Emoji",
|
20731
20734
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
20732
20735
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
20733
20736
|
"discoverable": "toot:discoverable",
|
@@ -21018,6 +21021,7 @@ export class Group extends Object {
|
|
21018
21021
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
21019
21022
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
21020
21023
|
"toot": "http://joinmastodon.org/ns#",
|
21024
|
+
"Emoji": "toot:Emoji",
|
21021
21025
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
21022
21026
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
21023
21027
|
"discoverable": "toot:discoverable",
|
@@ -28014,6 +28018,7 @@ export class Organization extends Object {
|
|
28014
28018
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
28015
28019
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
28016
28020
|
"toot": "http://joinmastodon.org/ns#",
|
28021
|
+
"Emoji": "toot:Emoji",
|
28017
28022
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
28018
28023
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
28019
28024
|
"discoverable": "toot:discoverable",
|
@@ -28304,6 +28309,7 @@ export class Organization extends Object {
|
|
28304
28309
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
28305
28310
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
28306
28311
|
"toot": "http://joinmastodon.org/ns#",
|
28312
|
+
"Emoji": "toot:Emoji",
|
28307
28313
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
28308
28314
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
28309
28315
|
"discoverable": "toot:discoverable",
|
@@ -31584,6 +31590,7 @@ export class Person extends Object {
|
|
31584
31590
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
31585
31591
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
31586
31592
|
"toot": "http://joinmastodon.org/ns#",
|
31593
|
+
"Emoji": "toot:Emoji",
|
31587
31594
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
31588
31595
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
31589
31596
|
"discoverable": "toot:discoverable",
|
@@ -31874,6 +31881,7 @@ export class Person extends Object {
|
|
31874
31881
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
31875
31882
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
31876
31883
|
"toot": "http://joinmastodon.org/ns#",
|
31884
|
+
"Emoji": "toot:Emoji",
|
31877
31885
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
31878
31886
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
31879
31887
|
"discoverable": "toot:discoverable",
|
@@ -37850,6 +37858,7 @@ export class Service extends Object {
|
|
37850
37858
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
37851
37859
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
37852
37860
|
"toot": "http://joinmastodon.org/ns#",
|
37861
|
+
"Emoji": "toot:Emoji",
|
37853
37862
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
37854
37863
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
37855
37864
|
"discoverable": "toot:discoverable",
|
@@ -38140,6 +38149,7 @@ export class Service extends Object {
|
|
38140
38149
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
38141
38150
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
38142
38151
|
"toot": "http://joinmastodon.org/ns#",
|
38152
|
+
"Emoji": "toot:Emoji",
|
38143
38153
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
38144
38154
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
38145
38155
|
"discoverable": "toot:discoverable",
|