fix(core): Fix type errors and typos in Smartstate class

This commit is contained in:
2024-10-02 15:59:41 +02:00
parent fd6e3ba8b1
commit c302cbdae4
3 changed files with 151 additions and 15 deletions

View File

@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartstate',
version: '2.0.17',
description: 'a package that handles state in a good way'
version: '2.0.18',
description: 'A package for handling and managing state in applications.'
}