@fedify/init 2.2.0-pr.732.35 → 2.3.0-dev.1005

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,7 +25,8 @@ 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], [Express]
28
+ - **Web frameworks**: Bare-bones, [Hono], [Nitro], [Next.js], [Elysia],
29
+ [Express]
29
30
  - **Package managers**: Deno, pnpm, Bun, Yarn, npm
30
31
  - **Key-value stores**: In-Memory, Deno KV, Redis, PostgreSQL
31
32
  - **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.732.35+ffa09c82";
2
+ var version = "2.3.0-dev.1005+16f9539d";
3
3
  //#endregion
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/init",
3
- "version": "2.2.0-pr.732.35+ffa09c82",
3
+ "version": "2.3.0-dev.1005+16f9539d",
4
4
  "description": "Project initializer for Fedify",
5
5
  "keywords": [
6
6
  "fedify",