Skip to content

v16.0.1

Choose a tag to compare

@Ryang-21 Ryang-21 released this 18 Jun 21:45
962fad4

v16.0.1

Fixed

  • Fixed the ESM library build so the inlined @stellar/js-xdr source resolves
    correctly under Yarn PnP (and Node's native ESM resolver). Because the build
    preserves modules, Rollup emits js-xdr's source into a nested package scope,
    but js-xdr does not declare type: "module", so Node and Yarn PnP parsed those
    preserved files as CommonJS and failed to resolve them. Rollup now marks the
    emitted js-xdr package as type: "module" so its source is parsed as ESM
    #1484.

Full Changelog: v16.0.0...v16.0.1