@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.
@@ -37,7 +37,7 @@ var import_axios = __toESM(require("axios"), 1);
37
37
  var import_os = __toESM(require("os"), 1);
38
38
 
39
39
  // package.json
40
- var version = "2.33.5";
40
+ var version = "2.33.6";
41
41
 
42
42
  // src/constants.ts
43
43
  var VERSION = version;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  raiseEvent
3
- } from "../chunk-3H3JI5WP.js";
4
- import "../chunk-AECMEWQ4.js";
3
+ } from "../chunk-UPH7SKWZ.js";
4
+ import "../chunk-Q22YAXYM.js";
5
5
  export {
6
6
  raiseEvent
7
7
  };
@@ -106,7 +106,7 @@ var import_axios = __toESM(require("axios"), 1);
106
106
  var import_os = __toESM(require("os"), 1);
107
107
 
108
108
  // package.json
109
- var version = "2.33.5";
109
+ var version = "2.33.6";
110
110
 
111
111
  // src/constants.ts
112
112
  var VERSION = version;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  log_build_default
3
- } from "../chunk-QUTVOUHZ.js";
4
- import "../chunk-3H3JI5WP.js";
5
- import "../chunk-AECMEWQ4.js";
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
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  raiseEvent
3
- } from "./chunk-3H3JI5WP.js";
3
+ } from "./chunk-UPH7SKWZ.js";
4
4
  import {
5
5
  getEventCatalogConfigFile,
6
6
  verifyRequiredFieldsAreInCatalogConfigFile
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "2.33.5";
2
+ var version = "2.33.6";
3
3
 
4
4
  // src/constants.ts
5
5
  var VERSION = version;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-AECMEWQ4.js";
3
+ } from "./chunk-Q22YAXYM.js";
4
4
 
5
5
  // src/analytics/analytics.js
6
6
  import axios from "axios";
@@ -25,7 +25,7 @@ __export(constants_exports, {
25
25
  module.exports = __toCommonJS(constants_exports);
26
26
 
27
27
  // package.json
28
- var version = "2.33.5";
28
+ var version = "2.33.6";
29
29
 
30
30
  // src/constants.ts
31
31
  var VERSION = version;
package/dist/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-AECMEWQ4.js";
3
+ } from "./chunk-Q22YAXYM.js";
4
4
  export {
5
5
  VERSION
6
6
  };
@@ -157,7 +157,7 @@ var import_axios = __toESM(require("axios"), 1);
157
157
  var import_os = __toESM(require("os"), 1);
158
158
 
159
159
  // package.json
160
- var version = "2.33.5";
160
+ var version = "2.33.6";
161
161
 
162
162
  // src/constants.ts
163
163
  var VERSION = version;
@@ -6,15 +6,15 @@ import {
6
6
  } from "./chunk-UKJ7F5WR.js";
7
7
  import {
8
8
  log_build_default
9
- } from "./chunk-QUTVOUHZ.js";
10
- import "./chunk-3H3JI5WP.js";
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-AECMEWQ4.js";
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)', '!**/node_modules/**'],
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)', '!**/node_modules/**'],
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)', '!**/node_modules/**'],
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)', '!**/node_modules/**'],
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)', '!**/node_modules/**'],
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)', '!**/node_modules/**'],
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)', '!**/node_modules/**'],
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}`;
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.33.5",
9
+ "version": "2.33.6",
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },