@fedify/fedify 1.2.14 → 1.2.16
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 +98 -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,38 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.2.16
|
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.7.2 which is the version
|
20
|
+
used in Fedify 1.1.x.
|
21
|
+
|
22
|
+
|
23
|
+
Version 1.2.15
|
24
|
+
--------------
|
25
|
+
|
26
|
+
Released on February 25, 2025.
|
27
|
+
|
28
|
+
- Added the following default context to `Application`, `Group`,
|
29
|
+
`Organization`, `Person`, and `Service` classes:
|
30
|
+
|
31
|
+
~~~~ json
|
32
|
+
{
|
33
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
34
|
+
}
|
35
|
+
~~~~
|
36
|
+
|
37
|
+
|
6
38
|
Version 1.2.14
|
7
39
|
--------------
|
8
40
|
|
@@ -289,6 +321,38 @@ Released on October 31, 2024.
|
|
289
321
|
[#118]: https://github.com/dahlia/fedify/issues/118
|
290
322
|
|
291
323
|
|
324
|
+
Version 1.1.16
|
325
|
+
--------------
|
326
|
+
|
327
|
+
Released on February 28, 2025.
|
328
|
+
|
329
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
330
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
331
|
+
provided. [[#213]]
|
332
|
+
|
333
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
334
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
335
|
+
[[#213]]
|
336
|
+
|
337
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
338
|
+
used in Fedify 1.1.x.
|
339
|
+
|
340
|
+
|
341
|
+
Version 1.1.15
|
342
|
+
--------------
|
343
|
+
|
344
|
+
Released on February 25, 2025.
|
345
|
+
|
346
|
+
- Added the following default context to `Application`, `Group`,
|
347
|
+
`Organization`, `Person`, and `Service` classes:
|
348
|
+
|
349
|
+
~~~~ json
|
350
|
+
{
|
351
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
352
|
+
}
|
353
|
+
~~~~
|
354
|
+
|
355
|
+
|
292
356
|
Version 1.1.14
|
293
357
|
--------------
|
294
358
|
|
@@ -616,6 +680,40 @@ Released on October 20, 2024.
|
|
616
680
|
[#150]: https://github.com/dahlia/fedify/issues/150
|
617
681
|
|
618
682
|
|
683
|
+
Version 1.0.19
|
684
|
+
--------------
|
685
|
+
|
686
|
+
Released on February 28, 2025.
|
687
|
+
|
688
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
689
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
690
|
+
provided. [[#213]]
|
691
|
+
|
692
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
693
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
694
|
+
[[#213]]
|
695
|
+
|
696
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
697
|
+
used in Fedify 1.0.x.
|
698
|
+
|
699
|
+
[#213]: https://github.com/fedify-dev/fedify/issues/213
|
700
|
+
|
701
|
+
|
702
|
+
Version 1.0.18
|
703
|
+
--------------
|
704
|
+
|
705
|
+
Released on February 25, 2025.
|
706
|
+
|
707
|
+
- Added the following default context to `Application`, `Group`,
|
708
|
+
`Organization`, `Person`, and `Service` classes:
|
709
|
+
|
710
|
+
~~~~ json
|
711
|
+
{
|
712
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
713
|
+
}
|
714
|
+
~~~~
|
715
|
+
|
716
|
+
|
619
717
|
Version 1.0.17
|
620
718
|
--------------
|
621
719
|
|
package/esm/vocab/group.yaml
CHANGED
package/esm/vocab/person.yaml
CHANGED
package/esm/vocab/service.yaml
CHANGED
package/esm/vocab/vocab.js
CHANGED
@@ -12655,6 +12655,7 @@ export class Application extends Object {
|
|
12655
12655
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
12656
12656
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
12657
12657
|
"toot": "http://joinmastodon.org/ns#",
|
12658
|
+
"Emoji": "toot:Emoji",
|
12658
12659
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
12659
12660
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
12660
12661
|
"discoverable": "toot:discoverable",
|
@@ -12945,6 +12946,7 @@ export class Application extends Object {
|
|
12945
12946
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
12946
12947
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
12947
12948
|
"toot": "http://joinmastodon.org/ns#",
|
12949
|
+
"Emoji": "toot:Emoji",
|
12948
12950
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
12949
12951
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
12950
12952
|
"discoverable": "toot:discoverable",
|
@@ -20728,6 +20730,7 @@ export class Group extends Object {
|
|
20728
20730
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
20729
20731
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
20730
20732
|
"toot": "http://joinmastodon.org/ns#",
|
20733
|
+
"Emoji": "toot:Emoji",
|
20731
20734
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
20732
20735
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
20733
20736
|
"discoverable": "toot:discoverable",
|
@@ -21018,6 +21021,7 @@ export class Group extends Object {
|
|
21018
21021
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
21019
21022
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
21020
21023
|
"toot": "http://joinmastodon.org/ns#",
|
21024
|
+
"Emoji": "toot:Emoji",
|
21021
21025
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
21022
21026
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
21023
21027
|
"discoverable": "toot:discoverable",
|
@@ -28014,6 +28018,7 @@ export class Organization extends Object {
|
|
28014
28018
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
28015
28019
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
28016
28020
|
"toot": "http://joinmastodon.org/ns#",
|
28021
|
+
"Emoji": "toot:Emoji",
|
28017
28022
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
28018
28023
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
28019
28024
|
"discoverable": "toot:discoverable",
|
@@ -28304,6 +28309,7 @@ export class Organization extends Object {
|
|
28304
28309
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
28305
28310
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
28306
28311
|
"toot": "http://joinmastodon.org/ns#",
|
28312
|
+
"Emoji": "toot:Emoji",
|
28307
28313
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
28308
28314
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
28309
28315
|
"discoverable": "toot:discoverable",
|
@@ -31584,6 +31590,7 @@ export class Person extends Object {
|
|
31584
31590
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
31585
31591
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
31586
31592
|
"toot": "http://joinmastodon.org/ns#",
|
31593
|
+
"Emoji": "toot:Emoji",
|
31587
31594
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
31588
31595
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
31589
31596
|
"discoverable": "toot:discoverable",
|
@@ -31874,6 +31881,7 @@ export class Person extends Object {
|
|
31874
31881
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
31875
31882
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
31876
31883
|
"toot": "http://joinmastodon.org/ns#",
|
31884
|
+
"Emoji": "toot:Emoji",
|
31877
31885
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
31878
31886
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
31879
31887
|
"discoverable": "toot:discoverable",
|
@@ -37850,6 +37858,7 @@ export class Service extends Object {
|
|
37850
37858
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
37851
37859
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
37852
37860
|
"toot": "http://joinmastodon.org/ns#",
|
37861
|
+
"Emoji": "toot:Emoji",
|
37853
37862
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
37854
37863
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
37855
37864
|
"discoverable": "toot:discoverable",
|
@@ -38140,6 +38149,7 @@ export class Service extends Object {
|
|
38140
38149
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
38141
38150
|
"movedTo": { "@id": "as:movedTo", "@type": "@id" },
|
38142
38151
|
"toot": "http://joinmastodon.org/ns#",
|
38152
|
+
"Emoji": "toot:Emoji",
|
38143
38153
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
38144
38154
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
38145
38155
|
"discoverable": "toot:discoverable",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.16",
|
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.7.
|
80
|
+
"@logtape/logtape": "^0.7.2",
|
81
81
|
"@phensley/language-tag": "^1.9.0",
|
82
82
|
"asn1js": "^3.0.5",
|
83
83
|
"json-canon": "^1.0.1",
|