@eventcatalog/core 4.10.4 → 4.10.5

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.
@@ -4,9 +4,9 @@ import {
4
4
  import "./chunk-CA4U2JP7.js";
5
5
  import {
6
6
  log_build_default
7
- } from "./chunk-2SLBVVUZ.js";
8
- import "./chunk-6S2ZIVEV.js";
9
- import "./chunk-K2XIENVT.js";
7
+ } from "./chunk-NWWGCVSE.js";
8
+ import "./chunk-GLEQKW6W.js";
9
+ import "./chunk-ZAZHAVKB.js";
10
10
  import {
11
11
  FederationConflictError,
12
12
  FederationDiagnosticError,
@@ -31,10 +31,10 @@ import {
31
31
  } from "./chunk-B7HCX5HM.js";
32
32
  import {
33
33
  generate
34
- } from "./chunk-S3J4N5ZP.js";
34
+ } from "./chunk-JE6ZSCPU.js";
35
35
  import {
36
36
  logger
37
- } from "./chunk-T5XTOY52.js";
37
+ } from "./chunk-7PXZNQPR.js";
38
38
  import {
39
39
  resolve_catalog_dependencies_default
40
40
  } from "./chunk-LHR4G2UO.js";
@@ -54,7 +54,7 @@ import {
54
54
  import "./chunk-W5JQON7Z.js";
55
55
  import {
56
56
  VERSION
57
- } from "./chunk-322TAIDG.js";
57
+ } from "./chunk-RX2XDKHZ.js";
58
58
  import {
59
59
  linkCoreNodeModules,
60
60
  resolveInstalledCoreNodeModules
@@ -906,6 +906,12 @@ program.command("dev").description("Run development server of EventCatalog").opt
906
906
  );
907
907
  const isEventCatalogStarter = await isEventCatalogStarterEnabled();
908
908
  const isEventCatalogScale = await isEventCatalogScaleEnabled();
909
+ void log_build_default(dir, {
910
+ isEventCatalogStarterEnabled: isEventCatalogStarter,
911
+ isEventCatalogScaleEnabled: isEventCatalogScale,
912
+ isBackstagePluginEnabled: canEmbedPages || isEventCatalogScale,
913
+ command: "dev"
914
+ });
909
915
  if (isServer) {
910
916
  try {
911
917
  logger.info("Building fields index...", "fields");
@@ -981,7 +987,8 @@ program.command("build").description("Run build of EventCatalog").action(async (
981
987
  await log_build_default(dir, {
982
988
  isEventCatalogStarterEnabled: isEventCatalogStarter,
983
989
  isEventCatalogScaleEnabled: isEventCatalogScale,
984
- isBackstagePluginEnabled: canEmbedPages || isEventCatalogScale
990
+ isBackstagePluginEnabled: canEmbedPages || isEventCatalogScale,
991
+ command: "build"
985
992
  });
986
993
  await resolve_catalog_dependencies_default(dir, core);
987
994
  await runMigrations(dir);
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 = "4.10.4";
111
+ var version = "4.10.5";
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-S3J4N5ZP.js";
4
- import "./chunk-T5XTOY52.js";
5
- import "./chunk-322TAIDG.js";
3
+ } from "./chunk-JE6ZSCPU.js";
4
+ import "./chunk-7PXZNQPR.js";
5
+ import "./chunk-RX2XDKHZ.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 = "4.10.4";
39
+ var version = "4.10.5";
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-T5XTOY52.js";
4
- import "../chunk-322TAIDG.js";
3
+ } from "../chunk-7PXZNQPR.js";
4
+ import "../chunk-RX2XDKHZ.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": "4.10.4",
10
+ "version": "4.10.5",
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
@@ -61,7 +61,7 @@
61
61
  "@tanstack/react-table": "^8.17.3",
62
62
  "@xyflow/react": "^12.3.6",
63
63
  "ai": "^6.0.17",
64
- "astro": "^7.2.8",
64
+ "astro": "7.2.8",
65
65
  "astro-expressive-code": "^0.44.0",
66
66
  "astro-seo": "^0.8.4",
67
67
  "auth-astro": "^4.2.0",
@@ -119,9 +119,9 @@
119
119
  "update-notifier": "^7.3.1",
120
120
  "uuid": "^11.1.1",
121
121
  "zod": "^4.3.6",
122
- "@eventcatalog/sdk": "2.28.1",
122
+ "@eventcatalog/linter": "1.1.17",
123
123
  "@eventcatalog/visualiser": "^4.1.3",
124
- "@eventcatalog/linter": "1.1.17"
124
+ "@eventcatalog/sdk": "2.28.1"
125
125
  },
126
126
  "devDependencies": {
127
127
  "@astrojs/check": "^0.9.10",