little-state-machine
Advanced tools
Comparing version 4.1.0-beta.3 to 4.1.0-beta.4
@@ -10,3 +10,3 @@ import * as React from 'react'; | ||
export declare type ActionsOutput<TCallback extends AnyCallback, TActions extends AnyActions<TCallback>> = { | ||
[K in keyof TActions]: (payload: Parameters<TActions[K]>[1], options: ActionOptions) => void; | ||
[K in keyof TActions]: (payload: Parameters<TActions[K]>[1], options?: ActionOptions) => void; | ||
}; | ||
@@ -13,0 +13,0 @@ export declare type StateMachineContextValue = { |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "4.1.0-beta.3", | ||
"version": "4.1.0-beta.4", | ||
"main": "dist/little-state-machine.js", | ||
@@ -11,0 +11,0 @@ "module": "dist/little-state-machine.es.js", |
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
41955