@eventcatalog/sdk 1.4.8 → 1.4.9
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/domains.js +1 -1
- package/dist/domains.js.map +1 -1
- package/dist/domains.mjs +1 -1
- package/dist/domains.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -397,7 +397,7 @@ import { join as join7 } from "node:path";
|
|
|
397
397
|
var getDomain = (directory) => async (id, version) => getResource(directory, id, version, { type: "domain" });
|
|
398
398
|
var getDomains = (directory) => async (options) => getResources(directory, {
|
|
399
399
|
type: "domains",
|
|
400
|
-
ignore: ["**/services/**", "**/events/**", "**/commands/**", "**/queries/**"],
|
|
400
|
+
ignore: ["**/services/**", "**/events/**", "**/commands/**", "**/queries/**", "**/flows/**"],
|
|
401
401
|
...options
|
|
402
402
|
});
|
|
403
403
|
var writeDomain = (directory) => async (domain, options = { path: "" }) => {
|