fix(smartstate): Fix StateAction trigger method to properly return Promise
Some checks failed
Default (tags) / security (push) Failing after 27s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
Juergen Kunz
2025-07-19 07:18:53 +00:00
parent aa6766ef36
commit a47d8bb3c7
5 changed files with 94 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartstate",
"version": "2.0.21",
"version": "2.0.22",
"private": false,
"description": "A package for handling and managing state in applications.",
"main": "dist_ts/index.js",