@fedify/fedify 1.1.14 → 1.1.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 CHANGED
@@ -3,6 +3,21 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.1.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.1.14
7
22
  --------------
8
23
 
@@ -330,6 +345,21 @@ Released on October 20, 2024.
330
345
  [#150]: https://github.com/dahlia/fedify/issues/150
331
346
 
332
347
 
348
+ Version 1.0.18
349
+ --------------
350
+
351
+ Released on February 25, 2025.
352
+
353
+ - Added the following default context to `Application`, `Group`,
354
+ `Organization`, `Person`, and `Service` classes:
355
+
356
+ ~~~~ json
357
+ {
358
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
359
+ }
360
+ ~~~~
361
+
362
+
333
363
  Version 1.0.17
334
364
  --------------
335
365
 
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -19,6 +19,7 @@ defaultContext:
19
19
  "@id": "as:movedTo"
20
20
  "@type": "@id"
21
21
  toot: "http://joinmastodon.org/ns#"
22
+ Emoji: "toot:Emoji"
22
23
  featured:
23
24
  "@id": "toot:featured"
24
25
  "@type": "@id"
@@ -12611,6 +12611,7 @@ export class Application extends Object {
12611
12611
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
12612
12612
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
12613
12613
  "toot": "http://joinmastodon.org/ns#",
12614
+ "Emoji": "toot:Emoji",
12614
12615
  "featured": { "@id": "toot:featured", "@type": "@id" },
12615
12616
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
12616
12617
  "discoverable": "toot:discoverable",
@@ -12891,6 +12892,7 @@ export class Application extends Object {
12891
12892
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
12892
12893
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
12893
12894
  "toot": "http://joinmastodon.org/ns#",
12895
+ "Emoji": "toot:Emoji",
12894
12896
  "featured": { "@id": "toot:featured", "@type": "@id" },
12895
12897
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
12896
12898
  "discoverable": "toot:discoverable",
@@ -20600,6 +20602,7 @@ export class Group extends Object {
20600
20602
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
20601
20603
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
20602
20604
  "toot": "http://joinmastodon.org/ns#",
20605
+ "Emoji": "toot:Emoji",
20603
20606
  "featured": { "@id": "toot:featured", "@type": "@id" },
20604
20607
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
20605
20608
  "discoverable": "toot:discoverable",
@@ -20880,6 +20883,7 @@ export class Group extends Object {
20880
20883
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
20881
20884
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
20882
20885
  "toot": "http://joinmastodon.org/ns#",
20886
+ "Emoji": "toot:Emoji",
20883
20887
  "featured": { "@id": "toot:featured", "@type": "@id" },
20884
20888
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
20885
20889
  "discoverable": "toot:discoverable",
@@ -27802,6 +27806,7 @@ export class Organization extends Object {
27802
27806
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
27803
27807
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
27804
27808
  "toot": "http://joinmastodon.org/ns#",
27809
+ "Emoji": "toot:Emoji",
27805
27810
  "featured": { "@id": "toot:featured", "@type": "@id" },
27806
27811
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
27807
27812
  "discoverable": "toot:discoverable",
@@ -28082,6 +28087,7 @@ export class Organization extends Object {
28082
28087
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
28083
28088
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
28084
28089
  "toot": "http://joinmastodon.org/ns#",
28090
+ "Emoji": "toot:Emoji",
28085
28091
  "featured": { "@id": "toot:featured", "@type": "@id" },
28086
28092
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
28087
28093
  "discoverable": "toot:discoverable",
@@ -31288,6 +31294,7 @@ export class Person extends Object {
31288
31294
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
31289
31295
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
31290
31296
  "toot": "http://joinmastodon.org/ns#",
31297
+ "Emoji": "toot:Emoji",
31291
31298
  "featured": { "@id": "toot:featured", "@type": "@id" },
31292
31299
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
31293
31300
  "discoverable": "toot:discoverable",
@@ -31568,6 +31575,7 @@ export class Person extends Object {
31568
31575
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
31569
31576
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
31570
31577
  "toot": "http://joinmastodon.org/ns#",
31578
+ "Emoji": "toot:Emoji",
31571
31579
  "featured": { "@id": "toot:featured", "@type": "@id" },
31572
31580
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
31573
31581
  "discoverable": "toot:discoverable",
@@ -37470,6 +37478,7 @@ export class Service extends Object {
37470
37478
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
37471
37479
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
37472
37480
  "toot": "http://joinmastodon.org/ns#",
37481
+ "Emoji": "toot:Emoji",
37473
37482
  "featured": { "@id": "toot:featured", "@type": "@id" },
37474
37483
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
37475
37484
  "discoverable": "toot:discoverable",
@@ -37750,6 +37759,7 @@ export class Service extends Object {
37750
37759
  "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
37751
37760
  "movedTo": { "@id": "as:movedTo", "@type": "@id" },
37752
37761
  "toot": "http://joinmastodon.org/ns#",
37762
+ "Emoji": "toot:Emoji",
37753
37763
  "featured": { "@id": "toot:featured", "@type": "@id" },
37754
37764
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
37755
37765
  "discoverable": "toot:discoverable",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",