@fedify/fedify 1.1.0-dev.427 → 1.1.0-dev.428
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +4 -0
- package/FEDERATION.md +2 -0
- package/esm/vocab/dislike.yaml +2 -0
- package/esm/vocab/emojireact.yaml +17 -0
- package/esm/vocab/like.yaml +2 -0
- package/esm/vocab/vocab.js +2761 -2578
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts +537 -364
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
package/FEDERATION.md
CHANGED
@@ -29,6 +29,7 @@ Supported FEPs
|
|
29
29
|
- [FEP-521a][]: Representing actor's public keys
|
30
30
|
- [FEP-5feb][]: Search indexing consent for actors
|
31
31
|
- [FEP-c7d3][]: Ownership
|
32
|
+
- [FEP-c0e0][]: Emoji reactions
|
32
33
|
|
33
34
|
[FEP-67ff]: https://w3id.org/fep/67ff
|
34
35
|
[FEP-8fcf]: https://w3id.org/fep/8fcf
|
@@ -37,6 +38,7 @@ Supported FEPs
|
|
37
38
|
[FEP-521a]: https://w3id.org/fep/521a
|
38
39
|
[FEP-5feb]: https://w3id.org/fep/5feb
|
39
40
|
[FEP-c7d3]: https://w3id.org/fep/c7d3
|
41
|
+
[FEP-c0e0]: https://w3id.org/fep/c0e0
|
40
42
|
|
41
43
|
|
42
44
|
ActivityPub
|
package/esm/vocab/dislike.yaml
CHANGED
@@ -0,0 +1,17 @@
|
|
1
|
+
$schema: ../codegen/schema.yaml
|
2
|
+
name: EmojiReact
|
3
|
+
compactName: EmojiReact
|
4
|
+
uri: "http://litepub.social/ns#EmojiReact"
|
5
|
+
extends: "https://www.w3.org/ns/activitystreams#Activity"
|
6
|
+
entity: true
|
7
|
+
description: |
|
8
|
+
Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
|
9
|
+
defaultContext:
|
10
|
+
- "https://w3id.org/identity/v1"
|
11
|
+
- "https://www.w3.org/ns/activitystreams"
|
12
|
+
- "https://w3id.org/security/data-integrity/v1"
|
13
|
+
- litepub: "http://litepub.social/ns#"
|
14
|
+
toot: "http://joinmastodon.org/ns#"
|
15
|
+
EmojiReact: "litepub:EmojiReact"
|
16
|
+
Emoji: "toot:Emoji"
|
17
|
+
properties: []
|