create-kumiko-app 0.4.41 → 0.4.42

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.
@@ -1165,7 +1165,9 @@
1165
1165
  "requires": [
1166
1166
  "renderer-foundation"
1167
1167
  ],
1168
- "optionalRequires": [],
1168
+ "optionalRequires": [
1169
+ "template-resolver"
1170
+ ],
1169
1171
  "configReads": [],
1170
1172
  "exposesApis": [],
1171
1173
  "usesApis": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kumiko-app",
3
- "version": "0.4.41",
3
+ "version": "0.4.42",
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.104.0",
34
- "@cosmicdrift/kumiko-framework": "0.104.0",
33
+ "@cosmicdrift/kumiko-dev-server": "0.105.0",
34
+ "@cosmicdrift/kumiko-framework": "0.105.0",
35
35
  "@inquirer/prompts": "^7.4.0"
36
36
  },
37
37
  "publishConfig": {