create-kumiko-app 0.4.217 → 0.4.219
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/feature-manifest.json +15 -1
- package/package.json +4 -4
package/feature-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": "samples/apps/use-all-bundled APP_FEATURES (composeFeatures includeBundled + signup)",
|
|
3
|
-
"featureCount":
|
|
3
|
+
"featureCount": 68,
|
|
4
4
|
"features": [
|
|
5
5
|
{
|
|
6
6
|
"name": "admin-shell",
|
|
@@ -1201,6 +1201,20 @@
|
|
|
1201
1201
|
"recommended": false
|
|
1202
1202
|
}
|
|
1203
1203
|
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "locale-de",
|
|
1206
|
+
"description": "German UI and mail copy for framework screens. Opt-in; not included by includeBundled.",
|
|
1207
|
+
"toggleableDefault": null,
|
|
1208
|
+
"requires": [],
|
|
1209
|
+
"optionalRequires": [],
|
|
1210
|
+
"configReads": [],
|
|
1211
|
+
"exposesApis": [],
|
|
1212
|
+
"usesApis": [],
|
|
1213
|
+
"extensionsUsed": [],
|
|
1214
|
+
"configKeys": [],
|
|
1215
|
+
"secrets": [],
|
|
1216
|
+
"writeHandlers": []
|
|
1217
|
+
},
|
|
1204
1218
|
{
|
|
1205
1219
|
"name": "mail-foundation",
|
|
1206
1220
|
"description": "Defines the `mailTransport` extension point and a per-tenant `provider` config key that selects which registered transport plugin to use at runtime. Call `createTransportForTenant(ctx, tenantId)` to get an `EmailTransport` ready for sending — use this feature together with at least one `mail-transport-*` feature; use `delivery` + `channel-email` instead when you need the full notification pipeline with delivery attempts and user preferences.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-kumiko-app",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.219",
|
|
4
4
|
"description": "`bun create kumiko-app <name>` — scaffold a new Kumiko app with an interactive feature picker.",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@cosmicdrift/kumiko-dev-server": "0.
|
|
31
|
-
"@cosmicdrift/kumiko-framework": "0.
|
|
32
|
-
"@cosmicdrift/kumiko-server-runtime": "0.
|
|
30
|
+
"@cosmicdrift/kumiko-dev-server": "0.208.0",
|
|
31
|
+
"@cosmicdrift/kumiko-framework": "0.208.0",
|
|
32
|
+
"@cosmicdrift/kumiko-server-runtime": "0.208.0",
|
|
33
33
|
"@inquirer/core": "^10.0.0",
|
|
34
34
|
"@inquirer/prompts": "^7.4.0"
|
|
35
35
|
},
|