@cosmicdrift/kumiko-dev-server 0.215.4 → 0.215.6
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-dev-server",
|
|
3
|
-
"version": "0.215.
|
|
3
|
+
"version": "0.215.6",
|
|
4
4
|
"description": "Dev-tooling for Kumiko apps: local dev-server bootstrap (runDevApp), scaffolding, codegen. Its compose-stacks/env-schema subpaths are consumed at prod boot too — see @cosmicdrift/kumiko-server-runtime for the prod runner itself.",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"kumiko-upgrade": "./bin/kumiko-upgrade.ts"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@cosmicdrift/kumiko-bundled-features": "0.215.
|
|
63
|
-
"@cosmicdrift/kumiko-framework": "0.215.
|
|
64
|
-
"@cosmicdrift/kumiko-server-runtime": "0.215.
|
|
62
|
+
"@cosmicdrift/kumiko-bundled-features": "0.215.6",
|
|
63
|
+
"@cosmicdrift/kumiko-framework": "0.215.6",
|
|
64
|
+
"@cosmicdrift/kumiko-server-runtime": "0.215.6",
|
|
65
65
|
"ts-morph": "^28.0.0"
|
|
66
66
|
},
|
|
67
67
|
"publishConfig": {
|
package/src/scaffold-app.ts
CHANGED
|
@@ -198,7 +198,7 @@ function renderPackageJson(name: string, version: string): string {
|
|
|
198
198
|
"@tailwindcss/cli": "^4.3.0",
|
|
199
199
|
"@types/react": "^19.2.0",
|
|
200
200
|
"@types/react-dom": "^19.2.0",
|
|
201
|
-
"bun-types": "^1.
|
|
201
|
+
"bun-types": "^1.4.0",
|
|
202
202
|
tailwindcss: "^4.3.0",
|
|
203
203
|
typescript: "^6.0.3",
|
|
204
204
|
},
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
#
|
|
12
12
|
# Build context: repository root (monorepo is used in the build stage).
|
|
13
13
|
|
|
14
|
-
ARG BUN_VERSION=1.
|
|
14
|
+
ARG BUN_VERSION=1.4.0
|
|
15
15
|
{{#hasPrivateGhPackages}}
|
|
16
16
|
# Private GH-Packages: der CI-Workflow injects GITHUB_TOKEN via --build-arg.
|
|
17
17
|
# Docker's multi-stage ARG scoping braucht die Re-declaration in jeder Stage
|