@elyx-code/project-logic-tree 0.0.6213 → 0.0.6214
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 +2 -2
- package/dist/index.umd.cjs +31 -31
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48828,7 +48828,7 @@ f(Ce, "repository", {
|
|
|
48828
48828
|
n.Project
|
|
48829
48829
|
]), f(Ce, "PARENT_TYPES", [
|
|
48830
48830
|
...Ce.USER_MANAGED_PARENT_TYPES
|
|
48831
|
-
]), f(Ce, "MUTABLE_BASE_PROPERTIES", ["name", "description"]), f(Ce, "INMUTABLE_BASE_PROPERTIES", [
|
|
48831
|
+
]), f(Ce, "MUTABLE_BASE_PROPERTIES", ["name", "description", "constant", "required"]), f(Ce, "INMUTABLE_BASE_PROPERTIES", [
|
|
48832
48832
|
"id",
|
|
48833
48833
|
"type",
|
|
48834
48834
|
"version",
|
|
@@ -55736,7 +55736,7 @@ f(Ne, "repository", {
|
|
|
55736
55736
|
APILoadVersion: async (e, t, ...r) => null
|
|
55737
55737
|
}), f(Ne, "type", n.ArgumentDeclaration), f(Ne, "USER_MANAGED_PARENT_TYPES", [...lt]), f(Ne, "PARENT_TYPES", [
|
|
55738
55738
|
...Ne.USER_MANAGED_PARENT_TYPES
|
|
55739
|
-
]), f(Ne, "MUTABLE_BASE_PROPERTIES", ["name", "description", "required"]), f(Ne, "INMUTABLE_BASE_PROPERTIES", [
|
|
55739
|
+
]), f(Ne, "MUTABLE_BASE_PROPERTIES", ["name", "description", "required", "constant"]), f(Ne, "INMUTABLE_BASE_PROPERTIES", [
|
|
55740
55740
|
"id",
|
|
55741
55741
|
"type",
|
|
55742
55742
|
"version",
|