Regression in `@effect/platform-node` Update Causes Test Failure

It seems there is a regression in @effect/platform-node. Trying to update 0.96.1 -> 0.97.1 makes one of my tests fail due to Effect internal modules:
SyntaxError: The requested module '@effect/platform/MsgPack' does not provide an export named 'Msgpackr'
 ❯ src/http.ts:3:1
      1| import { createServer } from 'node:http'
      2| import { HttpApiBuilder, HttpApiSwagger, HttpMiddleware, HttpServer } …
      3| import { NodeHttpServer } from '@effect/platform-node'
       | ^

Notably, I'm not referencing MsgPack or Msgpackr in my code, this is purely internal to Effect.
Was this page helpful?