@eventcatalog/create-eventcatalog 2.2.6 → 3.0.0

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.
Files changed (96) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
  3. package/templates/asyncapi/eventcatalog.config.js +3 -3
  4. package/templates/default/eventcatalog.config.js +3 -3
  5. package/templates/empty/eventcatalog.config.js +3 -3
  6. package/templates/openapi/eventcatalog.config.js +3 -3
  7. /package/templates/asyncapi/teams/{order-management.md → order-management.mdx} +0 -0
  8. /package/templates/asyncapi/teams/{user-management.md → user-management.mdx} +0 -0
  9. /package/templates/asyncapi/users/{aSmith.md → aSmith.mdx} +0 -0
  10. /package/templates/asyncapi/users/{alee.md → alee.mdx} +0 -0
  11. /package/templates/asyncapi/users/{azhang.md → azhang.mdx} +0 -0
  12. /package/templates/asyncapi/users/{dboyne.md → dboyne.mdx} +0 -0
  13. /package/templates/asyncapi/users/{dkim.md → dkim.mdx} +0 -0
  14. /package/templates/asyncapi/users/{jbrown.md → jbrown.mdx} +0 -0
  15. /package/templates/asyncapi/users/{mSmith.md → mSmith.mdx} +0 -0
  16. /package/templates/default/channels/inventory.{env}.events/{index.md → index.mdx} +0 -0
  17. /package/templates/default/channels/orders.{env}.events/{index.md → index.mdx} +0 -0
  18. /package/templates/default/channels/payment.{env}.events/{index.md → index.mdx} +0 -0
  19. /package/templates/default/domains/Orders/{changelog.md → changelog.mdx} +0 -0
  20. /package/templates/default/domains/Orders/{index.md → index.mdx} +0 -0
  21. /package/templates/default/domains/Orders/services/InventoryService/{changelog.md → changelog.mdx} +0 -0
  22. /package/templates/default/domains/Orders/services/InventoryService/commands/AddInventory/{index.md → index.mdx} +0 -0
  23. /package/templates/default/domains/Orders/services/InventoryService/commands/PlaceOrder/{index.md → index.mdx} +0 -0
  24. /package/templates/default/domains/Orders/services/InventoryService/commands/UpdateInventory/{index.md → index.mdx} +0 -0
  25. /package/templates/default/domains/Orders/services/InventoryService/events/InventoryAdjusted/{changelog.md → changelog.mdx} +0 -0
  26. /package/templates/default/domains/Orders/services/InventoryService/events/InventoryAdjusted/{index.md → index.mdx} +0 -0
  27. /package/templates/default/domains/Orders/services/InventoryService/events/InventoryAdjusted/versioned/0.0.1/{changelog.md → changelog.mdx} +0 -0
  28. /package/templates/default/domains/Orders/services/InventoryService/events/InventoryAdjusted/versioned/0.0.1/{index.md → index.mdx} +0 -0
  29. /package/templates/default/domains/Orders/services/InventoryService/events/InventoryAdjusted/versioned/1.0.0/{changelog.md → changelog.mdx} +0 -0
  30. /package/templates/default/domains/Orders/services/InventoryService/events/InventoryAdjusted/versioned/1.0.0/{index.md → index.mdx} +0 -0
  31. /package/templates/default/domains/Orders/services/InventoryService/events/OutOfStock/{index.md → index.mdx} +0 -0
  32. /package/templates/default/domains/Orders/services/InventoryService/events/OutOfStock/versioned/0.0.1/{index.md → index.mdx} +0 -0
  33. /package/templates/default/domains/Orders/services/InventoryService/{index.md → index.mdx} +0 -0
  34. /package/templates/default/domains/Orders/services/InventoryService/queries/GetInventoryList/{index.md → index.mdx} +0 -0
  35. /package/templates/default/domains/Orders/services/InventoryService/queries/GetInventoryStatus/{index.md → index.mdx} +0 -0
  36. /package/templates/default/domains/Orders/services/InventoryService/versioned/0.0.1/{index.md → index.mdx} +0 -0
  37. /package/templates/default/domains/Orders/services/NotificationService/{index.md → index.mdx} +0 -0
  38. /package/templates/default/domains/Orders/services/NotificationService/queries/GetNotificationDetails/{index.md → index.mdx} +0 -0
  39. /package/templates/default/domains/Orders/services/NotificationService/queries/GetUserNotifications/{index.md → index.mdx} +0 -0
  40. /package/templates/default/domains/Orders/services/OrdersService/{changelog.md → changelog.mdx} +0 -0
  41. /package/templates/default/domains/Orders/services/OrdersService/events/OrderAmended/{index.md → index.mdx} +0 -0
  42. /package/templates/default/domains/Orders/services/OrdersService/events/OrderCancelled/{index.md → index.mdx} +0 -0
  43. /package/templates/default/domains/Orders/services/OrdersService/events/OrderConfirmed/{index.md → index.mdx} +0 -0
  44. /package/templates/default/domains/Orders/services/OrdersService/{index.md → index.mdx} +0 -0
  45. /package/templates/default/domains/Orders/services/OrdersService/queries/GetOrder/{index.md → index.mdx} +0 -0
  46. /package/templates/default/domains/Orders/services/OrdersService/versioned/0.0.2/{changelog.md → changelog.mdx} +0 -0
  47. /package/templates/default/domains/Orders/services/OrdersService/versioned/0.0.2/{index.md → index.mdx} +0 -0
  48. /package/templates/default/domains/Orders/services/ShippingService/commands/CancelShipment/{index.md → index.mdx} +0 -0
  49. /package/templates/default/domains/Orders/services/ShippingService/commands/CreateReturnLabel/{index.md → index.mdx} +0 -0
  50. /package/templates/default/domains/Orders/services/ShippingService/commands/CreateShipment/{index.md → index.mdx} +0 -0
  51. /package/templates/default/domains/Orders/services/ShippingService/commands/UpdateShipmentStatus/{index.md → index.mdx} +0 -0
  52. /package/templates/default/domains/Orders/services/ShippingService/events/DeliveryFailed/{index.md → index.mdx} +0 -0
  53. /package/templates/default/domains/Orders/services/ShippingService/events/ReturnInitiated/{index.md → index.mdx} +0 -0
  54. /package/templates/default/domains/Orders/services/ShippingService/events/ShipmentCreated/{index.md → index.mdx} +0 -0
  55. /package/templates/default/domains/Orders/services/ShippingService/events/ShipmentDelivered/{index.md → index.mdx} +0 -0
  56. /package/templates/default/domains/Orders/services/ShippingService/events/ShipmentDispatched/{index.md → index.mdx} +0 -0
  57. /package/templates/default/domains/Orders/services/ShippingService/events/ShipmentInTransit/{index.md → index.mdx} +0 -0
  58. /package/templates/default/domains/Orders/services/ShippingService/{index.md → index.mdx} +0 -0
  59. /package/templates/default/domains/Orders/{ubiquitous-language.md → ubiquitous-language.mdx} +0 -0
  60. /package/templates/default/domains/Orders/versioned/0.0.1/{index.md → index.mdx} +0 -0
  61. /package/templates/default/domains/Orders/versioned/0.0.2/{index.md → index.mdx} +0 -0
  62. /package/templates/default/domains/Payment/flows/PaymentProcessed/{index.md → index.mdx} +0 -0
  63. /package/templates/default/domains/Payment/{index.md → index.mdx} +0 -0
  64. /package/templates/default/domains/Payment/services/PaymentService/events/PaymentInitiated/{index.md → index.mdx} +0 -0
  65. /package/templates/default/domains/Payment/services/PaymentService/events/PaymentProcessed/{index.md → index.mdx} +0 -0
  66. /package/templates/default/domains/Payment/services/PaymentService/events/PaymentProcessed/versioned/0.0.1/{index.md → index.mdx} +0 -0
  67. /package/templates/default/domains/Payment/services/PaymentService/{index.md → index.mdx} +0 -0
  68. /package/templates/default/domains/Payment/services/PaymentService/queries/GetPaymentStatus/{index.md → index.mdx} +0 -0
  69. /package/templates/default/domains/Payment/{ubiquitous-language.md → ubiquitous-language.mdx} +0 -0
  70. /package/templates/default/domains/Subscriptions/flows/CancelSubscription/{index.md → index.mdx} +0 -0
  71. /package/templates/default/domains/Subscriptions/flows/CancelSubscription/versioned/0.0.1/{index.md → index.mdx} +0 -0
  72. /package/templates/default/domains/Subscriptions/{index.md → index.mdx} +0 -0
  73. /package/templates/default/domains/Subscriptions/services/SubscriptionService/commands/CancelSubscription/{index.md → index.mdx} +0 -0
  74. /package/templates/default/domains/Subscriptions/services/SubscriptionService/commands/SubscribeUser/{index.md → index.mdx} +0 -0
  75. /package/templates/default/domains/Subscriptions/services/SubscriptionService/events/UserSubscriptionCancelled/{index.md → index.mdx} +0 -0
  76. /package/templates/default/domains/Subscriptions/services/SubscriptionService/events/UserSubscriptionStarted/{index.md → index.mdx} +0 -0
  77. /package/templates/default/domains/Subscriptions/services/SubscriptionService/{index.md → index.mdx} +0 -0
  78. /package/templates/default/domains/Subscriptions/services/SubscriptionService/queries/GetSubscriptionStatus/{index.md → index.mdx} +0 -0
  79. /package/templates/default/domains/Subscriptions/services/SubscriptionService/queries/GetSubscriptionStatus/versioned/0.0.1/{index.md → index.mdx} +0 -0
  80. /package/templates/default/domains/Subscriptions/{ubiquitous-language.md → ubiquitous-language.mdx} +0 -0
  81. /package/templates/default/pages/{index.md → index.mdx} +0 -0
  82. /package/templates/default/teams/{full-stack.md → full-stack.mdx} +0 -0
  83. /package/templates/default/teams/{mobile-devs.md → mobile-devs.mdx} +0 -0
  84. /package/templates/default/users/{aSmith.md → aSmith.mdx} +0 -0
  85. /package/templates/default/users/{dboyne.md → dboyne.mdx} +0 -0
  86. /package/templates/default/users/{mSmith.md → mSmith.mdx} +0 -0
  87. /package/templates/openapi/teams/{order-management.md → order-management.mdx} +0 -0
  88. /package/templates/openapi/teams/{payment-management.md → payment-management.mdx} +0 -0
  89. /package/templates/openapi/teams/{product-management.md → product-management.mdx} +0 -0
  90. /package/templates/openapi/users/{aSmith.md → aSmith.mdx} +0 -0
  91. /package/templates/openapi/users/{alee.md → alee.mdx} +0 -0
  92. /package/templates/openapi/users/{azhang.md → azhang.mdx} +0 -0
  93. /package/templates/openapi/users/{dboyne.md → dboyne.mdx} +0 -0
  94. /package/templates/openapi/users/{dkim.md → dkim.mdx} +0 -0
  95. /package/templates/openapi/users/{jbrown.md → jbrown.mdx} +0 -0
  96. /package/templates/openapi/users/{mSmith.md → mSmith.mdx} +0 -0
package/dist/index.js CHANGED
@@ -22466,7 +22466,7 @@ var import_os2 = __toESM(require("os"));
22466
22466
  var package_default = {
22467
22467
  name: "@eventcatalog/create-eventcatalog",
22468
22468
  description: "Create EventCatalog with one command",
22469
- version: "2.2.6",
22469
+ version: "3.0.0",
22470
22470
  bin: {
22471
22471
  "create-catalog": "./dist/index.js"
22472
22472
  },
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": "2.2.6",
4
+ "version": "3.0.0",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -6,7 +6,7 @@ const __dirname = path.dirname(url.fileURLToPath(import.meta.url));
6
6
  /** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
7
7
  export default {
8
8
  title: 'EventCatalog',
9
- tagline: 'Discover, Explore and Document your Event Driven Architectures',
9
+ tagline: 'This internal platform provides a comprehensive view of our event-driven architecture across all systems. Use this portal to discover existing domains, explore services and their dependencies, and understand the message contracts that connect our infrastructure',
10
10
  organizationName: '<organizationName>',
11
11
  homepageLink: 'https://eventcatalog.dev/',
12
12
  editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
@@ -53,8 +53,8 @@ export default {
53
53
  docs: {
54
54
  sidebar: {
55
55
  // TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
56
- // FLAT_VIEW will render the DOCS as a flat list (no nested folders)
57
- type: 'TREE_VIEW'
56
+ // LIST_VIEW will render the DOCS that look familiar to API documentation websites
57
+ type: 'LIST_VIEW'
58
58
  },
59
59
  },
60
60
  // Enable RSS feed for your eventcatalog
@@ -1,7 +1,7 @@
1
1
  /** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
2
2
  export default {
3
3
  title: 'EventCatalog',
4
- tagline: 'Discover, Explore and Document your Event Driven Architectures',
4
+ tagline: 'This internal platform provides a comprehensive view of our event-driven architecture across all systems. Use this portal to discover existing domains, explore services and their dependencies, and understand the message contracts that connect our infrastructure',
5
5
  organizationName: '<organizationName>',
6
6
  homepageLink: 'https://eventcatalog.dev/',
7
7
  editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
@@ -19,8 +19,8 @@ export default {
19
19
  docs: {
20
20
  sidebar: {
21
21
  // TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
22
- // FLAT_VIEW will render the DOCS as a flat list (no nested folders)
23
- type: 'TREE_VIEW'
22
+ // LIST_VIEW will render the DOCS that look familiar to API documentation websites
23
+ type: 'LIST_VIEW'
24
24
  },
25
25
  },
26
26
  // Enable RSS feed for your eventcatalog
@@ -1,7 +1,7 @@
1
1
  /** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
2
2
  export default {
3
3
  title: 'EventCatalog',
4
- tagline: 'Discover, Explore and Document your Event Driven Architectures',
4
+ tagline: 'This internal platform provides a comprehensive view of our event-driven architecture across all systems. Use this portal to discover existing domains, explore services and their dependencies, and understand the message contracts that connect our infrastructure',
5
5
  organizationName: '<organizationName>',
6
6
  homepageLink: 'https://eventcatalog.dev/',
7
7
  editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
@@ -25,8 +25,8 @@ export default {
25
25
  docs: {
26
26
  sidebar: {
27
27
  // TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
28
- // FLAT_VIEW will render the DOCS as a flat list (no nested folders)
29
- type: 'TREE_VIEW'
28
+ // LIST_VIEW will render the DOCS that look familiar to API documentation websites
29
+ type: 'LIST_VIEW'
30
30
  },
31
31
  },
32
32
  // required random generated id used by eventcatalog
@@ -6,7 +6,7 @@ const __dirname = path.dirname(url.fileURLToPath(import.meta.url));
6
6
  /** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
7
7
  export default {
8
8
  title: "EventCatalog",
9
- tagline: "Discover, Explore and Document your Event Driven Architectures",
9
+ tagline: 'This internal platform provides a comprehensive view of our event-driven architecture across all systems. Use this portal to discover existing domains, explore services and their dependencies, and understand the message contracts that connect our infrastructure',
10
10
  organizationName: '<organizationName>',
11
11
  homepageLink: "https://eventcatalog.dev/",
12
12
  editUrl: "https://github.com/boyney123/eventcatalog-demo/edit/master",
@@ -58,8 +58,8 @@ export default {
58
58
  docs: {
59
59
  sidebar: {
60
60
  // TREE_VIEW will render the DOCS as a tree view and map your file system folder structure
61
- // FLAT_VIEW will render the DOCS as a flat list (no nested folders)
62
- type: 'TREE_VIEW'
61
+ // LIST_VIEW will render the DOCS that look familiar to API documentation websites
62
+ type: 'LIST_VIEW'
63
63
  },
64
64
  },
65
65
  // Enable RSS feed for your eventcatalog
File without changes
File without changes
File without changes
File without changes
File without changes