@eventcatalog/core 0.0.8 → 0.0.12

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.
Files changed (76) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +16 -16
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1bay4w0 +1 -1
  6. package/.next/cache/webpack/client-production/0.pack +0 -0
  7. package/.next/cache/webpack/client-production/index.pack +0 -0
  8. package/.next/cache/webpack/server-production/0.pack +0 -0
  9. package/.next/cache/webpack/server-production/index.pack +0 -0
  10. package/.next/prerender-manifest.json +1 -1
  11. package/.next/routes-manifest.json +1 -1
  12. package/.next/server/chunks/565.js +11 -2
  13. package/.next/server/chunks/730.js +2 -6
  14. package/.next/server/chunks/944.js +30 -32
  15. package/.next/server/pages/404.html +1 -1
  16. package/.next/server/pages/500.html +1 -1
  17. package/.next/server/pages/events/AddedItemToCart.html +3 -3
  18. package/.next/server/pages/events/AddedItemToCart.json +1 -1
  19. package/.next/server/pages/events/OrderComplete.html +2 -2
  20. package/.next/server/pages/events/OrderComplete.json +1 -1
  21. package/.next/server/pages/events/OrderConfirmed.html +2 -2
  22. package/.next/server/pages/events/OrderConfirmed.json +1 -1
  23. package/.next/server/pages/events/OrderRequested.html +2 -2
  24. package/.next/server/pages/events/OrderRequested.json +1 -1
  25. package/.next/server/pages/events/PaymentProcessed.html +2 -2
  26. package/.next/server/pages/events/PaymentProcessed.json +1 -1
  27. package/.next/server/pages/events/RemovedItemFromCart.html +2 -2
  28. package/.next/server/pages/events/RemovedItemFromCart.json +1 -1
  29. package/.next/server/pages/events/ShipmentDelivered.html +2 -2
  30. package/.next/server/pages/events/ShipmentDelivered.json +1 -1
  31. package/.next/server/pages/events/ShipmentDispatched.html +2 -2
  32. package/.next/server/pages/events/ShipmentDispatched.json +1 -1
  33. package/.next/server/pages/events/ShipmentPrepared.html +2 -2
  34. package/.next/server/pages/events/ShipmentPrepared.json +1 -1
  35. package/.next/server/pages/events/[name]/logs.js +5 -7
  36. package/.next/server/pages/events/[name]/v/[version].js +0 -7
  37. package/.next/server/pages/events/[name]/v/[version].js.nft.json +1 -1
  38. package/.next/server/pages/events/[name].js +0 -7
  39. package/.next/server/pages/events/[name].js.nft.json +1 -1
  40. package/.next/server/pages/index.html +1 -1
  41. package/.next/server/pages/services/Basket Service.html +2 -2
  42. package/.next/server/pages/services/Basket Service.json +1 -1
  43. package/.next/server/pages/services/Data Lake.html +2 -2
  44. package/.next/server/pages/services/Data Lake.json +1 -1
  45. package/.next/server/pages/services/Payment Service.html +2 -2
  46. package/.next/server/pages/services/Payment Service.json +1 -1
  47. package/.next/server/pages/services/Shipping Service.html +2 -2
  48. package/.next/server/pages/services/Shipping Service.json +1 -1
  49. package/.next/server/pages/services/[name].js +27 -35
  50. package/.next/server/pages/services/[name].js.nft.json +1 -1
  51. package/.next/server/pages/users/[id].js.nft.json +1 -1
  52. package/.next/static/{vhOn9sHATcc4EnbZ7-GDM → Ar5NkcdCFs9vlh-33wGgn}/_buildManifest.js +1 -1
  53. package/.next/static/{vhOn9sHATcc4EnbZ7-GDM → Ar5NkcdCFs9vlh-33wGgn}/_middlewareManifest.js +0 -0
  54. package/.next/static/{vhOn9sHATcc4EnbZ7-GDM → Ar5NkcdCFs9vlh-33wGgn}/_ssgManifest.js +0 -0
  55. package/.next/static/chunks/{336-5d9007a96aa8f2c7.js → 336-323c44d05b2ca502.js} +1 -1
  56. package/.next/static/chunks/873-cd558fb98674abe5.js +1 -0
  57. package/.next/static/chunks/954-4d4a09c3269dda3f.js +1 -0
  58. package/.next/static/chunks/pages/events/[name]/{logs-f8568627ce642d13.js → logs-d159d7b82f44847f.js} +1 -1
  59. package/.next/static/chunks/pages/events/[name]/v/{[version]-dc146dc9bfa7362d.js → [version]-963d3e8377b51e86.js} +1 -1
  60. package/.next/static/chunks/pages/events/{[name]-fb77119f66a5793e.js → [name]-578828157369b5cd.js} +1 -1
  61. package/.next/static/chunks/pages/events-a38d51b4dd9dd7cf.js +1 -0
  62. package/.next/static/chunks/pages/services/[name]-881a79d880506d8a.js +1 -0
  63. package/.next/static/chunks/pages/users/{[id]-2da54ccb6319b207.js → [id]-a2fec953b3532a74.js} +1 -1
  64. package/.next/trace +37 -37
  65. package/CHANGELOG.md +24 -0
  66. package/components/Mermaid/index.tsx +17 -4
  67. package/components/NotFound/index.tsx +14 -15
  68. package/package.json +1 -1
  69. package/pages/events/[name]/logs.tsx +3 -5
  70. package/pages/events/[name].tsx +6 -5
  71. package/pages/services/[name].tsx +9 -5
  72. package/scripts/generate.js +1 -1
  73. package/.next/static/chunks/236-0acd5083c102a9cb.js +0 -1
  74. package/.next/static/chunks/873-9d69271e4b2dd496.js +0 -1
  75. package/.next/static/chunks/pages/events-bcad8442f21d6b67.js +0 -1
  76. package/.next/static/chunks/pages/services/[name]-69692188d11304b7.js +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "telemetry": {
3
- "notifiedAt": "1642525731354",
4
- "anonymousId": "c495c74ae91b0585ffa032df71ae1da1f99c68697824caa2a29c40e633e567bb",
5
- "salt": "f872d016e9e848989897edc54a83b791"
3
+ "notifiedAt": "1642768309761",
4
+ "anonymousId": "b11cc83c2b7b97a4c230f202fc0b8acc6220120bf0fc745678a246d3a52493ed",
5
+ "salt": "bcd6148efc26a423d5625216e96f1977"
6
6
  }
7
7
  }
@@ -1 +1 @@
1
- [{"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/_app.tsx":"1","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/api/event/[name]/download.js":"2","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/logs.tsx":"3","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/v/[version].tsx":"4","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name].tsx":"5","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events.tsx":"6","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/index.tsx":"7","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/overview.tsx":"8","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services/[name].tsx":"9","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services.tsx":"10","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/users/[id].tsx":"11","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/BreadCrumbs.tsx":"12","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/ContentView.tsx":"13","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Footer.tsx":"14","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/EventGrid.tsx":"15","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/ServiceGrid.tsx":"16","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Header.tsx":"17","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Admonition.tsx":"18","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Examples.tsx":"19","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mermaid/index.tsx":"20","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/NotFound/index.tsx":"21","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/EventSidebar.tsx":"22","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/ServiceSidebar.tsx":"23","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/SyntaxHighlighter.tsx":"24","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/assets/events/EventWithSchemaAndExamples/examples/Basic.js":"25","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/events.spec.ts":"26","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/file-reader.spec.ts":"27","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/graphs.spec.ts":"28","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/services.spec.ts":"29","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/events.ts":"30","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/file-reader.ts":"31","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/graphs.ts":"32","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/services.ts":"33"},{"size":1802,"mtime":1642525684575,"results":"34","hashOfConfig":"35"},{"size":788,"mtime":1642525684575,"results":"36","hashOfConfig":"35"},{"size":6595,"mtime":1642525684575,"results":"37","hashOfConfig":"35"},{"size":474,"mtime":1642525684575,"results":"38","hashOfConfig":"35"},{"size":4244,"mtime":1642525684575,"results":"39","hashOfConfig":"35"},{"size":8556,"mtime":1642525684575,"results":"40","hashOfConfig":"35"},{"size":1809,"mtime":1642525684575,"results":"41","hashOfConfig":"35"},{"size":2461,"mtime":1642525684575,"results":"42","hashOfConfig":"35"},{"size":2951,"mtime":1642525684575,"results":"43","hashOfConfig":"35"},{"size":4285,"mtime":1642525684575,"results":"44","hashOfConfig":"35"},{"size":2790,"mtime":1642525684575,"results":"45","hashOfConfig":"35"},{"size":1570,"mtime":1642525684575,"results":"46","hashOfConfig":"35"},{"size":5464,"mtime":1642525684575,"results":"47","hashOfConfig":"35"},{"size":1106,"mtime":1642525684575,"results":"48","hashOfConfig":"35"},{"size":3226,"mtime":1642525684575,"results":"49","hashOfConfig":"35"},{"size":2423,"mtime":1642525684575,"results":"50","hashOfConfig":"35"},{"size":1984,"mtime":1642525684575,"results":"51","hashOfConfig":"35"},{"size":959,"mtime":1642525684575,"results":"52","hashOfConfig":"35"},{"size":2416,"mtime":1642525684575,"results":"53","hashOfConfig":"35"},{"size":1112,"mtime":1642525684575,"results":"54","hashOfConfig":"35"},{"size":1609,"mtime":1642525684575,"results":"55","hashOfConfig":"35"},{"size":8719,"mtime":1642525684575,"results":"56","hashOfConfig":"35"},{"size":7813,"mtime":1642525684575,"results":"57","hashOfConfig":"35"},{"size":1175,"mtime":1642525684575,"results":"58","hashOfConfig":"35"},{"size":20,"mtime":1642525684575,"results":"59","hashOfConfig":"35"},{"size":9312,"mtime":1642525684575,"results":"60","hashOfConfig":"35"},{"size":1766,"mtime":1642525684575,"results":"61","hashOfConfig":"35"},{"size":2141,"mtime":1642525684575,"results":"62","hashOfConfig":"35"},{"size":4905,"mtime":1642525684575,"results":"63","hashOfConfig":"35"},{"size":6962,"mtime":1642525684575,"results":"64","hashOfConfig":"35"},{"size":1509,"mtime":1642525684575,"results":"65","hashOfConfig":"35"},{"size":1232,"mtime":1642525684575,"results":"66","hashOfConfig":"35"},{"size":2379,"mtime":1642525684575,"results":"67","hashOfConfig":"35"},{"filePath":"68","messages":"69","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"17976va",{"filePath":"70","messages":"71","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"72","messages":"73","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"74","messages":"75","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"76","messages":"77","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"78","messages":"79","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"80","messages":"81","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"82","messages":"83","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"84","messages":"85","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"86","messages":"87","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"88","messages":"89","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"90","messages":"91","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"92","messages":"93","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"94","messages":"95","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"96","messages":"97","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"98","messages":"99","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"100","messages":"101","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"102","messages":"103","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"104","messages":"105","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"106","messages":"107","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"108","messages":"109","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"110","messages":"111","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"112","messages":"113","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"114","messages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"120","messages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"126","messages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"132","messages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/_app.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/api/event/[name]/download.js",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/logs.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/v/[version].tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name].tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/index.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/overview.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services/[name].tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/users/[id].tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/BreadCrumbs.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/ContentView.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Footer.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/EventGrid.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/ServiceGrid.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Header.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Admonition.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Examples.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mermaid/index.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/NotFound/index.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/EventSidebar.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/ServiceSidebar.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/SyntaxHighlighter.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/assets/events/EventWithSchemaAndExamples/examples/Basic.js",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/events.spec.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/file-reader.spec.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/graphs.spec.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/services.spec.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/events.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/file-reader.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/graphs.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/services.ts",[]]
1
+ [{"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/_app.tsx":"1","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/api/event/[name]/download.js":"2","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/logs.tsx":"3","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/v/[version].tsx":"4","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name].tsx":"5","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events.tsx":"6","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/index.tsx":"7","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/overview.tsx":"8","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services/[name].tsx":"9","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services.tsx":"10","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/users/[id].tsx":"11","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/BreadCrumbs.tsx":"12","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/ContentView.tsx":"13","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Footer.tsx":"14","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/EventGrid.tsx":"15","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/ServiceGrid.tsx":"16","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Header.tsx":"17","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Admonition.tsx":"18","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Examples.tsx":"19","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mermaid/index.tsx":"20","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/NotFound/index.tsx":"21","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/EventSidebar.tsx":"22","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/ServiceSidebar.tsx":"23","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/SyntaxHighlighter.tsx":"24","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/assets/events/EventWithSchemaAndExamples/examples/Basic.js":"25","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/events.spec.ts":"26","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/file-reader.spec.ts":"27","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/graphs.spec.ts":"28","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/services.spec.ts":"29","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/events.ts":"30","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/file-reader.ts":"31","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/graphs.ts":"32","/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/services.ts":"33"},{"size":1802,"mtime":1642768262052,"results":"34","hashOfConfig":"35"},{"size":788,"mtime":1642768262052,"results":"36","hashOfConfig":"35"},{"size":6538,"mtime":1642768262052,"results":"37","hashOfConfig":"35"},{"size":474,"mtime":1642768262052,"results":"38","hashOfConfig":"35"},{"size":4288,"mtime":1642768262052,"results":"39","hashOfConfig":"35"},{"size":8556,"mtime":1642768262052,"results":"40","hashOfConfig":"35"},{"size":1809,"mtime":1642768262052,"results":"41","hashOfConfig":"35"},{"size":2461,"mtime":1642768262052,"results":"42","hashOfConfig":"35"},{"size":3068,"mtime":1642768262052,"results":"43","hashOfConfig":"35"},{"size":4285,"mtime":1642768262052,"results":"44","hashOfConfig":"35"},{"size":2790,"mtime":1642768262052,"results":"45","hashOfConfig":"35"},{"size":1570,"mtime":1642768262052,"results":"46","hashOfConfig":"35"},{"size":5464,"mtime":1642768262052,"results":"47","hashOfConfig":"35"},{"size":1106,"mtime":1642768262052,"results":"48","hashOfConfig":"35"},{"size":3226,"mtime":1642768262052,"results":"49","hashOfConfig":"35"},{"size":2423,"mtime":1642768262052,"results":"50","hashOfConfig":"35"},{"size":1984,"mtime":1642768262052,"results":"51","hashOfConfig":"35"},{"size":959,"mtime":1642768262052,"results":"52","hashOfConfig":"35"},{"size":2416,"mtime":1642768262052,"results":"53","hashOfConfig":"35"},{"size":1353,"mtime":1642768262052,"results":"54","hashOfConfig":"35"},{"size":1572,"mtime":1642768262052,"results":"55","hashOfConfig":"35"},{"size":8719,"mtime":1642768262052,"results":"56","hashOfConfig":"35"},{"size":7813,"mtime":1642768262052,"results":"57","hashOfConfig":"35"},{"size":1175,"mtime":1642768262052,"results":"58","hashOfConfig":"35"},{"size":20,"mtime":1642768262052,"results":"59","hashOfConfig":"35"},{"size":9312,"mtime":1642768262052,"results":"60","hashOfConfig":"35"},{"size":1766,"mtime":1642768262052,"results":"61","hashOfConfig":"35"},{"size":2141,"mtime":1642768262052,"results":"62","hashOfConfig":"35"},{"size":4905,"mtime":1642768262052,"results":"63","hashOfConfig":"35"},{"size":6962,"mtime":1642768262052,"results":"64","hashOfConfig":"35"},{"size":1509,"mtime":1642768262052,"results":"65","hashOfConfig":"35"},{"size":1232,"mtime":1642768262052,"results":"66","hashOfConfig":"35"},{"size":2379,"mtime":1642768262052,"results":"67","hashOfConfig":"35"},{"filePath":"68","messages":"69","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"17976va",{"filePath":"70","messages":"71","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"72","messages":"73","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"74","messages":"75","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"76","messages":"77","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"78","messages":"79","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"80","messages":"81","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"82","messages":"83","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"84","messages":"85","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"86","messages":"87","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"88","messages":"89","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"90","messages":"91","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"92","messages":"93","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"94","messages":"95","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"96","messages":"97","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"98","messages":"99","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"100","messages":"101","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"102","messages":"103","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"104","messages":"105","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"106","messages":"107","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"108","messages":"109","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"110","messages":"111","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"112","messages":"113","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"114","messages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"120","messages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"126","messages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"132","messages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/_app.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/api/event/[name]/download.js",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/logs.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/v/[version].tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name].tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/index.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/overview.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services/[name].tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/users/[id].tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/BreadCrumbs.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/ContentView.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Footer.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/EventGrid.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/ServiceGrid.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Header.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Admonition.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Examples.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mermaid/index.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/NotFound/index.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/EventSidebar.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/ServiceSidebar.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/SyntaxHighlighter.tsx",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/assets/events/EventWithSchemaAndExamples/examples/Basic.js",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/events.spec.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/file-reader.spec.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/graphs.spec.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/__tests__/services.spec.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/events.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/file-reader.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/graphs.ts",[],"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/services.ts",[]]
@@ -1 +1 @@
1
- {"version":3,"routes":{"/events/AddedItemToCart":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/AddedItemToCart.json"},"/events/OrderComplete":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/OrderComplete.json"},"/events/OrderConfirmed":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/OrderConfirmed.json"},"/events/OrderRequested":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/OrderRequested.json"},"/events/PaymentProcessed":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/PaymentProcessed.json"},"/events/RemovedItemFromCart":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/RemovedItemFromCart.json"},"/events/ShipmentDelivered":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/ShipmentDelivered.json"},"/events/ShipmentDispatched":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/ShipmentDispatched.json"},"/events/ShipmentPrepared":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/ShipmentPrepared.json"},"/services/Basket Service":{"initialRevalidateSeconds":false,"srcRoute":"/services/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/services/Basket Service.json"},"/services/Data Lake":{"initialRevalidateSeconds":false,"srcRoute":"/services/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/services/Data Lake.json"},"/services/Payment Service":{"initialRevalidateSeconds":false,"srcRoute":"/services/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/services/Payment Service.json"},"/services/Shipping Service":{"initialRevalidateSeconds":false,"srcRoute":"/services/[name]","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/services/Shipping Service.json"}},"dynamicRoutes":{"/events/[name]":{"routeRegex":"^/events/([^/]+?)(?:/)?$","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/events/[name].json","fallback":null,"dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/events/([^/]+?)\\.json$"},"/services/[name]":{"routeRegex":"^/services/([^/]+?)(?:/)?$","dataRoute":"/_next/data/vhOn9sHATcc4EnbZ7-GDM/services/[name].json","fallback":null,"dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/services/([^/]+?)\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"a660d396eebd6494c2e0479d65d90083","previewModeSigningKey":"2c99ad9bb83747df74c3c2294990956f58b9bb3d0f464de7cd2ef9e1494813a9","previewModeEncryptionKey":"18671ed1f9b6a38dd4e5122bd58395fb068f3d5e015b791e26c3d040d17c5247"}}
1
+ {"version":3,"routes":{"/events/AddedItemToCart":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/AddedItemToCart.json"},"/events/OrderComplete":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/OrderComplete.json"},"/events/OrderConfirmed":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/OrderConfirmed.json"},"/events/OrderRequested":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/OrderRequested.json"},"/events/PaymentProcessed":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/PaymentProcessed.json"},"/events/RemovedItemFromCart":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/RemovedItemFromCart.json"},"/events/ShipmentDelivered":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/ShipmentDelivered.json"},"/events/ShipmentDispatched":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/ShipmentDispatched.json"},"/events/ShipmentPrepared":{"initialRevalidateSeconds":false,"srcRoute":"/events/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/ShipmentPrepared.json"},"/services/Basket Service":{"initialRevalidateSeconds":false,"srcRoute":"/services/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/services/Basket Service.json"},"/services/Data Lake":{"initialRevalidateSeconds":false,"srcRoute":"/services/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/services/Data Lake.json"},"/services/Payment Service":{"initialRevalidateSeconds":false,"srcRoute":"/services/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/services/Payment Service.json"},"/services/Shipping Service":{"initialRevalidateSeconds":false,"srcRoute":"/services/[name]","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/services/Shipping Service.json"}},"dynamicRoutes":{"/events/[name]":{"routeRegex":"^/events/([^/]+?)(?:/)?$","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/events/[name].json","fallback":null,"dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/events/([^/]+?)\\.json$"},"/services/[name]":{"routeRegex":"^/services/([^/]+?)(?:/)?$","dataRoute":"/_next/data/Ar5NkcdCFs9vlh-33wGgn/services/[name].json","fallback":null,"dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/services/([^/]+?)\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"7a28a0a9148003040960c017f1729422","previewModeSigningKey":"e83dbea7f1b89e4c539f20225e235f39c57727ee752e151d5114b5bae4f6a080","previewModeEncryptionKey":"af34b7dc695eebdd319873a781720fb48a4157a4b7f2e89a9f639f5b087b893e"}}
@@ -1 +1 @@
1
- {"version":3,"pages404":true,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/api/event/[name]/download","regex":"^/api/event/([^/]+?)/download(?:/)?$","routeKeys":{"name":"name"},"namedRegex":"^/api/event/(?<name>[^/]+?)/download(?:/)?$"},{"page":"/events/[name]","regex":"^/events/([^/]+?)(?:/)?$","routeKeys":{"name":"name"},"namedRegex":"^/events/(?<name>[^/]+?)(?:/)?$"},{"page":"/events/[name]/logs","regex":"^/events/([^/]+?)/logs(?:/)?$","routeKeys":{"name":"name"},"namedRegex":"^/events/(?<name>[^/]+?)/logs(?:/)?$"},{"page":"/events/[name]/v/[version]","regex":"^/events/([^/]+?)/v/([^/]+?)(?:/)?$","routeKeys":{"name":"name","version":"version"},"namedRegex":"^/events/(?<name>[^/]+?)/v/(?<version>[^/]+?)(?:/)?$"},{"page":"/services/[name]","regex":"^/services/([^/]+?)(?:/)?$","routeKeys":{"name":"name"},"namedRegex":"^/services/(?<name>[^/]+?)(?:/)?$"},{"page":"/users/[id]","regex":"^/users/([^/]+?)(?:/)?$","routeKeys":{"id":"id"},"namedRegex":"^/users/(?<id>[^/]+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/events","regex":"^/events(?:/)?$","routeKeys":{},"namedRegex":"^/events(?:/)?$"},{"page":"/overview","regex":"^/overview(?:/)?$","routeKeys":{},"namedRegex":"^/overview(?:/)?$"},{"page":"/services","regex":"^/services(?:/)?$","routeKeys":{},"namedRegex":"^/services(?:/)?$"}],"dataRoutes":[{"page":"/events","dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/events.json$"},{"page":"/events/[name]","routeKeys":{"name":"name"},"dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/events/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/events/(?<name>[^/]+?)\\.json$"},{"page":"/events/[name]/logs","routeKeys":{"name":"name"},"dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/events/([^/]+?)/logs\\.json$","namedDataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/events/(?<name>[^/]+?)/logs\\.json$"},{"page":"/events/[name]/v/[version]","routeKeys":{"name":"name","version":"version"},"dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/events/([^/]+?)/v/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/events/(?<name>[^/]+?)/v/(?<version>[^/]+?)\\.json$"},{"page":"/overview","dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/overview.json$"},{"page":"/services","dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/services.json$"},{"page":"/services/[name]","routeKeys":{"name":"name"},"dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/services/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/services/(?<name>[^/]+?)\\.json$"},{"page":"/users/[id]","routeKeys":{"id":"id"},"dataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/users/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/vhOn9sHATcc4EnbZ7\\-GDM/users/(?<id>[^/]+?)\\.json$"}],"rewrites":[]}
1
+ {"version":3,"pages404":true,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/api/event/[name]/download","regex":"^/api/event/([^/]+?)/download(?:/)?$","routeKeys":{"name":"name"},"namedRegex":"^/api/event/(?<name>[^/]+?)/download(?:/)?$"},{"page":"/events/[name]","regex":"^/events/([^/]+?)(?:/)?$","routeKeys":{"name":"name"},"namedRegex":"^/events/(?<name>[^/]+?)(?:/)?$"},{"page":"/events/[name]/logs","regex":"^/events/([^/]+?)/logs(?:/)?$","routeKeys":{"name":"name"},"namedRegex":"^/events/(?<name>[^/]+?)/logs(?:/)?$"},{"page":"/events/[name]/v/[version]","regex":"^/events/([^/]+?)/v/([^/]+?)(?:/)?$","routeKeys":{"name":"name","version":"version"},"namedRegex":"^/events/(?<name>[^/]+?)/v/(?<version>[^/]+?)(?:/)?$"},{"page":"/services/[name]","regex":"^/services/([^/]+?)(?:/)?$","routeKeys":{"name":"name"},"namedRegex":"^/services/(?<name>[^/]+?)(?:/)?$"},{"page":"/users/[id]","regex":"^/users/([^/]+?)(?:/)?$","routeKeys":{"id":"id"},"namedRegex":"^/users/(?<id>[^/]+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/events","regex":"^/events(?:/)?$","routeKeys":{},"namedRegex":"^/events(?:/)?$"},{"page":"/overview","regex":"^/overview(?:/)?$","routeKeys":{},"namedRegex":"^/overview(?:/)?$"},{"page":"/services","regex":"^/services(?:/)?$","routeKeys":{},"namedRegex":"^/services(?:/)?$"}],"dataRoutes":[{"page":"/events","dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/events.json$"},{"page":"/events/[name]","routeKeys":{"name":"name"},"dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/events/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/events/(?<name>[^/]+?)\\.json$"},{"page":"/events/[name]/logs","routeKeys":{"name":"name"},"dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/events/([^/]+?)/logs\\.json$","namedDataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/events/(?<name>[^/]+?)/logs\\.json$"},{"page":"/events/[name]/v/[version]","routeKeys":{"name":"name","version":"version"},"dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/events/([^/]+?)/v/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/events/(?<name>[^/]+?)/v/(?<version>[^/]+?)\\.json$"},{"page":"/overview","dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/overview.json$"},{"page":"/services","dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/services.json$"},{"page":"/services/[name]","routeKeys":{"name":"name"},"dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/services/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/services/(?<name>[^/]+?)\\.json$"},{"page":"/users/[id]","routeKeys":{"id":"id"},"dataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/users/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/Ar5NkcdCFs9vlh\\-33wGgn/users/(?<id>[^/]+?)\\.json$"}],"rewrites":[]}
@@ -44,11 +44,20 @@ mermaid__WEBPACK_IMPORTED_MODULE_2__["default"].initialize({
44
44
  fontFamily: 'Fira Code',
45
45
  width: '100%'
46
46
  });
47
- function Mermaid({ data , source ='event' , rootNodeColor }) {
48
- const mermaidChart = source === 'event' ? (0,_lib_graphs__WEBPACK_IMPORTED_MODULE_3__/* .buildMermaidFlowChartForEvent */ .B)(data, rootNodeColor) : (0,_lib_graphs__WEBPACK_IMPORTED_MODULE_3__/* .buildMermaidFlowChartForService */ .S)(data, rootNodeColor);
47
+ function Mermaid({ data , source ='event' , rootNodeColor , charts }) {
49
48
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(()=>{
50
49
  mermaid__WEBPACK_IMPORTED_MODULE_2__["default"].contentLoaded();
51
50
  }, []);
51
+ if (charts) {
52
+ return(/*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {
53
+ children: charts.map((content, index)=>/*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
54
+ className: "mermaid",
55
+ children: content
56
+ }, `chart-${index}`)
57
+ )
58
+ }));
59
+ }
60
+ const mermaidChart = source === 'event' ? (0,_lib_graphs__WEBPACK_IMPORTED_MODULE_3__/* .buildMermaidFlowChartForEvent */ .B)(data, rootNodeColor) : (0,_lib_graphs__WEBPACK_IMPORTED_MODULE_3__/* .buildMermaidFlowChartForService */ .S)(data, rootNodeColor);
52
61
  return(/*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
53
62
  className: "mermaid",
54
63
  children: mermaidChart
@@ -250,14 +250,10 @@ function Admonition({ children , type , className ='' }) {
250
250
  /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
251
251
  /* harmony import */ var _heroicons_react_solid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1143);
252
252
  /* harmony import */ var _heroicons_react_solid__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_heroicons_react_solid__WEBPACK_IMPORTED_MODULE_1__);
253
- /* harmony import */ var url__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4269);
254
- /* harmony import */ var url__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(url__WEBPACK_IMPORTED_MODULE_2__);
255
-
256
253
 
257
254
 
258
255
  function Example(props) {
259
256
  const { type , name , editUrl } = props;
260
- const urlToAddPage = url__WEBPACK_IMPORTED_MODULE_2___default().resolve(editUrl, `${type}/${name}`);
261
257
  return(/*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("main", {
262
258
  className: "min-h-full bg-cover bg-top sm:bg-top h-screen",
263
259
  children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
@@ -291,10 +287,10 @@ function Example(props) {
291
287
  className: "mt-4 text-xs text-gray-400",
292
288
  children: "Help the eco-system and add the documentation for others ❤️ "
293
289
  }),
294
- /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
290
+ editUrl && /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
295
291
  className: "mt-12",
296
292
  children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("a", {
297
- href: urlToAddPage,
293
+ href: editUrl,
298
294
  target: "_blank",
299
295
  className: "inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-black bg-opacity-75 ",
300
296
  rel: "noreferrer",
@@ -451,22 +451,19 @@ __webpack_require__.r(__webpack_exports__);
451
451
  /* harmony import */ var next_head__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_head__WEBPACK_IMPORTED_MODULE_1__);
452
452
  /* harmony import */ var next_mdx_remote__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(276);
453
453
  /* harmony import */ var next_mdx_remote__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_mdx_remote__WEBPACK_IMPORTED_MODULE_2__);
454
- /* harmony import */ var _eventcatalog_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8663);
455
- /* harmony import */ var _eventcatalog_config__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_eventcatalog_config__WEBPACK_IMPORTED_MODULE_3__);
456
- /* harmony import */ var _components_Mdx_Admonition__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1790);
457
- /* harmony import */ var _components_Mdx_Examples__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(3067);
458
- /* harmony import */ var _utils_random_bg__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(6892);
459
- /* harmony import */ var _components_ContentView__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2455);
460
- /* harmony import */ var _components_Mermaid__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(788);
461
- /* harmony import */ var _components_Sidebars_EventSidebar__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(9610);
462
- /* harmony import */ var _components_NotFound__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4488);
463
- /* harmony import */ var _components_BreadCrumbs__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(2428);
464
- /* harmony import */ var _components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(3695);
465
- /* harmony import */ var _lib_events__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(9959);
466
- /* harmony import */ var _hooks_EventCatalog__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(5008);
467
- var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_lib_events__WEBPACK_IMPORTED_MODULE_12__, _components_Mermaid__WEBPACK_IMPORTED_MODULE_7__, _components_Mdx_Examples__WEBPACK_IMPORTED_MODULE_5__, _components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_11__]);
468
- ([_lib_events__WEBPACK_IMPORTED_MODULE_12__, _components_Mermaid__WEBPACK_IMPORTED_MODULE_7__, _components_Mdx_Examples__WEBPACK_IMPORTED_MODULE_5__, _components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_11__] = __webpack_async_dependencies__.then ? await __webpack_async_dependencies__ : __webpack_async_dependencies__);
469
-
454
+ /* harmony import */ var _components_Mdx_Admonition__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(1790);
455
+ /* harmony import */ var _components_Mdx_Examples__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3067);
456
+ /* harmony import */ var _utils_random_bg__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(6892);
457
+ /* harmony import */ var _components_ContentView__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(2455);
458
+ /* harmony import */ var _components_Mermaid__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(788);
459
+ /* harmony import */ var _components_Sidebars_EventSidebar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(9610);
460
+ /* harmony import */ var _components_NotFound__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4488);
461
+ /* harmony import */ var _components_BreadCrumbs__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(2428);
462
+ /* harmony import */ var _components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(3695);
463
+ /* harmony import */ var _lib_events__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(9959);
464
+ /* harmony import */ var _hooks_EventCatalog__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(5008);
465
+ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_lib_events__WEBPACK_IMPORTED_MODULE_11__, _components_Mermaid__WEBPACK_IMPORTED_MODULE_6__, _components_Mdx_Examples__WEBPACK_IMPORTED_MODULE_4__, _components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_10__]);
466
+ ([_lib_events__WEBPACK_IMPORTED_MODULE_11__, _components_Mermaid__WEBPACK_IMPORTED_MODULE_6__, _components_Mdx_Examples__WEBPACK_IMPORTED_MODULE_4__, _components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_10__] = __webpack_async_dependencies__.then ? await __webpack_async_dependencies__ : __webpack_async_dependencies__);
470
467
 
471
468
 
472
469
 
@@ -484,7 +481,7 @@ var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_lib
484
481
  const getComponents = ({ event , schema , examples })=>({
485
482
  code: ({ className , ...props })=>{
486
483
  const match = /language-(\w+)/.exec(className || '');
487
- return match ? /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .Z, {
484
+ return match ? /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .Z, {
488
485
  language: match[1],
489
486
  ...props
490
487
  }) : /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("code", {
@@ -502,7 +499,7 @@ const getComponents = ({ event , schema , examples })=>({
502
499
  className: "text-lg font-medium text-gray-900 underline",
503
500
  children: title
504
501
  }),
505
- /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_11__/* ["default"] */ .Z, {
502
+ /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_SyntaxHighlighter__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .Z, {
506
503
  language: schema.language,
507
504
  showLineNumbers: false,
508
505
  name: `${event.name} Schema (${schema.language})`,
@@ -511,10 +508,10 @@ const getComponents = ({ event , schema , examples })=>({
511
508
  ]
512
509
  }));
513
510
  },
514
- Admonition: _components_Mdx_Admonition__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z,
511
+ Admonition: _components_Mdx_Admonition__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z,
515
512
  EventExamples: (props)=>{
516
513
  if (examples.length > 0) {
517
- return(/*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_Mdx_Examples__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, {
514
+ return(/*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_Mdx_Examples__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .Z, {
518
515
  ...props,
519
516
  examples: examples,
520
517
  showLineNumbers: true
@@ -523,17 +520,18 @@ const getComponents = ({ event , schema , examples })=>({
523
520
  console.log('You are using the <EventExamples /> component without any examples, please read https://eventcatalog.dev/docs/events/adding-examples for more information');
524
521
  return null;
525
522
  },
526
- Mermaid: ({ title })=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
523
+ Mermaid: ({ title , charts })=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
527
524
  className: "mx-auto w-full py-10",
528
525
  children: [
529
526
  title && /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("h2", {
530
527
  className: "text-lg font-medium text-gray-900 underline",
531
528
  children: title
532
529
  }),
533
- /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_Mermaid__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z, {
530
+ /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_Mermaid__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
534
531
  source: "event",
535
532
  data: event,
536
- rootNodeColor: (0,_utils_random_bg__WEBPACK_IMPORTED_MODULE_14__/* ["default"] */ .Z)(event.name)
533
+ rootNodeColor: (0,_utils_random_bg__WEBPACK_IMPORTED_MODULE_13__/* ["default"] */ .Z)(event.name),
534
+ charts: charts
537
535
  })
538
536
  ]
539
537
  })
@@ -541,13 +539,13 @@ const getComponents = ({ event , schema , examples })=>({
541
539
  ;
542
540
  function Events(props) {
543
541
  const { event , markdown , loadedVersion , notFound } = props;
544
- const { getEditUrl , hasEditUrl } = (0,_hooks_EventCatalog__WEBPACK_IMPORTED_MODULE_13__/* .useUrl */ .wG)();
545
- if (notFound) return(/*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_NotFound__WEBPACK_IMPORTED_MODULE_9__/* ["default"] */ .Z, {
542
+ const { getEditUrl , hasEditUrl } = (0,_hooks_EventCatalog__WEBPACK_IMPORTED_MODULE_12__/* .useUrl */ .wG)();
543
+ const { name , summary , draft , schema , examples , version } = event;
544
+ if (notFound) return(/*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_NotFound__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
546
545
  type: "event",
547
546
  name: event.name,
548
- editUrl: _eventcatalog_config__WEBPACK_IMPORTED_MODULE_3__.editUrl
547
+ editUrl: hasEditUrl ? getEditUrl(`/events/${name}/index.md`) : ''
549
548
  }));
550
- const { name , summary , draft , schema , examples , version } = event;
551
549
  const { lastModifiedDate } = markdown;
552
550
  const pages = [
553
551
  {
@@ -577,7 +575,7 @@ function Events(props) {
577
575
  ]
578
576
  })
579
577
  }),
580
- /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_ContentView__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z, {
578
+ /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_ContentView__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z, {
581
579
  title: name,
582
580
  editUrl: hasEditUrl ? getEditUrl(`/events/${name}/index.md`) : '',
583
581
  subtitle: summary,
@@ -588,13 +586,13 @@ function Events(props) {
588
586
  label: `v${version}`
589
587
  }
590
588
  ],
591
- breadCrumbs: /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_BreadCrumbs__WEBPACK_IMPORTED_MODULE_10__/* ["default"] */ .Z, {
589
+ breadCrumbs: /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_BreadCrumbs__WEBPACK_IMPORTED_MODULE_9__/* ["default"] */ .Z, {
592
590
  pages: pages
593
591
  }),
594
592
  isOldVersion: loadedVersion !== 'latest',
595
593
  latestVersionUrl: `/events/${name}`,
596
594
  version: loadedVersion,
597
- sidebar: /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_Sidebars_EventSidebar__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z, {
595
+ sidebar: /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx(_components_Sidebars_EventSidebar__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z, {
598
596
  event: event,
599
597
  loadedVersion: loadedVersion
600
598
  }),
@@ -608,7 +606,7 @@ function Events(props) {
608
606
  };
609
607
  async function getStaticProps({ params }) {
610
608
  try {
611
- const { event , markdown } = await (0,_lib_events__WEBPACK_IMPORTED_MODULE_12__/* .getEventByName */ .Zh)(params.name);
609
+ const { event , markdown } = await (0,_lib_events__WEBPACK_IMPORTED_MODULE_11__/* .getEventByName */ .Zh)(params.name);
612
610
  return {
613
611
  props: {
614
612
  event,
@@ -628,7 +626,7 @@ async function getStaticProps({ params }) {
628
626
  }
629
627
  }
630
628
  async function getStaticPaths() {
631
- const events = (0,_lib_events__WEBPACK_IMPORTED_MODULE_12__/* .getAllEvents */ .IP)();
629
+ const events = (0,_lib_events__WEBPACK_IMPORTED_MODULE_11__/* .getAllEvents */ .IP)();
632
630
  const paths = events.map((event)=>({
633
631
  params: {
634
632
  name: event.name
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><script src="//unpkg.com/three"></script><script src="//unpkg.com/three/examples/js/renderers/CSS2DRenderer.js"></script><meta name="description" content="An open source project to Discover, Explore and Document your Event Driven Architectures."/><meta property="og:url" content="https://eventcatalog.dev/"/><meta property="og:type" content="website"/><meta property="og:title" content="EventCatalog | Discover, Explore and Document your Event Driven Architectures."/><meta property="og:description" content="An open source tool powered by markdown to document your Event Driven Architecture."/><meta property="og:image" content="https://eventcatalog.dev/img/opengraph.png"/><meta property="og:image:alt" content="EventCatalog | Discover, Explore and Document your Event Driven Architectures."/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="600"/><meta property="og:locale" content="en-GB"/><meta name="author" content="David Boyne"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/atom-one-light.min.css"/><title>404: This page could not be found</title><meta name="next-head-count" content="17"/><link rel="preload" href="/_next/static/css/b44e1178a88a93b4.css" as="style"/><link rel="stylesheet" href="/_next/static/css/b44e1178a88a93b4.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-afe52d4a9fcc5a75.js" defer=""></script><script src="/_next/static/chunks/framework-576ec6a1c1386453.js" defer=""></script><script src="/_next/static/chunks/main-0289ecbd51cd4cb4.js" defer=""></script><script src="/_next/static/chunks/pages/_app-c9d3172cc09cf069.js" defer=""></script><script src="/_next/static/chunks/pages/_error-5a714c45c50a8db4.js" defer=""></script><script src="/_next/static/vhOn9sHATcc4EnbZ7-GDM/_buildManifest.js" defer=""></script><script src="/_next/static/vhOn9sHATcc4EnbZ7-GDM/_ssgManifest.js" defer=""></script><script src="/_next/static/vhOn9sHATcc4EnbZ7-GDM/_middlewareManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="bg-gray-800"><div class="max-w-7xl mx-auto "><div class="relative flex items-center justify-between h-16"><div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"><div class="flex-shrink-0 flex items-center text-white font-bold"><a class="flex items-center" href="/events"><img alt="logo" class="text-white w-8 inline-block mr-3" src="/logo.svg"/><span class="text-xl">EventCatalog</span></a></div></div><div class="hidden sm:block sm:ml-6"><div class="flex space-x-4"><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/events">Events</a><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/services">Services</a><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/overview">3D Node Graph</a></div></div></div></div></div><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div><footer class="bg-gray-800"><div class="max-w-7xl mx-auto py-12 px-4 overflow-hidden sm:px-6 lg:px-8"><nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label="Footer"><div class="px-5 py-2"><a href="/events" class="text-base text-gray-500 hover:text-gray-900">Events</a></div><div class="px-5 py-2"><a href="/services" class="text-base text-gray-500 hover:text-gray-900">Services</a></div><div class="px-5 py-2"><a href="/overview" class="text-base text-gray-500 hover:text-gray-900">3D Node Graph</a></div><div class="px-5 py-2"><a href="https://github.com/boyney123/eventcatalog-demo/edit/master" class="text-base text-gray-500 hover:text-gray-900">GitHub</a></div></nav><p class="mt-8 text-center text-base text-gray-400">Copyright © <!-- -->2022<!-- --> <!-- -->Your Company<!-- -->. Built with<!-- --> <a class="underline" href="https://eventcatalog.dev" target="_blank" rel="noreferrer">EventCatalog.</a></p></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"vhOn9sHATcc4EnbZ7-GDM","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><script src="//unpkg.com/three"></script><script src="//unpkg.com/three/examples/js/renderers/CSS2DRenderer.js"></script><meta name="description" content="An open source project to Discover, Explore and Document your Event Driven Architectures."/><meta property="og:url" content="https://eventcatalog.dev/"/><meta property="og:type" content="website"/><meta property="og:title" content="EventCatalog | Discover, Explore and Document your Event Driven Architectures."/><meta property="og:description" content="An open source tool powered by markdown to document your Event Driven Architecture."/><meta property="og:image" content="https://eventcatalog.dev/img/opengraph.png"/><meta property="og:image:alt" content="EventCatalog | Discover, Explore and Document your Event Driven Architectures."/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="600"/><meta property="og:locale" content="en-GB"/><meta name="author" content="David Boyne"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/atom-one-light.min.css"/><title>404: This page could not be found</title><meta name="next-head-count" content="17"/><link rel="preload" href="/_next/static/css/b44e1178a88a93b4.css" as="style"/><link rel="stylesheet" href="/_next/static/css/b44e1178a88a93b4.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-afe52d4a9fcc5a75.js" defer=""></script><script src="/_next/static/chunks/framework-576ec6a1c1386453.js" defer=""></script><script src="/_next/static/chunks/main-0289ecbd51cd4cb4.js" defer=""></script><script src="/_next/static/chunks/pages/_app-c9d3172cc09cf069.js" defer=""></script><script src="/_next/static/chunks/pages/_error-5a714c45c50a8db4.js" defer=""></script><script src="/_next/static/Ar5NkcdCFs9vlh-33wGgn/_buildManifest.js" defer=""></script><script src="/_next/static/Ar5NkcdCFs9vlh-33wGgn/_ssgManifest.js" defer=""></script><script src="/_next/static/Ar5NkcdCFs9vlh-33wGgn/_middlewareManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="bg-gray-800"><div class="max-w-7xl mx-auto "><div class="relative flex items-center justify-between h-16"><div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"><div class="flex-shrink-0 flex items-center text-white font-bold"><a class="flex items-center" href="/events"><img alt="logo" class="text-white w-8 inline-block mr-3" src="/logo.svg"/><span class="text-xl">EventCatalog</span></a></div></div><div class="hidden sm:block sm:ml-6"><div class="flex space-x-4"><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/events">Events</a><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/services">Services</a><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/overview">3D Node Graph</a></div></div></div></div></div><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div><footer class="bg-gray-800"><div class="max-w-7xl mx-auto py-12 px-4 overflow-hidden sm:px-6 lg:px-8"><nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label="Footer"><div class="px-5 py-2"><a href="/events" class="text-base text-gray-500 hover:text-gray-900">Events</a></div><div class="px-5 py-2"><a href="/services" class="text-base text-gray-500 hover:text-gray-900">Services</a></div><div class="px-5 py-2"><a href="/overview" class="text-base text-gray-500 hover:text-gray-900">3D Node Graph</a></div><div class="px-5 py-2"><a href="https://github.com/boyney123/eventcatalog-demo/edit/master" class="text-base text-gray-500 hover:text-gray-900">GitHub</a></div></nav><p class="mt-8 text-center text-base text-gray-400">Copyright © <!-- -->2022<!-- --> <!-- -->Your Company<!-- -->. Built with<!-- --> <a class="underline" href="https://eventcatalog.dev" target="_blank" rel="noreferrer">EventCatalog.</a></p></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"Ar5NkcdCFs9vlh-33wGgn","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><script src="//unpkg.com/three"></script><script src="//unpkg.com/three/examples/js/renderers/CSS2DRenderer.js"></script><meta name="description" content="An open source project to Discover, Explore and Document your Event Driven Architectures."/><meta property="og:url" content="https://eventcatalog.dev/"/><meta property="og:type" content="website"/><meta property="og:title" content="EventCatalog | Discover, Explore and Document your Event Driven Architectures."/><meta property="og:description" content="An open source tool powered by markdown to document your Event Driven Architecture."/><meta property="og:image" content="https://eventcatalog.dev/img/opengraph.png"/><meta property="og:image:alt" content="EventCatalog | Discover, Explore and Document your Event Driven Architectures."/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="600"/><meta property="og:locale" content="en-GB"/><meta name="author" content="David Boyne"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/atom-one-light.min.css"/><title>500: Internal Server Error</title><meta name="next-head-count" content="17"/><link rel="preload" href="/_next/static/css/b44e1178a88a93b4.css" as="style"/><link rel="stylesheet" href="/_next/static/css/b44e1178a88a93b4.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-afe52d4a9fcc5a75.js" defer=""></script><script src="/_next/static/chunks/framework-576ec6a1c1386453.js" defer=""></script><script src="/_next/static/chunks/main-0289ecbd51cd4cb4.js" defer=""></script><script src="/_next/static/chunks/pages/_app-c9d3172cc09cf069.js" defer=""></script><script src="/_next/static/chunks/pages/_error-5a714c45c50a8db4.js" defer=""></script><script src="/_next/static/vhOn9sHATcc4EnbZ7-GDM/_buildManifest.js" defer=""></script><script src="/_next/static/vhOn9sHATcc4EnbZ7-GDM/_ssgManifest.js" defer=""></script><script src="/_next/static/vhOn9sHATcc4EnbZ7-GDM/_middlewareManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="bg-gray-800"><div class="max-w-7xl mx-auto "><div class="relative flex items-center justify-between h-16"><div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"><div class="flex-shrink-0 flex items-center text-white font-bold"><a class="flex items-center" href="/events"><img alt="logo" class="text-white w-8 inline-block mr-3" src="/logo.svg"/><span class="text-xl">EventCatalog</span></a></div></div><div class="hidden sm:block sm:ml-6"><div class="flex space-x-4"><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/events">Events</a><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/services">Services</a><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/overview">3D Node Graph</a></div></div></div></div></div><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">Internal Server Error<!-- -->.</h2></div></div></div><footer class="bg-gray-800"><div class="max-w-7xl mx-auto py-12 px-4 overflow-hidden sm:px-6 lg:px-8"><nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label="Footer"><div class="px-5 py-2"><a href="/events" class="text-base text-gray-500 hover:text-gray-900">Events</a></div><div class="px-5 py-2"><a href="/services" class="text-base text-gray-500 hover:text-gray-900">Services</a></div><div class="px-5 py-2"><a href="/overview" class="text-base text-gray-500 hover:text-gray-900">3D Node Graph</a></div><div class="px-5 py-2"><a href="https://github.com/boyney123/eventcatalog-demo/edit/master" class="text-base text-gray-500 hover:text-gray-900">GitHub</a></div></nav><p class="mt-8 text-center text-base text-gray-400">Copyright © <!-- -->2022<!-- --> <!-- -->Your Company<!-- -->. Built with<!-- --> <a class="underline" href="https://eventcatalog.dev" target="_blank" rel="noreferrer">EventCatalog.</a></p></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"vhOn9sHATcc4EnbZ7-GDM","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><script src="//unpkg.com/three"></script><script src="//unpkg.com/three/examples/js/renderers/CSS2DRenderer.js"></script><meta name="description" content="An open source project to Discover, Explore and Document your Event Driven Architectures."/><meta property="og:url" content="https://eventcatalog.dev/"/><meta property="og:type" content="website"/><meta property="og:title" content="EventCatalog | Discover, Explore and Document your Event Driven Architectures."/><meta property="og:description" content="An open source tool powered by markdown to document your Event Driven Architecture."/><meta property="og:image" content="https://eventcatalog.dev/img/opengraph.png"/><meta property="og:image:alt" content="EventCatalog | Discover, Explore and Document your Event Driven Architectures."/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="600"/><meta property="og:locale" content="en-GB"/><meta name="author" content="David Boyne"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/atom-one-light.min.css"/><title>500: Internal Server Error</title><meta name="next-head-count" content="17"/><link rel="preload" href="/_next/static/css/b44e1178a88a93b4.css" as="style"/><link rel="stylesheet" href="/_next/static/css/b44e1178a88a93b4.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-afe52d4a9fcc5a75.js" defer=""></script><script src="/_next/static/chunks/framework-576ec6a1c1386453.js" defer=""></script><script src="/_next/static/chunks/main-0289ecbd51cd4cb4.js" defer=""></script><script src="/_next/static/chunks/pages/_app-c9d3172cc09cf069.js" defer=""></script><script src="/_next/static/chunks/pages/_error-5a714c45c50a8db4.js" defer=""></script><script src="/_next/static/Ar5NkcdCFs9vlh-33wGgn/_buildManifest.js" defer=""></script><script src="/_next/static/Ar5NkcdCFs9vlh-33wGgn/_ssgManifest.js" defer=""></script><script src="/_next/static/Ar5NkcdCFs9vlh-33wGgn/_middlewareManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="bg-gray-800"><div class="max-w-7xl mx-auto "><div class="relative flex items-center justify-between h-16"><div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"><div class="flex-shrink-0 flex items-center text-white font-bold"><a class="flex items-center" href="/events"><img alt="logo" class="text-white w-8 inline-block mr-3" src="/logo.svg"/><span class="text-xl">EventCatalog</span></a></div></div><div class="hidden sm:block sm:ml-6"><div class="flex space-x-4"><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/events">Events</a><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/services">Services</a><a class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium" href="/overview">3D Node Graph</a></div></div></div></div></div><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">Internal Server Error<!-- -->.</h2></div></div></div><footer class="bg-gray-800"><div class="max-w-7xl mx-auto py-12 px-4 overflow-hidden sm:px-6 lg:px-8"><nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label="Footer"><div class="px-5 py-2"><a href="/events" class="text-base text-gray-500 hover:text-gray-900">Events</a></div><div class="px-5 py-2"><a href="/services" class="text-base text-gray-500 hover:text-gray-900">Services</a></div><div class="px-5 py-2"><a href="/overview" class="text-base text-gray-500 hover:text-gray-900">3D Node Graph</a></div><div class="px-5 py-2"><a href="https://github.com/boyney123/eventcatalog-demo/edit/master" class="text-base text-gray-500 hover:text-gray-900">GitHub</a></div></nav><p class="mt-8 text-center text-base text-gray-400">Copyright © <!-- -->2022<!-- --> <!-- -->Your Company<!-- -->. Built with<!-- --> <a class="underline" href="https://eventcatalog.dev" target="_blank" rel="noreferrer">EventCatalog.</a></p></div></footer></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"Ar5NkcdCFs9vlh-33wGgn","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>