@snap/state-management
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -36,2 +36,3 @@ import { Observable, OperatorFunction } from 'rxjs'; | ||
*/ | ||
/** @internal */ | ||
export declare class StateMachine<Actions extends Action, States extends State> { | ||
@@ -38,0 +39,0 @@ readonly actions: ActionCreatorMap<Actions[]>; |
@@ -31,2 +31,3 @@ import { BehaviorSubject, map, mergeMap, NEVER, Observable, of, raceWith, startWith, Subject, take, tap, withLatestFrom } from 'rxjs'; | ||
*/ | ||
/** @internal */ | ||
export class StateMachine { | ||
@@ -33,0 +34,0 @@ actions; |
{ | ||
"name": "@snap/state-management", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "description": "Redux-inspired state management using Observables", |
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
26191
545