Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 640 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 640 Bytes

@urlpack/base58

2.0.0

Major Changes

  • ebbf3d3: Drop UMD support and change to ESM-first package

Minor Changes

  • eafc5dd: Remove sideEffects assertion in all packages, to avoid unpredictable bundler issues

Patch Changes

  • b242537: Removed sideEffects assertion to avoid unpredictable bundle issues
  • 481b54b: Add types fields in exports
  • Updated dependencies [ebbf3d3]
  • Updated dependencies [481b54b]
  • Updated dependencies [eafc5dd]

1.0.4

Patch Changes

  • 1d4cd8f: link dependencies using the workspace protocol, it should use "yarn npm publish" for publishing from now on