@fedify/init 2.2.0-pr.731.34 → 2.2.0-pr.732.35

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/README.md CHANGED
@@ -25,8 +25,7 @@ Supported options
25
25
 
26
26
  The initializer supports the following project configurations:
27
27
 
28
- - **Web frameworks**: Bare-bones, [Hono], [Nitro], [Next.js], [Elysia],
29
- [Express]
28
+ - **Web frameworks**: Bare-bones, [Hono], [Nitro], [Next.js], [Elysia], [Express]
30
29
  - **Package managers**: Deno, pnpm, Bun, Yarn, npm
31
30
  - **Key-value stores**: In-Memory, Deno KV, Redis, PostgreSQL
32
31
  - **Message queues**: In-Process, Deno KV, Redis, PostgreSQL, AMQP
package/dist/deno.js CHANGED
@@ -1,4 +1,4 @@
1
1
  //#region deno.json
2
- var version = "2.2.0-pr.731.34+1e1bb860";
2
+ var version = "2.2.0-pr.732.35+ffa09c82";
3
3
  //#endregion
4
4
  export { version };
@@ -1,3 +1,4 @@
1
+ import "../logging";
1
2
  import { fedifyMiddleware } from "@fedify/solidstart";
2
3
  import federation from "../federation";
3
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/init",
3
- "version": "2.2.0-pr.731.34+1e1bb860",
3
+ "version": "2.2.0-pr.732.35+ffa09c82",
4
4
  "description": "Project initializer for Fedify",
5
5
  "keywords": [
6
6
  "fedify",