@eventcatalog/core 2.33.5 → 2.33.6
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-QUTVOUHZ.js → chunk-CHTRHQHZ.js} +1 -1
- package/dist/{chunk-AECMEWQ4.js → chunk-Q22YAXYM.js} +1 -1
- package/dist/{chunk-3H3JI5WP.js → chunk-UPH7SKWZ.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/content.config.ts +7 -7
- 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-CHTRHQHZ.js";
|
|
4
|
+
import "../chunk-UPH7SKWZ.js";
|
|
5
|
+
import "../chunk-Q22YAXYM.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,15 +6,15 @@ import {
|
|
|
6
6
|
} from "./chunk-UKJ7F5WR.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-CHTRHQHZ.js";
|
|
10
|
+
import "./chunk-UPH7SKWZ.js";
|
|
11
11
|
import {
|
|
12
12
|
catalogToAstro,
|
|
13
13
|
checkAndConvertMdToMdx
|
|
14
14
|
} from "./chunk-7SI5EVOX.js";
|
|
15
15
|
import {
|
|
16
16
|
VERSION
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-Q22YAXYM.js";
|
|
18
18
|
import {
|
|
19
19
|
isBackstagePluginEnabled,
|
|
20
20
|
isEventCatalogScaleEnabled,
|
|
@@ -14,7 +14,7 @@ export const projectDirBase = (() => {
|
|
|
14
14
|
|
|
15
15
|
const pages = defineCollection({
|
|
16
16
|
loader: glob({
|
|
17
|
-
pattern: ['**/pages/*.(md|mdx)'
|
|
17
|
+
pattern: ['**/pages/*.(md|mdx)'],
|
|
18
18
|
base: projectDirBase,
|
|
19
19
|
}),
|
|
20
20
|
schema: z
|
|
@@ -43,7 +43,7 @@ const resourcePointer = z.object({
|
|
|
43
43
|
|
|
44
44
|
const changelogs = defineCollection({
|
|
45
45
|
loader: glob({
|
|
46
|
-
pattern: ['**/changelog.(md|mdx)'
|
|
46
|
+
pattern: ['**/changelog.(md|mdx)'],
|
|
47
47
|
base: projectDirBase,
|
|
48
48
|
}),
|
|
49
49
|
schema: z.object({
|
|
@@ -133,7 +133,7 @@ const flowStep = z
|
|
|
133
133
|
|
|
134
134
|
const flows = defineCollection({
|
|
135
135
|
loader: glob({
|
|
136
|
-
pattern: ['**/flows/*/index.(md|mdx)', '**/flows/*/versioned/*/index.(md|mdx)'
|
|
136
|
+
pattern: ['**/flows/*/index.(md|mdx)', '**/flows/*/versioned/*/index.(md|mdx)'],
|
|
137
137
|
base: projectDirBase,
|
|
138
138
|
generateId: ({ data }) => {
|
|
139
139
|
return `${data.id}-${data.version}`;
|
|
@@ -203,7 +203,7 @@ const flows = defineCollection({
|
|
|
203
203
|
|
|
204
204
|
const events = defineCollection({
|
|
205
205
|
loader: glob({
|
|
206
|
-
pattern: ['**/events/*/index.(md|mdx)', '**/events/*/versioned/*/index.(md|mdx)'
|
|
206
|
+
pattern: ['**/events/*/index.(md|mdx)', '**/events/*/versioned/*/index.(md|mdx)'],
|
|
207
207
|
base: projectDirBase,
|
|
208
208
|
generateId: ({ data, ...rest }) => {
|
|
209
209
|
return `${data.id}-${data.version}`;
|
|
@@ -222,7 +222,7 @@ const events = defineCollection({
|
|
|
222
222
|
|
|
223
223
|
const commands = defineCollection({
|
|
224
224
|
loader: glob({
|
|
225
|
-
pattern: ['**/commands/*/index.(md|mdx)', '**/commands/*/versioned/*/index.(md|mdx)'
|
|
225
|
+
pattern: ['**/commands/*/index.(md|mdx)', '**/commands/*/versioned/*/index.(md|mdx)'],
|
|
226
226
|
base: projectDirBase,
|
|
227
227
|
generateId: ({ data }) => {
|
|
228
228
|
return `${data.id}-${data.version}`;
|
|
@@ -241,7 +241,7 @@ const commands = defineCollection({
|
|
|
241
241
|
|
|
242
242
|
const queries = defineCollection({
|
|
243
243
|
loader: glob({
|
|
244
|
-
pattern: ['**/queries/*/index.(md|mdx)', '**/queries/*/versioned/*/index.(md|mdx)'
|
|
244
|
+
pattern: ['**/queries/*/index.(md|mdx)', '**/queries/*/versioned/*/index.(md|mdx)'],
|
|
245
245
|
base: projectDirBase,
|
|
246
246
|
generateId: ({ data }) => {
|
|
247
247
|
return `${data.id}-${data.version}`;
|
|
@@ -309,7 +309,7 @@ const domains = defineCollection({
|
|
|
309
309
|
|
|
310
310
|
const channels = defineCollection({
|
|
311
311
|
loader: glob({
|
|
312
|
-
pattern: ['**/channels/*/index.(md|mdx)', '**/channels/*/versioned/*/index.(md|mdx)'
|
|
312
|
+
pattern: ['**/channels/*/index.(md|mdx)', '**/channels/*/versioned/*/index.(md|mdx)'],
|
|
313
313
|
base: projectDirBase,
|
|
314
314
|
generateId: ({ data }) => {
|
|
315
315
|
return `${data.id}-${data.version}`;
|