@fedify/fedify 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +13 -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/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,19 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.0.4
|
7
|
+
-------------
|
8
|
+
|
9
|
+
Released on October 17, 2024.
|
10
|
+
|
11
|
+
- Fixed a bug where `Actor.aliasId` and `Actor.aliasIds` properties had been
|
12
|
+
represented as `as:alsoKnownAs` property instead of `alsoKnownAs` property
|
13
|
+
in compacted JSON-LD objects.
|
14
|
+
|
15
|
+
- Improved compatibility with Bridgy Fed for Bluesky where it puts
|
16
|
+
an invalid URI with the format `at://...` in the `alsoKnownAs` property.
|
17
|
+
|
18
|
+
|
6
19
|
Version 1.0.3
|
7
20
|
-------------
|
8
21
|
|
@@ -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"
|