@elyx-code/project-logic-tree 0.0.6891 → 0.0.6892
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 +10 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48270,7 +48270,7 @@ const lst = {
|
|
|
48270
48270
|
parentRelationType: null,
|
|
48271
48271
|
private: !1,
|
|
48272
48272
|
abstract: !0,
|
|
48273
|
-
static: !
|
|
48273
|
+
static: !1,
|
|
48274
48274
|
implements: [],
|
|
48275
48275
|
index: 0,
|
|
48276
48276
|
defaultValue: null,
|
|
@@ -48331,7 +48331,7 @@ const lst = {
|
|
|
48331
48331
|
parentRelationType: null,
|
|
48332
48332
|
private: !1,
|
|
48333
48333
|
abstract: !0,
|
|
48334
|
-
static: !
|
|
48334
|
+
static: !1,
|
|
48335
48335
|
implements: [],
|
|
48336
48336
|
index: 1,
|
|
48337
48337
|
defaultValue: null,
|
|
@@ -48392,7 +48392,7 @@ const lst = {
|
|
|
48392
48392
|
parentRelationType: null,
|
|
48393
48393
|
private: !1,
|
|
48394
48394
|
abstract: !0,
|
|
48395
|
-
static: !
|
|
48395
|
+
static: !1,
|
|
48396
48396
|
implements: [],
|
|
48397
48397
|
index: 2,
|
|
48398
48398
|
defaultValue: null,
|
|
@@ -48453,7 +48453,7 @@ const lst = {
|
|
|
48453
48453
|
parentRelationType: null,
|
|
48454
48454
|
private: !1,
|
|
48455
48455
|
abstract: !0,
|
|
48456
|
-
static: !
|
|
48456
|
+
static: !1,
|
|
48457
48457
|
implements: [],
|
|
48458
48458
|
index: 3,
|
|
48459
48459
|
defaultValue: null,
|
|
@@ -48474,7 +48474,7 @@ const lst = {
|
|
|
48474
48474
|
additionalPropertiesDataType: null,
|
|
48475
48475
|
allPropertiesImplement: null,
|
|
48476
48476
|
abstract: !0,
|
|
48477
|
-
static: !
|
|
48477
|
+
static: !1,
|
|
48478
48478
|
interactive: !0,
|
|
48479
48479
|
properties: [
|
|
48480
48480
|
AKt,
|
|
@@ -48547,7 +48547,7 @@ const lst = {
|
|
|
48547
48547
|
parentRelationType: null,
|
|
48548
48548
|
private: !1,
|
|
48549
48549
|
abstract: !0,
|
|
48550
|
-
static: !
|
|
48550
|
+
static: !1,
|
|
48551
48551
|
implements: [],
|
|
48552
48552
|
index: p,
|
|
48553
48553
|
defaultValue: null,
|
|
@@ -48596,7 +48596,7 @@ const lst = {
|
|
|
48596
48596
|
required: !0,
|
|
48597
48597
|
id: Da.properties.client.id,
|
|
48598
48598
|
codeName: "client",
|
|
48599
|
-
name: "
|
|
48599
|
+
name: "Dialect",
|
|
48600
48600
|
version: "1",
|
|
48601
48601
|
createdAt: "2024-01-01T00:00:00.000Z",
|
|
48602
48602
|
author: "1",
|
|
@@ -48609,7 +48609,7 @@ const lst = {
|
|
|
48609
48609
|
parentRelationType: null,
|
|
48610
48610
|
private: !1,
|
|
48611
48611
|
abstract: !0,
|
|
48612
|
-
static: !
|
|
48612
|
+
static: !1,
|
|
48613
48613
|
implements: [],
|
|
48614
48614
|
index: 0,
|
|
48615
48615
|
defaultValue: null,
|
|
@@ -48778,7 +48778,7 @@ const lst = {
|
|
|
48778
48778
|
parentRelationType: null,
|
|
48779
48779
|
private: !1,
|
|
48780
48780
|
abstract: !0,
|
|
48781
|
-
static: !
|
|
48781
|
+
static: !1,
|
|
48782
48782
|
implements: [],
|
|
48783
48783
|
index: 6,
|
|
48784
48784
|
defaultValue: null,
|
|
@@ -48799,7 +48799,7 @@ const lst = {
|
|
|
48799
48799
|
additionalPropertiesDataType: null,
|
|
48800
48800
|
allPropertiesImplement: null,
|
|
48801
48801
|
abstract: !0,
|
|
48802
|
-
static: !
|
|
48802
|
+
static: !1,
|
|
48803
48803
|
interactive: !0,
|
|
48804
48804
|
properties: [
|
|
48805
48805
|
_Kt,
|
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.6892",
|
|
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",
|