@fedify/fedify 1.5.0-dev.679 → 1.5.0-dev.686

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
@@ -41,6 +41,21 @@ To be released.
41
41
  [#211]: https://github.com/fedify-dev/fedify/issues/211
42
42
 
43
43
 
44
+ Version 1.4.4
45
+ -------------
46
+
47
+ Released on February 25, 2025.
48
+
49
+ - Added the following default context to `Application`, `Group`,
50
+ `Organization`, `Person`, and `Service` classes:
51
+
52
+ ~~~~ json
53
+ {
54
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
55
+ }
56
+ ~~~~
57
+
58
+
44
59
  Version 1.4.3
45
60
  -------------
46
61
 
@@ -165,6 +180,21 @@ Released on February 5, 2025.
165
180
  [#195]: https://github.com/fedify-dev/fedify/issues/195
166
181
 
167
182
 
183
+ Version 1.3.11
184
+ --------------
185
+
186
+ Released on February 25, 2025.
187
+
188
+ - Added the following default context to `Application`, `Group`,
189
+ `Organization`, `Person`, and `Service` classes:
190
+
191
+ ~~~~ json
192
+ {
193
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
194
+ }
195
+ ~~~~
196
+
197
+
168
198
  Version 1.3.10
169
199
  --------------
170
200
 
@@ -405,6 +435,21 @@ Released on November 30, 2024.
405
435
  [#193]: https://github.com/fedify-dev/fedify/issues/193
406
436
 
407
437
 
438
+ Version 1.2.15
439
+ --------------
440
+
441
+ Released on February 25, 2025.
442
+
443
+ - Added the following default context to `Application`, `Group`,
444
+ `Organization`, `Person`, and `Service` classes:
445
+
446
+ ~~~~ json
447
+ {
448
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
449
+ }
450
+ ~~~~
451
+
452
+
408
453
  Version 1.2.14
409
454
  --------------
410
455
 
@@ -691,6 +736,21 @@ Released on October 31, 2024.
691
736
  [#118]: https://github.com/fedify-dev/fedify/issues/118
692
737
 
693
738
 
739
+ Version 1.1.15
740
+ --------------
741
+
742
+ Released on February 25, 2025.
743
+
744
+ - Added the following default context to `Application`, `Group`,
745
+ `Organization`, `Person`, and `Service` classes:
746
+
747
+ ~~~~ json
748
+ {
749
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
750
+ }
751
+ ~~~~
752
+
753
+
694
754
  Version 1.1.14
695
755
  --------------
696
756
 
@@ -1018,6 +1078,21 @@ Released on October 20, 2024.
1018
1078
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1019
1079
 
1020
1080
 
1081
+ Version 1.0.18
1082
+ --------------
1083
+
1084
+ Released on February 25, 2025.
1085
+
1086
+ - Added the following default context to `Application`, `Group`,
1087
+ `Organization`, `Person`, and `Service` classes:
1088
+
1089
+ ~~~~ json
1090
+ {
1091
+ "Emoji": "http://joinmastodon.org/ns#Emoji"
1092
+ }
1093
+ ~~~~
1094
+
1095
+
1021
1096
  Version 1.0.17
1022
1097
  --------------
1023
1098
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.5.0-dev.679+0f44ca2e",
3
+ "version": "1.5.0-dev.686+1d8dc11e",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
@@ -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"