@eventcatalog/create-eventcatalog 2.0.16 → 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 +2 -1
- package/package.json +1 -1
- package/templates/analytics.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
|
package/package.json
CHANGED
package/templates/analytics.ts
CHANGED