Comparing version 0.3.0 to 0.3.1
@@ -76,3 +76,3 @@ declare module 'robot3' { | ||
state: string, | ||
...args: (Reducer<C, E> | Guard<C, E>)[] | ||
...args: (Reducer<C, E> | Guard<C, E> | Action<C, E>)[] | ||
): Transition | ||
@@ -79,0 +79,0 @@ |
{ | ||
"name": "robot3", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A function, immutable Finite State Machine library", | ||
@@ -5,0 +5,0 @@ "main": "dist/machine.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
26882