create-kumiko-app 0.4.194 → 0.4.196
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.
- package/feature-manifest.json +27 -1
- package/package.json +4 -4
package/feature-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"source": "samples/apps/use-all-bundled APP_FEATURES (composeFeatures includeBundled + signup)",
|
|
3
|
-
"featureCount":
|
|
3
|
+
"featureCount": 66,
|
|
4
4
|
"features": [
|
|
5
5
|
{
|
|
6
6
|
"name": "admin-shell",
|
|
@@ -502,6 +502,32 @@
|
|
|
502
502
|
"recommended": true
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
|
+
{
|
|
506
|
+
"name": "derivatives-sharp",
|
|
507
|
+
"description": "Registers an `image/*` renderer against the `derivativeRenderer` extension point declared by `file-derivatives`, backed by sharp. Supports resize/fit (cover, inside, contain), format conversion with quality (webp, avif, jpeg), whole-image blur, and blurring individual regions burned in before resize (see BlurRegion). EXIF orientation is applied and then normalized away, and all other EXIF (including GPS) is dropped. Server-only: sharp is a native binding — never import this from client code.",
|
|
508
|
+
"toggleableDefault": null,
|
|
509
|
+
"requires": [
|
|
510
|
+
"file-derivatives"
|
|
511
|
+
],
|
|
512
|
+
"optionalRequires": [],
|
|
513
|
+
"configReads": [],
|
|
514
|
+
"exposesApis": [],
|
|
515
|
+
"usesApis": [],
|
|
516
|
+
"extensionsUsed": [
|
|
517
|
+
{
|
|
518
|
+
"extensionName": "derivativeRenderer",
|
|
519
|
+
"entityName": "image/*"
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"configKeys": [],
|
|
523
|
+
"secrets": [],
|
|
524
|
+
"writeHandlers": [],
|
|
525
|
+
"uiHints": {
|
|
526
|
+
"displayLabel": "File Derivatives · Sharp",
|
|
527
|
+
"category": "storage",
|
|
528
|
+
"recommended": false
|
|
529
|
+
}
|
|
530
|
+
},
|
|
505
531
|
{
|
|
506
532
|
"name": "document-ingest-foundation",
|
|
507
533
|
"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.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-kumiko-app",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.196",
|
|
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.
|
|
34
|
-
"@cosmicdrift/kumiko-framework": "0.
|
|
35
|
-
"@cosmicdrift/kumiko-server-runtime": "0.
|
|
33
|
+
"@cosmicdrift/kumiko-dev-server": "0.192.0",
|
|
34
|
+
"@cosmicdrift/kumiko-framework": "0.192.0",
|
|
35
|
+
"@cosmicdrift/kumiko-server-runtime": "0.192.0",
|
|
36
36
|
"@inquirer/core": "^10.0.0",
|
|
37
37
|
"@inquirer/prompts": "^7.4.0"
|
|
38
38
|
},
|