d7df07a1eb
The morphsdkCjsPlugin called require.resolve on the raw dist/.../client.cjs path, which is not an exported subpath in the package's exports map, so Bun aborted the release build with 'Cannot find module ...client.cjs'. Resolve through the public specifier @morphllm/morphsdk/tools/warp-grep/client instead — require.resolve uses the package's "require" condition, mapping it straight to client.cjs.