@eventcatalog/core 0.6.7 → 0.6.8
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +3 -3
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1bay4w0 +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/pages/404.html +2 -2
- package/.next/server/pages/500.html +2 -2
- package/.next/server/pages/domains/Orders/events/OrderComplete/logs.html +1 -1
- package/.next/server/pages/domains/Orders/events/OrderComplete.html +2 -2
- package/.next/server/pages/domains/Orders/events/OrderConfirmed/logs.html +1 -1
- package/.next/server/pages/domains/Orders/events/OrderConfirmed.html +2 -2
- package/.next/server/pages/domains/Orders/events/OrderRequested/logs.html +1 -1
- package/.next/server/pages/domains/Orders/events/OrderRequested.html +2 -2
- package/.next/server/pages/domains/Orders/services/Orders Service.html +2 -2
- package/.next/server/pages/domains/Orders.html +2 -2
- package/.next/server/pages/domains/Shopping/events/AddedItemToCart/logs.html +1 -1
- package/.next/server/pages/domains/Shopping/events/AddedItemToCart/v/0.0.1.html +2 -2
- package/.next/server/pages/domains/Shopping/events/AddedItemToCart/v/0.0.2.html +2 -2
- package/.next/server/pages/domains/Shopping/events/AddedItemToCart.html +2 -2
- package/.next/server/pages/domains/Shopping/events/RemovedItemFromCart/logs.html +1 -1
- package/.next/server/pages/domains/Shopping/events/RemovedItemFromCart.html +2 -2
- package/.next/server/pages/domains/Shopping.html +2 -2
- package/.next/server/pages/domains/[domain].js +3 -3
- package/.next/server/pages/domains.html +2 -2
- package/.next/server/pages/events/PaymentProcessed/logs.html +1 -1
- package/.next/server/pages/events/PaymentProcessed.html +2 -2
- package/.next/server/pages/events/ShipmentDelivered/logs.html +1 -1
- package/.next/server/pages/events/ShipmentDelivered.html +2 -2
- package/.next/server/pages/events/ShipmentDispatched/logs.html +1 -1
- package/.next/server/pages/events/ShipmentDispatched.html +2 -2
- package/.next/server/pages/events/ShipmentPrepared/logs.html +1 -1
- package/.next/server/pages/events/ShipmentPrepared.html +2 -2
- package/.next/server/pages/events.html +2 -2
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/overview.html +1 -1
- package/.next/server/pages/services/Orders Service.html +1 -1
- package/.next/server/pages/services/Payment Service.html +2 -2
- package/.next/server/pages/services/Shipping Service.html +2 -2
- package/.next/server/pages/services.html +2 -2
- package/.next/server/pages/users/dboyne.html +2 -2
- package/.next/server/pages/users/mSmith.html +2 -2
- package/.next/server/pages/visualiser.html +2 -2
- package/.next/server/pages-manifest.json +3 -3
- package/.next/static/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/_buildManifest.js +1 -1
- package/.next/static/chunks/pages/domains/{[domain]-31c942126951a3af.js → [domain]-83420be66f926e27.js} +1 -1
- package/.next/trace +84 -84
- package/CHANGELOG.md +6 -0
- package/components/NotFound/index.tsx +1 -1
- package/out/404/index.html +2 -2
- package/out/404.html +2 -2
- package/out/_next/static/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/_buildManifest.js +1 -1
- package/out/_next/static/chunks/pages/domains/{[domain]-31c942126951a3af.js → [domain]-83420be66f926e27.js} +1 -1
- package/out/domains/Orders/events/OrderComplete/index.html +2 -2
- package/out/domains/Orders/events/OrderComplete/logs/index.html +1 -1
- package/out/domains/Orders/events/OrderConfirmed/index.html +2 -2
- package/out/domains/Orders/events/OrderConfirmed/logs/index.html +1 -1
- package/out/domains/Orders/events/OrderRequested/index.html +2 -2
- package/out/domains/Orders/events/OrderRequested/logs/index.html +1 -1
- package/out/domains/Orders/index.html +2 -2
- package/out/domains/Orders/services/Orders Service/index.html +2 -2
- package/out/domains/Shopping/events/AddedItemToCart/index.html +2 -2
- package/out/domains/Shopping/events/AddedItemToCart/logs/index.html +1 -1
- package/out/domains/Shopping/events/AddedItemToCart/v/0.0.1/index.html +2 -2
- package/out/domains/Shopping/events/AddedItemToCart/v/0.0.2/index.html +2 -2
- package/out/domains/Shopping/events/RemovedItemFromCart/index.html +2 -2
- package/out/domains/Shopping/events/RemovedItemFromCart/logs/index.html +1 -1
- package/out/domains/Shopping/index.html +2 -2
- package/out/domains/index.html +2 -2
- package/out/events/PaymentProcessed/index.html +2 -2
- package/out/events/PaymentProcessed/logs/index.html +1 -1
- package/out/events/ShipmentDelivered/index.html +2 -2
- package/out/events/ShipmentDelivered/logs/index.html +1 -1
- package/out/events/ShipmentDispatched/index.html +2 -2
- package/out/events/ShipmentDispatched/logs/index.html +1 -1
- package/out/events/ShipmentPrepared/index.html +2 -2
- package/out/events/ShipmentPrepared/logs/index.html +1 -1
- package/out/events/index.html +2 -2
- package/out/index.html +1 -1
- package/out/overview/index.html +1 -1
- package/out/services/Orders Service/index.html +1 -1
- package/out/services/Payment Service/index.html +2 -2
- package/out/services/Shipping Service/index.html +2 -2
- package/out/services/index.html +2 -2
- package/out/users/dboyne/index.html +2 -2
- package/out/users/mSmith/index.html +2 -2
- package/out/visualiser/index.html +2 -2
- package/package.json +1 -1
- package/pages/domains/[domain]/index.tsx +3 -2
- /package/.next/static/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/_ssgManifest.js +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Orders/events/OrderComplete/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Orders/events/OrderComplete.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Orders/events/OrderConfirmed/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Orders/events/OrderConfirmed.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Orders/events/OrderRequested/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Orders/events/OrderRequested.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Orders/services/Orders Service.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Orders.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Shopping/events/AddedItemToCart/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Shopping/events/AddedItemToCart/v/0.0.1.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Shopping/events/AddedItemToCart/v/0.0.2.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Shopping/events/AddedItemToCart.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Shopping/events/RemovedItemFromCart/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Shopping/events/RemovedItemFromCart.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Shopping.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/PaymentProcessed/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/PaymentProcessed.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/ShipmentDelivered/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/ShipmentDelivered.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/ShipmentDispatched/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/ShipmentDispatched.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/ShipmentPrepared/logs.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/ShipmentPrepared.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/overview.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/services/Orders Service.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/services/Payment Service.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/services/Shipping Service.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/services.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/users/dboyne.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/users/mSmith.json +0 -0
- /package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/visualiser.json +0 -0
- /package/out/_next/static/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -69,7 +69,7 @@ export default function Domains(props: DomainsPageProps) {
|
|
|
69
69
|
if (notFound)
|
|
70
70
|
return (
|
|
71
71
|
// TODO: Allow domain not found
|
|
72
|
-
<NotFound type="
|
|
72
|
+
<NotFound type="domain" name={domain.name} editUrl={hasEditUrl ? getEditUrl(`/domains/${domain.name}/index.md`) : ''} />
|
|
73
73
|
);
|
|
74
74
|
|
|
75
75
|
const { name, summary } = domain;
|
|
@@ -118,7 +118,7 @@ export async function getStaticProps({ params }) {
|
|
|
118
118
|
return {
|
|
119
119
|
props: {
|
|
120
120
|
notFound: true,
|
|
121
|
-
|
|
121
|
+
domain: { name: params.domain },
|
|
122
122
|
},
|
|
123
123
|
};
|
|
124
124
|
}
|
|
@@ -129,6 +129,7 @@ export async function getStaticPaths() {
|
|
|
129
129
|
const domains = data.map((item) => item.domain);
|
|
130
130
|
|
|
131
131
|
const paths = domains.map((domain) => ({ params: { domain: domain.name } }));
|
|
132
|
+
|
|
132
133
|
return {
|
|
133
134
|
paths,
|
|
134
135
|
fallback: false,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/domains/Shopping.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/PaymentProcessed.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/events/ShipmentPrepared.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/out/_next/data/{CPXIRq04VpetJpGYzxYD5 → ZZtxMPRqncYv_tuQk8pGc}/services/Orders Service.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|