@fedify/fedify 1.5.0-dev.686 → 1.5.0-dev.692

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
@@ -41,6 +41,20 @@ To be released.
41
41
  [#211]: https://github.com/fedify-dev/fedify/issues/211
42
42
 
43
43
 
44
+ Version 1.4.5
45
+ -------------
46
+
47
+ Released on February 28, 2025.
48
+
49
+ - Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
50
+ Fedify 1.0.0 or later versions when `--web-framework nitro` option is
51
+ provided. [[#213]]
52
+
53
+ - Fixed a bug where `fedify init` had failed to initialize a project with
54
+ the `--runtime node --package-manager pnpm --web-framework nitro` option.
55
+ [[#213]]
56
+
57
+
44
58
  Version 1.4.4
45
59
  -------------
46
60
 
@@ -180,6 +194,20 @@ Released on February 5, 2025.
180
194
  [#195]: https://github.com/fedify-dev/fedify/issues/195
181
195
 
182
196
 
197
+ Version 1.3.12
198
+ --------------
199
+
200
+ Released on February 28, 2025.
201
+
202
+ - Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
203
+ Fedify 1.0.0 or later versions when `--web-framework nitro` option is
204
+ provided. [[#213]]
205
+
206
+ - Fixed a bug where `fedify init` had failed to initialize a project with
207
+ the `--runtime node --package-manager pnpm --web-framework nitro` option.
208
+ [[#213]]
209
+
210
+
183
211
  Version 1.3.11
184
212
  --------------
185
213
 
@@ -435,6 +463,23 @@ Released on November 30, 2024.
435
463
  [#193]: https://github.com/fedify-dev/fedify/issues/193
436
464
 
437
465
 
466
+ Version 1.2.16
467
+ --------------
468
+
469
+ Released on February 28, 2025.
470
+
471
+ - Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
472
+ Fedify 1.0.0 or later versions when `--web-framework nitro` option is
473
+ provided. [[#213]]
474
+
475
+ - Fixed a bug where `fedify init` had failed to initialize a project with
476
+ the `--runtime node --package-manager pnpm --web-framework nitro` option.
477
+ [[#213]]
478
+
479
+ - Made `fedify init` to install *@logtape/logtape* 0.7.2 which is the version
480
+ used in Fedify 1.2.x.
481
+
482
+
438
483
  Version 1.2.15
439
484
  --------------
440
485
 
@@ -736,6 +781,23 @@ Released on October 31, 2024.
736
781
  [#118]: https://github.com/fedify-dev/fedify/issues/118
737
782
 
738
783
 
784
+ Version 1.1.16
785
+ --------------
786
+
787
+ Released on February 28, 2025.
788
+
789
+ - Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
790
+ Fedify 1.0.0 or later versions when `--web-framework nitro` option is
791
+ provided. [[#213]]
792
+
793
+ - Fixed a bug where `fedify init` had failed to initialize a project with
794
+ the `--runtime node --package-manager pnpm --web-framework nitro` option.
795
+ [[#213]]
796
+
797
+ - Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
798
+ used in Fedify 1.1.x.
799
+
800
+
739
801
  Version 1.1.15
740
802
  --------------
741
803
 
@@ -1078,6 +1140,25 @@ Released on October 20, 2024.
1078
1140
  [#150]: https://github.com/fedify-dev/fedify/issues/150
1079
1141
 
1080
1142
 
1143
+ Version 1.0.19
1144
+ --------------
1145
+
1146
+ Released on February 28, 2025.
1147
+
1148
+ - Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with
1149
+ Fedify 1.0.0 or later versions when `--web-framework nitro` option is
1150
+ provided. [[#213]]
1151
+
1152
+ - Fixed a bug where `fedify init` had failed to initialize a project with
1153
+ the `--runtime node --package-manager pnpm --web-framework nitro` option.
1154
+ [[#213]]
1155
+
1156
+ - Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version
1157
+ used in Fedify 1.0.x.
1158
+
1159
+ [#213]: https://github.com/fedify-dev/fedify/issues/213
1160
+
1161
+
1081
1162
  Version 1.0.18
1082
1163
  --------------
1083
1164
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.5.0-dev.686+1d8dc11e",
3
+ "version": "1.5.0-dev.692+94e5ec03",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",