@eventcatalog/create-eventcatalog 2.0.15 → 2.0.17
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 +4 -2
- package/package.json +1 -1
- package/templates/analytics.ts +1 -0
- package/templates/index.ts +1 -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: "2.0.
|
|
22469
|
+
version: "2.0.17",
|
|
22470
22470
|
bin: {
|
|
22471
22471
|
"create-catalog": "./dist/index.js"
|
|
22472
22472
|
},
|
|
@@ -22532,6 +22532,7 @@ async function raiseEvent(eventData) {
|
|
|
22532
22532
|
event: "@eventcatalog/create-eventcatalog",
|
|
22533
22533
|
metadata: {
|
|
22534
22534
|
...eventData,
|
|
22535
|
+
t: `t;${(/* @__PURE__ */ new Date()).toISOString()}`,
|
|
22535
22536
|
ua: userAgent
|
|
22536
22537
|
},
|
|
22537
22538
|
ua: userAgent
|
|
@@ -22580,7 +22581,8 @@ var installTemplate = async ({
|
|
|
22580
22581
|
"@parcel/watcher",
|
|
22581
22582
|
"concurrently",
|
|
22582
22583
|
"cross-env",
|
|
22583
|
-
"@types/lodash.merge"
|
|
22584
|
+
"@types/lodash.merge",
|
|
22585
|
+
"@types/diff"
|
|
22584
22586
|
];
|
|
22585
22587
|
if (dependencies.length) {
|
|
22586
22588
|
console.log();
|
package/package.json
CHANGED
package/templates/analytics.ts
CHANGED