Comparing version 1.1.1 to 1.1.2
import { State } from './State'; | ||
import { PathField, NextField } from '../fields/index'; | ||
import { PathField, ResultPathField, NextField } from '../fields/index'; | ||
export declare class ParallelBranch { | ||
@@ -17,2 +17,3 @@ private startAt; | ||
path: PathField<Parallel>; | ||
resultPath: ResultPathField<Parallel>; | ||
constructor(name: string); | ||
@@ -19,0 +20,0 @@ addBranch(branch?: ParallelBranch): ParallelBranch; |
@@ -50,2 +50,3 @@ "use strict"; | ||
_this.path = new index_1.PathField(_this); | ||
_this.resultPath = new index_1.ResultPathField(_this); | ||
return _this; | ||
@@ -52,0 +53,0 @@ } |
{ | ||
"name": "flowbject", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Flowbject is a library that allows you to describe state machines with objects.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.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
70050
1802