@eventcatalog/core 2.45.0 → 2.45.1
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-DRD67V64.js → chunk-77HCL77S.js} +1 -1
- package/dist/{chunk-XBSAAKTV.js → chunk-DDM6QEBV.js} +1 -1
- package/dist/{chunk-L4YKSQ4D.js → chunk-P23CLNWF.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 +3 -3
- package/eventcatalog/src/components/SideNav/ListViewSideBar/utils.ts +1 -1
- package/eventcatalog/src/pages/visualiser/domain-integrations/index.astro +1 -1
- 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-P23CLNWF.js";
|
|
4
|
+
import "../chunk-77HCL77S.js";
|
|
5
|
+
import "../chunk-DDM6QEBV.js";
|
|
6
6
|
import "../chunk-E7TXTI7G.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
package/dist/eventcatalog.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
} from "./chunk-DCLTVJDP.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-P23CLNWF.js";
|
|
10
|
+
import "./chunk-77HCL77S.js";
|
|
11
11
|
import {
|
|
12
12
|
catalogToAstro,
|
|
13
13
|
checkAndConvertMdToMdx
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import "./chunk-EXAALOQA.js";
|
|
16
16
|
import {
|
|
17
17
|
VERSION
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-DDM6QEBV.js";
|
|
19
19
|
import {
|
|
20
20
|
isAuthEnabled,
|
|
21
21
|
isBackstagePluginEnabled,
|
|
@@ -109,7 +109,7 @@ export async function getResourcesForNavigation({ currentPath }: { currentPath:
|
|
|
109
109
|
? {
|
|
110
110
|
'context-map': [
|
|
111
111
|
{
|
|
112
|
-
label: 'Integration
|
|
112
|
+
label: 'Domain Integration Map',
|
|
113
113
|
href: buildUrl('/visualiser/domain-integrations'),
|
|
114
114
|
collection: 'domain-integrations',
|
|
115
115
|
},
|