@fedify/fedify 1.1.15 → 1.1.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 +36 -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.1.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.6.5 which is the version
|
20
|
+
used in Fedify 1.1.x.
|
21
|
+
|
22
|
+
|
6
23
|
Version 1.1.15
|
7
24
|
--------------
|
8
25
|
|
@@ -345,6 +362,25 @@ Released on October 20, 2024.
|
|
345
362
|
[#150]: https://github.com/dahlia/fedify/issues/150
|
346
363
|
|
347
364
|
|
365
|
+
Version 1.0.19
|
366
|
+
--------------
|
367
|
+
|
368
|
+
Released on February 28, 2025.
|
369
|
+
|
370
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
371
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
372
|
+
provided. [[#213]]
|
373
|
+
|
374
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
375
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
376
|
+
[[#213]]
|
377
|
+
|
378
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
379
|
+
used in Fedify 1.0.x.
|
380
|
+
|
381
|
+
[#213]: https://github.com/fedify-dev/fedify/issues/213
|
382
|
+
|
383
|
+
|
348
384
|
Version 1.0.18
|
349
385
|
--------------
|
350
386
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.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.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",
|