@eventcatalog/create-eventcatalog 2.2.0 → 2.2.1

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.2.0",
22469
+ version: "2.2.1",
22470
22470
  bin: {
22471
22471
  "create-catalog": "./dist/index.js"
22472
22472
  },
@@ -22603,6 +22603,7 @@ var installTemplate = async ({
22603
22603
  switch (name) {
22604
22604
  case "env":
22605
22605
  case "gitignore":
22606
+ case "npmrc":
22606
22607
  case "dockerignore":
22607
22608
  case "eslintrc.json": {
22608
22609
  return ".".concat(name);
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.2.0",
4
+ "version": "2.2.1",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -0,0 +1 @@
1
+ strict-peer-dependencies=false
@@ -0,0 +1 @@
1
+ strict-peer-dependencies=false
@@ -112,6 +112,7 @@ export const installTemplate = async ({
112
112
  switch (name) {
113
113
  case "env":
114
114
  case "gitignore":
115
+ case "npmrc":
115
116
  case "dockerignore":
116
117
  case "eslintrc.json": {
117
118
  return ".".concat(name);