@eventcatalog/core 2.61.5 → 2.61.6
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.
- package/README.md +4 -2
- package/dist/analytics/analytics.cjs +1 -1
- package/dist/analytics/analytics.js +2 -2
- package/dist/analytics/log-build.cjs +1 -1
- package/dist/analytics/log-build.js +3 -3
- package/dist/{chunk-25B6QU5B.js → chunk-6IIG7LV6.js} +1 -1
- package/dist/{chunk-PK7HK42H.js → chunk-7LTM6YQH.js} +1 -1
- package/dist/{chunk-3DQC6REX.js → chunk-PMSWVB5T.js} +1 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/eventcatalog.cjs +1 -1
- package/dist/eventcatalog.js +3 -3
- package/eventcatalog/src/content.config.ts +2 -2
- package/eventcatalog/src/pages/api/catalog.ts +3 -1
- package/eventcatalog/tailwind.config.mjs +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<h4>Features: Documentation for Event Driven Architectures, Integration with any broker, Generator from your OpenAPI and AsyncAPI documents, Docs and Code, Markdown driven, Document Domains/Services/Messages/Schemas and more, Content versioning, Assign Owners, Schemas, OpenAPI, MDX Components and more...</h4>
|
|
35
35
|
|
|
36
36
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
37
|
-
[](#contributors-)
|
|
38
38
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
39
39
|
|
|
40
40
|
[Read the Docs](https://www.eventcatalog.dev/docs/development/getting-started/introduction) | [View Demo](https://demo.eventcatalog.dev)
|
|
@@ -261,10 +261,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
261
261
|
</tr>
|
|
262
262
|
<tr>
|
|
263
263
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cc-stjm"><img src="https://avatars.githubusercontent.com/u/47748595?v=4?s=100" width="100px;" alt="cc-stjm"/><br /><sub><b>cc-stjm</b></sub></a><br /><a href="https://github.com/event-catalog/eventcatalog/commits?author=cc-stjm" title="Code">💻</a></td>
|
|
264
|
-
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/lucianlature/"><img src="https://avatars.githubusercontent.com/u/24992?v=4?s=100" width="100px;" alt="Lucian Lature"/><br /><sub><b>Lucian Lature</b></sub></a><br /><a href="https://github.com/event-catalog/eventcatalog/issues?q=author%3Alucianlature" title="Bug reports">🐛</a></td>
|
|
264
|
+
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/lucianlature/"><img src="https://avatars.githubusercontent.com/u/24992?v=4?s=100" width="100px;" alt="Lucian Lature"/><br /><sub><b>Lucian Lature</b></sub></a><br /><a href="https://github.com/event-catalog/eventcatalog/issues?q=author%3Alucianlature" title="Bug reports">🐛</a> <a href="https://github.com/event-catalog/eventcatalog/commits?author=lucianlature" title="Code">💻</a></td>
|
|
265
265
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/villAsh"><img src="https://avatars.githubusercontent.com/u/50195101?v=4?s=100" width="100px;" alt="Vilas Chauvhan"/><br /><sub><b>Vilas Chauvhan</b></sub></a><br /><a href="https://github.com/event-catalog/eventcatalog/commits?author=villAsh" title="Code">💻</a></td>
|
|
266
266
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mrerichoffman"><img src="https://avatars.githubusercontent.com/u/7565432?v=4?s=100" width="100px;" alt="Eric Hoffman"/><br /><sub><b>Eric Hoffman</b></sub></a><br /><a href="https://github.com/event-catalog/eventcatalog/issues?q=author%3Amrerichoffman" title="Bug reports">🐛</a></td>
|
|
267
267
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wimhaesen-kine"><img src="https://avatars.githubusercontent.com/u/231914377?v=4?s=100" width="100px;" alt="wimhaesen-kine"/><br /><sub><b>wimhaesen-kine</b></sub></a><br /><a href="https://github.com/event-catalog/eventcatalog/commits?author=wimhaesen-kine" title="Code">💻</a></td>
|
|
268
|
+
<td align="center" valign="top" width="14.28%"><a href="https://www.ondrejmusil.cz"><img src="https://avatars.githubusercontent.com/u/959390?v=4?s=100" width="100px;" alt="Ondrej Musil"/><br /><sub><b>Ondrej Musil</b></sub></a><br /><a href="https://github.com/event-catalog/eventcatalog/issues?q=author%3Afreaz" title="Bug reports">🐛</a></td>
|
|
269
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/anatolybolshakov"><img src="https://avatars.githubusercontent.com/u/8779682?v=4?s=100" width="100px;" alt="Anatoly Bolshakov"/><br /><sub><b>Anatoly Bolshakov</b></sub></a><br /><a href="https://github.com/event-catalog/eventcatalog/commits?author=anatolybolshakov" title="Code">💻</a></td>
|
|
268
270
|
</tr>
|
|
269
271
|
</tbody>
|
|
270
272
|
</table>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
log_build_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-6IIG7LV6.js";
|
|
4
|
+
import "../chunk-7LTM6YQH.js";
|
|
5
|
+
import "../chunk-PMSWVB5T.js";
|
|
6
6
|
import "../chunk-UPONRQSN.js";
|
|
7
7
|
export {
|
|
8
8
|
log_build_default as default
|
package/dist/constants.cjs
CHANGED
package/dist/constants.js
CHANGED
package/dist/eventcatalog.cjs
CHANGED
package/dist/eventcatalog.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
} from "./chunk-PLNJC7NZ.js";
|
|
7
7
|
import {
|
|
8
8
|
log_build_default
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-6IIG7LV6.js";
|
|
10
|
+
import "./chunk-7LTM6YQH.js";
|
|
11
11
|
import {
|
|
12
12
|
catalogToAstro,
|
|
13
13
|
checkAndConvertMdToMdx
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import "./chunk-55D645EH.js";
|
|
16
16
|
import {
|
|
17
17
|
VERSION
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-PMSWVB5T.js";
|
|
19
19
|
import {
|
|
20
20
|
getProjectOutDir,
|
|
21
21
|
isAuthEnabled,
|
|
@@ -46,7 +46,7 @@ const channelPointer = z
|
|
|
46
46
|
|
|
47
47
|
const resourcePointer = z.object({
|
|
48
48
|
id: z.string(),
|
|
49
|
-
version: z.string().optional().default('latest'),
|
|
49
|
+
version: z.union([z.string(), z.number()]).optional().default('latest'),
|
|
50
50
|
type: z.enum(['service', 'event', 'command', 'query', 'flow', 'channel', 'domain', 'user', 'team', 'container']),
|
|
51
51
|
});
|
|
52
52
|
|
|
@@ -79,7 +79,7 @@ const baseSchema = z.object({
|
|
|
79
79
|
id: z.string(),
|
|
80
80
|
name: z.string(),
|
|
81
81
|
summary: z.string().optional(),
|
|
82
|
-
version: z.string(),
|
|
82
|
+
version: z.union([z.string(), z.number()]),
|
|
83
83
|
draft: z.union([z.boolean(), z.object({ title: z.string().optional(), message: z.string() })]).optional(),
|
|
84
84
|
badges: z.array(badge).optional(),
|
|
85
85
|
owners: z.array(ownerReference).optional(),
|
|
@@ -9,7 +9,9 @@ import config from '@config';
|
|
|
9
9
|
* @returns
|
|
10
10
|
*/
|
|
11
11
|
export const GET: APIRoute = async ({ params, request }) => {
|
|
12
|
-
|
|
12
|
+
const isFullCatalogAPIEnabled = config.api?.fullCatalogAPIEnabled ?? true;
|
|
13
|
+
|
|
14
|
+
if (!isFullCatalogAPIEnabled) {
|
|
13
15
|
return new Response(JSON.stringify({ error: 'Full catalog API is not enabled' }), {
|
|
14
16
|
status: 404,
|
|
15
17
|
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import config from './eventcatalog.config.js';
|
|
2
|
+
import typography from '@tailwindcss/typography';
|
|
2
3
|
|
|
3
4
|
const HEADER_HEIGHT = '4rem';
|
|
4
5
|
const theme = config.theme || {};
|
|
@@ -64,5 +65,5 @@ export default {
|
|
|
64
65
|
'min-h-[100px]',
|
|
65
66
|
],
|
|
66
67
|
|
|
67
|
-
plugins: [
|
|
68
|
+
plugins: [typography],
|
|
68
69
|
};
|