@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 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.16",
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eventcatalog/create-eventcatalog",
3
3
  "description": "Create EventCatalog with one command",
4
- "version": "2.0.16",
4
+ "version": "2.0.17",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -21,6 +21,7 @@ async function raiseEvent(eventData: EventMetadata): Promise<void> {
21
21
  event: "@eventcatalog/create-eventcatalog",
22
22
  metadata: {
23
23
  ...eventData,
24
+ t: `t;${new Date().toISOString()}`,
24
25
  ua: userAgent
25
26
  },
26
27
  ua: userAgent