@elyx-code/project-logic-tree 0.0.6068 → 0.0.6070

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,6 +139,7 @@ export declare class LoopState implements ILoop, BaseState, UserManagedEntitySta
139
139
  removeContinueStatement(statement: ContinueStatementState): LoopState;
140
140
  getUniqueReturnDeclarations(): ReturnDeclarationState[];
141
141
  syncTerminationStatements(): IChangeSet<LoopState>;
142
+ syncBodyInputIndexes(): IChangeSet<LoopState>;
142
143
  syncBodyArgumentsDeclarations(): IChangeSet<LoopState>;
143
144
  syncOutputsDeclarations(): IChangeSet<LoopState>;
144
145
  syncOutputMaps(): IChangeSet<LoopState>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6068",
3
+ "version": "0.0.6070",
4
4
  "author": "Sergio Herrero",
5
5
  "license": "UNLICENSED",
6
6
  "description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",