@fedify/fedify 1.0.3 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +31 -0
- package/esm/runtime/contexts.js +10 -0
- package/esm/vocab/application.yaml +4 -1
- package/esm/vocab/group.yaml +4 -1
- package/esm/vocab/organization.yaml +4 -1
- package/esm/vocab/person.yaml +4 -1
- package/esm/vocab/service.yaml +4 -1
- package/esm/vocab/vocab.js +301 -97
- package/package.json +1 -1
- package/types/runtime/contexts.d.ts.map +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,28 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.0.5
|
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
|
+
|
15
|
+
Version 1.0.4
|
16
|
+
-------------
|
17
|
+
|
18
|
+
Released on October 17, 2024.
|
19
|
+
|
20
|
+
- Fixed a bug where `Actor.aliasId` and `Actor.aliasIds` properties had been
|
21
|
+
represented as `as:alsoKnownAs` property instead of `alsoKnownAs` property
|
22
|
+
in compacted JSON-LD objects.
|
23
|
+
|
24
|
+
- Improved compatibility with Bridgy Fed for Bluesky where it puts
|
25
|
+
an invalid URI with the format `at://...` in the `alsoKnownAs` property.
|
26
|
+
|
27
|
+
|
6
28
|
Version 1.0.3
|
7
29
|
-------------
|
8
30
|
|
@@ -209,6 +231,15 @@ Released on September 26, 2024.
|
|
209
231
|
[#137]: https://github.com/dahlia/fedify/issues/137
|
210
232
|
|
211
233
|
|
234
|
+
Version 0.15.3
|
235
|
+
--------------
|
236
|
+
|
237
|
+
Released on October 23, 2024.
|
238
|
+
|
239
|
+
- The `fetchDocumentLoader()` function now preloads the following JSON-LD
|
240
|
+
context: <https://purl.archive.org/socialweb/webfinger>.
|
241
|
+
|
242
|
+
|
212
243
|
Version 0.15.2
|
213
244
|
--------------
|
214
245
|
|
package/esm/runtime/contexts.js
CHANGED
@@ -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;
|
@@ -11,7 +11,10 @@ defaultContext:
|
|
11
11
|
- "https://w3id.org/security/data-integrity/v1"
|
12
12
|
- "https://www.w3.org/ns/did/v1"
|
13
13
|
- "https://w3id.org/security/multikey/v1"
|
14
|
-
-
|
14
|
+
- alsoKnownAs:
|
15
|
+
"@id": "as:alsoKnownAs"
|
16
|
+
"@type": "@id"
|
17
|
+
manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
|
15
18
|
toot: "http://joinmastodon.org/ns#"
|
16
19
|
featured:
|
17
20
|
"@id": "toot:featured"
|
package/esm/vocab/group.yaml
CHANGED
@@ -11,7 +11,10 @@ defaultContext:
|
|
11
11
|
- "https://w3id.org/security/data-integrity/v1"
|
12
12
|
- "https://www.w3.org/ns/did/v1"
|
13
13
|
- "https://w3id.org/security/multikey/v1"
|
14
|
-
-
|
14
|
+
- alsoKnownAs:
|
15
|
+
"@id": "as:alsoKnownAs"
|
16
|
+
"@type": "@id"
|
17
|
+
manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
|
15
18
|
toot: "http://joinmastodon.org/ns#"
|
16
19
|
featured:
|
17
20
|
"@id": "toot:featured"
|
@@ -11,7 +11,10 @@ defaultContext:
|
|
11
11
|
- "https://w3id.org/security/data-integrity/v1"
|
12
12
|
- "https://www.w3.org/ns/did/v1"
|
13
13
|
- "https://w3id.org/security/multikey/v1"
|
14
|
-
-
|
14
|
+
- alsoKnownAs:
|
15
|
+
"@id": "as:alsoKnownAs"
|
16
|
+
"@type": "@id"
|
17
|
+
manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
|
15
18
|
toot: "http://joinmastodon.org/ns#"
|
16
19
|
featured:
|
17
20
|
"@id": "toot:featured"
|
package/esm/vocab/person.yaml
CHANGED
@@ -11,7 +11,10 @@ defaultContext:
|
|
11
11
|
- "https://w3id.org/security/data-integrity/v1"
|
12
12
|
- "https://www.w3.org/ns/did/v1"
|
13
13
|
- "https://w3id.org/security/multikey/v1"
|
14
|
-
-
|
14
|
+
- alsoKnownAs:
|
15
|
+
"@id": "as:alsoKnownAs"
|
16
|
+
"@type": "@id"
|
17
|
+
manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
|
15
18
|
toot: "http://joinmastodon.org/ns#"
|
16
19
|
featured:
|
17
20
|
"@id": "toot:featured"
|
package/esm/vocab/service.yaml
CHANGED
@@ -11,7 +11,10 @@ defaultContext:
|
|
11
11
|
- "https://w3id.org/security/data-integrity/v1"
|
12
12
|
- "https://www.w3.org/ns/did/v1"
|
13
13
|
- "https://w3id.org/security/multikey/v1"
|
14
|
-
-
|
14
|
+
- alsoKnownAs:
|
15
|
+
"@id": "as:alsoKnownAs"
|
16
|
+
"@type": "@id"
|
17
|
+
manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
|
15
18
|
toot: "http://joinmastodon.org/ns#"
|
16
19
|
featured:
|
17
20
|
"@id": "toot:featured"
|