@fedify/fedify 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +14 -0
- package/esm/vocab/accept.yaml +1 -1
- package/esm/vocab/activity.yaml +1 -1
- package/esm/vocab/add.yaml +1 -1
- package/esm/vocab/announce.yaml +1 -1
- package/esm/vocab/arrive.yaml +1 -1
- package/esm/vocab/block.yaml +1 -1
- package/esm/vocab/create.yaml +1 -1
- package/esm/vocab/delete.yaml +1 -1
- package/esm/vocab/dislike.yaml +1 -1
- package/esm/vocab/flag.yaml +1 -1
- package/esm/vocab/follow.yaml +1 -1
- package/esm/vocab/ignore.yaml +1 -1
- package/esm/vocab/intransitiveactivity.yaml +1 -1
- package/esm/vocab/invite.yaml +1 -1
- package/esm/vocab/join.yaml +1 -1
- package/esm/vocab/leave.yaml +1 -1
- package/esm/vocab/like.yaml +1 -1
- package/esm/vocab/listen.yaml +1 -1
- package/esm/vocab/move.yaml +1 -1
- package/esm/vocab/offer.yaml +1 -1
- package/esm/vocab/question.yaml +1 -1
- package/esm/vocab/read.yaml +1 -1
- package/esm/vocab/reject.yaml +1 -1
- package/esm/vocab/remove.yaml +1 -1
- package/esm/vocab/tentativeaccept.yaml +1 -1
- package/esm/vocab/tentativereject.yaml +1 -1
- package/esm/vocab/travel.yaml +1 -1
- package/esm/vocab/undo.yaml +1 -1
- package/esm/vocab/update.yaml +1 -1
- package/esm/vocab/view.yaml +1 -1
- package/esm/vocab/vocab.js +30 -800
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,20 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.0.2
|
7
|
+
-------------
|
8
|
+
|
9
|
+
Released on September 27, 2024.
|
10
|
+
|
11
|
+
- Fixed a bug of `Object.toJsonLd()` method where it had incorrectly compacted
|
12
|
+
the `name` property when it was not a language map.
|
13
|
+
|
14
|
+
- The `Delete(Application)` activities sent by the `fedify inbox` command now
|
15
|
+
embed the entire actor object instead of just the actor's URI so that
|
16
|
+
the peers can verify the actor's signature without fetching the actor
|
17
|
+
object.
|
18
|
+
|
19
|
+
|
6
20
|
Version 1.0.1
|
7
21
|
-------------
|
8
22
|
|
package/esm/vocab/accept.yaml
CHANGED
@@ -9,7 +9,7 @@ description: |
|
|
9
9
|
used in certain circumstances to indicate the context into which the `object`
|
10
10
|
has been accepted.
|
11
11
|
defaultContext:
|
12
|
+
- "https://w3id.org/identity/v1"
|
12
13
|
- "https://www.w3.org/ns/activitystreams"
|
13
14
|
- "https://w3id.org/security/data-integrity/v1"
|
14
|
-
- "https://w3id.org/identity/v1"
|
15
15
|
properties: []
|
package/esm/vocab/activity.yaml
CHANGED
@@ -11,10 +11,10 @@ description: |
|
|
11
11
|
of activities. It is important to note that the {@link Activity} type itself
|
12
12
|
does not carry any specific semantics about the kind of action being taken.
|
13
13
|
defaultContext:
|
14
|
+
- "https://w3id.org/identity/v1"
|
14
15
|
- "https://www.w3.org/ns/activitystreams"
|
15
16
|
- "https://w3id.org/security/v1"
|
16
17
|
- "https://w3id.org/security/data-integrity/v1"
|
17
|
-
- "https://w3id.org/identity/v1"
|
18
18
|
|
19
19
|
properties:
|
20
20
|
- pluralName: actors
|
package/esm/vocab/add.yaml
CHANGED
@@ -10,7 +10,7 @@ description: |
|
|
10
10
|
to be determined implicitly by context. The `origin` can be used to identify
|
11
11
|
the context from which the `object` originated.
|
12
12
|
defaultContext:
|
13
|
+
- "https://w3id.org/identity/v1"
|
13
14
|
- "https://www.w3.org/ns/activitystreams"
|
14
15
|
- "https://w3id.org/security/data-integrity/v1"
|
15
|
-
- "https://w3id.org/identity/v1"
|
16
16
|
properties: []
|
package/esm/vocab/announce.yaml
CHANGED
@@ -9,9 +9,9 @@ description: |
|
|
9
9
|
|
10
10
|
The `origin` typically has no defined meaning.
|
11
11
|
defaultContext:
|
12
|
+
- "https://w3id.org/identity/v1"
|
12
13
|
- "https://www.w3.org/ns/activitystreams"
|
13
14
|
- "https://w3id.org/security/data-integrity/v1"
|
14
|
-
- "https://w3id.org/identity/v1"
|
15
15
|
- toot: "http://joinmastodon.org/ns#"
|
16
16
|
misskey: "https://misskey-hub.net/ns#"
|
17
17
|
fedibird: "http://fedibird.com/ns#"
|
package/esm/vocab/arrive.yaml
CHANGED
@@ -9,7 +9,7 @@ description: |
|
|
9
9
|
The `origin` can be used to identify the context from which the `actor` originated.
|
10
10
|
The `target` typically has no defined meaning.
|
11
11
|
defaultContext:
|
12
|
+
- "https://w3id.org/identity/v1"
|
12
13
|
- "https://www.w3.org/ns/activitystreams"
|
13
14
|
- "https://w3id.org/security/data-integrity/v1"
|
14
|
-
- "https://w3id.org/identity/v1"
|
15
15
|
properties: []
|
package/esm/vocab/block.yaml
CHANGED
@@ -10,7 +10,7 @@ description: |
|
|
10
10
|
allow one user to block activities or content of other users. The `target`
|
11
11
|
and `origin` typically have no defined meaning.
|
12
12
|
defaultContext:
|
13
|
+
- "https://w3id.org/identity/v1"
|
13
14
|
- "https://www.w3.org/ns/activitystreams"
|
14
15
|
- "https://w3id.org/security/data-integrity/v1"
|
15
|
-
- "https://w3id.org/identity/v1"
|
16
16
|
properties: []
|
package/esm/vocab/create.yaml
CHANGED
@@ -6,9 +6,9 @@ extends: "https://www.w3.org/ns/activitystreams#Activity"
|
|
6
6
|
entity: true
|
7
7
|
description: Indicates that the `actor` has created the `object`.
|
8
8
|
defaultContext:
|
9
|
+
- "https://w3id.org/identity/v1"
|
9
10
|
- "https://www.w3.org/ns/activitystreams"
|
10
11
|
- "https://w3id.org/security/data-integrity/v1"
|
11
|
-
- "https://w3id.org/identity/v1"
|
12
12
|
- toot: "http://joinmastodon.org/ns#"
|
13
13
|
misskey: "https://misskey-hub.net/ns#"
|
14
14
|
fedibird: "http://fedibird.com/ns#"
|
package/esm/vocab/delete.yaml
CHANGED
@@ -8,9 +8,9 @@ description: |
|
|
8
8
|
Indicates that the `actor` has deleted the `object`. If specified,
|
9
9
|
the `origin` indicates the context from which the `object` was deleted.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
- toot: "http://joinmastodon.org/ns#"
|
15
15
|
misskey: "https://misskey-hub.net/ns#"
|
16
16
|
fedibird: "http://fedibird.com/ns#"
|
package/esm/vocab/dislike.yaml
CHANGED
@@ -6,7 +6,7 @@ extends: "https://www.w3.org/ns/activitystreams#Activity"
|
|
6
6
|
entity: true
|
7
7
|
description: Indicates that the `actor` dislikes the `object`.
|
8
8
|
defaultContext:
|
9
|
+
- "https://w3id.org/identity/v1"
|
9
10
|
- "https://www.w3.org/ns/activitystreams"
|
10
11
|
- "https://w3id.org/security/data-integrity/v1"
|
11
|
-
- "https://w3id.org/identity/v1"
|
12
12
|
properties: []
|
package/esm/vocab/flag.yaml
CHANGED
@@ -9,7 +9,7 @@ description: |
|
|
9
9
|
in the sense common to many social platforms as reporting content as being
|
10
10
|
inappropriate for any number of reasons.
|
11
11
|
defaultContext:
|
12
|
+
- "https://w3id.org/identity/v1"
|
12
13
|
- "https://www.w3.org/ns/activitystreams"
|
13
14
|
- "https://w3id.org/security/data-integrity/v1"
|
14
|
-
- "https://w3id.org/identity/v1"
|
15
15
|
properties: []
|
package/esm/vocab/follow.yaml
CHANGED
@@ -10,7 +10,7 @@ description: |
|
|
10
10
|
interested in any activity performed by or on the object. The `target` and
|
11
11
|
`origin` typically have no defined meaning.
|
12
12
|
defaultContext:
|
13
|
+
- "https://w3id.org/identity/v1"
|
13
14
|
- "https://www.w3.org/ns/activitystreams"
|
14
15
|
- "https://w3id.org/security/data-integrity/v1"
|
15
|
-
- "https://w3id.org/identity/v1"
|
16
16
|
properties: []
|
package/esm/vocab/ignore.yaml
CHANGED
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
Indicates that the `actor` is ignoring the `object`. The `target` and
|
9
9
|
`origin` typically have no defined meaning.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
@@ -9,7 +9,7 @@ description: |
|
|
9
9
|
representing intransitive actions. The `object` property is therefore
|
10
10
|
inappropriate for these activities.
|
11
11
|
defaultContext:
|
12
|
+
- "https://w3id.org/identity/v1"
|
12
13
|
- "https://www.w3.org/ns/activitystreams"
|
13
14
|
- "https://w3id.org/security/data-integrity/v1"
|
14
|
-
- "https://w3id.org/identity/v1"
|
15
15
|
properties: []
|
package/esm/vocab/invite.yaml
CHANGED
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
A specialization of `Offer` in which the `actor` is extending an invitation
|
9
9
|
for the `object` to the `target`.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
package/esm/vocab/join.yaml
CHANGED
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
Indicates that the `actor` has joined the `object`.
|
9
9
|
The `target` and `origin` typically have no defined meaning.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
package/esm/vocab/leave.yaml
CHANGED
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
Indicates that the `actor` has left the `object`.
|
9
9
|
The `target` and `origin` typically have no meaning.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
package/esm/vocab/like.yaml
CHANGED
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
Indicates that the `actor` likes, recommends or endorses the `object`.
|
9
9
|
The `target` and `origin` typically have no defined meaning.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
package/esm/vocab/listen.yaml
CHANGED
@@ -6,7 +6,7 @@ extends: "https://www.w3.org/ns/activitystreams#Activity"
|
|
6
6
|
entity: true
|
7
7
|
description: Indicates that the `actor` has listened to the `object`.
|
8
8
|
defaultContext:
|
9
|
+
- "https://w3id.org/identity/v1"
|
9
10
|
- "https://www.w3.org/ns/activitystreams"
|
10
11
|
- "https://w3id.org/security/data-integrity/v1"
|
11
|
-
- "https://w3id.org/identity/v1"
|
12
12
|
properties: []
|
package/esm/vocab/move.yaml
CHANGED
@@ -9,7 +9,7 @@ description: |
|
|
9
9
|
If the `origin` or `target` are not specified,
|
10
10
|
either can be determined by context.
|
11
11
|
defaultContext:
|
12
|
+
- "https://w3id.org/identity/v1"
|
12
13
|
- "https://www.w3.org/ns/activitystreams"
|
13
14
|
- "https://w3id.org/security/data-integrity/v1"
|
14
|
-
- "https://w3id.org/identity/v1"
|
15
15
|
properties: []
|
package/esm/vocab/offer.yaml
CHANGED
@@ -9,7 +9,7 @@ description: |
|
|
9
9
|
If specified, the target indicates the entity to which
|
10
10
|
the object is being offered.
|
11
11
|
defaultContext:
|
12
|
+
- "https://w3id.org/identity/v1"
|
12
13
|
- "https://www.w3.org/ns/activitystreams"
|
13
14
|
- "https://w3id.org/security/data-integrity/v1"
|
14
|
-
- "https://w3id.org/identity/v1"
|
15
15
|
properties: []
|
package/esm/vocab/question.yaml
CHANGED
@@ -14,9 +14,9 @@ description: |
|
|
14
14
|
used to express possible answers, but a Question object *must not* have both
|
15
15
|
properties.
|
16
16
|
defaultContext:
|
17
|
+
- "https://w3id.org/identity/v1"
|
17
18
|
- "https://www.w3.org/ns/activitystreams"
|
18
19
|
- "https://w3id.org/security/data-integrity/v1"
|
19
|
-
- "https://w3id.org/identity/v1"
|
20
20
|
- toot: "http://joinmastodon.org/ns#"
|
21
21
|
misskey: "https://misskey-hub.net/ns#"
|
22
22
|
fedibird: "http://fedibird.com/ns#"
|
package/esm/vocab/read.yaml
CHANGED
@@ -7,7 +7,7 @@ entity: true
|
|
7
7
|
description: |
|
8
8
|
Indicates that the `actor` has read the `object`.
|
9
9
|
defaultContext:
|
10
|
+
- "https://w3id.org/identity/v1"
|
10
11
|
- "https://www.w3.org/ns/activitystreams"
|
11
12
|
- "https://w3id.org/security/data-integrity/v1"
|
12
|
-
- "https://w3id.org/identity/v1"
|
13
13
|
properties: []
|
package/esm/vocab/reject.yaml
CHANGED
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
Indicates that the `actor` is rejecting the `object`. The `target` and
|
9
9
|
`origin` typically have no defined meaning.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
package/esm/vocab/remove.yaml
CHANGED
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
Indicates that the `actor` is removing the `object`. If specified,
|
9
9
|
the `origin` indicates the context from which the `object` is being removed.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
A specialization of {@link Accept} indicating that
|
9
9
|
the acceptance is tentative.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
@@ -8,7 +8,7 @@ description: |
|
|
8
8
|
A specialization of {@link Reject} in which
|
9
9
|
the rejection is considered tentative.
|
10
10
|
defaultContext:
|
11
|
+
- "https://w3id.org/identity/v1"
|
11
12
|
- "https://www.w3.org/ns/activitystreams"
|
12
13
|
- "https://w3id.org/security/data-integrity/v1"
|
13
|
-
- "https://w3id.org/identity/v1"
|
14
14
|
properties: []
|
package/esm/vocab/travel.yaml
CHANGED
@@ -10,7 +10,7 @@ description: |
|
|
10
10
|
If the `target` or `origin` are not specified,
|
11
11
|
either can be determined by context.
|
12
12
|
defaultContext:
|
13
|
+
- "https://w3id.org/identity/v1"
|
13
14
|
- "https://www.w3.org/ns/activitystreams"
|
14
15
|
- "https://w3id.org/security/data-integrity/v1"
|
15
|
-
- "https://w3id.org/identity/v1"
|
16
16
|
properties: []
|
package/esm/vocab/undo.yaml
CHANGED
@@ -13,7 +13,7 @@ description: |
|
|
13
13
|
|
14
14
|
The `target` and `origin` typically have no defined meaning.
|
15
15
|
defaultContext:
|
16
|
+
- "https://w3id.org/identity/v1"
|
16
17
|
- "https://www.w3.org/ns/activitystreams"
|
17
18
|
- "https://w3id.org/security/data-integrity/v1"
|
18
|
-
- "https://w3id.org/identity/v1"
|
19
19
|
properties: []
|
package/esm/vocab/update.yaml
CHANGED
@@ -11,9 +11,9 @@ description: |
|
|
11
11
|
|
12
12
|
The `target` and `origin` typically have no defined meaning.
|
13
13
|
defaultContext:
|
14
|
+
- "https://w3id.org/identity/v1"
|
14
15
|
- "https://www.w3.org/ns/activitystreams"
|
15
16
|
- "https://w3id.org/security/data-integrity/v1"
|
16
|
-
- "https://w3id.org/identity/v1"
|
17
17
|
- toot: "http://joinmastodon.org/ns#"
|
18
18
|
schema: "http://schema.org#"
|
19
19
|
misskey: "https://misskey-hub.net/ns#"
|
package/esm/vocab/view.yaml
CHANGED
@@ -7,7 +7,7 @@ entity: true
|
|
7
7
|
description: |
|
8
8
|
Indicates that the `actor` has viewed the object.
|
9
9
|
defaultContext:
|
10
|
+
- "https://w3id.org/identity/v1"
|
10
11
|
- "https://www.w3.org/ns/activitystreams"
|
11
12
|
- "https://w3id.org/security/data-integrity/v1"
|
12
|
-
- "https://w3id.org/identity/v1"
|
13
13
|
properties: []
|