@fedify/fedify 1.4.4 → 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 CHANGED
@@ -3,6 +3,20 @@
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
+
6
20
  Version 1.4.4
7
21
  -------------
8
22
 
@@ -142,6 +156,20 @@ Released on February 5, 2025.
142
156
  [#195]: https://github.com/fedify-dev/fedify/issues/195
143
157
 
144
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
+
145
173
  Version 1.3.11
146
174
  --------------
147
175
 
@@ -397,6 +425,23 @@ Released on November 30, 2024.
397
425
  [#193]: https://github.com/fedify-dev/fedify/issues/193
398
426
 
399
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
+
400
445
  Version 1.2.15
401
446
  --------------
402
447
 
@@ -698,6 +743,23 @@ Released on October 31, 2024.
698
743
  [#118]: https://github.com/fedify-dev/fedify/issues/118
699
744
 
700
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
+
701
763
  Version 1.1.15
702
764
  --------------
703
765
 
@@ -1040,6 +1102,25 @@ Released on October 20, 2024.
1040
1102
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1041
1103
 
1042
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
+
1043
1124
  Version 1.0.18
1044
1125
  --------------
1045
1126
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.4.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.1",
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",