create-kumiko-app 0.295.0 → 0.296.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.
@@ -582,7 +582,9 @@
582
582
  "name": "delivery",
583
583
  "description": "The notification dispatch core: call `ctx.notify(notificationType, { to, route, data, priority, idempotencyKey })` from any handler to fan out a notification across all registered channels (email, in-app, push). It stores per-user channel preferences in the `notification-preference` entity, logs every attempt to `store_delivery_attempts`, and enforces idempotency and rate-limiting — add `channel-email`, `channel-in-app`, or `channel-push` on top to actually send anything.",
584
584
  "toggleableDefault": null,
585
- "requires": [],
585
+ "requires": [
586
+ "tenant"
587
+ ],
586
588
  "optionalRequires": [],
587
589
  "configReads": [],
588
590
  "exposesApis": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kumiko-app",
3
- "version": "0.295.0",
3
+ "version": "0.296.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,10 +27,10 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@cosmicdrift/kumiko-dev-server": "0.295.0",
31
- "@cosmicdrift/kumiko-framework": "0.295.0",
32
- "@cosmicdrift/kumiko-server-runtime": "0.295.0",
33
- "@cosmicdrift/kumiko-testing": "0.295.0",
30
+ "@cosmicdrift/kumiko-dev-server": "0.296.0",
31
+ "@cosmicdrift/kumiko-framework": "0.296.0",
32
+ "@cosmicdrift/kumiko-server-runtime": "0.296.0",
33
+ "@cosmicdrift/kumiko-testing": "0.296.0",
34
34
  "@inquirer/core": "^10.0.0",
35
35
  "@inquirer/prompts": "^7.4.0"
36
36
  },