github apollographql/apollo-server @apollo/server-integration-testsuite@4.12.2-alpha.0

latest releases: @apollo/server-gateway-interface@2.0.0, @apollo/server@5.0.0, @apollo/server-plugin-response-cache@5.0.0...
pre-release3 months ago

Patch Changes

  • #8070 0dee3c9 Thanks @glasser! - Provide dual-build CJS and ESM for @apollo/server-integration-testsuite.

    We previously provided only a CJS build of this package, unlike @apollo/server
    itself and the other helper packages that come with it. We may make all of
    Apollo Server ESM-only in AS5; this is a step in that direction. Specifically,
    only providing this package for CJS makes it challenging to run the tests in
    ts-jest in some ESM-only setups, because the copy of @apollo/server fetched
    directly in your ESM-based test may differ from the copy fetched indirectly via
    @apollo/server-integration-testsuite, causing the "lockstep versioning" test
    to fail.

  • Updated dependencies []:

    • @apollo/server@4.12.2-alpha.0

Don't miss a new apollo-server release

NewReleases is sending notifications on new releases.