fix(smartstate): prevent duplicate statepart creation and fix persistence/notification race conditions

This commit is contained in:
2026-02-02 01:05:57 +00:00
parent eb1c48bee4
commit 6436370abc
4 changed files with 91 additions and 23 deletions

View File

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