@elyx-code/project-logic-tree 0.0.6655 → 0.0.6656
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -94980,7 +94980,7 @@ class q extends Bf {
|
|
|
94980
94980
|
), this.dirty = !1, this.project.discardChangeSet(this), ie.log("[ChangeSet.closeAsync] Closing pending change-sets..."), this.project.closePersistChangeSetsSequentially(), this) : (this.project.emit(
|
|
94981
94981
|
Ti.CHANGE_SET_CLOSED_BEFORE_PERSIST,
|
|
94982
94982
|
this
|
|
94983
|
-
), c ? n.persistType === "parallel" ? await this.project.persistChangeSetInParallel(this) : await this.project.persistChangeSetSequentially(this) : n.persistType === "parallel" ? this.project.persistChangeSetInParallel(this) : this.project.persistChangeSetSequentially(this), this);
|
|
94983
|
+
), c ? n.persistType === "parallel" ? await this.project.persistChangeSetInParallel(this) : await this.project.persistChangeSetSequentially(this) : n.persistType === "parallel" ? this.project.persistChangeSetInParallel(this) : this.project.persistChangeSetSequentially(this), this.destroy(), this);
|
|
94984
94984
|
}
|
|
94985
94985
|
attemptAutoclose(i, n) {
|
|
94986
94986
|
var l;
|
|
@@ -95090,7 +95090,7 @@ class q extends Bf {
|
|
|
95090
95090
|
return this.project.emit(
|
|
95091
95091
|
Ti.CHANGE_SET_CLOSED_BEFORE_PERSIST,
|
|
95092
95092
|
this
|
|
95093
|
-
), n.persistType === "parallel" ? this.project.persistChangeSetInParallel(this) : this.project.persistChangeSetSequentially(this), this;
|
|
95093
|
+
), n.persistType === "parallel" ? this.project.persistChangeSetInParallel(this) : this.project.persistChangeSetSequentially(this), this.destroy(), this;
|
|
95094
95094
|
}
|
|
95095
95095
|
// Add to 'affected' any dependencies that are not present in the change-set
|
|
95096
95096
|
addDependentsToAffected(i) {
|
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.6656",
|
|
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",
|