@eventcatalog/create-eventcatalog 2.0.4 → 2.0.5

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
@@ -22475,6 +22475,7 @@ var installTemplate = async ({
22475
22475
  build: "eventcatalog build",
22476
22476
  start: "eventcatalog start",
22477
22477
  preview: "eventcatalog preview",
22478
+ generate: "eventcatalog generate",
22478
22479
  test: 'echo "Error: no test specified" && exit 1'
22479
22480
  },
22480
22481
  dependencies: {
@@ -22652,7 +22653,7 @@ function validateNpmName(name) {
22652
22653
  var package_default = {
22653
22654
  name: "@eventcatalog/create-eventcatalog",
22654
22655
  description: "Create EventCatalog with one command",
22655
- version: "2.0.4",
22656
+ version: "2.0.5",
22656
22657
  bin: {
22657
22658
  "create-catalog": "./dist/index.js"
22658
22659
  },
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.4",
4
+ "version": "2.0.5",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -13,7 +13,7 @@ export default {
13
13
  // Customize the logo, add your logo to public/ folder
14
14
  logo: {
15
15
  alt: 'EventCatalog Logo',
16
- src: 'logo.png',
16
+ src: '/logo.png',
17
17
  text: 'EventCatalog'
18
18
  },
19
19
  docs: {
@@ -45,6 +45,7 @@ export const installTemplate = async ({
45
45
  build: "eventcatalog build",
46
46
  start: "eventcatalog start",
47
47
  preview: "eventcatalog preview",
48
+ generate: "eventcatalog generate",
48
49
  test: 'echo "Error: no test specified" && exit 1',
49
50
  },
50
51
  dependencies: {