fix(smartstate): Update build scripts and dependency versions; replace isohash with smarthashWeb for state hash generation

This commit is contained in:
Juergen Kunz
2025-06-19 23:57:56 +00:00
parent a0189921a5
commit dd18ef94bd
6 changed files with 4914 additions and 1583 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-06-19 - 2.0.20 - fix(smartstate)
Update build scripts and dependency versions; replace isohash with smarthashWeb for state hash generation
- Adjusted package.json scripts to include verbose testing and modified build command
- Bumped development dependencies (tsbuild, tsbundle, tsrun, tstest, tapbundle) to newer versions
- Updated production dependencies (lik, smarthash, smartpromise, smartrx) with minor version bumps
- Replaced import of isohash with smarthashWeb in state hash generation, ensuring consistency across modules
## 2024-10-02 - 2.0.19 - fix(dependencies)
Update dependencies to latest versions