@elyx-code/project-logic-tree 0.0.6744 → 0.0.6745
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 +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -111048,23 +111048,23 @@ class xpi extends Ie {
|
|
|
111048
111048
|
try {
|
|
111049
111049
|
const y = n.find(
|
|
111050
111050
|
(k) => {
|
|
111051
|
-
var K;
|
|
111052
|
-
return ((K = k.valueOwner) == null ? void 0 : K.id) === X.operation[q.Join].inputs.separator.id;
|
|
111051
|
+
var K, S;
|
|
111052
|
+
return ((S = (K = k.valueOwner) == null ? void 0 : K.declaration) == null ? void 0 : S.id) === X.operation[q.Join].inputs.separator.id;
|
|
111053
111053
|
}
|
|
111054
111054
|
), m = ((s = y == null ? void 0 : y.value) == null ? void 0 : s.value) || "", v = n.find(
|
|
111055
111055
|
(k) => {
|
|
111056
|
-
var K;
|
|
111057
|
-
return ((K = k.valueOwner) == null ? void 0 : K.id) === X.operation[q.Join].inputs.first.id;
|
|
111056
|
+
var K, S;
|
|
111057
|
+
return ((S = (K = k.valueOwner) == null ? void 0 : K.declaration) == null ? void 0 : S.id) === X.operation[q.Join].inputs.first.id;
|
|
111058
111058
|
}
|
|
111059
111059
|
), b = ((c = v == null ? void 0 : v.value) == null ? void 0 : c.value) || "", E = n.find(
|
|
111060
111060
|
(k) => {
|
|
111061
|
-
var K;
|
|
111062
|
-
return ((K = k.valueOwner) == null ? void 0 : K.id) === X.operation[q.Join].inputs.second.id;
|
|
111061
|
+
var K, S;
|
|
111062
|
+
return ((S = (K = k.valueOwner) == null ? void 0 : K.declaration) == null ? void 0 : S.id) === X.operation[q.Join].inputs.second.id;
|
|
111063
111063
|
}
|
|
111064
111064
|
), w = ((e = E == null ? void 0 : E.value) == null ? void 0 : e.value) || "", $ = n.filter(
|
|
111065
111065
|
(k) => {
|
|
111066
|
-
var K;
|
|
111067
|
-
return ((K = k.valueOwner) == null ? void 0 : K.id) === X.operation[q.Join].inputs.dynamicString.id;
|
|
111066
|
+
var K, S;
|
|
111067
|
+
return ((S = (K = k.valueOwner) == null ? void 0 : K.declaration) == null ? void 0 : S.id) === X.operation[q.Join].inputs.dynamicString.id;
|
|
111068
111068
|
}
|
|
111069
111069
|
).map(
|
|
111070
111070
|
(k) => {
|
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.6745",
|
|
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",
|