@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 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
- - manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
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
- - manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
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
- - manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
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
- - manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
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
- - manuallyApprovesFollowers: "as:manuallyApprovesFollowers"
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"