create-kumiko-app 0.4.155 → 0.4.157

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.
@@ -493,13 +493,19 @@
493
493
  "description": "Shared PDF/Scan/Image → normalized-text ingest primitive. Owns the `documentExtract` entity (fileRefId, storageKey, per-page text + metadata) as an implicit entity-projection, the per-tenant `ocrLanguage`/`maxPagesPerFile` config keys, and a fileRef.created trigger that validates mime/size and requests ingest via `documentIngest.requested`. LiteParse provider wiring lands in follow-up features.",
494
494
  "toggleableDefault": null,
495
495
  "requires": [
496
- "config"
496
+ "config",
497
+ "tenant-lifecycle"
497
498
  ],
498
499
  "optionalRequires": [],
499
500
  "configReads": [],
500
501
  "exposesApis": [],
501
502
  "usesApis": [],
502
- "extensionsUsed": [],
503
+ "extensionsUsed": [
504
+ {
505
+ "extensionName": "tenantData",
506
+ "entityName": "documentExtract"
507
+ }
508
+ ],
503
509
  "configKeys": [
504
510
  {
505
511
  "key": "max-pages-per-file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kumiko-app",
3
- "version": "0.4.155",
3
+ "version": "0.4.157",
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,9 +30,9 @@
30
30
  "vendor:manifest": "bun run scripts/vendor-manifest.ts"
31
31
  },
32
32
  "dependencies": {
33
- "@cosmicdrift/kumiko-dev-server": "0.165.4",
34
- "@cosmicdrift/kumiko-framework": "0.165.4",
35
- "@cosmicdrift/kumiko-server-runtime": "0.165.4",
33
+ "@cosmicdrift/kumiko-dev-server": "0.167.0",
34
+ "@cosmicdrift/kumiko-framework": "0.167.0",
35
+ "@cosmicdrift/kumiko-server-runtime": "0.167.0",
36
36
  "@inquirer/core": "^10.0.0",
37
37
  "@inquirer/prompts": "^7.4.0"
38
38
  },