@eventcatalog/create-eventcatalog 4.2.7 → 4.2.8

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
@@ -29808,7 +29808,7 @@ var import_os2 = __toESM(require("os"));
29808
29808
  var package_default = {
29809
29809
  name: "@eventcatalog/create-eventcatalog",
29810
29810
  description: "Create EventCatalog with one command",
29811
- version: "4.2.7",
29811
+ version: "4.2.8",
29812
29812
  license: "MIT",
29813
29813
  bin: {
29814
29814
  "create-catalog": "./dist/index.js"
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.2.7",
4
+ "version": "4.2.8",
5
5
  "license": "MIT",
6
6
  "bin": {
7
7
  "create-catalog": "./dist/index.js"
@@ -68,13 +68,7 @@ The E-Commerce domain is built on the following sub domains:
68
68
  </ResourceLink>
69
69
  - Generic subscription domain handling users subscriptions
70
70
 
71
- ## Target Architecture (Event Storming Results)
72
-
73
- Our target architecture was defined through collaborative event storming sessions with product, engineering, and business stakeholders. This represents our vision for FlowMart's commerce capabilities.
74
-
75
- <Miro boardId="uXjVIHCImos=/" moveToWidget="3074457347671667709" edit={false} />
76
-
77
- ## Current Production Architecture
71
+ ## Architecture
78
72
 
79
73
  Our current event-driven architecture powering FlowMart's shopping experience:
80
74