@eventcatalog/core 3.26.8 → 3.26.9

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 = "3.26.8";
40
+ var version = "3.26.9";
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-5WB6S5GZ.js";
4
- import "../chunk-5S25RP7K.js";
3
+ } from "../chunk-XRWNLEVD.js";
4
+ import "../chunk-U6H6DNUN.js";
5
5
  export {
6
6
  raiseEvent
7
7
  };
@@ -111,7 +111,7 @@ var import_axios = __toESM(require("axios"), 1);
111
111
  var import_os = __toESM(require("os"), 1);
112
112
 
113
113
  // package.json
114
- var version = "3.26.8";
114
+ var version = "3.26.9";
115
115
 
116
116
  // src/constants.ts
117
117
  var VERSION = version;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  log_build_default
3
- } from "../chunk-TPK3LJWI.js";
4
- import "../chunk-5WB6S5GZ.js";
3
+ } from "../chunk-7CRQXVYN.js";
4
+ import "../chunk-XRWNLEVD.js";
5
5
  import "../chunk-4UVFXLPI.js";
6
- import "../chunk-5S25RP7K.js";
6
+ import "../chunk-U6H6DNUN.js";
7
7
  import "../chunk-5T63CXKU.js";
8
8
  export {
9
9
  log_build_default as default
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  logger
3
- } from "./chunk-677ZSR3F.js";
3
+ } from "./chunk-NL4AAHR6.js";
4
4
  import {
5
5
  cleanup,
6
6
  getEventCatalogConfigFile
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  raiseEvent
3
- } from "./chunk-5WB6S5GZ.js";
3
+ } from "./chunk-XRWNLEVD.js";
4
4
  import {
5
5
  countResources,
6
6
  serializeCounts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-5S25RP7K.js";
3
+ } from "./chunk-U6H6DNUN.js";
4
4
 
5
5
  // src/utils/cli-logger.ts
6
6
  import pc from "picocolors";
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "3.26.8";
2
+ var version = "3.26.9";
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-5S25RP7K.js";
3
+ } from "./chunk-U6H6DNUN.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 = "3.26.8";
28
+ var version = "3.26.9";
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-5S25RP7K.js";
3
+ } from "./chunk-U6H6DNUN.js";
4
4
  export {
5
5
  VERSION
6
6
  };
@@ -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.8";
117
+ var version = "3.26.9";
118
118
 
119
119
  // src/constants.ts
120
120
  var VERSION = version;
@@ -1174,9 +1174,9 @@ async function buildFieldsIndex(catalogDir, outputDir) {
1174
1174
  sdk.getQueries({ latestOnly: true })
1175
1175
  ]);
1176
1176
  const collections = [
1177
- { entries: events, type: "event" },
1178
- { entries: commands, type: "command" },
1179
- { entries: queries, type: "query" }
1177
+ { entries: events || [], type: "event" },
1178
+ { entries: commands || [], type: "command" },
1179
+ { entries: queries || [], type: "query" }
1180
1180
  ];
1181
1181
  for (const { entries, type } of collections) {
1182
1182
  for (const entry of entries) {
@@ -6,8 +6,8 @@ import {
6
6
  } from "./chunk-PLNJC7NZ.js";
7
7
  import {
8
8
  log_build_default
9
- } from "./chunk-TPK3LJWI.js";
10
- import "./chunk-5WB6S5GZ.js";
9
+ } from "./chunk-7CRQXVYN.js";
10
+ import "./chunk-XRWNLEVD.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-4YHMATES.js";
25
+ } from "./chunk-7BSZQI3M.js";
26
26
  import {
27
27
  logger
28
- } from "./chunk-677ZSR3F.js";
28
+ } from "./chunk-NL4AAHR6.js";
29
29
  import {
30
30
  VERSION
31
- } from "./chunk-5S25RP7K.js";
31
+ } from "./chunk-U6H6DNUN.js";
32
32
  import {
33
33
  getEventCatalogConfigFile,
34
34
  verifyRequiredFieldsAreInCatalogConfigFile
@@ -521,9 +521,9 @@ async function buildFieldsIndex(catalogDir, outputDir) {
521
521
  sdk.getQueries({ latestOnly: true })
522
522
  ]);
523
523
  const collections = [
524
- { entries: events, type: "event" },
525
- { entries: commands, type: "command" },
526
- { entries: queries, type: "query" }
524
+ { entries: events || [], type: "event" },
525
+ { entries: commands || [], type: "command" },
526
+ { entries: queries || [], type: "query" }
527
527
  ];
528
528
  for (const { entries, type } of collections) {
529
529
  for (const entry of entries) {
package/dist/generate.cjs CHANGED
@@ -78,7 +78,7 @@ var getEventCatalogConfigFile = async (projectDirectory) => {
78
78
  var import_picocolors = __toESM(require("picocolors"), 1);
79
79
 
80
80
  // package.json
81
- var version = "3.26.8";
81
+ var version = "3.26.9";
82
82
 
83
83
  // src/constants.ts
84
84
  var VERSION = version;
package/dist/generate.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  generate
3
- } from "./chunk-4YHMATES.js";
4
- import "./chunk-677ZSR3F.js";
5
- import "./chunk-5S25RP7K.js";
3
+ } from "./chunk-7BSZQI3M.js";
4
+ import "./chunk-NL4AAHR6.js";
5
+ import "./chunk-U6H6DNUN.js";
6
6
  import "./chunk-5T63CXKU.js";
7
7
  export {
8
8
  generate
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(cli_logger_exports);
36
36
  var import_picocolors = __toESM(require("picocolors"), 1);
37
37
 
38
38
  // package.json
39
- var version = "3.26.8";
39
+ var version = "3.26.9";
40
40
 
41
41
  // src/constants.ts
42
42
  var VERSION = version;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  logger
3
- } from "../chunk-677ZSR3F.js";
4
- import "../chunk-5S25RP7K.js";
3
+ } from "../chunk-NL4AAHR6.js";
4
+ import "../chunk-U6H6DNUN.js";
5
5
  export {
6
6
  logger
7
7
  };
@@ -47,9 +47,9 @@ export async function buildFieldsIndex(catalogDir: string, outputDir?: string):
47
47
  ]);
48
48
 
49
49
  const collections = [
50
- { entries: events, type: 'event' as const },
51
- { entries: commands, type: 'command' as const },
52
- { entries: queries, type: 'query' as const },
50
+ { entries: events || [], type: 'event' as const },
51
+ { entries: commands || [], type: 'command' as const },
52
+ { entries: queries || [], type: 'query' as const },
53
53
  ];
54
54
 
55
55
  for (const { entries, type } of collections) {
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": "3.26.8",
9
+ "version": "3.26.9",
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },