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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstate',
version: '2.0.26',
version: '2.0.27',
description: 'A package for handling and managing state in applications.'
}