@elyx-code/project-logic-tree 0.0.7018 → 0.0.7019
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 +4 -4
- package/dist/index.js +7 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -43669,8 +43669,8 @@ const Cst = {
|
|
|
43669
43669
|
previousVersion: null,
|
|
43670
43670
|
deleted: !1,
|
|
43671
43671
|
codeName: null,
|
|
43672
|
-
name: "
|
|
43673
|
-
description: "The
|
|
43672
|
+
name: "Definition to match",
|
|
43673
|
+
description: "The definition to match the data against",
|
|
43674
43674
|
dataType: KMt,
|
|
43675
43675
|
defaultValue: null,
|
|
43676
43676
|
required: !0,
|
|
@@ -108936,8 +108936,6 @@ function rq(s, u, i = !1) {
|
|
|
108936
108936
|
}
|
|
108937
108937
|
function Cci(s, u, i = !1) {
|
|
108938
108938
|
var T, E;
|
|
108939
|
-
if (!s.static)
|
|
108940
|
-
return null;
|
|
108941
108939
|
if (u.execution) {
|
|
108942
108940
|
const A = (T = u.lastExecutionResults) == null ? void 0 : T.readValue(
|
|
108943
108941
|
s.id
|
|
@@ -108972,7 +108970,7 @@ function Cci(s, u, i = !1) {
|
|
|
108972
108970
|
const f = zp(s), h = s.getDataType(null);
|
|
108973
108971
|
return f && (!(e != null && e.value) || !Ks(h) && Pu(
|
|
108974
108972
|
e == null ? void 0 : e.value
|
|
108975
|
-
)) ? {
|
|
108973
|
+
)) && s.static ? {
|
|
108976
108974
|
value: null,
|
|
108977
108975
|
valueOwner: s,
|
|
108978
108976
|
type: Fe.Missing,
|
|
@@ -110368,7 +110366,7 @@ class Mci extends Ne {
|
|
|
110368
110366
|
var T, E;
|
|
110369
110367
|
return ((E = (T = m.valueOwner) == null ? void 0 : T.declaration) == null ? void 0 : E.id) === j.operation[pi.Empty].inputs.leftHand.id;
|
|
110370
110368
|
}
|
|
110371
|
-
),
|
|
110369
|
+
), f = ((a = e == null ? void 0 : e.value) == null ? void 0 : a.valueAsType) ?? ((c = e == null ? void 0 : e.value) == null ? void 0 : c.value), h = f == null;
|
|
110372
110370
|
return {
|
|
110373
110371
|
value: F.Success,
|
|
110374
110372
|
error: null,
|
|
@@ -110417,7 +110415,7 @@ class kci extends Ne {
|
|
|
110417
110415
|
var T, E;
|
|
110418
110416
|
return ((E = (T = m.valueOwner) == null ? void 0 : T.declaration) == null ? void 0 : E.id) === j.operation[pi.NotEmpty].inputs.leftHand.id;
|
|
110419
110417
|
}
|
|
110420
|
-
),
|
|
110418
|
+
), f = ((a = e == null ? void 0 : e.value) == null ? void 0 : a.valueAsType) ?? ((c = e == null ? void 0 : e.value) == null ? void 0 : c.value), h = f != null;
|
|
110421
110419
|
return {
|
|
110422
110420
|
value: F.Success,
|
|
110423
110421
|
error: null,
|
|
@@ -188207,7 +188205,7 @@ const ar = class ar extends Pn {
|
|
|
188207
188205
|
foreignKeyAllowed: null,
|
|
188208
188206
|
parentRelationType: null,
|
|
188209
188207
|
options: null,
|
|
188210
|
-
asType:
|
|
188208
|
+
asType: !1,
|
|
188211
188209
|
staticEntities: null,
|
|
188212
188210
|
interactiveEntities: null,
|
|
188213
188211
|
actionEntities: null,
|
|
@@ -199331,7 +199329,7 @@ const $5 = {
|
|
|
199331
199329
|
);
|
|
199332
199330
|
} catch (m) {
|
|
199333
199331
|
if (ye.error(
|
|
199334
|
-
`[
|
|
199332
|
+
`[toFullProjectGenerationTargetAsync] Error serializing ${h.type} ${h.id}`,
|
|
199335
199333
|
m
|
|
199336
199334
|
), !r.shallowErrors)
|
|
199337
199335
|
throw m;
|
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.7019",
|
|
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",
|