Releases: nats-io/nkeys.js
Releases · nats-io/nkeys.js
v2.0.2
What's Changed
- downgrade TypeScript devDependency to 5.6.3 for downstream compatibility by @aricart in #52
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Update build dependencies, documentation and version to 2.0.1 by @aricart in #50
- changed so that release will publish to latest. by @aricart in #51
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
The library is now distributed as @nats-io/nkeys
and it is available on both npm and jsr, and can be bundled using esbuild.
Another subtle change is that internally, it depends on npm's tweetnacl rather than embed it.
New Contributors
Full Changelog: v1.1.0...v2.0.0
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