@elyx-code/project-logic-tree 0.0.6967 → 0.0.6968
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.cjs +1 -1
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -104452,7 +104452,9 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
|
|
|
104452
104452
|
D.CloneEntity
|
|
104453
104453
|
)
|
|
104454
104454
|
), r = null, a = null, c = !0) {
|
|
104455
|
-
const e = Qr(r, this), f = this.toJSON()
|
|
104455
|
+
const e = Qr(r, this), f = this.toJSON();
|
|
104456
|
+
r ? (f.parent = r.toReference(), f.standaloneParent = null) : (f.parent = null, this.standaloneParent ? f.standaloneParent = this.standaloneParent.toReference() : this.parent ? f.standaloneParent = this.parent.toReference() : f.standaloneParent = null);
|
|
104457
|
+
const h = a || x.UUID.uuid();
|
|
104456
104458
|
f.id = h, f.version = x.UUID.uuid(), f.createdAt = (i == null ? void 0 : i.timestamp) || G().toISOString(), f.author = (i == null ? void 0 : i.author) || "1", f.previousVersion = null, f.deleted = !1, f.editable = !0, f.deletable = !0;
|
|
104457
104459
|
const m = pr(
|
|
104458
104460
|
f,
|
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.6968",
|
|
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",
|