@elyx-code/project-logic-tree 0.0.6283 → 0.0.6284
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.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2735,6 +2735,8 @@ export declare type EntityWithNamesReference = IDefinitionEntityReference | IFun
|
|
|
2735
2735
|
|
|
2736
2736
|
export declare type EntityWithNamesShallowTransfer = IDefinitionEntityShallowTransfer | IFunctionDeclarationShallowTransfer | IArgumentDeclarationShallowTransfer | IReturnDeclarationShallowTransfer | IPropertyShallowTransfer | IVariableDeclarationShallowTransfer | ISearchShallowTransfer | IProjectShallowTransfer | IInstalledProjectShallowTransfer | IActionDescriptorShallowTransfer | IValueDescriptorShallowTransfer;
|
|
2737
2737
|
|
|
2738
|
+
export declare type EntityWithNamesState = DefinitionEntityState | FunctionDeclarationState | ArgumentDeclarationState | ReturnDeclarationState | PropertyState | VariableDeclarationState | SearchState | ProjectState | InstalledProjectState | ActionDescriptorState | ValueDescriptorState;
|
|
2739
|
+
|
|
2738
2740
|
export declare type EntityWithNamesTransfer = IDefinitionEntityTransfer | IFunctionDeclarationTransfer | IArgumentDeclarationTransfer | IReturnDeclarationTransfer | IPropertyTransfer | IVariableDeclarationTransfer | ISearchTransfer | IProjectTransfer | IInstalledProjectTransfer | IActionDescriptorTransfer | IValueDescriptorTransfer;
|
|
2739
2741
|
|
|
2740
2742
|
export declare type EntityWithValue = ValueWritingEntity | ValueReadingEntity | IProperty | IValueDescriptor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6284",
|
|
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",
|