From 5a244aa12aa0f5ecd763eff62aad4c90e59a78d5 Mon Sep 17 00:00:00 2001 From: ardaaltinors Date: Thu, 12 Mar 2026 10:26:16 +0300 Subject: [PATCH] fix(cli): include native-binary-compat.mjs in published package files The module is imported by bin/omniroute.mjs but was missing from the files array in package.json, causing ERR_MODULE_NOT_FOUND on global installs. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 994e827649..c07f7503f4 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "open-sse/mcp-server/", "src/shared/contracts/", "scripts/postinstall.mjs", + "scripts/native-binary-compat.mjs", "README.md", "LICENSE" ],