create-kumiko-app 0.287.0 → 0.289.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "source": "samples/apps/use-all-bundled APP_FEATURES (composeFeatures includeBundled + signup)",
3
- "featureCount": 73,
3
+ "featureCount": 74,
4
4
  "features": [
5
5
  {
6
6
  "name": "admin-shell",
@@ -2484,6 +2484,27 @@
2484
2484
  "recommended": true
2485
2485
  }
2486
2486
  },
2487
+ {
2488
+ "name": "tenant-handover",
2489
+ "description": "Try-before-signup ownership handover: claims the rows of a declared-transferable entity graph (root plus its parentRef-linked children) from an anonymous/public tenant into the caller's own tenant, legitimized by a row-bound grant the anonymous flow minted. Idempotent, audited via a `<entityType>.tenantHandover` domain event.",
2490
+ "toggleableDefault": null,
2491
+ "requires": [],
2492
+ "optionalRequires": [],
2493
+ "configReads": [],
2494
+ "exposesApis": [],
2495
+ "usesApis": [],
2496
+ "extensionsUsed": [],
2497
+ "configKeys": [],
2498
+ "secrets": [],
2499
+ "writeHandlers": [
2500
+ "tenant-handover:write:claim"
2501
+ ],
2502
+ "uiHints": {
2503
+ "displayLabel": "Tenant Handover",
2504
+ "category": "identity",
2505
+ "recommended": false
2506
+ }
2507
+ },
2487
2508
  {
2488
2509
  "name": "tenant-lifecycle",
2489
2510
  "description": "Tenant-destroy lifecycle: request/cancel destruction with compliance-profile grace, auth 410 gate for teardown states, cron trigger after grace, and staged destroy runner (extension fan-out, subject-key erase, tenant tombstone).",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kumiko-app",
3
- "version": "0.287.0",
3
+ "version": "0.289.0",
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.287.0",
31
- "@cosmicdrift/kumiko-framework": "0.287.0",
32
- "@cosmicdrift/kumiko-server-runtime": "0.287.0",
30
+ "@cosmicdrift/kumiko-dev-server": "0.289.0",
31
+ "@cosmicdrift/kumiko-framework": "0.289.0",
32
+ "@cosmicdrift/kumiko-server-runtime": "0.289.0",
33
33
  "@inquirer/core": "^10.0.0",
34
34
  "@inquirer/prompts": "^7.4.0"
35
35
  },