fix(build): drop orphaned httpClientAbortGuard.mjs pack-artifact entries (#14029)

The #13636 crash-guard wiring was removed, leaving no producer or
consumer for the dist file. Refs #12732

Co-authored-by: Max <maxmad64@gmail.com>
This commit is contained in:
Dizzle
2026-09-18 16:35:24 +02:00
committed by GitHub
parent fec8dc2be9
commit de77213b0d
3 changed files with 1 additions and 4 deletions

View File

@@ -0,0 +1 @@
- **fix(build):** drop the orphaned `httpClientAbortGuard.mjs` entries from the pack-artifact allowlists — the #13636 crash-guard wiring was removed, so no producer or consumer ships the file anymore ([#14029](https://github.com/diegosouzapw/OmniRoute/pull/14029))

View File

@@ -54,8 +54,6 @@ export const APP_STAGING_ALLOWED_EXACT_PATHS: string[] = [
// server-ws.mjs import (sd_notify helper) — enforced by the closure test
// tests/unit/pack-artifact-server-ws-closure.test.ts.
"systemd-notify.mjs",
// server-ws.mjs import (process crash guard, #13636) — same closure test.
"httpClientAbortGuard.mjs",
"responses-ws-proxy.mjs",
"bin/chatgpt-web-codex-mcp.mjs",
"scripts/dev/sync-env.mjs",
@@ -203,7 +201,6 @@ export const PACK_ARTIFACT_REQUIRED_PATHS: string[] = [
"dist/main-server-timeouts.mjs",
// server-ws.mjs import (sd_notify helper) — enforced by the closure test.
"dist/systemd-notify.mjs",
"dist/httpClientAbortGuard.mjs",
"dist/http-method-guard.cjs",
// #5452: regression guard — make check:pack-artifact fail loudly if the TLS
// opt-in sidecar (imported by dist/server-ws.mjs) ever vanishes from the tarball.

View File

@@ -299,7 +299,6 @@ test("findMissingArtifactPaths flags missing root runtime files in the tarball",
"config/release/wreq-js-rust-notices.md",
"dist/head-response-guard.cjs",
"dist/http-method-guard.cjs",
"dist/httpClientAbortGuard.mjs",
"dist/main-server-timeouts.mjs",
"dist/open-sse/services/compression/engines/rtk/filters/generic-output.json",
"dist/open-sse/services/compression/rules/en/filler.json",