@eventcatalog/create-eventcatalog 3.0.3 → 3.0.4

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: "3.0.3",
22469
+ version: "3.0.4",
22470
22470
  bin: {
22471
22471
  "create-catalog": "./dist/index.js"
22472
22472
  },
@@ -22609,6 +22609,7 @@ var installTemplate = async ({
22609
22609
  switch (name) {
22610
22610
  case "env":
22611
22611
  case "gitignore":
22612
+ case "env":
22612
22613
  case "npmrc":
22613
22614
  case "dockerignore":
22614
22615
  case "eslintrc.json": {
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": "3.0.3",
4
+ "version": "3.0.4",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -0,0 +1,9 @@
1
+ # EventCatalog Scale License Key, if you want to unlock the scale features
2
+ # You can get a 14 day trial license key from https://eventcatalog.cloud
3
+
4
+ EVENTCATALOG_SCALE_LICENSE_KEY=
5
+
6
+ # Optional key if you are using EventCatalog Chat with OpenAI Models.
7
+ # You need to set `output` to `server` in your eventcatalog.config.js file.
8
+ # See documentation for more details: https://www.eventcatalog.dev/features/ai-assistant
9
+ OPENAI_API_KEY=
@@ -0,0 +1,9 @@
1
+ # EventCatalog Scale License Key, if you want to unlock the scale features
2
+ # You can get a 14 day trial license key from https://eventcatalog.cloud
3
+
4
+ EVENTCATALOG_SCALE_LICENSE_KEY=
5
+
6
+ # Optional key if you are using EventCatalog Chat with OpenAI Models.
7
+ # You need to set `output` to `server` in your eventcatalog.config.js file.
8
+ # See documentation for more details: https://www.eventcatalog.dev/features/ai-assistant
9
+ OPENAI_API_KEY=
@@ -0,0 +1,9 @@
1
+ # EventCatalog Scale License Key, if you want to unlock the scale features
2
+ # You can get a 14 day trial license key from https://eventcatalog.cloud
3
+
4
+ EVENTCATALOG_SCALE_LICENSE_KEY=
5
+
6
+ # Optional key if you are using EventCatalog Chat with OpenAI Models.
7
+ # You need to set `output` to `server` in your eventcatalog.config.js file.
8
+ # See documentation for more details: https://www.eventcatalog.dev/features/ai-assistant
9
+ OPENAI_API_KEY=
@@ -122,6 +122,7 @@ export const installTemplate = async ({
122
122
  switch (name) {
123
123
  case "env":
124
124
  case "gitignore":
125
+ case "env":
125
126
  case "npmrc":
126
127
  case "dockerignore":
127
128
  case "eslintrc.json": {
@@ -0,0 +1,9 @@
1
+ # EventCatalog Scale License Key, if you want to unlock the scale features
2
+ # You can get a 14 day trial license key from https://eventcatalog.cloud
3
+
4
+ EVENTCATALOG_SCALE_LICENSE_KEY=
5
+
6
+ # Optional key if you are using EventCatalog Chat with OpenAI Models.
7
+ # You need to set `output` to `server` in your eventcatalog.config.js file.
8
+ # See documentation for more details: https://www.eventcatalog.dev/features/ai-assistant
9
+ OPENAI_API_KEY=