@fedify/fedify 1.1.0-dev.444 → 1.1.0-dev.446

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
@@ -65,6 +65,19 @@ To be released.
65
65
  [#150]: https://github.com/dahlia/fedify/issues/150
66
66
 
67
67
 
68
+ Version 1.0.4
69
+ -------------
70
+
71
+ Released on October 17, 2024.
72
+
73
+ - Fixed a bug where `Actor.aliasId` and `Actor.aliasIds` properties had been
74
+ represented as `as:alsoKnownAs` property instead of `alsoKnownAs` property
75
+ in compacted JSON-LD objects.
76
+
77
+ - Improved compatibility with Bridgy Fed for Bluesky where it puts
78
+ an invalid URI with the format `at://...` in the `alsoKnownAs` property.
79
+
80
+
68
81
  Version 1.0.3
69
82
  -------------
70
83
 
@@ -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"