Comparing version 3.1.0 to 3.1.1
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 3.1.1 | ||
* Fixed store in third argument types. | ||
## 3.1 | ||
@@ -5,0 +8,0 @@ * Added third argument to event handler with store (by @octav47). |
@@ -72,3 +72,3 @@ type DataTypes<Map, Key extends keyof Map> = Map extends never | ||
data: (Events & StoreonEvents<State, Events>)[Event], | ||
store: StoreonStore | ||
store: StoreonStore<State, Events> | ||
) => Partial<State> | Promise<void> | null | void | ||
@@ -75,0 +75,0 @@ |
{ | ||
"name": "storeon", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Tiny (185 bytes) event-based Redux-like state manager for React and Preact", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39286