@eventcatalog/create-eventcatalog 2.0.19 → 2.0.20

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: "2.0.19",
22469
+ version: "2.0.20",
22470
22470
  bin: {
22471
22471
  "create-catalog": "./dist/index.js"
22472
22472
  },
@@ -22577,13 +22577,7 @@ var installTemplate = async ({
22577
22577
  );
22578
22578
  const installFlags = { packageManager: packageManager2, isOnline };
22579
22579
  const dependencies = [];
22580
- const devDependencies = [
22581
- "@parcel/watcher",
22582
- "concurrently",
22583
- "cross-env",
22584
- "@types/lodash.merge",
22585
- "@types/diff"
22586
- ];
22580
+ const devDependencies = [];
22587
22581
  if (dependencies.length) {
22588
22582
  console.log();
22589
22583
  console.log("Installing dependencies:");
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.19",
4
+ "version": "2.0.20",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -74,13 +74,7 @@ export const installTemplate = async ({
74
74
  // const dependencies = ["@eventcatalog/eventcatalog-2"];
75
75
  const dependencies = [] as any;
76
76
  // "@myuser/my-package": "file:../lib"
77
- const devDependencies = [
78
- "@parcel/watcher",
79
- "concurrently",
80
- "cross-env",
81
- "@types/lodash.merge",
82
- "@types/diff",
83
- ] as any;
77
+ const devDependencies = [] as any;
84
78
 
85
79
  /**
86
80
  * Install package.json dependencies if they exist.