@fedify/fedify 1.3.11 → 1.3.12
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 +67 -0
- package/esm/deno.js +2 -2
- package/esm/vocab/vocab.js +173 -173
- package/package.json +2 -2
package/CHANGES.md
CHANGED
@@ -3,6 +3,20 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.3.12
|
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
|
+
|
6
20
|
Version 1.3.11
|
7
21
|
--------------
|
8
22
|
|
@@ -258,6 +272,23 @@ Released on November 30, 2024.
|
|
258
272
|
[#193]: https://github.com/fedify-dev/fedify/issues/193
|
259
273
|
|
260
274
|
|
275
|
+
Version 1.2.16
|
276
|
+
--------------
|
277
|
+
|
278
|
+
Released on February 28, 2025.
|
279
|
+
|
280
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
281
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
282
|
+
provided. [[#213]]
|
283
|
+
|
284
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
285
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
286
|
+
[[#213]]
|
287
|
+
|
288
|
+
- Made `fedify init` to install *@logtape/logtape* 0.7.2 which is the version
|
289
|
+
used in Fedify 1.2.x.
|
290
|
+
|
291
|
+
|
261
292
|
Version 1.2.15
|
262
293
|
--------------
|
263
294
|
|
@@ -559,6 +590,23 @@ Released on October 31, 2024.
|
|
559
590
|
[#118]: https://github.com/fedify-dev/fedify/issues/118
|
560
591
|
|
561
592
|
|
593
|
+
Version 1.1.16
|
594
|
+
--------------
|
595
|
+
|
596
|
+
Released on February 28, 2025.
|
597
|
+
|
598
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
599
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
600
|
+
provided. [[#213]]
|
601
|
+
|
602
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
603
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
604
|
+
[[#213]]
|
605
|
+
|
606
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
607
|
+
used in Fedify 1.1.x.
|
608
|
+
|
609
|
+
|
562
610
|
Version 1.1.15
|
563
611
|
--------------
|
564
612
|
|
@@ -901,6 +949,25 @@ Released on October 20, 2024.
|
|
901
949
|
[#150]: https://github.com/fedify-dev/fedify/issues/150
|
902
950
|
|
903
951
|
|
952
|
+
Version 1.0.19
|
953
|
+
--------------
|
954
|
+
|
955
|
+
Released on February 28, 2025.
|
956
|
+
|
957
|
+
- Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
|
958
|
+
Fedify 1.0.0 or later versions when `--web-framework nitro` option is
|
959
|
+
provided. [[#213]]
|
960
|
+
|
961
|
+
- Fixed a bug where `fedify init` had failed to initialize a project with
|
962
|
+
the `--runtime node --package-manager pnpm --web-framework nitro` option.
|
963
|
+
[[#213]]
|
964
|
+
|
965
|
+
- Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
|
966
|
+
used in Fedify 1.0.x.
|
967
|
+
|
968
|
+
[#213]: https://github.com/fedify-dev/fedify/issues/213
|
969
|
+
|
970
|
+
|
904
971
|
Version 1.0.18
|
905
972
|
--------------
|
906
973
|
|
package/esm/deno.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export default {
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.12",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": "./mod.ts",
|
@@ -32,7 +32,7 @@ export default {
|
|
32
32
|
"@fedify/fedify/x/sveltekit": "./x/sveltekit.ts",
|
33
33
|
"@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
|
34
34
|
"@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
|
35
|
-
"@logtape/logtape": "jsr:@logtape/logtape@^0.8.
|
35
|
+
"@logtape/logtape": "jsr:@logtape/logtape@^0.8.2",
|
36
36
|
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
|
37
37
|
"@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
|
38
38
|
"@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
|