@elyx-code/project-logic-tree 0.0.6841 → 0.0.6842
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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -100653,6 +100653,7 @@ const pi = class pi extends zr {
|
|
|
100653
100653
|
let a = JSON.parse(
|
|
100654
100654
|
JSON.stringify(i)
|
|
100655
100655
|
);
|
|
100656
|
+
(a.valueAsTypeList || a.valueAsTypeSingle) && (a.name = ye.EntityTemplate);
|
|
100656
100657
|
const c = [], e = [], f = sui(a, r), h = Jr(
|
|
100657
100658
|
a
|
|
100658
100659
|
);
|
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.6842",
|
|
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",
|