@elyx-code/project-logic-tree 0.0.6954 → 0.0.6957

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
@@ -160957,9 +160957,9 @@ function Hq(s) {
160957
160957
  name: a.alias.text,
160958
160958
  source: null
160959
160959
  };
160960
- a.expr.type === "member_expr" && a.expr.object.type === "identifier" && (e.source = Lt(
160960
+ a.expr.type === "member_expr" ? (a.expr.object.type === "identifier" && (e.source = Lt(
160961
160961
  a.expr.object.text
160962
- )), r.columns.push(e);
160962
+ )), r.columns.push(e)) : a.expr.type === "identifier" && r.columns.push(e);
160963
160963
  } else if (a.type === "member_expr")
160964
160964
  if (a.property.type === "identifier") {
160965
160965
  const c = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6954",
3
+ "version": "0.0.6957",
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",