@elyx-code/project-logic-tree 0.0.7226 → 0.0.7227
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -214958,7 +214958,7 @@ function uC(a, p, t, n, s) {
|
|
|
214958
214958
|
};
|
|
214959
214959
|
}
|
|
214960
214960
|
function u3n(a, p, t, n) {
|
|
214961
|
-
if (!a) {
|
|
214961
|
+
if (!a || p.length === 0) {
|
|
214962
214962
|
const Z = t.startsWith("/"), j = uC(
|
|
214963
214963
|
null,
|
|
214964
214964
|
null,
|
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.7227",
|
|
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",
|