@eventcatalog/core 2.29.3 → 2.29.4

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.29.3";
40
+ var version = "2.29.4";
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-7LKTKQLT.js";
4
- import "../chunk-KCR7LC5R.js";
3
+ } from "../chunk-DH6NCUJX.js";
4
+ import "../chunk-7PSA2C5C.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.29.3";
109
+ var version = "2.29.4";
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-BA6XXQEM.js";
4
- import "../chunk-7LKTKQLT.js";
5
- import "../chunk-KCR7LC5R.js";
3
+ } from "../chunk-6DVICCCE.js";
4
+ import "../chunk-DH6NCUJX.js";
5
+ import "../chunk-7PSA2C5C.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-7LKTKQLT.js";
3
+ } from "./chunk-DH6NCUJX.js";
4
4
  import {
5
5
  getEventCatalogConfigFile,
6
6
  verifyRequiredFieldsAreInCatalogConfigFile
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "2.29.3";
2
+ var version = "2.29.4";
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-KCR7LC5R.js";
3
+ } from "./chunk-7PSA2C5C.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.29.3";
28
+ var version = "2.29.4";
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-KCR7LC5R.js";
3
+ } from "./chunk-7PSA2C5C.js";
4
4
  export {
5
5
  VERSION
6
6
  };
@@ -161,7 +161,7 @@ var import_axios = __toESM(require("axios"), 1);
161
161
  var import_os = __toESM(require("os"), 1);
162
162
 
163
163
  // package.json
164
- var version = "2.29.3";
164
+ var version = "2.29.4";
165
165
 
166
166
  // src/constants.ts
167
167
  var VERSION = version;
@@ -6,14 +6,14 @@ import {
6
6
  } from "./chunk-WUCY3QHK.js";
7
7
  import {
8
8
  log_build_default
9
- } from "./chunk-BA6XXQEM.js";
10
- import "./chunk-7LKTKQLT.js";
9
+ } from "./chunk-6DVICCCE.js";
10
+ import "./chunk-DH6NCUJX.js";
11
11
  import {
12
12
  catalogToAstro
13
13
  } from "./chunk-R2NILSWL.js";
14
14
  import {
15
15
  VERSION
16
- } from "./chunk-KCR7LC5R.js";
16
+ } from "./chunk-7PSA2C5C.js";
17
17
  import {
18
18
  isBackstagePluginEnabled
19
19
  } from "./chunk-XMDPVKIJ.js";
@@ -36,6 +36,8 @@ export async function GET(context) {
36
36
  }
37
37
 
38
38
  const rssItems = items
39
+ // Make sure the item is valid before we try and get the git history
40
+ .filter((item) => item?.data?.pathToFile)
39
41
  .map((event) => {
40
42
  const pathToFile = event.data.pathToFile;
41
43
 
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.29.3",
9
+ "version": "2.29.4",
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },