fix(core): Add --allowimplicitany flag to build script

This commit is contained in:
2024-09-05 16:47:18 +02:00
parent 616706caaf
commit 41c4b29ea6
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-09-05 - 2.2.1 - fix(core)
Add --allowimplicitany flag to build script
- Updated the build script in package.json to include the --allowimplicitany flag for TypeScript compilation.
## 2024-09-05 - 2.2.0 - feat(smartjwt)
Add nested JWT functionality