@eventcatalog/core 2.29.0 → 2.29.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.
@@ -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.0";
40
+ var version = "2.29.1";
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-7IL66XAM.js";
4
- import "../chunk-GFX4RRFK.js";
3
+ } from "../chunk-UMSVZL34.js";
4
+ import "../chunk-OXENAILQ.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.0";
109
+ var version = "2.29.1";
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-3PFCKHXB.js";
4
- import "../chunk-7IL66XAM.js";
5
- import "../chunk-GFX4RRFK.js";
3
+ } from "../chunk-YKQAIHRX.js";
4
+ import "../chunk-UMSVZL34.js";
5
+ import "../chunk-OXENAILQ.js";
6
6
  import "../chunk-E7TXTI7G.js";
7
7
  export {
8
8
  log_build_default as default
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "2.29.0";
2
+ var version = "2.29.1";
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-GFX4RRFK.js";
3
+ } from "./chunk-OXENAILQ.js";
4
4
 
5
5
  // src/analytics/analytics.js
6
6
  import axios from "axios";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  raiseEvent
3
- } from "./chunk-7IL66XAM.js";
3
+ } from "./chunk-UMSVZL34.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.29.0";
28
+ var version = "2.29.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-GFX4RRFK.js";
3
+ } from "./chunk-OXENAILQ.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.0";
164
+ var version = "2.29.1";
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-3PFCKHXB.js";
10
- import "./chunk-7IL66XAM.js";
9
+ } from "./chunk-YKQAIHRX.js";
10
+ import "./chunk-UMSVZL34.js";
11
11
  import {
12
12
  catalogToAstro
13
13
  } from "./chunk-R2NILSWL.js";
14
14
  import {
15
15
  VERSION
16
- } from "./chunk-GFX4RRFK.js";
16
+ } from "./chunk-OXENAILQ.js";
17
17
  import {
18
18
  isBackstagePluginEnabled
19
19
  } from "./chunk-XMDPVKIJ.js";
@@ -94,7 +94,7 @@ const ServiceItem = React.memo(
94
94
  >
95
95
  <span className="truncate flex items-center gap-1">AsyncAPI specification</span>
96
96
  <span className="text-purple-600 ml-2 text-[10px] uppercase font-medium bg-gray-50 px-4 py-0.5 rounded">
97
- <img src="/icons/asyncapi.svg" className="w-4 h-4" />
97
+ <img src={buildUrl('/icons/asyncapi.svg', true)} className="w-4 h-4" />
98
98
  </span>
99
99
  </a>
100
100
  )}
@@ -109,7 +109,7 @@ const ServiceItem = React.memo(
109
109
  >
110
110
  <span className="truncate flex items-center gap-1">OpenAPI specification</span>
111
111
  <span className="text-green-600 ml-2 text-[10px] uppercase font-medium bg-gray-50 px-4 py-0.5 rounded">
112
- <img src="/icons/openapi.svg" className="w-4 h-4" />
112
+ <img src={buildUrl('/icons/openapi.svg', true)} className="w-4 h-4" />
113
113
  </span>
114
114
  </a>
115
115
  )}
@@ -95,7 +95,7 @@ const ownedQueriesList = queries.map((p) => ({
95
95
  {
96
96
  props.data.slackDirectMessageUrl && (
97
97
  <div class="flex space-x-1 items-center text-xs text-gray-500 font-bold hover:underline hover:text-primary">
98
- <img src="/slack-icon.svg" class="w-4 h-3" />
98
+ <img src={buildUrl('/slack-icon.svg', true)} class="w-4 h-3" />
99
99
  <a href={`${props.data.slackDirectMessageUrl}`}>Send DM on Slack</a>
100
100
  </div>
101
101
  )
@@ -103,7 +103,7 @@ const ownedQueriesList = queries.map((p) => ({
103
103
  {
104
104
  props.data.msTeamsDirectMessageUrl && (
105
105
  <div class="flex space-x-1 items-center text-xs text-gray-500 font-bold hover:underline hover:text-primary">
106
- <img src="/icons/ms-teams.svg" class="w-4 h-4" />
106
+ <img src={buildUrl('/icons/ms-teams.svg', true)} class="w-4 h-4" />
107
107
  <a href={`${props.data.msTeamsDirectMessageUrl}`} target="_blank" rel="noopener noreferrer">
108
108
  Send DM on Teams
109
109
  </a>
@@ -86,7 +86,7 @@ const associatedTeams = teams.map((o) => ({
86
86
  {
87
87
  props.data.slackDirectMessageUrl && (
88
88
  <div class="flex space-x-1 items-center text-xs text-gray-500 font-bold hover:underline hover:text-primary">
89
- <img src="/slack-icon.svg" class="w-4 h-3" />
89
+ <img src={buildUrl('/slack-icon.svg', true)} class="w-4 h-3" />
90
90
  <a href={`${props.data.slackDirectMessageUrl}`}>Send DM on Slack</a>
91
91
  </div>
92
92
  )
@@ -94,7 +94,7 @@ const associatedTeams = teams.map((o) => ({
94
94
  {
95
95
  props.data.msTeamsDirectMessageUrl && (
96
96
  <div class="flex space-x-1 items-center text-xs text-gray-500 font-bold hover:underline hover:text-primary">
97
- <img src="/icons/ms-teams.svg" class="w-4 h-4" />
97
+ <img src={buildUrl('/icons/ms-teams.svg', true)} class="w-4 h-4" />
98
98
  <a href={`${props.data.msTeamsDirectMessageUrl}`} target="_blank" rel="noopener noreferrer">
99
99
  Send DM on Teams
100
100
  </a>
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.0",
9
+ "version": "2.29.1",
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },