create-kumiko-app 0.4.10 → 0.4.12

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.
@@ -1624,7 +1624,31 @@
1624
1624
  "sessions.revokeAllForUser"
1625
1625
  ],
1626
1626
  "extensionsUsed": [],
1627
- "configKeys": [],
1627
+ "configKeys": [
1628
+ {
1629
+ "key": "tenant-model",
1630
+ "qualifiedName": "user-data-rights:config:tenant-model",
1631
+ "type": "select",
1632
+ "scope": "system",
1633
+ "default": "multi-user",
1634
+ "encrypted": false,
1635
+ "computed": false,
1636
+ "options": [
1637
+ "single-user",
1638
+ "multi-user"
1639
+ ],
1640
+ "bounds": null,
1641
+ "pattern": null,
1642
+ "writeRoles": [
1643
+ "system"
1644
+ ],
1645
+ "readRoles": [
1646
+ "TenantAdmin",
1647
+ "Admin",
1648
+ "SystemAdmin"
1649
+ ]
1650
+ }
1651
+ ],
1628
1652
  "secrets": [],
1629
1653
  "writeHandlers": [
1630
1654
  "user-data-rights:write:cancel-deletion",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kumiko-app",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
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>",
@@ -30,8 +30,8 @@
30
30
  "vendor:manifest": "bun run scripts/vendor-manifest.ts"
31
31
  },
32
32
  "dependencies": {
33
- "@cosmicdrift/kumiko-dev-server": "0.82.0",
34
- "@cosmicdrift/kumiko-framework": "0.82.0",
33
+ "@cosmicdrift/kumiko-dev-server": "0.84.0",
34
+ "@cosmicdrift/kumiko-framework": "0.84.0",
35
35
  "@inquirer/prompts": "^7.4.0"
36
36
  },
37
37
  "publishConfig": {