@elyx-code/project-logic-tree 0.0.7038 → 0.0.7039

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 CHANGED
@@ -75349,7 +75349,7 @@ const Ng = Object.values(bF), Sc = {
75349
75349
  additionalProperties: !1,
75350
75350
  additionalPropertiesDataType: null,
75351
75351
  allPropertiesImplement: null,
75352
- abstract: !1,
75352
+ abstract: !0,
75353
75353
  static: !0,
75354
75354
  interactive: !1,
75355
75355
  properties: [],
@@ -133465,6 +133465,12 @@ function Qq(s) {
133465
133465
  return "Scheduled execution";
133466
133466
  if (r.includes(we.RELATIONAL_DATABASE))
133467
133467
  return "Relational database";
133468
+ if (r.includes(we.CONTAINER_COMPUTE_ENTITY))
133469
+ return "Container compute";
133470
+ if (r.includes(we.VOLUME_ENTITY))
133471
+ return "Shared files drive";
133472
+ if (r.includes(we.COMPUTE_ENTITY))
133473
+ return "Compute";
133468
133474
  }
133469
133475
  if (u) {
133470
133476
  let r = "Extension of " + fe(
@@ -133472,7 +133478,7 @@ function Qq(s) {
133472
133478
  u.project
133473
133479
  ) + " entity", a = vl(r);
133474
133480
  const c = Gv(s);
133475
- return c.includes(we.HTTP_ENDPOINT) ? "HTTP endpoint" + (a ? ", " + a : "") : c.includes(we.PERSISTED_ENTITY) ? "SQL database table" + (a ? ", " + a : "") : c.includes(we.CRON_JOB) ? "Scheduled execution" + (a ? ", " + a : "") : c.includes(we.RELATIONAL_DATABASE) ? "Relational database" + (a ? ", " + a : "") : r;
133481
+ return c.includes(we.HTTP_ENDPOINT) ? "HTTP endpoint" + (a ? ", " + a : "") : c.includes(we.PERSISTED_ENTITY) ? "SQL database table" + (a ? ", " + a : "") : c.includes(we.CRON_JOB) ? "Scheduled execution" + (a ? ", " + a : "") : c.includes(we.RELATIONAL_DATABASE) ? "Relational database" + (a ? ", " + a : "") : c.includes(we.CONTAINER_COMPUTE_ENTITY) ? "Container compute" + (a ? ", " + a : "") : c.includes(we.VOLUME_ENTITY) ? "Shared files drive" + (a ? ", " + a : "") : c.includes(we.COMPUTE_ENTITY) ? "Compute" + (a ? ", " + a : "") : r;
133476
133482
  }
133477
133483
  let i = "";
133478
133484
  return s.abstract && (i = "Template "), s.static && (i += i ? " single copy " : "Single copy "), i ? i + "definition" : "Definition";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.7038",
3
+ "version": "0.0.7039",
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",