fix(build): remove npm bundling from build script and align documented jwt default state

This commit is contained in:
2026-03-27 20:00:33 +00:00
parent f61065a9a9
commit 2d0a4a2e90
5 changed files with 61 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-27 - 2.5.4 - fix(build)
remove npm bundling from build script and align documented jwt default state
- Updates the build script to run tsbundle without the npm target
- Bumps @git.zone/tstest from ^3.6.1 to ^3.6.3
- Corrects the README example to show an empty string as the default jwt value
## 2026-03-27 - 2.5.3 - fix(tsconfig)
add Node.js type definitions to TypeScript compiler options