@eventcatalog/core 2.44.4 → 2.44.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.
@@ -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.44.4";
40
+ var version = "2.44.5";
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-5JM4QIHQ.js";
4
- import "../chunk-DFFXN3Z4.js";
3
+ } from "../chunk-ULCIAC3E.js";
4
+ import "../chunk-WG64IAI3.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.44.4";
109
+ var version = "2.44.5";
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-DAC5BKLG.js";
4
- import "../chunk-5JM4QIHQ.js";
5
- import "../chunk-DFFXN3Z4.js";
3
+ } from "../chunk-WO7XQZNY.js";
4
+ import "../chunk-ULCIAC3E.js";
5
+ import "../chunk-WG64IAI3.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
  VERSION
3
- } from "./chunk-DFFXN3Z4.js";
3
+ } from "./chunk-WG64IAI3.js";
4
4
 
5
5
  // src/analytics/analytics.js
6
6
  import axios from "axios";
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "2.44.4";
2
+ var version = "2.44.5";
3
3
 
4
4
  // src/constants.ts
5
5
  var VERSION = version;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  raiseEvent
3
- } from "./chunk-5JM4QIHQ.js";
3
+ } from "./chunk-ULCIAC3E.js";
4
4
  import {
5
5
  getEventCatalogConfigFile,
6
6
  verifyRequiredFieldsAreInCatalogConfigFile
@@ -25,7 +25,7 @@ __export(constants_exports, {
25
25
  module.exports = __toCommonJS(constants_exports);
26
26
 
27
27
  // package.json
28
- var version = "2.44.4";
28
+ var version = "2.44.5";
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-DFFXN3Z4.js";
3
+ } from "./chunk-WG64IAI3.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.44.4";
160
+ var version = "2.44.5";
161
161
 
162
162
  // src/constants.ts
163
163
  var VERSION = version;
@@ -6,8 +6,8 @@ import {
6
6
  } from "./chunk-DCLTVJDP.js";
7
7
  import {
8
8
  log_build_default
9
- } from "./chunk-DAC5BKLG.js";
10
- import "./chunk-5JM4QIHQ.js";
9
+ } from "./chunk-WO7XQZNY.js";
10
+ import "./chunk-ULCIAC3E.js";
11
11
  import {
12
12
  catalogToAstro,
13
13
  checkAndConvertMdToMdx
@@ -15,7 +15,7 @@ import {
15
15
  import "./chunk-EXAALOQA.js";
16
16
  import {
17
17
  VERSION
18
- } from "./chunk-DFFXN3Z4.js";
18
+ } from "./chunk-WG64IAI3.js";
19
19
  import {
20
20
  isAuthEnabled,
21
21
  isBackstagePluginEnabled,
@@ -140,7 +140,7 @@ const VisualiserSearch = forwardRef<VisualiserSearchRef, VisualiserSearchProps>(
140
140
  // Close suggestions when clicking outside
141
141
  useEffect(() => {
142
142
  const handleClickOutside = (event: MouseEvent) => {
143
- if (containerRef.current && !containerRef.current.contains(event.target as Node)) {
143
+ if (containerRef.current && !containerRef.current.contains(event.target as any)) {
144
144
  setShowSuggestions(false);
145
145
  setSelectedSuggestionIndex(-1);
146
146
  }
@@ -151,7 +151,7 @@ function processSchema(schema: any, rootSchema?: any): any {
151
151
 
152
152
  // Merge all properties from variants for display
153
153
  const allProperties: Record<string, any> = {};
154
- processedVariants.forEach((variant) => {
154
+ processedVariants.forEach((variant: any) => {
155
155
  if (variant.properties) {
156
156
  Object.assign(allProperties, variant.properties);
157
157
  }
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.44.4",
9
+ "version": "2.44.5",
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },