@elyx-code/project-logic-tree 0.0.6879 → 0.0.6881
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 +3 -3
- package/dist/index.js +2 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -127191,7 +127191,7 @@ function XK(l) {
|
|
|
127191
127191
|
function jo(l) {
|
|
127192
127192
|
var h;
|
|
127193
127193
|
const p = [], i = l.declaration;
|
|
127194
|
-
if ((i == null ? void 0 : i.id) === ((h = l.parent) == null ? void 0 : h.id)
|
|
127194
|
+
if ((i == null ? void 0 : i.id) === ((h = l.parent) == null ? void 0 : h.id))
|
|
127195
127195
|
return p;
|
|
127196
127196
|
const r = ct(l), s = ct(i);
|
|
127197
127197
|
!!r.find(
|
|
@@ -130116,7 +130116,7 @@ The declaration of the internal-call must be a '${d.FunctionDeclaration}' entity
|
|
|
130116
130116
|
function Fo(l) {
|
|
130117
130117
|
var h;
|
|
130118
130118
|
const p = [], i = gr(l.parent);
|
|
130119
|
-
if ((i == null ? void 0 : i.id) === ((h = l.parent) == null ? void 0 : h.id) || !l.calledBy.length && l.successCalls.length && l.errorCalls.length)
|
|
130119
|
+
if ((i == null ? void 0 : i.id) === ((h = l.parent) == null ? void 0 : h.id) || !l.calledBy.length && !l.successCalls.length && !l.errorCalls.length)
|
|
130120
130120
|
return p;
|
|
130121
130121
|
const r = ct(l), s = ct(i);
|
|
130122
130122
|
!!r.find(
|
|
@@ -188259,7 +188259,6 @@ class Dgi extends Ji {
|
|
|
188259
188259
|
};
|
|
188260
188260
|
const h = ((E = this.project.requestActiveDynamicValue(i)) == null ? void 0 : E.value) || null, m = h == null ? void 0 : h.valueAsTypeSingle;
|
|
188261
188261
|
if (!i.dataType) {
|
|
188262
|
-
console.log("Creating new data type for entity to match input map with entity to match: ", i.id);
|
|
188263
188262
|
const ce = {
|
|
188264
188263
|
id: x.UUID.uuid(),
|
|
188265
188264
|
version: x.UUID.uuid(),
|
|
@@ -188371,7 +188370,6 @@ class Dgi extends Ji {
|
|
|
188371
188370
|
self: null
|
|
188372
188371
|
};
|
|
188373
188372
|
if (!i.dataType) {
|
|
188374
|
-
console.log("Creating new data type for data to validate input map with entity to match");
|
|
188375
188373
|
const N = {
|
|
188376
188374
|
id: x.UUID.uuid(),
|
|
188377
188375
|
version: x.UUID.uuid(),
|
|
@@ -188483,7 +188481,6 @@ class Dgi extends Ji {
|
|
|
188483
188481
|
};
|
|
188484
188482
|
const b = ((_ = this.project.requestActiveDynamicValue(h)) == null ? void 0 : _.value) || null, E = (b == null ? void 0 : b.valueAsTypeSingle) || null;
|
|
188485
188483
|
if (!i.dataType) {
|
|
188486
|
-
console.log("Creating new data type for output data output map with entity to match");
|
|
188487
188484
|
const U = {
|
|
188488
188485
|
id: x.UUID.uuid(),
|
|
188489
188486
|
version: x.UUID.uuid(),
|
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.6881",
|
|
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",
|