@eventcatalog/create-eventcatalog 3.0.8 → 3.0.9
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/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.9",
|
|
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();
|