@eventcatalog/create-eventcatalog 4.2.1 → 4.2.2

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
@@ -29808,7 +29808,7 @@ var import_os2 = __toESM(require("os"));
29808
29808
  var package_default = {
29809
29809
  name: "@eventcatalog/create-eventcatalog",
29810
29810
  description: "Create EventCatalog with one command",
29811
- version: "4.2.1",
29811
+ version: "4.2.2",
29812
29812
  bin: {
29813
29813
  "create-catalog": "./dist/index.js"
29814
29814
  },
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": "4.2.1",
4
+ "version": "4.2.2",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -3,6 +3,6 @@ import config from '@config';
3
3
  ---
4
4
 
5
5
  <div class="w-full text-right">
6
- <span class="italic text-gray-800">Event-driven architecture documentation: {config.organizationName}</span>
6
+ <span class="italic text-[rgb(var(--ec-page-text-muted))]">Event-driven architecture documentation: {config.organizationName}</span>
7
7
  </div>
8
8