create-kumiko-app 0.4.221 → 0.4.222

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.
@@ -2454,16 +2454,17 @@
2454
2454
  {
2455
2455
  "key": "locale",
2456
2456
  "qualifiedName": "tenant-settings:config:locale",
2457
- "type": "text",
2457
+ "type": "select",
2458
2458
  "scope": "tenant",
2459
2459
  "default": "en",
2460
2460
  "encrypted": false,
2461
2461
  "computed": false,
2462
- "options": null,
2462
+ "options": [
2463
+ "de",
2464
+ "en"
2465
+ ],
2463
2466
  "bounds": null,
2464
- "pattern": {
2465
- "regex": "^[a-z]{2}(-[A-Z]{2})?$"
2466
- },
2467
+ "pattern": null,
2467
2468
  "writeRoles": [
2468
2469
  "TenantAdmin",
2469
2470
  "Admin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kumiko-app",
3
- "version": "0.4.221",
3
+ "version": "0.4.222",
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.208.2",
31
- "@cosmicdrift/kumiko-framework": "0.208.2",
32
- "@cosmicdrift/kumiko-server-runtime": "0.208.2",
30
+ "@cosmicdrift/kumiko-dev-server": "0.208.3",
31
+ "@cosmicdrift/kumiko-framework": "0.208.3",
32
+ "@cosmicdrift/kumiko-server-runtime": "0.208.3",
33
33
  "@inquirer/core": "^10.0.0",
34
34
  "@inquirer/prompts": "^7.4.0"
35
35
  },