@eventcatalog/sdk 2.5.1 → 2.5.2

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
@@ -434,7 +434,7 @@ var import_node_path5 = require("path");
434
434
  var getService = (directory) => async (id, version) => getResource(directory, id, version, { type: "service" });
435
435
  var getServices = (directory) => async (options) => getResources(directory, {
436
436
  type: "services",
437
- ignore: ["**/events/**", "**/commands/**", "**/queries/**"],
437
+ ignore: ["**/events/**", "**/commands/**", "**/queries/**", "**/entities/**"],
438
438
  ...options
439
439
  });
440
440
  var writeService = (directory) => async (service, options = {
@@ -536,7 +536,7 @@ var import_gray_matter3 = __toESM(require("gray-matter"));
536
536
  var getDomain = (directory) => async (id, version) => getResource(directory, id, version, { type: "domain" });
537
537
  var getDomains = (directory) => async (options) => getResources(directory, {
538
538
  type: "domains",
539
- ignore: ["**/services/**", "**/events/**", "**/commands/**", "**/queries/**", "**/flows/**"],
539
+ ignore: ["**/services/**", "**/events/**", "**/commands/**", "**/queries/**", "**/flows/**", "**/entities/**"],
540
540
  ...options
541
541
  });
542
542
  var writeDomain = (directory) => async (domain, options = {