@eventcatalog/create-eventcatalog 3.0.12 → 3.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
@@ -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: "3.0.12",
22469
+ version: "3.0.13",
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": "3.0.12",
4
+ "version": "3.0.13",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -34,7 +34,7 @@ export default {
34
34
  "@eventcatalog/generator-graphql",
35
35
  {
36
36
  services: [
37
- { path: path.join(__dirname, "graphql-files", "orders-service.graphql"), id: 'orders-service', owners: ['order-management'] },
37
+ { path: path.join(__dirname, "graphql-files", "orders-service.graphql"), id: 'orders-service', version: '0.0.1', owners: ['order-management'] },
38
38
  ],
39
39
  domain: { id: "orders", name: "Orders", version: "0.0.1" },
40
40
  },
@@ -43,7 +43,7 @@ export default {
43
43
  "@eventcatalog/generator-graphql",
44
44
  {
45
45
  services: [
46
- { path: path.join(__dirname, "graphql-files", "payment-service.graphql"), id: 'payment-service', owners: ['payment-management'] },
46
+ { path: path.join(__dirname, "graphql-files", "payment-service.graphql"), id: 'payment-service', version: '0.0.1', owners: ['payment-management'] },
47
47
  ],
48
48
  domain: { id: "payment", name: "Payment", version: "0.0.1" },
49
49
  },