@eventcatalog/core 3.48.0 → 3.48.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.
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(analytics_exports);
36
36
  var import_os = __toESM(require("os"), 1);
37
37
 
38
38
  // package.json
39
- var version = "3.48.0";
39
+ var version = "3.48.1";
40
40
 
41
41
  // src/constants.ts
42
42
  var VERSION = version;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  raiseEvent
3
- } from "../chunk-4PAHVB2Y.js";
4
- import "../chunk-E4TWUZEU.js";
3
+ } from "../chunk-VH5LYGTZ.js";
4
+ import "../chunk-OUXBZ7LA.js";
5
5
  export {
6
6
  raiseEvent
7
7
  };
@@ -140,7 +140,7 @@ var verifyRequiredFieldsAreInCatalogConfigFile = async (projectDirectory) => {
140
140
  var import_os = __toESM(require("os"), 1);
141
141
 
142
142
  // package.json
143
- var version = "3.48.0";
143
+ var version = "3.48.1";
144
144
 
145
145
  // src/constants.ts
146
146
  var VERSION = version;
@@ -222,6 +222,9 @@ var getFeatures = async (configFile) => {
222
222
  llmsTxt: configFile.llmsTxt?.enabled || false,
223
223
  rss: configFile.rss?.enabled || false,
224
224
  chat: configFile.chat?.enabled || false,
225
+ changelog: configFile.changelog?.enabled || false,
226
+ auth: configFile.auth?.enabled || false,
227
+ environments: Array.isArray(configFile.environments) && configFile.environments.length > 0,
225
228
  output: configFile.output || "static"
226
229
  };
227
230
  };
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  log_build_default
3
- } from "../chunk-5WM3KVZ4.js";
3
+ } from "../chunk-UHKKOUQ6.js";
4
4
  import "../chunk-DAOXTQVS.js";
5
- import "../chunk-4PAHVB2Y.js";
6
- import "../chunk-E4TWUZEU.js";
5
+ import "../chunk-VH5LYGTZ.js";
6
+ import "../chunk-OUXBZ7LA.js";
7
7
  import "../chunk-6QENHZZP.js";
8
8
  export {
9
9
  log_build_default as default
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-E4TWUZEU.js";
3
+ } from "./chunk-OUXBZ7LA.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.48.0";
2
+ var version = "3.48.1";
3
3
 
4
4
  // src/constants.ts
5
5
  var VERSION = version;
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-DAOXTQVS.js";
5
5
  import {
6
6
  raiseEvent
7
- } from "./chunk-4PAHVB2Y.js";
7
+ } from "./chunk-VH5LYGTZ.js";
8
8
  import {
9
9
  getEventCatalogConfigFile,
10
10
  verifyRequiredFieldsAreInCatalogConfigFile
@@ -16,6 +16,9 @@ var getFeatures = async (configFile) => {
16
16
  llmsTxt: configFile.llmsTxt?.enabled || false,
17
17
  rss: configFile.rss?.enabled || false,
18
18
  chat: configFile.chat?.enabled || false,
19
+ changelog: configFile.changelog?.enabled || false,
20
+ auth: configFile.auth?.enabled || false,
21
+ environments: Array.isArray(configFile.environments) && configFile.environments.length > 0,
19
22
  output: configFile.output || "static"
20
23
  };
21
24
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  VERSION
3
- } from "./chunk-E4TWUZEU.js";
3
+ } from "./chunk-OUXBZ7LA.js";
4
4
 
5
5
  // src/analytics/analytics.js
6
6
  import os from "os";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  logger
3
- } from "./chunk-BOOGBLDG.js";
3
+ } from "./chunk-D6IADQY4.js";
4
4
  import {
5
5
  cleanup,
6
6
  getEventCatalogConfigFile
@@ -25,7 +25,7 @@ __export(constants_exports, {
25
25
  module.exports = __toCommonJS(constants_exports);
26
26
 
27
27
  // package.json
28
- var version = "3.48.0";
28
+ var version = "3.48.1";
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-E4TWUZEU.js";
3
+ } from "./chunk-OUXBZ7LA.js";
4
4
  export {
5
5
  VERSION
6
6
  };
@@ -144,7 +144,7 @@ var verifyRequiredFieldsAreInCatalogConfigFile = async (projectDirectory) => {
144
144
  var import_picocolors = __toESM(require("picocolors"), 1);
145
145
 
146
146
  // package.json
147
- var version = "3.48.0";
147
+ var version = "3.48.1";
148
148
 
149
149
  // src/constants.ts
150
150
  var VERSION = version;
@@ -317,6 +317,9 @@ var getFeatures = async (configFile) => {
317
317
  llmsTxt: configFile.llmsTxt?.enabled || false,
318
318
  rss: configFile.rss?.enabled || false,
319
319
  chat: configFile.chat?.enabled || false,
320
+ changelog: configFile.changelog?.enabled || false,
321
+ auth: configFile.auth?.enabled || false,
322
+ environments: Array.isArray(configFile.environments) && configFile.environments.length > 0,
320
323
  output: configFile.output || "static"
321
324
  };
322
325
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  log_build_default
3
- } from "./chunk-5WM3KVZ4.js";
3
+ } from "./chunk-UHKKOUQ6.js";
4
4
  import "./chunk-DAOXTQVS.js";
5
5
  import {
6
6
  resolve_catalog_dependencies_default
@@ -15,7 +15,7 @@ import {
15
15
  runMigrations
16
16
  } from "./chunk-XUAF2H54.js";
17
17
  import "./chunk-CA4U2JP7.js";
18
- import "./chunk-4PAHVB2Y.js";
18
+ import "./chunk-VH5LYGTZ.js";
19
19
  import {
20
20
  catalogToAstro
21
21
  } from "./chunk-WQNKHIDM.js";
@@ -28,13 +28,13 @@ import {
28
28
  } from "./chunk-B7HCX5HM.js";
29
29
  import {
30
30
  generate
31
- } from "./chunk-GSDFCY6Q.js";
31
+ } from "./chunk-ZIID2J67.js";
32
32
  import {
33
33
  logger
34
- } from "./chunk-BOOGBLDG.js";
34
+ } from "./chunk-D6IADQY4.js";
35
35
  import {
36
36
  VERSION
37
- } from "./chunk-E4TWUZEU.js";
37
+ } from "./chunk-OUXBZ7LA.js";
38
38
  import {
39
39
  getEventCatalogConfigFile,
40
40
  verifyRequiredFieldsAreInCatalogConfigFile
package/dist/generate.cjs CHANGED
@@ -108,7 +108,7 @@ var getEventCatalogConfigFile = async (projectDirectory) => {
108
108
  var import_picocolors = __toESM(require("picocolors"), 1);
109
109
 
110
110
  // package.json
111
- var version = "3.48.0";
111
+ var version = "3.48.1";
112
112
 
113
113
  // src/constants.ts
114
114
  var VERSION = version;
package/dist/generate.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  generate
3
- } from "./chunk-GSDFCY6Q.js";
4
- import "./chunk-BOOGBLDG.js";
5
- import "./chunk-E4TWUZEU.js";
3
+ } from "./chunk-ZIID2J67.js";
4
+ import "./chunk-D6IADQY4.js";
5
+ import "./chunk-OUXBZ7LA.js";
6
6
  import "./chunk-6QENHZZP.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.48.0";
39
+ var version = "3.48.1";
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-BOOGBLDG.js";
4
- import "../chunk-E4TWUZEU.js";
3
+ } from "../chunk-D6IADQY4.js";
4
+ import "../chunk-OUXBZ7LA.js";
5
5
  export {
6
6
  logger
7
7
  };
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "license": "SEE LICENSE IN LICENSE",
9
9
  "type": "module",
10
- "version": "3.48.0",
10
+ "version": "3.48.1",
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
@@ -73,7 +73,7 @@
73
73
  "elkjs": "^0.10.0",
74
74
  "glob": "^13.0.6",
75
75
  "gray-matter": "^4.0.3",
76
- "hono": "4.12.21",
76
+ "hono": "4.12.25",
77
77
  "html-to-image": "^1.11.11",
78
78
  "js-yaml": "^4.2.0",
79
79
  "jsonpath-plus": "^10.4.0",
@@ -112,8 +112,8 @@
112
112
  "uuid": "^10.0.0",
113
113
  "zod": "^4.3.6",
114
114
  "@eventcatalog/linter": "1.1.0",
115
- "@eventcatalog/visualiser": "^3.22.1",
116
- "@eventcatalog/sdk": "2.24.1"
115
+ "@eventcatalog/sdk": "2.24.1",
116
+ "@eventcatalog/visualiser": "^3.22.1"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@astrojs/check": "^0.9.9",