@fedify/fedify 0.14.0-dev.332 → 0.14.0-dev.333
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +4 -0
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -20,6 +20,10 @@ To be released.
|
|
20
20
|
applicable to `format: "compact"`. Otherwise, it throws
|
21
21
|
a `TypeError`.
|
22
22
|
|
23
|
+
- Now `fedify init` generates a default *tsconfig.json* file on Node.js and
|
24
|
+
Bun, and fills the *deno.json* file with the default `compilerOptions` on
|
25
|
+
Deno.
|
26
|
+
|
23
27
|
|
24
28
|
Version 0.13.0
|
25
29
|
--------------
|