@elyx-code/project-logic-tree 0.0.6224 → 0.0.6225
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.js +2225 -1935
- package/dist/index.umd.cjs +127 -127
- package/dist/tree/state/return-declaration/return-declaration.d.ts +1 -1
- package/package.json +1 -1
|
@@ -101,7 +101,7 @@ export declare class ReturnDeclarationState extends VersionedState implements IR
|
|
|
101
101
|
APIDelete(_?: IEntityPersistanceOptions, ...otherArgs: any[]): Promise<ReturnDeclarationState>;
|
|
102
102
|
APIClone(_?: IEntityPersistanceOptions, ...otherArgs: any[]): Promise<ReturnDeclarationState>;
|
|
103
103
|
APILoadVersion(_: IEntityPersistanceOptions | undefined, versionIdOrBeforeEqualDate: EntityVersion | Date, ...otherArgs: any[]): Promise<IReturnDeclarationShallowTransfer | null>;
|
|
104
|
-
remove({ ignoreUpstream
|
|
104
|
+
remove({ ignoreUpstream }?: {
|
|
105
105
|
ignoreUpstream: boolean;
|
|
106
106
|
}, changeSet?: ChangeSet | null): IChangeSet;
|
|
107
107
|
restore({}?: {}, changeSet?: ChangeSet | null): IChangeSet<EntityState>;
|
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.6225",
|
|
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",
|