@eventcatalog/create-eventcatalog 2.0.8 → 2.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 +3 -2
- package/package.json +1 -1
- package/templates/index.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -22491,7 +22491,8 @@ var installTemplate = async ({
|
|
|
22491
22491
|
const devDependencies = [
|
|
22492
22492
|
"@parcel/watcher",
|
|
22493
22493
|
"concurrently",
|
|
22494
|
-
"cross-env"
|
|
22494
|
+
"cross-env",
|
|
22495
|
+
"@types/lodash.merge"
|
|
22495
22496
|
];
|
|
22496
22497
|
if (dependencies.length) {
|
|
22497
22498
|
console.log();
|
|
@@ -22654,7 +22655,7 @@ function validateNpmName(name) {
|
|
|
22654
22655
|
var package_default = {
|
|
22655
22656
|
name: "@eventcatalog/create-eventcatalog",
|
|
22656
22657
|
description: "Create EventCatalog with one command",
|
|
22657
|
-
version: "2.0.
|
|
22658
|
+
version: "2.0.9",
|
|
22658
22659
|
bin: {
|
|
22659
22660
|
"create-catalog": "./dist/index.js"
|
|
22660
22661
|
},
|
package/package.json
CHANGED