@cosmicdrift/kumiko-dev-server 0.90.2 → 0.90.3
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 +3 -3
- package/src/scaffold-app.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-dev-server",
|
|
3
|
-
"version": "0.90.
|
|
3
|
+
"version": "0.90.3",
|
|
4
4
|
"description": "Development server bootstrap for Kumiko apps. Bundles the client, mints dev-JWTs, injects the resolved AppSchema, and seeds an admin. Not for production.",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"kumiko-schema-check": "./bin/kumiko-schema-check.ts"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@cosmicdrift/kumiko-bundled-features": "0.90.
|
|
54
|
-
"@cosmicdrift/kumiko-framework": "0.90.
|
|
53
|
+
"@cosmicdrift/kumiko-bundled-features": "0.90.3",
|
|
54
|
+
"@cosmicdrift/kumiko-framework": "0.90.3",
|
|
55
55
|
"ts-morph": "^28.0.0"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
package/src/scaffold-app.ts
CHANGED
|
@@ -470,7 +470,7 @@ function renderDockerCompose(): string {
|
|
|
470
470
|
# Ports bind to 127.0.0.1 only — weak dev credentials must not be exposed on the LAN.
|
|
471
471
|
services:
|
|
472
472
|
postgres:
|
|
473
|
-
image: postgres:
|
|
473
|
+
image: postgres:18
|
|
474
474
|
environment:
|
|
475
475
|
POSTGRES_USER: postgres
|
|
476
476
|
POSTGRES_PASSWORD: postgres
|