fix(core): update

This commit is contained in:
Philipp Kunz 2023-10-07 12:23:03 +02:00
parent 024f7f4f8f
commit 0c1211778b
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstate',
version: '2.0.16',
version: '2.0.17',
description: 'a package that handles state in a good way'
}

View File

@ -53,6 +53,7 @@ export class StatePart<TStatePartName, TStatePayload> {
if (this.webStore) {
await this.webStore.set(String(this.name), newStateArg);
}
return this.stateStore;
}
/**