@eventcatalog/create-eventcatalog 4.2.0-beta.0 → 4.2.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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29805,7 +29805,7 @@ var import_os2 = __toESM(require("os"));
29805
29805
  var package_default = {
29806
29806
  name: "@eventcatalog/create-eventcatalog",
29807
29807
  description: "Create EventCatalog with one command",
29808
- version: "4.2.0-beta.0",
29808
+ version: "4.2.0",
29809
29809
  bin: {
29810
29810
  "create-catalog": "./dist/index.js"
29811
29811
  },
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": "4.2.0-beta.0",
4
+ "version": "4.2.0",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },