@eventcatalog/create-eventcatalog 4.1.0 → 4.1.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.
package/dist/index.js CHANGED
@@ -29809,7 +29809,7 @@ var import_os2 = __toESM(require("os"));
29809
29809
  var package_default = {
29810
29810
  name: "@eventcatalog/create-eventcatalog",
29811
29811
  description: "Create EventCatalog with one command",
29812
- version: "4.1.0",
29812
+ version: "4.1.1",
29813
29813
  bin: {
29814
29814
  "create-catalog": "./dist/index.js"
29815
29815
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eventcatalog/create-eventcatalog",
3
3
  "description": "Create EventCatalog with one command",
4
- "version": "4.1.0",
4
+ "version": "4.1.1",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -1,28 +0,0 @@
1
- ---
2
- id: index
3
- ---
4
-
5
- # **EventCatalog**
6
-
7
- Welcome to [EventCatalog](https://www.eventcatalog.dev/).
8
-
9
- This open-source project is designed to help you and your teams bring discoverability and clarity to your event-driven architectures (EDA).
10
-
11
- To get started you can read the following guides:
12
-
13
- * [Getting started with EventCatalog](https://eventcatalog.dev/docs/development/getting-started/introduction)
14
- * [Creating domains](https://eventcatalog.dev/docs/development/guides/domains/adding-domains)
15
- * [Creating services](https://eventcatalog.dev/docs/development/guides/services/adding-services)
16
- * [Creating commands](https://eventcatalog.dev/docs/development/guides/messages/commands/introduction)
17
- * [Creating events](https://eventcatalog.dev/docs/development/guides/messages/events/introduction)
18
- * [Assigning owners to resources](https://eventcatalog.dev/docs/owners)
19
- * [Using components in your pages (Schemas, OpenAPI, etc)](https://eventcatalog.dev/docs/development/components/using-components)
20
- * [Deploying and hosting your EventCatalog](https://eventcatalog.dev/docs/development/deployment)
21
-
22
- ### **Join the community**
23
-
24
- Got questions about EventCatalog? Feature requests or need support? [Join our community on Discord.](https://discord.gg/3rjaZMmrAm)
25
-
26
- ### **Enterprise support**
27
-
28
- Using EventCatalog and needs enterprise support? Work with us, find out what we offer on our [enterprise page](https://eventcatalog.dev/enterprise).