@eventcatalog/sdk 2.5.1 → 2.5.3

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.
@@ -404,7 +404,7 @@ import { join as join6, dirname as dirname4, extname } from "path";
404
404
  var getService = (directory) => async (id, version) => getResource(directory, id, version, { type: "service" });
405
405
  var getServices = (directory) => async (options) => getResources(directory, {
406
406
  type: "services",
407
- ignore: ["**/events/**", "**/commands/**", "**/queries/**"],
407
+ ignore: ["**/events/**", "**/commands/**", "**/queries/**", "**/entities/**", "**/subdomains/**/entities/**"],
408
408
  ...options
409
409
  });
410
410
  var writeService = (directory) => async (service, options = {
@@ -506,7 +506,7 @@ import matter3 from "gray-matter";
506
506
  var getDomain = (directory) => async (id, version) => getResource(directory, id, version, { type: "domain" });
507
507
  var getDomains = (directory) => async (options) => getResources(directory, {
508
508
  type: "domains",
509
- ignore: ["**/services/**", "**/events/**", "**/commands/**", "**/queries/**", "**/flows/**"],
509
+ ignore: ["**/services/**", "**/events/**", "**/commands/**", "**/queries/**", "**/flows/**", "**/entities/**"],
510
510
  ...options
511
511
  });
512
512
  var writeDomain = (directory) => async (domain, options = {