@fedify/create 2.0.0-dev.0 → 2.0.0-dev.372
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 +2 -1
- package/dist/mod.js +1 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -36,7 +36,8 @@ The tool supports the same project configurations as `fedify init`:
|
|
|
36
36
|
- **Message queues**: Deno KV, Redis, PostgreSQL, AMQP
|
|
37
37
|
|
|
38
38
|
See the [`@fedify/init`] package or the [Fedify CLI docs] for details on
|
|
39
|
-
available options (`-
|
|
39
|
+
available options (`-p`, `-w`, `-k`, `-m`, `--dry-run`).
|
|
40
|
+
More information is in the [`@fedify/init`] package.
|
|
40
41
|
|
|
41
42
|
[Hono]: https://hono.dev/
|
|
42
43
|
[Nitro]: https://nitro.build/
|
package/dist/mod.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/create",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.372+33936bb9",
|
|
4
4
|
"description": "Create a new Fedify application",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fedify",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"author": {
|
|
18
|
-
"name": "
|
|
19
|
-
"email": "
|
|
20
|
-
"url": "https://
|
|
18
|
+
"name": "ChanHaeng Lee",
|
|
19
|
+
"email": "2chanhaeng@gmail.com",
|
|
20
|
+
"url": "https://chomu.dev/"
|
|
21
21
|
},
|
|
22
22
|
"funding": [
|
|
23
23
|
"https://opencollective.com/fedify",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@optique/core": "^0.9.0",
|
|
47
47
|
"@optique/run": "^0.9.0",
|
|
48
48
|
"es-toolkit": "1.43.0",
|
|
49
|
-
"@fedify/init": "2.0.0"
|
|
49
|
+
"@fedify/init": "2.0.0-dev.372+33936bb9"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^22.17.0",
|