@eventcatalog/core 2.18.5 → 2.18.7
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-YEN4MQY6.js → chunk-3B32CY7F.js} +1 -1
- package/dist/{chunk-UNE7F5KJ.js → chunk-7GHQF4IY.js} +1 -1
- package/dist/{chunk-2K7LWZ4K.js → chunk-KIJRG7DY.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/icons/protocols/index.ts +1 -0
- package/eventcatalog/src/icons/protocols/kinesis.svg +14 -0
- package/eventcatalog/src/layouts/VerticalSideBarLayout.astro +3 -1
- package/eventcatalog/src/pages/docs/[type]/[id]/language.astro +1 -1
- package/eventcatalog/src/utils/collections/domains.ts +2 -4
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
log_build_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-3B32CY7F.js";
|
|
4
|
+
import "../chunk-7GHQF4IY.js";
|
|
5
|
+
import "../chunk-KIJRG7DY.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
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
} from "./chunk-SHCMAL37.js";
|
|
4
4
|
import {
|
|
5
5
|
log_build_default
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-3B32CY7F.js";
|
|
7
|
+
import "./chunk-7GHQF4IY.js";
|
|
8
8
|
import {
|
|
9
9
|
catalogToAstro
|
|
10
10
|
} from "./chunk-WF34R5UT.js";
|
|
11
11
|
import {
|
|
12
12
|
VERSION
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-KIJRG7DY.js";
|
|
14
14
|
import {
|
|
15
15
|
generate
|
|
16
16
|
} from "./chunk-YEQVKHST.js";
|
|
@@ -13,3 +13,4 @@ export { default as SQS } from '@icons/protocols/sqs.svg?raw';
|
|
|
13
13
|
export { default as EventBridge } from '@icons/protocols/eventbridge.svg?raw';
|
|
14
14
|
export { default as Redis } from '@icons/protocols/redis.svg?raw';
|
|
15
15
|
export { default as GooglePubSub } from '@icons/protocols/googlepubsub.svg?raw';
|
|
16
|
+
export { default as Kinesis } from '@icons/protocols/kinesis.svg?raw';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg viewBox="0 0 80 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient x1="0%" y1="100%" x2="100%" y2="0%" id="linearGradient-1">
|
|
4
|
+
<stop stop-color="#4D27A8" offset="0%"></stop>
|
|
5
|
+
<stop stop-color="#A166FF" offset="100%"></stop>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<g id="Icon-Architecture/64/Arch_Amazon-Kinesis_64" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
9
|
+
<g id="Icon-Architecture-BG/64/Analytics" fill="url(#linearGradient-1)">
|
|
10
|
+
<rect id="Rectangle" x="0" y="0" width="80" height="80"></rect>
|
|
11
|
+
</g>
|
|
12
|
+
<path d="M19,62 L21,62 C21,53.594 26.465,45 67,45 L67,43 C24.703,43 19,52.604 19,62 M25,68 L27,68 C27,60.434 27,49 67,49 L67,47 C48.663,47 36.728,49.359 30.51,54.212 C25,58.512 25,63.996 25,68 M15,26 L13,26 C13,33.396 23.039,38.08 42.893,40 C23.039,41.92 13,46.604 13,54 L15,54 C15,49.145 21.756,41 67,41 L67,39 C21.756,39 15,30.855 15,26 M21,18 L19,18 C19,27.396 24.703,37 67,37 L67,35 C26.465,35 21,26.406 21,18 M67,31 L67,33 C48.663,33 36.728,30.641 30.51,25.788 C25,21.488 25,16.004 25,12 L27,12 C27,19.566 27,31 67,31" id="Amazon-Kinesis_Icon_64_Squid" fill="#FFFFFF"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -46,7 +46,9 @@ const getDefaultUrl = (route: string, defaultValue: string) => {
|
|
|
46
46
|
const collections = [
|
|
47
47
|
{ data: domains, key: 'domains' },
|
|
48
48
|
{ data: services, key: 'services' },
|
|
49
|
-
{ data:
|
|
49
|
+
{ data: events, key: 'events' },
|
|
50
|
+
{ data: commands, key: 'commands' },
|
|
51
|
+
{ data: queries, key: 'queries' },
|
|
50
52
|
{ data: flows, key: 'flows' },
|
|
51
53
|
];
|
|
52
54
|
|
|
@@ -7,7 +7,7 @@ import { ViewTransitions } from 'astro:transitions';
|
|
|
7
7
|
import * as LucideIcons from 'lucide-react';
|
|
8
8
|
|
|
9
9
|
export async function getStaticPaths() {
|
|
10
|
-
const domains = await getDomains();
|
|
10
|
+
const domains = await getDomains({ getAllVersions: false });
|
|
11
11
|
|
|
12
12
|
const buildPages = (collection: CollectionEntry<'domains'>[]) => {
|
|
13
13
|
return collection.map((item) => ({
|
|
@@ -74,10 +74,8 @@ export const getDomains = async ({ getAllVersions = true }: Props = {}): Promise
|
|
|
74
74
|
};
|
|
75
75
|
|
|
76
76
|
export const getUbiquitousLanguage = async (domain: Domain): Promise<UbiquitousLanguage[]> => {
|
|
77
|
-
const
|
|
78
|
-
|
|
79
|
-
const ubiquitousLanguages = await getCollection('ubiquitousLanguages', (ubiquitousLanguage) => {
|
|
80
|
-
return ubiquitousLanguage.id.toLowerCase().includes(`${collection}/${data.name}`.toLowerCase());
|
|
77
|
+
const ubiquitousLanguages = await getCollection('ubiquitousLanguages', (ubiquitousLanguage: UbiquitousLanguage) => {
|
|
78
|
+
return ubiquitousLanguage.slug.startsWith(`${domain.collection}/${domain.slug}`);
|
|
81
79
|
});
|
|
82
80
|
|
|
83
81
|
return ubiquitousLanguages;
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/event-catalog/eventcatalog.git"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
|
-
"version": "2.18.
|
|
9
|
+
"version": "2.18.7",
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@tailwindcss/typography": "^0.5.13",
|
|
57
57
|
"@tanstack/react-table": "^8.17.3",
|
|
58
58
|
"@xyflow/react": "^12.3.6",
|
|
59
|
-
"astro": "^5.
|
|
59
|
+
"astro": "^5.1.2",
|
|
60
60
|
"astro-expressive-code": "^0.38.3",
|
|
61
61
|
"astro-pagefind": "^1.6.0",
|
|
62
62
|
"astro-seo": "^0.8.4",
|