@eventcatalog/create-eventcatalog 3.0.8 → 3.0.10
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 +2 -2
- package/package.json +1 -1
- package/templates/amazon-api-gateway/eventcatalog.config.js +3 -0
- package/templates/asyncapi/eventcatalog.config.js +3 -0
- package/templates/confluent/eventcatalog.config.js +3 -0
- package/templates/default/eventcatalog.config.js +3 -0
- package/templates/empty/eventcatalog.config.js +3 -0
- package/templates/eventbridge/eventcatalog.config.js +3 -0
- package/templates/openapi/eventcatalog.config.js +3 -0
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.
|
|
22469
|
+
version: "3.0.10",
|
|
22470
22470
|
bin: {
|
|
22471
22471
|
"create-catalog": "./dist/index.js"
|
|
22472
22472
|
},
|
|
@@ -22708,7 +22708,7 @@ async function createApp({
|
|
|
22708
22708
|
}
|
|
22709
22709
|
console.log(`${import_chalk4.default.green("Success!")} Created ${appName} at ${appPath}`);
|
|
22710
22710
|
console.log(import_chalk4.default.yellow("\nIf you like EventCatalog, please consider starring us on GitHub! It means a lot to us: https://github.com/event-catalog/eventcatalog/stargazers"));
|
|
22711
|
-
console.log(import_chalk4.default.
|
|
22711
|
+
console.log(import_chalk4.default.cyan("\nGot questions? Join our community on Discord: https://discord.gg/3rjaZMmrAm"));
|
|
22712
22712
|
if (hasPackageJson) {
|
|
22713
22713
|
console.log("Inside that directory, you can run several commands:");
|
|
22714
22714
|
console.log();
|
package/package.json
CHANGED
|
@@ -5,6 +5,9 @@ export default {
|
|
|
5
5
|
organizationName: '<organizationName>',
|
|
6
6
|
homepageLink: 'https://eventcatalog.dev/',
|
|
7
7
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
8
|
+
// Supports static or server. Static renders a static site, server renders a server side rendered site
|
|
9
|
+
// large catalogs may benefit from server side rendering
|
|
10
|
+
output: 'static',
|
|
8
11
|
// By default set to false, add true to get urls ending in /
|
|
9
12
|
trailingSlash: false,
|
|
10
13
|
// Change to make the base url of the site different, by default https://{website}.com/docs,
|
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
organizationName: '<organizationName>',
|
|
11
11
|
homepageLink: 'https://eventcatalog.dev/',
|
|
12
12
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
13
|
+
// Supports static or server. Static renders a static site, server renders a server side rendered site
|
|
14
|
+
// large catalogs may benefit from server side rendering
|
|
15
|
+
output: 'static',
|
|
13
16
|
// By default set to false, add true to get urls ending in /
|
|
14
17
|
trailingSlash: false,
|
|
15
18
|
// Change to make the base url of the site different, by default https://{website}.com/docs,
|
|
@@ -5,6 +5,9 @@ export default {
|
|
|
5
5
|
organizationName: '<organizationName>',
|
|
6
6
|
homepageLink: 'https://eventcatalog.dev/',
|
|
7
7
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
8
|
+
// Supports static or server. Static renders a static site, server renders a server side rendered site
|
|
9
|
+
// large catalogs may benefit from server side rendering
|
|
10
|
+
output: 'static',
|
|
8
11
|
// By default set to false, add true to get urls ending in /
|
|
9
12
|
trailingSlash: false,
|
|
10
13
|
// Change to make the base url of the site different, by default https://{website}.com/docs,
|
|
@@ -5,6 +5,9 @@ export default {
|
|
|
5
5
|
organizationName: '<organizationName>',
|
|
6
6
|
homepageLink: 'https://eventcatalog.dev/',
|
|
7
7
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
8
|
+
// Supports static or server. Static renders a static site, server renders a server side rendered site
|
|
9
|
+
// large catalogs may benefit from server side rendering
|
|
10
|
+
output: 'static',
|
|
8
11
|
// By default set to false, add true to get urls ending in /
|
|
9
12
|
trailingSlash: false,
|
|
10
13
|
// Change to make the base url of the site different, by default https://{website}.com/docs,
|
|
@@ -5,6 +5,9 @@ export default {
|
|
|
5
5
|
organizationName: '<organizationName>',
|
|
6
6
|
homepageLink: 'https://eventcatalog.dev/',
|
|
7
7
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
8
|
+
// Supports static or server. Static renders a static site, server renders a server side rendered site
|
|
9
|
+
// large catalogs may benefit from server side rendering
|
|
10
|
+
output: 'static',
|
|
8
11
|
// By default set to false, add true to get urls ending in /
|
|
9
12
|
trailingSlash: false,
|
|
10
13
|
// Change to make the base url of the site different, by default https://{website}.com/docs,
|
|
@@ -5,6 +5,9 @@ export default {
|
|
|
5
5
|
organizationName: '<organizationName>',
|
|
6
6
|
homepageLink: 'https://eventcatalog.dev/',
|
|
7
7
|
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
|
|
8
|
+
// Supports static or server. Static renders a static site, server renders a server side rendered site
|
|
9
|
+
// large catalogs may benefit from server side rendering
|
|
10
|
+
output: 'static',
|
|
8
11
|
// By default set to false, add true to get urls ending in /
|
|
9
12
|
trailingSlash: false,
|
|
10
13
|
// Change to make the base url of the site different, by default https://{website}.com/docs,
|
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
organizationName: '<organizationName>',
|
|
11
11
|
homepageLink: "https://eventcatalog.dev/",
|
|
12
12
|
editUrl: "https://github.com/boyney123/eventcatalog-demo/edit/master",
|
|
13
|
+
// Supports static or server. Static renders a static site, server renders a server side rendered site
|
|
14
|
+
// large catalogs may benefit from server side rendering
|
|
15
|
+
output: 'static',
|
|
13
16
|
// By default set to false, add true to get urls ending in /
|
|
14
17
|
trailingSlash: false,
|
|
15
18
|
// Change to make the base url of the site different, by default https://{website}.com/docs,
|