@elyx-code/project-logic-tree 0.0.6212 → 0.0.6213

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.
@@ -71,6 +71,7 @@ export declare class LiteralValueState extends VersionedState implements BaseSta
71
71
  modifiedData: ILiteralValueGenerationTarget;
72
72
  };
73
73
  get valueAsType(): ValueAsTypeState | ValueAsTypeState[] | null;
74
+ get isFinal(): boolean;
74
75
  validateGeneratedUpdate(data: Partial<ILiteralValueGenerationTarget>): {
75
76
  errors: EntityGenerationError[];
76
77
  modifiedData: Partial<ILiteralValueGenerationTarget>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6212",
3
+ "version": "0.0.6213",
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",