@eventcatalog/core 3.5.1 → 3.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/analytics/analytics.cjs +1 -1
- package/dist/analytics/analytics.js +2 -2
- package/dist/analytics/log-build.cjs +1 -1
- package/dist/analytics/log-build.js +3 -3
- package/dist/{chunk-3XCGL7TC.js → chunk-OKWCSRLE.js} +1 -1
- package/dist/{chunk-S4WEKWZQ.js → chunk-WO3AKJVB.js} +1 -1
- package/dist/{chunk-THGO7LXH.js → chunk-YOFNY2RC.js} +1 -1
- package/dist/{chunk-HKP23E7A.js → chunk-YTZSPYJN.js} +1 -1
- package/dist/{chunk-2SOGDOBS.js → chunk-YVX5C6L3.js} +1 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/eventcatalog.cjs +1 -1
- package/dist/eventcatalog.js +5 -5
- package/dist/generate.cjs +1 -1
- package/dist/generate.js +3 -3
- package/dist/utils/cli-logger.cjs +1 -1
- package/dist/utils/cli-logger.js +2 -2
- package/eventcatalog/src/utils/node-graphs/message-node-graph.ts +5 -5
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
log_build_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-YTZSPYJN.js";
|
|
4
|
+
import "../chunk-WO3AKJVB.js";
|
|
5
|
+
import "../chunk-YOFNY2RC.js";
|
|
6
6
|
import "../chunk-UPONRQSN.js";
|
|
7
7
|
export {
|
|
8
8
|
log_build_default as default
|
package/dist/constants.cjs
CHANGED
package/dist/constants.js
CHANGED
package/dist/eventcatalog.cjs
CHANGED
|
@@ -109,7 +109,7 @@ var verifyRequiredFieldsAreInCatalogConfigFile = async (projectDirectory) => {
|
|
|
109
109
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
110
110
|
|
|
111
111
|
// package.json
|
|
112
|
-
var version = "3.5.
|
|
112
|
+
var version = "3.5.2";
|
|
113
113
|
|
|
114
114
|
// src/constants.ts
|
|
115
115
|
var VERSION = version;
|
package/dist/eventcatalog.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
} from "./chunk-PLNJC7NZ.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-YTZSPYJN.js";
|
|
10
|
+
import "./chunk-WO3AKJVB.js";
|
|
11
11
|
import {
|
|
12
12
|
runMigrations
|
|
13
13
|
} from "./chunk-BH3JMNAV.js";
|
|
@@ -21,13 +21,13 @@ import {
|
|
|
21
21
|
} from "./chunk-5VBIXL6C.js";
|
|
22
22
|
import {
|
|
23
23
|
generate
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-YVX5C6L3.js";
|
|
25
25
|
import {
|
|
26
26
|
logger
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-OKWCSRLE.js";
|
|
28
28
|
import {
|
|
29
29
|
VERSION
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-YOFNY2RC.js";
|
|
31
31
|
import "./chunk-UPONRQSN.js";
|
|
32
32
|
|
|
33
33
|
// src/eventcatalog.ts
|
package/dist/generate.cjs
CHANGED
package/dist/generate.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generate
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-YVX5C6L3.js";
|
|
4
|
+
import "./chunk-OKWCSRLE.js";
|
|
5
|
+
import "./chunk-YOFNY2RC.js";
|
|
6
6
|
import "./chunk-UPONRQSN.js";
|
|
7
7
|
export {
|
|
8
8
|
generate
|
package/dist/utils/cli-logger.js
CHANGED
|
@@ -788,13 +788,13 @@ export const getNodesAndEdgesForProducedMessage = ({
|
|
|
788
788
|
const channel = findInMap(map, sourceChannel.id, sourceChannel.version) as CollectionEntry<'channels'>;
|
|
789
789
|
|
|
790
790
|
if (!channel) {
|
|
791
|
-
// No channel found, we just connect the
|
|
791
|
+
// No channel found, we just connect the source directly to the message
|
|
792
792
|
edges.push(
|
|
793
793
|
createEdge({
|
|
794
|
-
id: generatedIdForEdge(
|
|
795
|
-
source:
|
|
796
|
-
target:
|
|
797
|
-
label:
|
|
794
|
+
id: generatedIdForEdge(source, message),
|
|
795
|
+
source: generateIdForNode(source),
|
|
796
|
+
target: messageId,
|
|
797
|
+
label: getEdgeLabelForServiceAsTarget(message),
|
|
798
798
|
data: { customColor: getColorFromString(message.data.id), rootSourceAndTarget },
|
|
799
799
|
})
|
|
800
800
|
);
|