@eventcatalog/core 3.26.3 → 3.26.4
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-FWWZMAEZ.js → chunk-4QDV6P7G.js} +1 -1
- package/dist/{chunk-Q674FK65.js → chunk-GCQND3MM.js} +1 -1
- package/dist/{chunk-UJGPLBYI.js → chunk-L2XZM6GK.js} +1 -1
- package/dist/{chunk-64IXR2LK.js → chunk-TF7MMBEG.js} +1 -1
- package/dist/{chunk-RIGUF5MU.js → chunk-UOHSZ4F3.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/components/FieldsExplorer/FieldNodeGraph.tsx +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
log_build_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-UOHSZ4F3.js";
|
|
4
|
+
import "../chunk-TF7MMBEG.js";
|
|
5
5
|
import "../chunk-4UVFXLPI.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-GCQND3MM.js";
|
|
7
7
|
import "../chunk-5T63CXKU.js";
|
|
8
8
|
export {
|
|
9
9
|
log_build_default as default
|
package/dist/constants.cjs
CHANGED
package/dist/constants.js
CHANGED
package/dist/eventcatalog.cjs
CHANGED
|
@@ -114,7 +114,7 @@ var verifyRequiredFieldsAreInCatalogConfigFile = async (projectDirectory) => {
|
|
|
114
114
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
115
115
|
|
|
116
116
|
// package.json
|
|
117
|
-
var version = "3.26.
|
|
117
|
+
var version = "3.26.4";
|
|
118
118
|
|
|
119
119
|
// src/constants.ts
|
|
120
120
|
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-UOHSZ4F3.js";
|
|
10
|
+
import "./chunk-TF7MMBEG.js";
|
|
11
11
|
import "./chunk-4UVFXLPI.js";
|
|
12
12
|
import {
|
|
13
13
|
runMigrations
|
|
@@ -22,13 +22,13 @@ import {
|
|
|
22
22
|
} from "./chunk-3KXCGYET.js";
|
|
23
23
|
import {
|
|
24
24
|
generate
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-4QDV6P7G.js";
|
|
26
26
|
import {
|
|
27
27
|
logger
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-L2XZM6GK.js";
|
|
29
29
|
import {
|
|
30
30
|
VERSION
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-GCQND3MM.js";
|
|
32
32
|
import {
|
|
33
33
|
getEventCatalogConfigFile,
|
|
34
34
|
verifyRequiredFieldsAreInCatalogConfigFile
|
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-4QDV6P7G.js";
|
|
4
|
+
import "./chunk-L2XZM6GK.js";
|
|
5
|
+
import "./chunk-GCQND3MM.js";
|
|
6
6
|
import "./chunk-5T63CXKU.js";
|
|
7
7
|
export {
|
|
8
8
|
generate
|
package/dist/utils/cli-logger.js
CHANGED
|
@@ -22,7 +22,6 @@ import { X, ChevronDown, ChevronRight, Search, AlertTriangle } from 'lucide-reac
|
|
|
22
22
|
import { BoltIcon, ChatBubbleLeftIcon, MagnifyingGlassIcon, ServerIcon } from '@heroicons/react/24/solid';
|
|
23
23
|
import { getNodesAndEdges, type FieldOccurrence } from '@utils/node-graphs/field-node-graph';
|
|
24
24
|
import * as ContextMenu from '@radix-ui/react-context-menu';
|
|
25
|
-
import '@xyflow/react/dist/style.css';
|
|
26
25
|
|
|
27
26
|
interface FieldNodeGraphProps {
|
|
28
27
|
fieldPath: string;
|
|
@@ -223,6 +222,7 @@ function FieldNodeGraphInner({
|
|
|
223
222
|
|
|
224
223
|
// Load visualiser styles (animations, hover effects, theme variables)
|
|
225
224
|
useEffect(() => {
|
|
225
|
+
import('@xyflow/react/dist/style.css');
|
|
226
226
|
import('@eventcatalog/visualiser/styles-core.css');
|
|
227
227
|
}, []);
|
|
228
228
|
|