@eventcatalog/create-eventcatalog 2.0.2 → 2.0.3

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
@@ -22652,7 +22652,7 @@ function validateNpmName(name) {
22652
22652
  var package_default = {
22653
22653
  name: "@eventcatalog/create-eventcatalog",
22654
22654
  description: "Create EventCatalog with one command",
22655
- version: "2.0.2",
22655
+ version: "2.0.3",
22656
22656
  bin: {
22657
22657
  "create-catalog": "./dist/index.js"
22658
22658
  },
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.2",
4
+ "version": "2.0.3",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -1,3 +1,4 @@
1
+ /** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
1
2
  export default {
2
3
  title: 'EventCatalog',
3
4
  trailingSlash: false,