@eventcatalog/create-eventcatalog 2.0.11 → 2.0.13

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
@@ -22655,7 +22655,7 @@ function validateNpmName(name) {
22655
22655
  var package_default = {
22656
22656
  name: "@eventcatalog/create-eventcatalog",
22657
22657
  description: "Create EventCatalog with one command",
22658
- version: "2.0.11",
22658
+ version: "2.0.13",
22659
22659
  bin: {
22660
22660
  "create-catalog": "./dist/index.js"
22661
22661
  },
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.0.11",
4
+ "version": "2.0.13",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -32,7 +32,7 @@ The `Inventory Adjusted` event is triggered whenever there is a change in the in
32
32
 
33
33
  ## Payload example
34
34
 
35
- Event example you my see being published.
35
+ Event example you may see being published.
36
36
 
37
37
  ```json title="Payload example"
38
38
  {
@@ -16,14 +16,14 @@ repository:
16
16
  language: JavaScript
17
17
  url: https://github.com/boyney123/pretend-shipping-service
18
18
  schemaPath: "openapi.yml"
19
+ specifications:
20
+ openapiPath: openapi.yml
19
21
  ---
20
22
 
21
23
  ## Overview
22
24
 
23
25
  The Orders Service is responsible for managing customer orders within the system. It handles order creation, updating, status tracking, and interactions with other services such as Inventory, Payment, and Notification services to ensure smooth order processing and fulfillment.
24
26
 
25
- <OpenAPI />
26
-
27
27
  ## Architecture diagram
28
28
 
29
29
  <NodeGraph />