Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 936 Bytes

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 936 Bytes

@turnkey/api-key-stamper

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

  • Changes: Resolves bugs where byte arrays might not be sufficiently padded (32 bytes are expected for x, y, and d elements of a JWK)

  • Updated dependencies

0.4.0

Minor Changes

  • New PureJS implementation for `@turnkey/api-key-stamper`` to support React Native
  • Introduce a dependency on @turnkey/encoding to consolidate utility functions

0.3.1

Patch Changes

  • Upgrade to Node v18 (#184)

0.3.0

Minor Changes

  • Use rollup to build ESM and CommonJS, fix ESM support (#174)

0.2.0

Minor Changes

  • Add ESM support (#154)

0.1.1

Patch Changes

  • Hint for web bundlers not to polyfill Node crypto

0.1.0

Initial release