@fedify/fedify 1.0.17 → 1.0.19
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 +34 -0
- package/esm/vocab/application.yaml +1 -0
- package/esm/vocab/group.yaml +1 -0
- package/esm/vocab/organization.yaml +1 -0
- package/esm/vocab/person.yaml +1 -0
- package/esm/vocab/service.yaml +1 -0
- package/esm/vocab/vocab.js +10 -0
- package/package.json +2 -2
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,40 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.0.19
|
7
|
+
--------------
|
8
|
+
|
9
|
+
Released on February 28, 2025.
|
10
|
+
|
11
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
12
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
13
|
+
provided. [[#213]]
|
14
|
+
|
15
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
16
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
17
|
+
[[#213]]
|
18
|
+
|
19
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
20
|
+
used in Fedify 1.0.x.
|
21
|
+
|
22
|
+
[#213]: https://github.com/fedify-dev/fedify/issues/213
|
23
|
+
|
24
|
+
|
25
|
+
Version 1.0.18
|
26
|
+
--------------
|
27
|
+
|
28
|
+
Released on February 25, 2025.
|
29
|
+
|
30
|
+
- Added the following default context to `Application`, `Group`,
|
31
|
+
`Organization`, `Person`, and `Service` classes:
|
32
|
+
|
33
|
+
~~~~ json
|
34
|
+
{
|
35
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
36
|
+
}
|
37
|
+
~~~~
|
38
|
+
|
39
|
+
|
6
40
|
Version 1.0.17
|
7
41
|
--------------
|
8
42
|
|
package/esm/vocab/group.yaml
CHANGED
package/esm/vocab/person.yaml
CHANGED
package/esm/vocab/service.yaml
CHANGED
package/esm/vocab/vocab.js
CHANGED
@@ -11694,6 +11694,7 @@ export class Application extends Object {
|
|
11694
11694
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
11695
11695
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
11696
11696
|
"toot": "http://joinmastodon.org/ns#",
|
11697
|
+
"Emoji": "toot:Emoji",
|
11697
11698
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
11698
11699
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
11699
11700
|
"discoverable": "toot:discoverable",
|
@@ -11943,6 +11944,7 @@ export class Application extends Object {
|
|
11943
11944
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
11944
11945
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
11945
11946
|
"toot": "http://joinmastodon.org/ns#",
|
11947
|
+
"Emoji": "toot:Emoji",
|
11946
11948
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
11947
11949
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
11948
11950
|
"discoverable": "toot:discoverable",
|
@@ -19234,6 +19236,7 @@ export class Group extends Object {
|
|
19234
19236
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
19235
19237
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
19236
19238
|
"toot": "http://joinmastodon.org/ns#",
|
19239
|
+
"Emoji": "toot:Emoji",
|
19237
19240
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
19238
19241
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
19239
19242
|
"discoverable": "toot:discoverable",
|
@@ -19483,6 +19486,7 @@ export class Group extends Object {
|
|
19483
19486
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
19484
19487
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
19485
19488
|
"toot": "http://joinmastodon.org/ns#",
|
19489
|
+
"Emoji": "toot:Emoji",
|
19486
19490
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
19487
19491
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
19488
19492
|
"discoverable": "toot:discoverable",
|
@@ -25985,6 +25989,7 @@ export class Organization extends Object {
|
|
25985
25989
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
25986
25990
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
25987
25991
|
"toot": "http://joinmastodon.org/ns#",
|
25992
|
+
"Emoji": "toot:Emoji",
|
25988
25993
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
25989
25994
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
25990
25995
|
"discoverable": "toot:discoverable",
|
@@ -26234,6 +26239,7 @@ export class Organization extends Object {
|
|
26234
26239
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
26235
26240
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
26236
26241
|
"toot": "http://joinmastodon.org/ns#",
|
26242
|
+
"Emoji": "toot:Emoji",
|
26237
26243
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
26238
26244
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
26239
26245
|
"discoverable": "toot:discoverable",
|
@@ -29024,6 +29030,7 @@ export class Person extends Object {
|
|
29024
29030
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
29025
29031
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
29026
29032
|
"toot": "http://joinmastodon.org/ns#",
|
29033
|
+
"Emoji": "toot:Emoji",
|
29027
29034
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
29028
29035
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
29029
29036
|
"discoverable": "toot:discoverable",
|
@@ -29273,6 +29280,7 @@ export class Person extends Object {
|
|
29273
29280
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
29274
29281
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
29275
29282
|
"toot": "http://joinmastodon.org/ns#",
|
29283
|
+
"Emoji": "toot:Emoji",
|
29276
29284
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
29277
29285
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
29278
29286
|
"discoverable": "toot:discoverable",
|
@@ -34759,6 +34767,7 @@ export class Service extends Object {
|
|
34759
34767
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
34760
34768
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
34761
34769
|
"toot": "http://joinmastodon.org/ns#",
|
34770
|
+
"Emoji": "toot:Emoji",
|
34762
34771
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
34763
34772
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
34764
34773
|
"discoverable": "toot:discoverable",
|
@@ -35008,6 +35017,7 @@ export class Service extends Object {
|
|
35008
35017
|
"alsoKnownAs": { "@id": "as:alsoKnownAs", "@type": "@id" },
|
35009
35018
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
35010
35019
|
"toot": "http://joinmastodon.org/ns#",
|
35020
|
+
"Emoji": "toot:Emoji",
|
35011
35021
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
35012
35022
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
35013
35023
|
"discoverable": "toot:discoverable",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.19",
|
4
4
|
"description": "An ActivityPub server framework",
|
5
5
|
"keywords": [
|
6
6
|
"ActivityPub",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
],
|
78
78
|
"dependencies": {
|
79
79
|
"@hugoalh/http-header-link": "^1.0.2",
|
80
|
-
"@logtape/logtape": "^0.6.
|
80
|
+
"@logtape/logtape": "^0.6.5",
|
81
81
|
"@phensley/language-tag": "^1.9.0",
|
82
82
|
"asn1js": "^3.0.5",
|
83
83
|
"json-canon": "^1.0.1",
|