@elyx-code/project-logic-tree 0.0.6757 → 0.0.6758
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47956,7 +47956,7 @@ const Dit = {
|
|
|
47956
47956
|
name: "Method",
|
|
47957
47957
|
defaultValue: Akt,
|
|
47958
47958
|
dataType: Ikt,
|
|
47959
|
-
required: !
|
|
47959
|
+
required: !0,
|
|
47960
47960
|
index: 0,
|
|
47961
47961
|
parentRelationType: M.FixedArguments,
|
|
47962
47962
|
parent: Gkt
|
|
@@ -47981,7 +47981,7 @@ const Dit = {
|
|
|
47981
47981
|
name: "URL",
|
|
47982
47982
|
dataType: Tkt,
|
|
47983
47983
|
defaultValue: hkt,
|
|
47984
|
-
required: !
|
|
47984
|
+
required: !0,
|
|
47985
47985
|
index: 1,
|
|
47986
47986
|
parentRelationType: M.FixedArguments,
|
|
47987
47987
|
parent: Mkt
|
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.6758",
|
|
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",
|