@fedify/fedify 1.4.3 → 1.4.5
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 +156 -0
- package/README.md +4 -2
- package/esm/deno.js +2 -2
- 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 +186 -176
- package/package.json +2 -2
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,35 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.4.5
|
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
|
+
|
20
|
+
Version 1.4.4
|
21
|
+
-------------
|
22
|
+
|
23
|
+
Released on February 25, 2025.
|
24
|
+
|
25
|
+
- Added the following default context to `Application`, `Group`,
|
26
|
+
`Organization`, `Person`, and `Service` classes:
|
27
|
+
|
28
|
+
~~~~ json
|
29
|
+
{
|
30
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
31
|
+
}
|
32
|
+
~~~~
|
33
|
+
|
34
|
+
|
6
35
|
Version 1.4.3
|
7
36
|
-------------
|
8
37
|
|
@@ -127,6 +156,35 @@ Released on February 5, 2025.
|
|
127
156
|
[#195]: https://github.com/fedify-dev/fedify/issues/195
|
128
157
|
|
129
158
|
|
159
|
+
Version 1.3.12
|
160
|
+
--------------
|
161
|
+
|
162
|
+
Released on February 28, 2025.
|
163
|
+
|
164
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
165
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
166
|
+
provided. [[#213]]
|
167
|
+
|
168
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
169
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
170
|
+
[[#213]]
|
171
|
+
|
172
|
+
|
173
|
+
Version 1.3.11
|
174
|
+
--------------
|
175
|
+
|
176
|
+
Released on February 25, 2025.
|
177
|
+
|
178
|
+
- Added the following default context to `Application`, `Group`,
|
179
|
+
`Organization`, `Person`, and `Service` classes:
|
180
|
+
|
181
|
+
~~~~ json
|
182
|
+
{
|
183
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
184
|
+
}
|
185
|
+
~~~~
|
186
|
+
|
187
|
+
|
130
188
|
Version 1.3.10
|
131
189
|
--------------
|
132
190
|
|
@@ -367,6 +425,38 @@ Released on November 30, 2024.
|
|
367
425
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
368
426
|
|
369
427
|
|
428
|
+
Version 1.2.16
|
429
|
+
--------------
|
430
|
+
|
431
|
+
Released on February 28, 2025.
|
432
|
+
|
433
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
434
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
435
|
+
provided. [[#213]]
|
436
|
+
|
437
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
438
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
439
|
+
[[#213]]
|
440
|
+
|
441
|
+
- Made `fedify init` to install *@logtape/logtape* 0.7.2 which is the version
|
442
|
+
used in Fedify 1.2.x.
|
443
|
+
|
444
|
+
|
445
|
+
Version 1.2.15
|
446
|
+
--------------
|
447
|
+
|
448
|
+
Released on February 25, 2025.
|
449
|
+
|
450
|
+
- Added the following default context to `Application`, `Group`,
|
451
|
+
`Organization`, `Person`, and `Service` classes:
|
452
|
+
|
453
|
+
~~~~ json
|
454
|
+
{
|
455
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
456
|
+
}
|
457
|
+
~~~~
|
458
|
+
|
459
|
+
|
370
460
|
Version 1.2.14
|
371
461
|
--------------
|
372
462
|
|
@@ -653,6 +743,38 @@ Released on October 31, 2024.
|
|
653
743
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
654
744
|
|
655
745
|
|
746
|
+
Version 1.1.16
|
747
|
+
--------------
|
748
|
+
|
749
|
+
Released on February 28, 2025.
|
750
|
+
|
751
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
752
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
753
|
+
provided. [[#213]]
|
754
|
+
|
755
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
756
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
757
|
+
[[#213]]
|
758
|
+
|
759
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
760
|
+
used in Fedify 1.1.x.
|
761
|
+
|
762
|
+
|
763
|
+
Version 1.1.15
|
764
|
+
--------------
|
765
|
+
|
766
|
+
Released on February 25, 2025.
|
767
|
+
|
768
|
+
- Added the following default context to `Application`, `Group`,
|
769
|
+
`Organization`, `Person`, and `Service` classes:
|
770
|
+
|
771
|
+
~~~~ json
|
772
|
+
{
|
773
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
774
|
+
}
|
775
|
+
~~~~
|
776
|
+
|
777
|
+
|
656
778
|
Version 1.1.14
|
657
779
|
--------------
|
658
780
|
|
@@ -980,6 +1102,40 @@ Released on October 20, 2024.
|
|
980
1102
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
981
1103
|
|
982
1104
|
|
1105
|
+
Version 1.0.19
|
1106
|
+
--------------
|
1107
|
+
|
1108
|
+
Released on February 28, 2025.
|
1109
|
+
|
1110
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
1111
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
1112
|
+
provided. [[#213]]
|
1113
|
+
|
1114
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
1115
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
1116
|
+
[[#213]]
|
1117
|
+
|
1118
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
1119
|
+
used in Fedify 1.0.x.
|
1120
|
+
|
1121
|
+
[#213]: https://github.com/fedify-dev/fedify/issues/213
|
1122
|
+
|
1123
|
+
|
1124
|
+
Version 1.0.18
|
1125
|
+
--------------
|
1126
|
+
|
1127
|
+
Released on February 25, 2025.
|
1128
|
+
|
1129
|
+
- Added the following default context to `Application`, `Group`,
|
1130
|
+
`Organization`, `Person`, and `Service` classes:
|
1131
|
+
|
1132
|
+
~~~~ json
|
1133
|
+
{
|
1134
|
+
"Emoji": "http://joinmastodon.org/ns#Emoji"
|
1135
|
+
}
|
1136
|
+
~~~~
|
1137
|
+
|
1138
|
+
|
983
1139
|
Version 1.0.17
|
984
1140
|
--------------
|
985
1141
|
|
package/README.md
CHANGED
@@ -95,14 +95,16 @@ financial contributors:[^2]
|
|
95
95
|
### Supporters
|
96
96
|
|
97
97
|
- [Daniel Supernault](https://pixelfed.org/)
|
98
|
+
- [tkgka](https://opencollective.com/tkgka)
|
99
|
+
- [Blaine](https://opencollective.com/blaine)
|
98
100
|
|
99
101
|
### Backers
|
100
102
|
|
101
|
-
yamanoku, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart
|
103
|
+
yamanoku, Julian Fietkau, taye, okin, Andy Piper, box464, Evan Prodromou, Rafael Goulart, malte
|
102
104
|
|
103
105
|
### One-time donations
|
104
106
|
|
105
|
-
Markus P, Rameez
|
107
|
+
Markus P, Nils Bergmann, Rameez
|
106
108
|
|
107
109
|
<!-- /DO NOT EDIT -->
|
108
110
|
<!-- cSpell: enable -->
|
package/esm/deno.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export default {
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.5",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": "./mod.ts",
|
@@ -33,7 +33,7 @@ export default {
|
|
33
33
|
"@fedify/fedify/x/sveltekit": "./x/sveltekit.ts",
|
34
34
|
"@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
|
35
35
|
"@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
|
36
|
-
"@logtape/logtape": "jsr:@logtape/logtape@^0.8.
|
36
|
+
"@logtape/logtape": "jsr:@logtape/logtape@^0.8.2",
|
37
37
|
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
|
38
38
|
"@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
|
39
39
|
"@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
|
package/esm/vocab/group.yaml
CHANGED
package/esm/vocab/person.yaml
CHANGED