@elyx-code/project-logic-tree 0.0.6177 → 0.0.6178
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
CHANGED
|
@@ -29047,7 +29047,7 @@ class A {
|
|
|
29047
29047
|
// When
|
|
29048
29048
|
f(this, "autoCloseActionName", "");
|
|
29049
29049
|
f(this, "project");
|
|
29050
|
-
if (this.project = s, this.author = e, this.timestamp = t, this.self = r, this.autoclose = a, this.autoCloseActionName = d, this.autoclose && !this.autoCloseActionName)
|
|
29050
|
+
if (this.project = s, this.author = e || b.sessionAuthor || "", this.timestamp = t, this.self = r, this.autoclose = a, this.autoCloseActionName = d, this.autoclose && !this.autoCloseActionName)
|
|
29051
29051
|
throw new Error(
|
|
29052
29052
|
"Auto-close change-set must have an auto-close action name."
|
|
29053
29053
|
);
|
|
@@ -65398,6 +65398,7 @@ const oe = class oe extends tt {
|
|
|
65398
65398
|
) || null;
|
|
65399
65399
|
}
|
|
65400
65400
|
};
|
|
65401
|
+
f(oe, "sessionAuthor", null), // User UUID of the current session author if known
|
|
65401
65402
|
// The module to be used by all project state logic to generate UUIDs
|
|
65402
65403
|
f(oe, "UUID", {
|
|
65403
65404
|
isBackup: !0,
|