@cosmicdrift/kumiko-framework 0.123.3 → 0.124.0

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-framework",
3
- "version": "0.123.3",
3
+ "version": "0.124.0",
4
4
  "description": "Framework core — engine, pipeline, API, DB, and every other bit that makes Kumiko go.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -189,7 +189,7 @@
189
189
  "zod": "^4.4.3"
190
190
  },
191
191
  "devDependencies": {
192
- "@cosmicdrift/kumiko-dispatcher-live": "0.123.3",
192
+ "@cosmicdrift/kumiko-dispatcher-live": "0.124.0",
193
193
  "bun-types": "^1.3.13",
194
194
  "pino-pretty": "^13.1.3"
195
195
  },
@@ -33,7 +33,6 @@ export function piiCiphertextResponseGuard(): MiddlewareHandler {
33
33
  // skip: response replaced with the loud 500 above — nothing left to do
34
34
  return;
35
35
  }
36
- // biome-ignore lint/suspicious/noConsole: operator-visibility for a redacted prod leak
37
36
  console.error(detail);
38
37
  const headers = new Headers(c.res.headers);
39
38
  headers.delete("content-length");