@fedify/fedify 1.2.15 → 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 +53 -0
- package/package.json +2 -2
package/CHANGES.md
CHANGED
@@ -3,6 +3,23 @@
|
|
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
|
+
|
6
23
|
Version 1.2.15
|
7
24
|
--------------
|
8
25
|
|
@@ -304,6 +321,23 @@ Released on October 31, 2024.
|
|
304
321
|
[#118]: https://github.com/dahlia/fedify/issues/118
|
305
322
|
|
306
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
|
+
|
307
341
|
Version 1.1.15
|
308
342
|
--------------
|
309
343
|
|
@@ -646,6 +680,25 @@ Released on October 20, 2024.
|
|
646
680
|
[#150]: https://github.com/dahlia/fedify/issues/150
|
647
681
|
|
648
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
|
+
|
649
702
|
Version 1.0.18
|
650
703
|
--------------
|
651
704
|
|
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",
|