@fedify/fedify 1.1.0-dev.447 → 1.1.1

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,10 +3,19 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 1.1.1
7
+ -------------
8
+
9
+ Released on October 23, 2024.
10
+
11
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
12
+ context: <https://purl.archive.org/socialweb/webfinger>.
13
+
14
+
6
15
  Version 1.1.0
7
16
  -------------
8
17
 
9
- To be released.
18
+ Released on October 20, 2024.
10
19
 
11
20
  - Added utility functions for traversing remote collections. [[#150]]
12
21
 
@@ -19,19 +28,19 @@ To be released.
19
28
  - Added `successor` property to the `Actor` types in the Activity
20
29
  Vocabulary API.
21
30
 
22
- - Added `Application.successor` property.
31
+ - Added `Application.getSuccessor()` method.
23
32
  - `new Application()` constructor now accepts `successor` option.
24
33
  - `Application.clone()` method now accepts `successor` option.
25
- - Added `Group.successor` property.
34
+ - Added `Group.getSuccessor()` method.
26
35
  - `new Group()` constructor now accepts `successor` option.
27
36
  - `Group.clone()` method now accepts `successor` option.
28
- - Added `Organization.successor` property.
37
+ - Added `Organization.getSuccessor()` method.
29
38
  - `new Organization()` constructor now accepts `successor` option.
30
39
  - `Organization.clone()` method now accepts `successor` option.
31
- - Added `Person.successor` property.
40
+ - Added `Person.getSuccessor()` method.
32
41
  - `new Person()` constructor now accepts `successor` option.
33
42
  - `Person.clone()` method now accepts `successor` option.
34
- - Added `Service.successor` property.
43
+ - Added `Service.getSuccessor()` method.
35
44
  - `new Service()` constructor now accepts `successor` option.
36
45
  - `Service.clone()` method now accepts `successor` option.
37
46
 
@@ -103,6 +112,15 @@ To be released.
103
112
  [#150]: https://github.com/dahlia/fedify/issues/150
104
113
 
105
114
 
115
+ Version 1.0.5
116
+ -------------
117
+
118
+ Released on October 23, 2024.
119
+
120
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
121
+ context: <https://purl.archive.org/socialweb/webfinger>.
122
+
123
+
106
124
  Version 1.0.4
107
125
  -------------
108
126
 
@@ -322,6 +340,15 @@ Released on September 26, 2024.
322
340
  [#137]: https://github.com/dahlia/fedify/issues/137
323
341
 
324
342
 
343
+ Version 0.15.3
344
+ --------------
345
+
346
+ Released on October 23, 2024.
347
+
348
+ - The `fetchDocumentLoader()` function now preloads the following JSON-LD
349
+ context: <https://purl.archive.org/socialweb/webfinger>.
350
+
351
+
325
352
  Version 0.15.2
326
353
  --------------
327
354
 
package/FEDERATION.md CHANGED
@@ -58,6 +58,7 @@ lists the activity types that Fedify provides:
58
58
  - [`Create`](https://jsr.io/@fedify/fedify/doc/vocab/~/Create)
59
59
  - [`Delete`](https://jsr.io/@fedify/fedify/doc/vocab/~/Delete)
60
60
  - [`Dislike`](https://jsr.io/@fedify/fedify/doc/vocab/~/Dislike)
61
+ - [`EmojiReact`](https://jsr.io/@fedify/fedify/doc/vocab/~/EmojiReact)
61
62
  - [`Flag`](https://jsr.io/@fedify/fedify/doc/vocab/~/Flag)
62
63
  - [`Follow`](https://jsr.io/@fedify/fedify/doc/vocab/~/Follow)
63
64
  - [`Ignore`](https://jsr.io/@fedify/fedify/doc/vocab/~/Ignore)
@@ -777,5 +777,15 @@ const preloadedContexts = {
777
777
  },
778
778
  },
779
779
  },
780
+ "https://purl.archive.org/socialweb/webfinger": {
781
+ "@context": {
782
+ "wf": "https://purl.archive.org/socialweb/webfinger#",
783
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
784
+ "webfinger": {
785
+ "@id": "wf:webfinger",
786
+ "@type": "xsd:string",
787
+ },
788
+ },
789
+ },
780
790
  };
781
791
  export default preloadedContexts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.1.0-dev.447+9c41c057",
3
+ "version": "1.1.1",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",
@@ -1 +1 @@
1
- {"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../../src/runtime/contexts.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CA6wB9C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../../src/runtime/contexts.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAwxB9C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}