Releases: nats-io/nkeys.js
Releases · nats-io/nkeys.js
v1.2.0-4
What's Changed
Updated building of bundle for jsr.io and npm.
Full Changelog: v1.1.0...v1.2.0-4
v1.0.5
What's Changed
- Export missing functionality, regenerate doc, and update build dependencies by @aricart in #23
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- [FIX] nacl should not be undefined when module.exports is defined by @sdenovan in #21
- [FIX] propagated #21 to the tweetnacl-esm.ts, as the esm repackaging is done by a script by @aricart in #22
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- [CHANGE] self-processing the tweetnacl cjs module rather than use esm.sh as the size differential is huge by @aricart in #20
Full Changelog: v1.0.2...v1.0.3
v1.0.0-10
What's Changed
[FIX] exported KeyPair as a type on the ESM module as it is not getting propagated by the catchall export by @aricart in #16
Full Changelog: v1.0.0-9...v1.0.0-10
v1.0.0-9
- [fix] removed internal static field to enable compatibility with safari
- [update] test dependencies
v1.0.0-8
- [fix] exported
Prefix
- fixes #4
- [update] deno to 1.4.6 and std 0.75.0 (adopted new deno formatting)