fix(StatePart): Use stable JSON stringify for state hashing; update dependencies and tooling

This commit is contained in:
2025-09-12 22:08:35 +00:00
parent 07bfbfd393
commit 81ca32cdef
5 changed files with 2713 additions and 969 deletions

View File

@@ -14,17 +14,17 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsbundle": "^2.4.0",
"@git.zone/tsbuild": "^2.6.8",
"@git.zone/tsbundle": "^2.5.1",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^2.3.1",
"@git.zone/tstest": "^2.3.8",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^22.7.4"
},
"dependencies": {
"@push.rocks/lik": "^6.2.2",
"@push.rocks/smarthash": "^3.2.0",
"@push.rocks/smartjson": "^5.0.20",
"@push.rocks/smarthash": "^3.2.6",
"@push.rocks/smartjson": "^5.2.0",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrx": "^3.0.10",
"@push.rocks/webstore": "^2.0.20"