@elyx-code/project-logic-tree 0.0.6207 → 0.0.6209

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.
@@ -236,6 +236,8 @@ export declare class ProjectState extends VersionedState implements IProject, Us
236
236
  getVariables(): VariableState[];
237
237
  getVariableInstances(): VariableInstanceState[];
238
238
  getVariableDeclarations(): VariableDeclarationState[];
239
+ getLoops(): LoopState[];
240
+ getSearches(): SearchState[];
239
241
  attachOrphanReferences(): ProjectState;
240
242
  getBuiltInPersistedEntity(): BuiltInBaseEntityState | null;
241
243
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6207",
3
+ "version": "0.0.6209",
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",