@eventcatalog/core 0.0.7 → 0.0.11

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 (155) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/build-manifest.json +110 -0
  3. package/.next/cache/.tsbuildinfo +1 -0
  4. package/.next/cache/config.json +7 -0
  5. package/.next/cache/eslint/.cache_1bay4w0 +1 -0
  6. package/.next/cache/next-server.js.nft.json +1 -0
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/index.pack +0 -0
  9. package/.next/cache/webpack/server-production/0.pack +0 -0
  10. package/.next/cache/webpack/server-production/index.pack +0 -0
  11. package/.next/export-marker.json +1 -0
  12. package/.next/images-manifest.json +1 -0
  13. package/.next/next-server.js.nft.json +1 -0
  14. package/.next/prerender-manifest.json +1 -0
  15. package/.next/react-loadable-manifest.json +1717 -0
  16. package/.next/required-server-files.json +1 -0
  17. package/.next/routes-manifest.json +1 -0
  18. package/.next/server/chunks/237.js +116 -0
  19. package/.next/server/chunks/428.js +84 -0
  20. package/.next/server/chunks/47.js +51 -0
  21. package/.next/server/chunks/526.js +131 -0
  22. package/.next/server/chunks/565.js +121 -0
  23. package/.next/server/chunks/596.js +98 -0
  24. package/.next/server/chunks/730.js +320 -0
  25. package/.next/server/chunks/8.js +122 -0
  26. package/.next/server/chunks/938.js +109 -0
  27. package/.next/server/chunks/944.js +646 -0
  28. package/.next/server/chunks/959.js +286 -0
  29. package/.next/server/chunks/97.js +1837 -0
  30. package/.next/server/chunks/font-manifest.json +1 -0
  31. package/.next/server/font-manifest.json +1 -0
  32. package/.next/server/middleware-manifest.json +6 -0
  33. package/.next/server/pages/404.html +1 -0
  34. package/.next/server/pages/500.html +1 -0
  35. package/.next/server/pages/_app.js +370 -0
  36. package/.next/server/pages/_app.js.nft.json +1 -0
  37. package/.next/server/pages/_document.js +1004 -0
  38. package/.next/server/pages/_document.js.nft.json +1 -0
  39. package/.next/server/pages/_error.js +123 -0
  40. package/.next/server/pages/_error.js.nft.json +1 -0
  41. package/.next/server/pages/api/event/[name]/download.js +64 -0
  42. package/.next/server/pages/api/event/[name]/download.js.nft.json +1 -0
  43. package/.next/server/pages/events/AddedItemToCart.html +73 -0
  44. package/.next/server/pages/events/AddedItemToCart.json +1 -0
  45. package/.next/server/pages/events/OrderComplete.html +48 -0
  46. package/.next/server/pages/events/OrderComplete.json +1 -0
  47. package/.next/server/pages/events/OrderConfirmed.html +48 -0
  48. package/.next/server/pages/events/OrderConfirmed.json +1 -0
  49. package/.next/server/pages/events/OrderRequested.html +48 -0
  50. package/.next/server/pages/events/OrderRequested.json +1 -0
  51. package/.next/server/pages/events/PaymentProcessed.html +52 -0
  52. package/.next/server/pages/events/PaymentProcessed.json +1 -0
  53. package/.next/server/pages/events/RemovedItemFromCart.html +55 -0
  54. package/.next/server/pages/events/RemovedItemFromCart.json +1 -0
  55. package/.next/server/pages/events/ShipmentDelivered.html +53 -0
  56. package/.next/server/pages/events/ShipmentDelivered.json +1 -0
  57. package/.next/server/pages/events/ShipmentDispatched.html +52 -0
  58. package/.next/server/pages/events/ShipmentDispatched.json +1 -0
  59. package/.next/server/pages/events/ShipmentPrepared.html +52 -0
  60. package/.next/server/pages/events/ShipmentPrepared.json +1 -0
  61. package/.next/server/pages/events/[name]/logs.js +414 -0
  62. package/.next/server/pages/events/[name]/logs.js.nft.json +1 -0
  63. package/.next/server/pages/events/[name]/v/[version].js +267 -0
  64. package/.next/server/pages/events/[name]/v/[version].js.nft.json +1 -0
  65. package/.next/server/pages/events/[name].js +228 -0
  66. package/.next/server/pages/events/[name].js.nft.json +1 -0
  67. package/.next/server/pages/events.js +519 -0
  68. package/.next/server/pages/events.js.nft.json +1 -0
  69. package/.next/server/pages/index.html +1 -0
  70. package/.next/server/pages/index.js.nft.json +1 -0
  71. package/.next/server/pages/overview.js +240 -0
  72. package/.next/server/pages/overview.js.nft.json +1 -0
  73. package/.next/server/pages/services/Basket Service.html +11 -0
  74. package/.next/server/pages/services/Basket Service.json +1 -0
  75. package/.next/server/pages/services/Data Lake.html +12 -0
  76. package/.next/server/pages/services/Data Lake.json +1 -0
  77. package/.next/server/pages/services/Payment Service.html +10 -0
  78. package/.next/server/pages/services/Payment Service.json +1 -0
  79. package/.next/server/pages/services/Shipping Service.html +14 -0
  80. package/.next/server/pages/services/Shipping Service.json +1 -0
  81. package/.next/server/pages/services/[name].js +665 -0
  82. package/.next/server/pages/services/[name].js.nft.json +1 -0
  83. package/.next/server/pages/services.js +396 -0
  84. package/.next/server/pages/services.js.nft.json +1 -0
  85. package/.next/server/pages/users/[id].js +327 -0
  86. package/.next/server/pages/users/[id].js.nft.json +1 -0
  87. package/.next/server/pages-manifest.json +16 -0
  88. package/.next/server/webpack-api-runtime.js +160 -0
  89. package/.next/server/webpack-runtime.js +264 -0
  90. package/.next/static/_vd7D7jNxx4JR685n7v1G/_buildManifest.js +1 -0
  91. package/.next/static/_vd7D7jNxx4JR685n7v1G/_middlewareManifest.js +1 -0
  92. package/.next/static/_vd7D7jNxx4JR685n7v1G/_ssgManifest.js +1 -0
  93. package/.next/static/chunks/020d8314.aea2d24215754e7b.js +1 -0
  94. package/.next/static/chunks/176cb4e4-8a0f6f010ef8accb.js +1 -0
  95. package/.next/static/chunks/274-11c4d093341d7201.js +1 -0
  96. package/.next/static/chunks/336-27e73f1c995ab4e7.js +1 -0
  97. package/.next/static/chunks/364-3cb3c8cf1d3c95de.js +1 -0
  98. package/.next/static/chunks/519-7f22292093abd7c3.js +1 -0
  99. package/.next/static/chunks/638.d570519ae49c92c8.js +1 -0
  100. package/.next/static/chunks/873-cd4309ed788ee564.js +1 -0
  101. package/.next/static/chunks/954-4d4a09c3269dda3f.js +1 -0
  102. package/.next/static/chunks/962-d5070461f6d4a478.js +1 -0
  103. package/.next/static/chunks/framework-576ec6a1c1386453.js +1 -0
  104. package/.next/static/chunks/main-0289ecbd51cd4cb4.js +1 -0
  105. package/.next/static/chunks/pages/_app-c9d3172cc09cf069.js +1 -0
  106. package/.next/static/chunks/pages/_error-5a714c45c50a8db4.js +1 -0
  107. package/.next/static/chunks/pages/events/[name]/logs-d159d7b82f44847f.js +1 -0
  108. package/.next/static/chunks/pages/events/[name]/v/[version]-963d3e8377b51e86.js +1 -0
  109. package/.next/static/chunks/pages/events/[name]-578828157369b5cd.js +1 -0
  110. package/.next/static/chunks/pages/events-bcad8442f21d6b67.js +1 -0
  111. package/.next/static/chunks/pages/index-3eeab7e4014a02ea.js +1 -0
  112. package/.next/static/chunks/pages/overview-5ac749891cbe1922.js +1 -0
  113. package/.next/static/chunks/pages/services/[name]-8e53e76ab1c52c30.js +1 -0
  114. package/.next/static/chunks/pages/services-bcc61898062e1bf4.js +1 -0
  115. package/.next/static/chunks/pages/users/[id]-2da54ccb6319b207.js +1 -0
  116. package/.next/static/chunks/polyfills-5cd94c89d3acac5f.js +1 -0
  117. package/.next/static/chunks/webpack-afe52d4a9fcc5a75.js +1 -0
  118. package/.next/static/css/5eeed9cb243ce668.css +1 -0
  119. package/.next/static/css/b44e1178a88a93b4.css +3 -0
  120. package/.next/trace +37 -0
  121. package/CHANGELOG.md +30 -0
  122. package/bin/eventcatalog.js +4 -15
  123. package/components/ContentView.tsx +22 -29
  124. package/components/Grids/EventGrid.tsx +3 -13
  125. package/components/Grids/ServiceGrid.tsx +3 -11
  126. package/components/Header.tsx +1 -3
  127. package/components/Mdx/Examples.tsx +2 -9
  128. package/components/NotFound/index.tsx +16 -21
  129. package/components/Sidebars/EventSidebar.tsx +19 -14
  130. package/components/Sidebars/ServiceSidebar.tsx +26 -25
  131. package/eventcatalog.config.js +40 -0
  132. package/hooks/EventCatalog.tsx +1 -1
  133. package/lib/__tests__/assets/services/Basket Service/index.md +19 -0
  134. package/lib/__tests__/events.spec.ts +16 -27
  135. package/lib/__tests__/file-reader.spec.ts +3 -9
  136. package/lib/__tests__/services.spec.ts +27 -6
  137. package/lib/events.ts +4 -9
  138. package/lib/file-reader.ts +1 -3
  139. package/lib/graphs.ts +2 -4
  140. package/lib/services.ts +5 -11
  141. package/package.json +2 -2
  142. package/pages/_app.tsx +3 -12
  143. package/pages/events/[name]/logs.tsx +7 -18
  144. package/pages/events/[name].tsx +8 -16
  145. package/pages/events.tsx +5 -16
  146. package/pages/index.tsx +2 -9
  147. package/pages/overview.tsx +1 -4
  148. package/pages/services/[name].tsx +6 -4
  149. package/pages/services.tsx +2 -6
  150. package/pages/users/[id].tsx +4 -13
  151. package/scripts/__tests__/assets/eventcatalog.config.js +1 -2
  152. package/scripts/__tests__/generate.spec.ts +1 -4
  153. package/scripts/generate.js +1 -1
  154. package/tailwind.config.js +1 -5
  155. package/tsconfig.json +1 -7
package/.next/trace ADDED
@@ -0,0 +1,37 @@
1
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"generate-buildid","id":"6337656231776c62","timestamp":271809708,"duration":163,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"load-custom-routes","id":"7a70633031677278","timestamp":271810258,"duration":327,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"verify-typescript-setup","id":"676d6774726d7733","timestamp":271880137,"duration":6778242,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"verify-and-lint","id":"3077747878373836","timestamp":278660868,"duration":4628188,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"collect-pages","id":"39617a72387a636a","timestamp":283289263,"duration":1890,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"create-pages-mapping","id":"776e753568793169","timestamp":283291277,"duration":612,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"create-entrypoints","id":"3938746e62723866","timestamp":283291953,"duration":1660,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"public-dir-conflict-check","id":"6f7572666275727a","timestamp":283293899,"duration":885,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"generate-routes-manifest","id":"3838377663656773","timestamp":283295048,"duration":2949,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"create-dist-dir","id":"74706a3677667869","timestamp":283298049,"duration":247,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"write-routes-manifest","id":"3731687237386933","timestamp":283298775,"duration":1051,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"generate-required-server-files","id":"347931726e6b377a","timestamp":283299880,"duration":241,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"generate-webpack-config","id":"616173656d33346c","timestamp":283300178,"duration":274614,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6131706f73347a38","name":"next-client-pages-loader","id":"6330633034637662","timestamp":283732559,"duration":779,"tags":{"absolutePagePath":"private-next-pages/_app.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"6131706f73347a38","timestamp":283729160,"duration":18524,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2F_app&absolutePagePath=private-next-pages%2F_app.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"397a613830663135","name":"next-client-pages-loader","id":"6379373078667964","timestamp":283748090,"duration":112,"tags":{"absolutePagePath":"private-next-pages/events.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"397a613830663135","timestamp":283747919,"duration":1658,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fevents&absolutePagePath=private-next-pages%2Fevents.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76716336386e7664","name":"next-client-pages-loader","id":"6661733779353432","timestamp":283749780,"duration":48,"tags":{"absolutePagePath":"private-next-pages/events/[name].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"76716336386e7664","timestamp":283749634,"duration":1337,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fevents%2F%5Bname%5D&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786e766e72713876","name":"next-client-pages-loader","id":"7233783177333873","timestamp":283751152,"duration":47,"tags":{"absolutePagePath":"private-next-pages/events/[name]/logs.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"786e766e72713876","timestamp":283751029,"duration":1269,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fevents%2F%5Bname%5D%2Flogs&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D%2Flogs.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3767396b79316273","name":"next-client-pages-loader","id":"71303236316d6768","timestamp":283752480,"duration":50,"tags":{"absolutePagePath":"private-next-pages/events/[name]/v/[version].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"3767396b79316273","timestamp":283752359,"duration":1161,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fevents%2F%5Bname%5D%2Fv%2F%5Bversion%5D&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D%2Fv%2F%5Bversion%5D.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7374387364786270","name":"next-client-pages-loader","id":"7278726c63367a62","timestamp":283753673,"duration":41,"tags":{"absolutePagePath":"private-next-pages/index.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"7374387364786270","timestamp":283753574,"duration":1113,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2F&absolutePagePath=private-next-pages%2Findex.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"777a7a733762616c","name":"next-client-pages-loader","id":"7a306163766a3535","timestamp":283754829,"duration":42,"tags":{"absolutePagePath":"private-next-pages/overview.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"777a7a733762616c","timestamp":283754737,"duration":1073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Foverview&absolutePagePath=private-next-pages%2Foverview.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716669396b32687a","name":"next-client-pages-loader","id":"79327a76676a6930","timestamp":283755972,"duration":43,"tags":{"absolutePagePath":"private-next-pages/services.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"716669396b32687a","timestamp":283755866,"duration":1088,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fservices&absolutePagePath=private-next-pages%2Fservices.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3868796233736d69","name":"next-client-pages-loader","id":"3465687371383073","timestamp":283757112,"duration":51,"tags":{"absolutePagePath":"private-next-pages/services/[name].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"3868796233736d69","timestamp":283757007,"duration":1076,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fservices%2F%5Bname%5D&absolutePagePath=private-next-pages%2Fservices%2F%5Bname%5D.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6662713337317a37","name":"next-client-pages-loader","id":"6b67363477643875","timestamp":283758217,"duration":58,"tags":{"absolutePagePath":"private-next-pages/users/[id].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-tsx!","id":"6662713337317a37","timestamp":283758132,"duration":1044,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2Fusers%2F%5Bid%5D&absolutePagePath=private-next-pages%2Fusers%2F%5Bid%5D.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c793231666e6477","name":"next-client-pages-loader","id":"7163317539796379","timestamp":283759318,"duration":43,"tags":{"absolutePagePath":"next/dist/pages/_error"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-js?page=%2F_error&absolutePagePath=next%2Fdist%2Fpages%2F_error!","id":"6c793231666e6477","timestamp":283759224,"duration":1041,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?page=%2F_error&absolutePagePath=next%2Fdist%2Fpages%2F_error!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74306b6d7263696e","name":"next-swc-transform","id":"7939706869376438","timestamp":283780847,"duration":8592,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3675347a32343473","name":"next-swc-loader","id":"74306b6d7263696e","timestamp":283780228,"duration":9227,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-js","id":"3675347a32343473","timestamp":283767688,"duration":25898,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/next.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e36753368677834","name":"next-swc-transform","id":"7830383230713461","timestamp":283782218,"duration":13482,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79656b61616c3677","name":"next-swc-loader","id":"6e36753368677834","timestamp":283782055,"duration":13657,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"build-module-js","id":"79656b61616c3677","timestamp":283774420,"duration":44011,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/router.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"327576636474687a","name":"next-swc-transform","id":"3161643836677861","timestamp":283841079,"duration":5922,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3663616b62376a35","name":"next-swc-loader","id":"327576636474687a","timestamp":283840998,"duration":6017,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79656b61616c3677","name":"build-module-js","id":"3663616b62376a35","timestamp":283835166,"duration":14569,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/with-router.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a766e74716f346e","name":"read-resource","id":"66316f627970656c","timestamp":283850353,"duration":13496,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79656b61616c3677","name":"build-module-js","id":"6a766e74716f346e","timestamp":283849936,"duration":15178,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/lib/is-error.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"627173316e716f6e","name":"next-swc-transform","id":"666b6f696d616735","timestamp":283842174,"duration":23006,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"next-swc-loader","id":"627173316e716f6e","timestamp":283842072,"duration":23114,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3675347a32343473","name":"build-module-js","id":"6734727a78766b39","timestamp":283837234,"duration":91316,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646b7a3675773572","name":"next-swc-transform","id":"7a34397637707238","timestamp":283858434,"duration":70193,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7761306f36363871","name":"next-swc-loader","id":"646b7a3675773572","timestamp":283858336,"duration":70297,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79656b61616c3677","name":"build-module-js","id":"7761306f36363871","timestamp":283853655,"duration":77110,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router-context.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c7a7a7933767175","name":"next-swc-transform","id":"6a3965797564786b","timestamp":283859470,"duration":77683,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"next-swc-loader","id":"6c7a7a7933767175","timestamp":283859396,"duration":77770,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79656b61616c3677","name":"build-module-js","id":"32656166336b346f","timestamp":283854849,"duration":173811,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/router.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c686e3571777566","name":"next-swc-transform","id":"6363306536347469","timestamp":284041109,"duration":10704,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"753170796a6a6f72","name":"next-swc-loader","id":"6c686e3571777566","timestamp":284041029,"duration":10798,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c793231666e6477","name":"build-module-js","id":"753170796a6a6f72","timestamp":284038452,"duration":19990,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/pages/_error.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module","id":"6536647462356475","timestamp":284059564,"duration":75,"tags":{"name":"undefined"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c303733736f7838","name":"next-swc-transform","id":"6368697668316476","timestamp":284088157,"duration":37118,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75636d3438357a34","name":"next-swc-loader","id":"6c303733736f7838","timestamp":284088076,"duration":37215,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"75636d3438357a34","timestamp":284065895,"duration":62229,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/performance-relayer.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c3175327564646a","name":"next-swc-transform","id":"6a6a3761696f7636","timestamp":284086142,"duration":42036,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3761397664307374","name":"next-swc-loader","id":"6c3175327564646a","timestamp":284086057,"duration":42126,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"3761397664307374","timestamp":284063503,"duration":69502,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/head-manager.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"753275306f616433","name":"next-swc-transform","id":"6372757039653773","timestamp":284087152,"duration":45903,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3577377232723031","name":"next-swc-loader","id":"753275306f616433","timestamp":284087092,"duration":45970,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"3577377232723031","timestamp":284064746,"duration":72039,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/page-loader.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3272333536677331","name":"next-swc-transform","id":"69616b7278756331","timestamp":284089117,"duration":47719,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79376a7a35636778","name":"next-swc-loader","id":"3272333536677331","timestamp":284089073,"duration":47769,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"79376a7a35636778","timestamp":284067019,"duration":73501,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/route-announcer.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72776a6d6a763732","name":"next-swc-transform","id":"74666d3137337133","timestamp":284090058,"duration":50505,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3878623472737478","name":"next-swc-loader","id":"72776a6d6a763732","timestamp":284090015,"duration":50553,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"3878623472737478","timestamp":284068134,"duration":73533,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/vitals.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a3778686b6e33","name":"next-swc-transform","id":"6a7077676c676773","timestamp":284091952,"duration":49754,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7479766f6b7a7135","name":"next-swc-loader","id":"647a3778686b6e33","timestamp":284091910,"duration":49801,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"7479766f6b7a7135","timestamp":284070328,"duration":72064,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/head-manager-context.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79787a686c6e3679","name":"next-swc-transform","id":"6c35783179736c33","timestamp":284093864,"duration":48564,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c316d39356e6432","name":"next-swc-loader","id":"79787a686c6e3679","timestamp":284093823,"duration":48611,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"6c316d39356e6432","timestamp":284072522,"duration":70500,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/runtime-config.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d64336430757432","name":"next-swc-transform","id":"7171307078313572","timestamp":284092917,"duration":50141,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6132343731306c","name":"next-swc-loader","id":"6d64336430757432","timestamp":284092873,"duration":50189,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"6c6132343731306c","timestamp":284071399,"duration":73527,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/mitt.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d36356671623970","name":"next-swc-transform","id":"7469336267343135","timestamp":284094806,"duration":65533,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7969346a776a6c78","name":"next-swc-loader","id":"6d36356671623970","timestamp":284094765,"duration":65587,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"7969346a776a6c78","timestamp":284073599,"duration":97050,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/utils.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76697771786e646c","name":"next-swc-transform","id":"7939356a6c796570","timestamp":284091004,"duration":82578,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6b6233766e7769","name":"next-swc-loader","id":"76697771786e646c","timestamp":284090955,"duration":82640,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"6c6b6233766e7769","timestamp":284069235,"duration":119360,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/script.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7038336561397363","name":"next-swc-transform","id":"643737626f6a7366","timestamp":284151587,"duration":37127,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6134327572637671","name":"next-swc-loader","id":"7038336561397363","timestamp":284151430,"duration":37291,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module-js","id":"6134327572637671","timestamp":284146020,"duration":47451,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/normalize-trailing-slash.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62636b6c706a7730","name":"next-swc-transform","id":"3963737a766e656d","timestamp":284152600,"duration":69987,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7076367864613664","name":"next-swc-loader","id":"62636b6c706a7730","timestamp":284152552,"duration":70049,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module-js","id":"7076367864613664","timestamp":284147391,"duration":81239,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/route-loader.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f31787465306578","name":"next-swc-transform","id":"636a6c6f646d7569","timestamp":284209099,"duration":20908,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68796e6864636867","name":"next-swc-loader","id":"6f31787465306578","timestamp":284209043,"duration":20974,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"68796e6864636867","timestamp":284194660,"duration":36050,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"307a7170647a7036","name":"next-swc-transform","id":"643379723262626b","timestamp":284210030,"duration":60883,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68396a6664707432","name":"next-swc-loader","id":"307a7170647a7036","timestamp":284209974,"duration":60956,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"68396a6664707432","timestamp":284195877,"duration":77611,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/querystring.js"}}]
2
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6b74316734616461","name":"next-swc-transform","id":"73666535756f6367","timestamp":284210955,"duration":62806,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7467693170366d7a","name":"next-swc-loader","id":"6b74316734616461","timestamp":284210882,"duration":62887,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module-js","id":"7467693170366d7a","timestamp":284196973,"duration":77746,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d657a3030397673","name":"next-swc-transform","id":"3969716e78387379","timestamp":284212768,"duration":61994,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38736d636e367339","name":"next-swc-loader","id":"6d657a3030397673","timestamp":284212724,"duration":62043,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module-js","id":"38736d636e367339","timestamp":284199075,"duration":77993,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/route-regex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d30663473796264","name":"next-swc-transform","id":"656c636936636a6d","timestamp":284213645,"duration":63463,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6569733839717172","name":"next-swc-loader","id":"6d30663473796264","timestamp":284213602,"duration":63512,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module-js","id":"6569733839717172","timestamp":284200339,"duration":77741,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/get-middleware-regex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d6f33736f6f7264","name":"next-swc-transform","id":"6b366134617a3732","timestamp":284211837,"duration":66721,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6767706f346d3271","name":"next-swc-loader","id":"6d6f33736f6f7264","timestamp":284211794,"duration":66772,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module-js","id":"6767706f346d3271","timestamp":284198038,"duration":81804,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/route-matcher.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a76786b376c3532","name":"next-swc-transform","id":"776763653437666f","timestamp":284252618,"duration":28084,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36796e6b6b616d6c","name":"next-swc-loader","id":"6a76786b376c3532","timestamp":284252542,"duration":28169,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6131706f73347a38","name":"build-module-tsx","id":"36796e6b6b616d6c","timestamp":284236284,"duration":49249,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/_app.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7465316468677430","name":"next-swc-transform","id":"316f63303265327a","timestamp":284254440,"duration":31133,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6677756a736c34","name":"next-swc-loader","id":"7465316468677430","timestamp":284254397,"duration":31182,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7374387364786270","name":"build-module-tsx","id":"6f6677756a736c34","timestamp":284238563,"duration":48522,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/index.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3435387664707071","name":"next-swc-transform","id":"383171686567376d","timestamp":284253549,"duration":33582,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79726e6b796a6d34","name":"next-swc-loader","id":"3435387664707071","timestamp":284253494,"duration":33643,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"397a613830663135","name":"build-module-tsx","id":"79726e6b796a6d34","timestamp":284237503,"duration":54973,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35756c757869786f","name":"next-swc-transform","id":"6e69737231786772","timestamp":284255309,"duration":37207,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3932307a3037656c","name":"next-swc-loader","id":"35756c757869786f","timestamp":284255267,"duration":37255,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"777a7a733762616c","name":"build-module-tsx","id":"3932307a3037656c","timestamp":284240336,"duration":56126,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/overview.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6772656e75317739","name":"next-swc-transform","id":"7571726564376d6c","timestamp":284256218,"duration":51264,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e357531796c7574","name":"next-swc-loader","id":"6772656e75317739","timestamp":284256175,"duration":51319,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716669396b32687a","name":"build-module-tsx","id":"6e357531796c7574","timestamp":284241382,"duration":68715,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a7a7a6977353268","name":"next-swc-transform","id":"377066696336656b","timestamp":284258535,"duration":51639,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65776469356e3168","name":"next-swc-loader","id":"6a7a7a6977353268","timestamp":284258488,"duration":51692,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module-js","id":"65776469356e3168","timestamp":284243696,"duration":67324,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69367a6e76707064","name":"next-swc-transform","id":"6e78686c64753376","timestamp":284257612,"duration":53445,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"next-swc-loader","id":"69367a6e76707064","timestamp":284257566,"duration":53497,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76716336386e7664","name":"build-module-tsx","id":"3662666c3933706a","timestamp":284242420,"duration":74714,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3231386a6e753473","name":"next-swc-transform","id":"72303065646f3471","timestamp":284300909,"duration":19698,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a78396e71717930","name":"next-swc-loader","id":"3231386a6e753473","timestamp":284300827,"duration":19790,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"753170796a6a6f72","name":"build-module-js","id":"7a78396e71717930","timestamp":284297743,"duration":27724,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/head.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7371787876693268","name":"read-resource","id":"7933717133673230","timestamp":284243627,"duration":91020,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656166336b346f","name":"build-module-js","id":"7371787876693268","timestamp":284243542,"duration":92935,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/server/denormalize-page-path.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38396b746b377370","name":"next-swc-transform","id":"7362633731313067","timestamp":284344345,"duration":23454,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a34686f75796565","name":"next-swc-loader","id":"38396b746b377370","timestamp":284344289,"duration":23525,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3577377232723031","name":"build-module-js","id":"7a34686f75796565","timestamp":284341784,"duration":27051,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783739366e347164","name":"next-swc-transform","id":"696571656b33756c","timestamp":284360962,"duration":18154,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7666777577667375","name":"next-swc-loader","id":"783739366e347164","timestamp":284360909,"duration":18220,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3767396b79316273","name":"build-module-tsx","id":"7666777577667375","timestamp":284352407,"duration":28275,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/v/[version].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d6e697338306f33","name":"next-swc-transform","id":"326c336f696f7669","timestamp":284361833,"duration":18903,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"327235617936716a","name":"next-swc-loader","id":"6d6e697338306f33","timestamp":284361793,"duration":18949,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3868796233736d69","name":"build-module-tsx","id":"327235617936716a","timestamp":284353433,"duration":31300,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services/[name].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b307331677a3477","name":"next-swc-transform","id":"33626d6a636e3931","timestamp":284362692,"duration":22083,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3775756c386933","name":"next-swc-loader","id":"6b307331677a3477","timestamp":284362653,"duration":22128,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6662713337317a37","name":"build-module-tsx","id":"6f3775756c386933","timestamp":284354529,"duration":32007,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/users/[id].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396a357939646167","name":"next-swc-transform","id":"743163783333777a","timestamp":284360030,"duration":30335,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6569736b30626735","name":"next-swc-loader","id":"396a357939646167","timestamp":284359972,"duration":30403,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786e766e72713876","name":"build-module-tsx","id":"6569736b30626735","timestamp":284351264,"duration":44535,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/logs.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3679766471387737","name":"next-swc-transform","id":"6d6c6a6b34656131","timestamp":284375969,"duration":26668,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7534797474653663","name":"next-swc-loader","id":"3679766471387737","timestamp":284375923,"duration":26725,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7969346a776a6c78","name":"build-module-js","id":"7534797474653663","timestamp":284371811,"duration":33188,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/utils/format-url.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7571327161357767","name":"next-swc-transform","id":"7471783068667665","timestamp":284375062,"duration":30105,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3465656c30647a70","name":"next-swc-loader","id":"7571327161357767","timestamp":284375007,"duration":30167,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6b6233766e7769","name":"build-module-js","id":"3465656c30647a70","timestamp":284370733,"duration":35496,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/request-idle-callback.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7331336e34617770","name":"next-swc-transform","id":"6f36723165663577","timestamp":284418240,"duration":18158,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786a6f7a64796d68","name":"next-swc-loader","id":"7331336e34617770","timestamp":284418183,"duration":18229,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"786a6f7a64796d68","timestamp":284409786,"duration":30526,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/portal/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"796374346d656262","name":"next-swc-transform","id":"6f61666572686f36","timestamp":284419998,"duration":20371,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d6b6d6f706e6b78","name":"next-swc-loader","id":"796374346d656262","timestamp":284419956,"duration":20419,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a78396e71717930","name":"build-module-js","id":"6d6b6d6f706e6b78","timestamp":284411974,"duration":29133,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/amp-context.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"796171626f787774","name":"next-swc-transform","id":"626c617076713775","timestamp":284420930,"duration":20213,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6261397034707a70","name":"next-swc-loader","id":"796171626f787774","timestamp":284420884,"duration":20264,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a78396e71717930","name":"build-module-js","id":"6261397034707a70","timestamp":284413014,"duration":29088,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/amp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76726773697a7466","name":"next-swc-transform","id":"7969673478787278","timestamp":284419140,"duration":27599,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33636d6e626c6965","name":"next-swc-loader","id":"76726773697a7466","timestamp":284419095,"duration":27654,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a78396e71717930","name":"build-module-js","id":"33636d6e626c6965","timestamp":284410938,"duration":40098,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/side-effect.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3732623739777434","name":"read-resource","id":"656370747a387a64","timestamp":284482768,"duration":10070,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"3732623739777434","timestamp":284482657,"duration":27640,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/node_modules/regenerator-runtime/runtime.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71363764796a3066","name":"read-resource","id":"303234656a647579","timestamp":284482905,"duration":27475,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36796e6b6b616d6c","name":"build-module-js","id":"71363764796a3066","timestamp":284482842,"duration":28228,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/head.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d686f7632663832","name":"read-resource","id":"72376c6f6f626a7a","timestamp":284483002,"duration":28123,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6677756a736c34","name":"build-module-js","id":"6d686f7632663832","timestamp":284482951,"duration":28489,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/link.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"333832337070616f","name":"read-resource","id":"32756139346c6562","timestamp":284483092,"duration":28388,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3932307a3037656c","name":"build-module-js","id":"333832337070616f","timestamp":284483044,"duration":28710,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dynamic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726b786478346469","name":"read-resource","id":"62697163616e326b","timestamp":284483189,"duration":28600,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79656b61616c3677","name":"build-module-js","id":"726b786478346469","timestamp":284483136,"duration":29280,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756c623167676f77","name":"read-resource","id":"67726f716d667376","timestamp":284486255,"duration":35009,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"756c623167676f77","timestamp":284486169,"duration":36108,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-dom/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32757a346a626c75","name":"read-resource","id":"7669643465693372","timestamp":284489332,"duration":35778,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36796e6b6b616d6c","name":"build-module-js","id":"32757a346a626c75","timestamp":284489248,"duration":36434,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react/jsx-runtime.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6572717534336177","name":"read-resource","id":"7237346768383134","timestamp":284489454,"duration":36301,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3932307a3037656c","name":"build-module-js","id":"6572717534336177","timestamp":284489391,"duration":36867,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-dom/server.browser.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7962697768703731","name":"read-resource","id":"7170796869323339","timestamp":284523672,"duration":17968,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"7962697768703731","timestamp":284523288,"duration":18747,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366c74346e6b6e6e","name":"next-swc-transform","id":"6c3868617374616e","timestamp":284551788,"duration":10492,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626f717977657161","name":"next-swc-loader","id":"366c74346e6b6e6e","timestamp":284551732,"duration":10562,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d686f7632663832","name":"build-module-js","id":"626f717977657161","timestamp":284546774,"duration":21726,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/link.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3032683068376364","name":"next-swc-transform","id":"723431376a783336","timestamp":284552742,"duration":50470,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6d3065796b3965","name":"next-swc-loader","id":"3032683068376364","timestamp":284552693,"duration":50534,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"333832337070616f","name":"build-module-js","id":"6f6d3065796b3965","timestamp":284547936,"duration":58181,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/dynamic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7673617768363666","name":"next-swc-transform","id":"6f623338756e3838","timestamp":284586369,"duration":20161,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756465326830396d","name":"next-swc-loader","id":"7673617768363666","timestamp":284586308,"duration":20232,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36796e6b6b616d6c","name":"build-module-tsx","id":"756465326830396d","timestamp":284569422,"duration":38609,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Header.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7661676f71667530","name":"next-swc-transform","id":"6565737774626373","timestamp":284587291,"duration":24241,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"357473617439307a","name":"next-swc-loader","id":"7661676f71667530","timestamp":284587246,"duration":24296,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36796e6b6b616d6c","name":"build-module-tsx","id":"357473617439307a","timestamp":284570534,"duration":42621,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Footer.tsx"}}]
3
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"746d313179343837","name":"next-swc-transform","id":"7779693673336834","timestamp":284588199,"duration":25280,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"64746d6677796c74","name":"next-swc-loader","id":"746d313179343837","timestamp":284588157,"duration":25329,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-tsx","id":"64746d6677796c74","timestamp":284573459,"duration":42280,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/ContentView.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e65306d7a32716c","name":"next-swc-transform","id":"70657a3039777234","timestamp":284589075,"duration":26709,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7738616f39686930","name":"next-swc-loader","id":"6e65306d7a32716c","timestamp":284589034,"duration":26755,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-tsx","id":"7738616f39686930","timestamp":284574522,"duration":42435,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/BreadCrumbs.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786a6b676a337535","name":"next-swc-transform","id":"316f386c366b6d73","timestamp":284589941,"duration":27058,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6469303079657871","name":"next-swc-loader","id":"786a6b676a337535","timestamp":284589901,"duration":27104,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-tsx","id":"6469303079657871","timestamp":284575538,"duration":44602,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/SyntaxHighlighter.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38326d6b7732786c","name":"next-swc-transform","id":"7164646178696164","timestamp":284590801,"duration":29378,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647039746d327373","name":"next-swc-loader","id":"38326d6b7732786c","timestamp":284590762,"duration":29423,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36796e6b6b616d6c","name":"build-module-tsx","id":"647039746d327373","timestamp":284576573,"duration":46657,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/hooks/EventCatalog.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3634313979706176","name":"next-swc-transform","id":"6b686f6d35713938","timestamp":284591658,"duration":31621,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"787a376a6832366f","name":"next-swc-loader","id":"3634313979706176","timestamp":284591620,"duration":31665,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79726e6b796a6d34","name":"build-module-tsx","id":"787a376a6832366f","timestamp":284577565,"duration":47375,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/EventGrid.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616c6a70396c3967","name":"read-resource","id":"696635756d6f796a","timestamp":284546695,"duration":81750,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726b786478346469","name":"build-module-js","id":"616c6a70396c3967","timestamp":284546602,"duration":95930,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react/cjs/react.production.min.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666e707677653679","name":"read-resource","id":"793635353238626e","timestamp":284549089,"duration":93504,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32757a346a626c75","name":"build-module-js","id":"666e707677653679","timestamp":284549005,"duration":94802,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react/cjs/react-jsx-runtime.production.min.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7831666730356166","name":"read-resource","id":"396a636773696d61","timestamp":284569265,"duration":93516,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756c623167676f77","name":"build-module-js","id":"7831666730356166","timestamp":284569169,"duration":285765,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-dom/cjs/react-dom.production.min.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3678673661683435","name":"read-resource","id":"7537747738716270","timestamp":284569385,"duration":285625,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6572717534336177","name":"build-module-js","id":"3678673661683435","timestamp":284569325,"duration":306400,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d367974666a616b","name":"next-swc-transform","id":"6a7130356e657a30","timestamp":284653287,"duration":224215,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7667396d74633266","name":"next-swc-loader","id":"6d367974666a616b","timestamp":284653205,"duration":224310,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e357531796c7574","name":"build-module-tsx","id":"7667396d74633266","timestamp":284649993,"duration":228676,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/ServiceGrid.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6436747967657a6e","name":"read-resource","id":"326a6e7866646d6d","timestamp":284609132,"duration":298494,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75636d3438357a34","name":"build-module-js","id":"6436747967657a6e","timestamp":284609046,"duration":302459,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/compiled/web-vitals/web-vitals.umd.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3074327a67717470","name":"read-resource","id":"336664337a393176","timestamp":284609248,"duration":302316,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6569736b30626735","name":"build-module-js","id":"3074327a67717470","timestamp":284609185,"duration":303596,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/ui/js/diff2html-ui-slim.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68736c666d376438","name":"next-swc-transform","id":"6c66723179396a30","timestamp":284894713,"duration":18876,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7762347868623965","name":"next-swc-loader","id":"68736c666d376438","timestamp":284894656,"duration":18943,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-tsx","id":"7762347868623965","timestamp":284885079,"duration":29411,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Admonition.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f306936676b3562","name":"next-swc-transform","id":"6d66633966616b79","timestamp":284895609,"duration":18927,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a79713335766639","name":"next-swc-loader","id":"6f306936676b3562","timestamp":284895562,"duration":18979,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-tsx","id":"6a79713335766639","timestamp":284886996,"duration":29318,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Examples.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62736e31696a6a6f","name":"next-swc-transform","id":"6d666f3967327230","timestamp":284896502,"duration":19856,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3573336636303733","name":"next-swc-loader","id":"62736e31696a6a6f","timestamp":284896460,"duration":19904,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-tsx","id":"3573336636303733","timestamp":284888048,"duration":31199,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/EventSidebar.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7769746f6c647a35","name":"next-swc-transform","id":"317776766c777a65","timestamp":284897365,"duration":21926,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75316c7730646364","name":"next-swc-loader","id":"7769746f6c647a35","timestamp":284897325,"duration":21972,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"327235617936716a","name":"build-module-tsx","id":"75316c7730646364","timestamp":284889202,"duration":32606,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/ServiceSidebar.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"623838646a6b3874","name":"next-swc-transform","id":"7934796f61613175","timestamp":284928355,"duration":7823,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37796e30356e6d6a","name":"next-swc-loader","id":"623838646a6b3874","timestamp":284928301,"duration":7892,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-ts","id":"37796e30356e6d6a","timestamp":284923117,"duration":13786,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/utils/random-bg.ts"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6979633175643468","name":"read-resource","id":"366c71726a39686f","timestamp":284926559,"duration":29588,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734727a78766b39","name":"build-module-js","id":"6979633175643468","timestamp":284926464,"duration":30857,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@next/polyfill-module/dist/polyfill-module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786d716c71757265","name":"next-swc-transform","id":"776e766a6d386139","timestamp":284948394,"duration":9160,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7875743673703964","name":"next-swc-loader","id":"786d716c71757265","timestamp":284948335,"duration":9228,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626f717977657161","name":"build-module-js","id":"7875743673703964","timestamp":284944170,"duration":15069,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/use-intersection.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"757830767231766d","name":"next-swc-transform","id":"35316733376d6e36","timestamp":284949479,"duration":11850,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"747874697375316f","name":"next-swc-loader","id":"757830767231766d","timestamp":284949421,"duration":11917,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6d3065796b3965","name":"build-module-js","id":"747874697375316f","timestamp":284945275,"duration":23346,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/loadable.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"767a67766265646b","name":"read-resource","id":"736537646e686863","timestamp":284978794,"duration":172,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63657467796e377a","name":"next-swc-transform","id":"74703970737a7867","timestamp":284982840,"duration":6713,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376772336e726e74","name":"next-swc-loader","id":"63657467796e377a","timestamp":284982787,"duration":6779,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-tsx","id":"376772336e726e74","timestamp":284974087,"duration":18708,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mermaid/index.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716f706733656666","name":"next-swc-transform","id":"35776e3164716e74","timestamp":284983703,"duration":9286,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6830617068396e74","name":"next-swc-loader","id":"716f706733656666","timestamp":284983659,"duration":9337,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-tsx","id":"6830617068396e74","timestamp":284975186,"duration":18625,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/NotFound/index.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7965623436776f","name":"read-resource","id":"626c3573767a617a","timestamp":284973943,"duration":3286074,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3932307a3037656c","name":"build-module-js","id":"7a7965623436776f","timestamp":284973847,"duration":3289933,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-force-graph-3d/dist/react-force-graph-3d.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a7a786d36777a78","name":"read-resource","id":"3178707771683969","timestamp":284974051,"duration":3289793,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3662666c3933706a","name":"build-module-js","id":"6a7a786d36777a78","timestamp":284973994,"duration":3290267,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next-mdx-remote/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"read-resource","id":"33786d7265787270","timestamp":284994320,"duration":3307590,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3074327a67717470","name":"build-module-js","id":"6e6130616f75376c","timestamp":284994225,"duration":3311492,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/ui/js/highlight.js-slim.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"367a687166673173","name":"read-resource","id":"646f796c65306171","timestamp":284994433,"duration":3311336,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3074327a67717470","name":"build-module-js","id":"367a687166673173","timestamp":284994371,"duration":3315396,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/ui/js/diff2html-ui-base.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7631676a736f6863","name":"next-swc-transform","id":"6672687061657431","timestamp":288296730,"duration":13304,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32666f64306e7970","name":"next-swc-loader","id":"7631676a736f6863","timestamp":288296658,"duration":13385,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647039746d327373","name":"build-module-js","id":"32666f64306e7970","timestamp":288293986,"duration":16611,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/eventcatalog.config.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"677561797a6d6235","name":"next-swc-transform","id":"6c76696b376c6f68","timestamp":288323690,"duration":7544,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346471636c317236","name":"next-swc-loader","id":"677561797a6d6235","timestamp":288323626,"duration":7623,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"747874697375316f","name":"build-module-js","id":"346471636c317236","timestamp":288321144,"duration":11298,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/loadable-context.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c636c6674396d73","name":"read-resource","id":"6668787278366f76","timestamp":288321077,"duration":18142,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7962697768703731","name":"build-module-js","id":"6c636c6674396d73","timestamp":288320963,"duration":19503,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/dist/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"read-resource","id":"6d67713333767633","timestamp":288332941,"duration":9998,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79726e6b796a6d34","name":"build-module-js","id":"62696d65726c6e6f","timestamp":288332848,"duration":11446,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/index.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33693736736e386d","name":"read-resource","id":"71387331336a6d67","timestamp":288333055,"duration":11281,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756465326830396d","name":"build-module-js","id":"33693736736e386d","timestamp":288332999,"duration":11647,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/router.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d64686f76367070","name":"read-resource","id":"7a72667978797063","timestamp":288336823,"duration":10916,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c77336130323234","name":"postcss-process","id":"6d616e6a6e683336","timestamp":288347850,"duration":89636,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d64686f76367070","name":"postcss-loader","id":"6c77336130323234","timestamp":288347816,"duration":89777,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d64686f76367070","name":"css-loader","id":"693936366a377376","timestamp":288437904,"duration":28914,"tags":{"astUsed":"true"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"read-resource","id":"6565673630796d36","timestamp":288336943,"duration":131271,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79726e6b796a6d34","name":"build-module-js","id":"68773374387a3038","timestamp":288336879,"duration":141503,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"333463676f796564","name":"read-resource","id":"616462686d6c7273","timestamp":288345352,"duration":146764,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616c6a70396c3967","name":"build-module-js","id":"333463676f796564","timestamp":288345266,"duration":147440,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/polyfills/object-assign.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61336b7373387075","name":"read-resource","id":"6b7578307135686e","timestamp":288345462,"duration":147303,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"367a687166673173","name":"build-module-js","id":"61336b7373387075","timestamp":288345406,"duration":149912,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/diff2html.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72667a3177727972","name":"read-resource","id":"3278397363776369","timestamp":288345549,"duration":149813,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"367a687166673173","name":"build-module-js","id":"72667a3177727972","timestamp":288345500,"duration":157237,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/ui/js/highlight.js-helpers.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f6d667a617978","name":"build-module-css","id":"6d64686f76367070","timestamp":288336681,"duration":274745,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/bundles/css/diff2html.min.css.webpack[javascript/auto]!=!/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[7].use[1]!/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[7].use[2]!/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/bundles/css/diff2html.min.css"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"39737a7a71763435","timestamp":283665372,"duration":4973534,"tags":{"request":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/router.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"6b396d626c6e6339","timestamp":283665663,"duration":4973296,"tags":{"request":"next-client-pages-loader?page=%2F_error&absolutePagePath=next%2Fdist%2Fpages%2F_error!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"6177676c73697569","timestamp":283665508,"duration":4973473,"tags":{"request":"next-client-pages-loader?page=%2Fevents%2F%5Bname%5D%2Fv%2F%5Bversion%5D&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D%2Fv%2F%5Bversion%5D.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"617333396e6d3966","name":"read-resource","id":"6a74706737366f72","timestamp":288634498,"duration":21510,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a7a786d36777a78","name":"build-module-js","id":"617333396e6d3966","timestamp":288634387,"duration":32006,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next-mdx-remote/dist/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3869687672613938","name":"read-resource","id":"336e693036337436","timestamp":288634643,"duration":31813,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c636c6674396d73","name":"build-module-js","id":"3869687672613938","timestamp":288634560,"duration":47727,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/dist/stylesheet-registry.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d366d353635646c","name":"read-resource","id":"62313439337a7964","timestamp":288634734,"duration":47620,"tags":{}}]
4
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d366d353635646c","timestamp":288634683,"duration":49471,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/AcademicCapIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"64326976677a7378","name":"read-resource","id":"67307276666a3564","timestamp":288634810,"duration":49399,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"64326976677a7378","timestamp":288634765,"duration":50364,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/AdjustmentsIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3331323170753865","name":"read-resource","id":"706d693668677764","timestamp":288634883,"duration":50287,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3331323170753865","timestamp":288634839,"duration":51267,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/AnnotationIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b79696e756f7074","name":"read-resource","id":"6930766c30317567","timestamp":288634961,"duration":51184,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6b79696e756f7074","timestamp":288634918,"duration":52208,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArchiveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"327773726a716372","name":"read-resource","id":"7368763079777973","timestamp":288635038,"duration":52127,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"327773726a716372","timestamp":288634990,"duration":53628,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowCircleDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75346c7767736b69","name":"read-resource","id":"68336275746d6a32","timestamp":288635108,"duration":53552,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"75346c7767736b69","timestamp":288635066,"duration":54488,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowCircleLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f72686165366e65","name":"read-resource","id":"6832707274697078","timestamp":288635178,"duration":54414,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6f72686165366e65","timestamp":288635136,"duration":55451,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowCircleRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e676e66686a746f","name":"read-resource","id":"6472756b36707732","timestamp":288635249,"duration":55376,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6e676e66686a746f","timestamp":288635206,"duration":56252,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowCircleUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6332763174337461","name":"read-resource","id":"72716e7961673933","timestamp":288635322,"duration":56185,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6332763174337461","timestamp":288635277,"duration":57081,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d68317178693137","name":"read-resource","id":"6f6c353535693231","timestamp":288635391,"duration":57004,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d68317178693137","timestamp":288635349,"duration":57898,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366831626c627162","name":"read-resource","id":"6934387561337771","timestamp":288635458,"duration":57827,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"366831626c627162","timestamp":288635417,"duration":59271,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowNarrowDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d356c3133633530","name":"read-resource","id":"337a7a63716b3869","timestamp":288635528,"duration":59200,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d356c3133633530","timestamp":288635486,"duration":60182,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowNarrowLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6676706d34763766","name":"read-resource","id":"7178683833773464","timestamp":288635621,"duration":60088,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6676706d34763766","timestamp":288635555,"duration":61955,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowNarrowRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"31697035746a7976","name":"read-resource","id":"67756b7372756478","timestamp":288635700,"duration":61850,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"31697035746a7976","timestamp":288635652,"duration":62718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowNarrowUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3172723762796f65","name":"read-resource","id":"3337793932643262","timestamp":288635771,"duration":62637,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3172723762796f65","timestamp":288635729,"duration":63755,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6775676c626e7763","name":"read-resource","id":"6766646574777238","timestamp":288635843,"duration":63680,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6469303079657871","name":"build-module-js","id":"6775676c626e7763","timestamp":288635802,"duration":69320,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"read-resource","id":"6d30367a6a636369","timestamp":288635914,"duration":69251,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6469303079657871","name":"build-module-js","id":"6f6a65396d336e77","timestamp":288635872,"duration":70049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746b307274677678","name":"read-resource","id":"736f686162717977","timestamp":288635989,"duration":69971,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"746b307274677678","timestamp":288635942,"duration":70868,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowSmDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346437376a336165","name":"read-resource","id":"6c3073703836617a","timestamp":288636083,"duration":70768,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"346437376a336165","timestamp":288636017,"duration":71591,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowSmLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7878357a7333326b","name":"read-resource","id":"68616d6e6b306f33","timestamp":288636156,"duration":71491,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7878357a7333326b","timestamp":288636113,"duration":72301,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowSmRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"read-resource","id":"3576796d74636e78","timestamp":288636226,"duration":72258,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"787a376a6832366f","name":"build-module-js","id":"7a38327867793764","timestamp":288636183,"duration":81677,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3667686e307068","name":"read-resource","id":"736b6c6573656a64","timestamp":288636296,"duration":81612,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"6f3667686e307068","timestamp":288636255,"duration":85099,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/portal/portal.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"read-resource","id":"68616873767a3737","timestamp":288636369,"duration":85073,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"6d32666536383468","timestamp":288636324,"duration":100991,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/dialog/dialog.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726d737970326b37","name":"read-resource","id":"656876326e617272","timestamp":288636439,"duration":100940,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"726d737970326b37","timestamp":288636397,"duration":113688,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/disclosure/disclosure.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33717a6e76716635","name":"read-resource","id":"676d673065683672","timestamp":288636512,"duration":113639,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"33717a6e76716635","timestamp":288636469,"duration":115805,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/focus-trap/focus-trap.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797a7a6f75716b69","name":"read-resource","id":"6339666e78753368","timestamp":288636589,"duration":115735,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"797a7a6f75716b69","timestamp":288636539,"duration":143941,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/listbox/listbox.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"643575703232727a","name":"read-resource","id":"7879327a6b79696e","timestamp":288636659,"duration":143891,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"643575703232727a","timestamp":288636617,"duration":175961,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/menu/menu.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77626d796f30706b","name":"read-resource","id":"726e71343471786b","timestamp":288636728,"duration":175926,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"77626d796f30706b","timestamp":288636686,"duration":196312,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/popover/popover.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c746c7a35766d32","name":"read-resource","id":"737668716b397474","timestamp":288636815,"duration":196254,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"6c746c7a35766d32","timestamp":288636770,"duration":202347,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/radio-group/radio-group.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30767974797a6937","name":"read-resource","id":"3938333238777735","timestamp":288636891,"duration":202293,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"30767974797a6937","timestamp":288636848,"duration":204354,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/switch/switch.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366765723838796e","name":"read-resource","id":"6e787672346e7030","timestamp":288636965,"duration":204290,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"366765723838796e","timestamp":288636919,"duration":212289,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/tabs/tabs.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65726f7562326671","name":"read-resource","id":"66357a6b6179396d","timestamp":288637039,"duration":212227,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62696d65726c6e6f","name":"build-module-js","id":"65726f7562326671","timestamp":288636997,"duration":219141,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/transitions/transition.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376b6832306d6f35","name":"read-resource","id":"627479636271706f","timestamp":288637109,"duration":219090,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"376b6832306d6f35","timestamp":288637066,"duration":219891,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowSmUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6262716d6c333335","name":"read-resource","id":"3637307963646568","timestamp":288637183,"duration":219819,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6262716d6c333335","timestamp":288637137,"duration":220377,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786335347779306b","name":"read-resource","id":"32756d7831793167","timestamp":288637253,"duration":220299,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"786335347779306b","timestamp":288637211,"duration":220840,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ArrowsExpandIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783172366e79346a","name":"read-resource","id":"396f7336796b6b31","timestamp":288637321,"duration":220769,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"783172366e79346a","timestamp":288637280,"duration":221327,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/AtSymbolIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3567646772647632","name":"read-resource","id":"6f696d6c316d6338","timestamp":288637390,"duration":221254,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3567646772647632","timestamp":288637348,"duration":221792,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BackspaceIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6531366469786635","name":"read-resource","id":"7567686331746372","timestamp":288637458,"duration":221721,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6531366469786635","timestamp":288637418,"duration":222408,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BadgeCheckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7179336b37393664","name":"read-resource","id":"716d6d6232643030","timestamp":288637531,"duration":222337,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7179336b37393664","timestamp":288637486,"duration":222951,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BanIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7773676c79753431","name":"read-resource","id":"35317666646b6f6b","timestamp":288637601,"duration":222878,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7773676c79753431","timestamp":288637559,"duration":223422,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BeakerIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3973716871733238","name":"read-resource","id":"3672347138623064","timestamp":288637670,"duration":223349,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3973716871733238","timestamp":288637628,"duration":223872,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BellIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c626f367a64636f","name":"read-resource","id":"757163746f767070","timestamp":288637738,"duration":223799,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c626f367a64636f","timestamp":288637697,"duration":224320,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BookOpenIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d79666570726278","name":"read-resource","id":"7931706574663274","timestamp":288637805,"duration":224252,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d79666570726278","timestamp":288637764,"duration":224787,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BookmarkAltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b6a776d35686a76","name":"read-resource","id":"693566646578357a","timestamp":288637890,"duration":224698,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6b6a776d35686a76","timestamp":288637832,"duration":225245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BookmarkIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"617175746274736d","name":"read-resource","id":"7838317a656a7769","timestamp":288637964,"duration":225150,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"617175746274736d","timestamp":288637921,"duration":225886,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/BriefcaseIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6332736a306b79","name":"read-resource","id":"6668626379796161","timestamp":288638035,"duration":225814,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6e6332736a306b79","timestamp":288637993,"duration":226416,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CakeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62666f623867626b","name":"read-resource","id":"347a776268706875","timestamp":288638104,"duration":226344,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"62666f623867626b","timestamp":288638063,"duration":226884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CalculatorIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6837356a6d663077","name":"read-resource","id":"6476336b367a6d67","timestamp":288638178,"duration":226806,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6837356a6d663077","timestamp":288638130,"duration":227349,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CalendarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6970306461687a66","name":"read-resource","id":"756b65666e636674","timestamp":288638247,"duration":227270,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6970306461687a66","timestamp":288638206,"duration":227801,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CameraIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"673237346463666b","name":"read-resource","id":"686466706f6f7a30","timestamp":288638320,"duration":227723,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"673237346463666b","timestamp":288638275,"duration":228264,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CashIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d3363787a7a68","name":"read-resource","id":"6f787733766b746d","timestamp":288638388,"duration":228190,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"336d3363787a7a68","timestamp":288638348,"duration":228702,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChartBarIcon.js"}}]
5
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"616368326b6d7239","name":"read-resource","id":"74766f387a693970","timestamp":288638458,"duration":228809,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"616368326b6d7239","timestamp":288638416,"duration":229382,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChartPieIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7830703830376c74","name":"read-resource","id":"616c656d74636b67","timestamp":288638525,"duration":229311,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7830703830376c74","timestamp":288638485,"duration":229878,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChartSquareBarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7733303566397664","name":"read-resource","id":"676a38796b6e7567","timestamp":288638592,"duration":229809,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7733303566397664","timestamp":288638551,"duration":230366,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChatAlt2Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6279737531697a31","name":"read-resource","id":"7879316b726c6173","timestamp":288646381,"duration":246142,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6279737531697a31","timestamp":288646271,"duration":247317,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChatAltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f6d6939703773","name":"read-resource","id":"6268366c79636a71","timestamp":288646488,"duration":247154,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"666f6d6939703773","timestamp":288646426,"duration":248022,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChatIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6677383636666436","name":"read-resource","id":"306e3978626a6962","timestamp":288653641,"duration":279158,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6469303079657871","name":"build-module-js","id":"6677383636666436","timestamp":288653538,"duration":299272,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/copy-text-to-clipboard/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a747a796c663865","name":"read-resource","id":"6e77636e67377031","timestamp":288653738,"duration":299150,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6a747a796c663865","timestamp":288653684,"duration":300247,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CheckCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3679716277303764","name":"read-resource","id":"6e70643268637365","timestamp":288653815,"duration":300172,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3679716277303764","timestamp":288653769,"duration":301053,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CheckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6837647762697a30","name":"read-resource","id":"6f617437686a6378","timestamp":288653964,"duration":300899,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6837647762697a30","timestamp":288653865,"duration":301823,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDoubleDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"653639686c636637","name":"read-resource","id":"6839727467346d39","timestamp":288654039,"duration":301691,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"653639686c636637","timestamp":288653995,"duration":302590,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDoubleLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716d6d6c34706f33","name":"read-resource","id":"3173396d63623166","timestamp":288654108,"duration":302525,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"716d6d6c34706f33","timestamp":288654066,"duration":303560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDoubleRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f376731356b6f6c","name":"read-resource","id":"6d707a3271363534","timestamp":288654194,"duration":303475,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6f376731356b6f6c","timestamp":288654149,"duration":304352,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDoubleUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a64656a3462316e","name":"read-resource","id":"367870356c646172","timestamp":288654262,"duration":304280,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7a64656a3462316e","timestamp":288654221,"duration":305139,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c3434397362736c","name":"read-resource","id":"636d6533747a7137","timestamp":288654333,"duration":305067,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c3434397362736c","timestamp":288654289,"duration":305944,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7378766a63793762","name":"read-resource","id":"356774686e6f386f","timestamp":288654402,"duration":305873,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7378766a63793762","timestamp":288654360,"duration":306716,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7576773379323975","name":"read-resource","id":"657a6e6135707967","timestamp":288654471,"duration":306646,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7576773379323975","timestamp":288654430,"duration":307494,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChevronUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3569706437303763","name":"read-resource","id":"6a69783863687579","timestamp":288654539,"duration":307426,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3569706437303763","timestamp":288654498,"duration":308337,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ChipIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376e6e68756c796d","name":"read-resource","id":"6b686271377a3074","timestamp":288654608,"duration":308269,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"376e6e68756c796d","timestamp":288654567,"duration":309153,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClipboardCheckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316c3761656f7069","name":"read-resource","id":"6379756862733833","timestamp":288654681,"duration":309080,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"316c3761656f7069","timestamp":288654633,"duration":318145,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClipboardCopyIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316b79776d706f67","name":"read-resource","id":"70793661666e3832","timestamp":288654751,"duration":318079,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"316b79776d706f67","timestamp":288654710,"duration":319104,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClipboardListIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73643468736a7a74","name":"read-resource","id":"346b7431706a657a","timestamp":289322656,"duration":28795,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"73643468736a7a74","timestamp":289322493,"duration":29979,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClipboardIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70327774766b626f","name":"read-resource","id":"7872706c32383235","timestamp":289322925,"duration":29588,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"70327774766b626f","timestamp":289322821,"duration":30346,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ClockIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6477636270656469","name":"read-resource","id":"62736f687433616c","timestamp":289323035,"duration":30170,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6477636270656469","timestamp":289322966,"duration":30829,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CloudDownloadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6a6c3266346f34","name":"read-resource","id":"357a393539726c70","timestamp":289323134,"duration":30695,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6a6a6c3266346f34","timestamp":289323064,"duration":31369,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CloudUploadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3763616f35317171","name":"read-resource","id":"32396a367a7a6978","timestamp":289323236,"duration":31233,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3763616f35317171","timestamp":289323186,"duration":31940,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CloudIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646430757064647a","name":"read-resource","id":"776232316a787571","timestamp":289323305,"duration":31858,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"646430757064647a","timestamp":289323263,"duration":32483,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CodeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6872687a6b63786b","name":"read-resource","id":"646f6c373774366d","timestamp":289323384,"duration":32396,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6872687a6b63786b","timestamp":289323326,"duration":33058,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CogIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76716c6176777632","name":"read-resource","id":"35396c716a696961","timestamp":289323448,"duration":32975,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"76716c6176777632","timestamp":289323406,"duration":33603,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CollectionIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32613064376e6a32","name":"read-resource","id":"3039356274666b68","timestamp":289323520,"duration":33525,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"32613064376e6a32","timestamp":289323477,"duration":34776,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ColorSwatchIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c306c36346f6c70","name":"read-resource","id":"6a7a3778786c7435","timestamp":289323597,"duration":34694,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c306c36346f6c70","timestamp":289323551,"duration":35366,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CreditCardIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a71747533386278","name":"read-resource","id":"387235716f713137","timestamp":289323671,"duration":35281,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6a71747533386278","timestamp":289323631,"duration":35902,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CubeTransparentIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69396f346379716d","name":"read-resource","id":"793568647a7a6367","timestamp":289324341,"duration":35227,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"69396f346379716d","timestamp":289323702,"duration":37780,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CubeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61666c6c65337268","name":"read-resource","id":"6577767579636d7a","timestamp":289324490,"duration":37031,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"61666c6c65337268","timestamp":289324402,"duration":37677,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyBangladeshiIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c30366763357164","name":"read-resource","id":"36766d3062356233","timestamp":289324573,"duration":37540,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c30366763357164","timestamp":289324523,"duration":38392,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyDollarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7130676734747a36","name":"read-resource","id":"6738617879366b68","timestamp":289324645,"duration":38307,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7130676734747a36","timestamp":289324598,"duration":38912,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyEuroIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3672697164717569","name":"read-resource","id":"3766797163626869","timestamp":289324713,"duration":38833,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3672697164717569","timestamp":289324669,"duration":39461,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyPoundIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34306f31696c7069","name":"read-resource","id":"76757732646d3963","timestamp":289324776,"duration":39392,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"34306f31696c7069","timestamp":289324735,"duration":40034,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyRupeeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6768383469337a6b","name":"read-resource","id":"7867383230377167","timestamp":289324838,"duration":39967,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6768383469337a6b","timestamp":289324798,"duration":40558,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CurrencyYenIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7566627a34323930","name":"read-resource","id":"3072387132737632","timestamp":289324898,"duration":40493,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7566627a34323930","timestamp":289324857,"duration":41640,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/CursorClickIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35666739796e706e","name":"read-resource","id":"676d6e7377647537","timestamp":289324957,"duration":41578,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"35666739796e706e","timestamp":289324918,"duration":42201,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DatabaseIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7864777638676f69","name":"read-resource","id":"6e79733465647879","timestamp":289325037,"duration":42117,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7864777638676f69","timestamp":289324994,"duration":42698,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DesktopComputerIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71656e6978633367","name":"read-resource","id":"6a787a3636376f61","timestamp":289325098,"duration":42628,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"71656e6978633367","timestamp":289325058,"duration":44504,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DeviceMobileIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32716e6a787a396c","name":"read-resource","id":"79686d6a6b643434","timestamp":289325157,"duration":44442,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"32716e6a787a396c","timestamp":289325117,"duration":45009,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DeviceTabletIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a31716862617a75","name":"read-resource","id":"387377706661326c","timestamp":289325228,"duration":44937,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3573336636303733","name":"build-module-js","id":"7a31716862617a75","timestamp":289325178,"duration":46169,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/js-file-download/file-download.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7761396a617a7266","name":"read-resource","id":"6667327362776133","timestamp":289325290,"duration":46095,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7761396a617a7266","timestamp":289325250,"duration":46678,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentAddIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b71313665786875","name":"read-resource","id":"6a70673533653175","timestamp":289325351,"duration":46612,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6b71313665786875","timestamp":289325312,"duration":47200,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentDownloadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75796f306f637877","name":"read-resource","id":"70366c39666d396a","timestamp":289325411,"duration":47137,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"75796f306f637877","timestamp":289325372,"duration":47722,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentDuplicateIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3232346477636a39","name":"read-resource","id":"7575323770336164","timestamp":289325470,"duration":47660,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3232346477636a39","timestamp":289325432,"duration":48209,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentRemoveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7071717469777a73","name":"read-resource","id":"387a616f636b7273","timestamp":289325531,"duration":48145,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7071717469777a73","timestamp":289325491,"duration":48876,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentReportIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6361623032623975","name":"read-resource","id":"7377396b31356e35","timestamp":289325591,"duration":48813,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6361623032623975","timestamp":289325551,"duration":49475,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentSearchIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3764677564766961","name":"read-resource","id":"7974717138356d67","timestamp":289325649,"duration":49415,"tags":{}}]
6
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3764677564766961","timestamp":289325610,"duration":50223,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentTextIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73633035346b6536","name":"read-resource","id":"6c38703333386a69","timestamp":289343392,"duration":46534,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"73633035346b6536","timestamp":289343290,"duration":47298,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DocumentIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d303865706c3766","name":"read-resource","id":"76767361626b7936","timestamp":289343493,"duration":47136,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d303865706c3766","timestamp":289343441,"duration":47718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DotsCircleHorizontalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f756f6362306934","name":"read-resource","id":"386536746c61626f","timestamp":289343566,"duration":47629,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6f756f6362306934","timestamp":289343522,"duration":48186,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DotsHorizontalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7262316e6869686c","name":"read-resource","id":"3333356872707063","timestamp":289343634,"duration":48109,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7262316e6869686c","timestamp":289343592,"duration":48681,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DotsVerticalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7874706a7272717a","name":"read-resource","id":"383674326e63666b","timestamp":289343700,"duration":48608,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7874706a7272717a","timestamp":289343659,"duration":49147,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DownloadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e35346163333874","name":"read-resource","id":"386c706933343771","timestamp":289343791,"duration":49051,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6e35346163333874","timestamp":289343749,"duration":49601,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/DuplicateIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"633232673563656e","name":"read-resource","id":"6f6268716163317a","timestamp":289343857,"duration":49527,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"633232673563656e","timestamp":289343817,"duration":50059,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/EmojiHappyIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75746176387a6765","name":"read-resource","id":"763837686e6b7173","timestamp":289343923,"duration":49988,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"75746176387a6765","timestamp":289343883,"duration":50510,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/EmojiSadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7879723739357263","name":"read-resource","id":"723833696a696671","timestamp":289343996,"duration":50432,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7879723739357263","timestamp":289343954,"duration":50963,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ExclamationCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3437356d357a3962","name":"read-resource","id":"616878316c783064","timestamp":289344083,"duration":50868,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3437356d357a3962","timestamp":289344022,"duration":51418,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ExclamationIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7465397178627764","name":"read-resource","id":"7462323870723676","timestamp":289344153,"duration":51321,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7465397178627764","timestamp":289344111,"duration":51871,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ExternalLinkIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3379706a7a646367","name":"read-resource","id":"797a396c62316166","timestamp":289344221,"duration":51797,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3379706a7a646367","timestamp":289344181,"duration":52383,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/EyeOffIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346772317869747a","name":"read-resource","id":"31733762776c3537","timestamp":289344296,"duration":52303,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"346772317869747a","timestamp":289344257,"duration":52851,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/EyeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6274363262363366","name":"read-resource","id":"61773668336c3536","timestamp":289344359,"duration":52784,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6274363262363366","timestamp":289344321,"duration":53315,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FastForwardIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7636747864313764","name":"read-resource","id":"706f6166686a3574","timestamp":289344423,"duration":53248,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7636747864313764","timestamp":289344385,"duration":53772,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FilmIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3739676b6f653338","name":"read-resource","id":"306b3438707a7369","timestamp":289344488,"duration":53704,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3739676b6f653338","timestamp":289344448,"duration":54227,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FilterIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686131776267636a","name":"read-resource","id":"627a316d6f7a366e","timestamp":289344553,"duration":54157,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"686131776267636a","timestamp":289344514,"duration":54752,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FingerPrintIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"306e626679366f6b","name":"read-resource","id":"6d34716a6d323138","timestamp":289344618,"duration":54682,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"306e626679366f6b","timestamp":289344579,"duration":55208,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FireIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6733707471696e","name":"read-resource","id":"347a723732627679","timestamp":289344682,"duration":55140,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c6733707471696e","timestamp":289344643,"duration":55702,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FlagIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3564676579716978","name":"read-resource","id":"6132637775366f6b","timestamp":289344748,"duration":55633,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3564676579716978","timestamp":289344707,"duration":56206,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderAddIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6433306d666572","name":"read-resource","id":"38386374326d7638","timestamp":289344810,"duration":56139,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7a6433306d666572","timestamp":289344772,"duration":56708,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderDownloadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"357831787462776f","name":"read-resource","id":"76376a63726f3773","timestamp":289344893,"duration":56623,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"357831787462776f","timestamp":289344852,"duration":114600,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/core.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347a697135797977","name":"read-resource","id":"3564343933687075","timestamp":289344959,"duration":114567,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"347a697135797977","timestamp":289344920,"duration":123050,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/cpp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6e616774663678","name":"read-resource","id":"3170357263687639","timestamp":289345022,"duration":123018,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6a6e616774663678","timestamp":289344984,"duration":128335,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/xml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a68396b6e757137","name":"read-resource","id":"616d7839646f6b70","timestamp":289345087,"duration":128297,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6a68396b6e757137","timestamp":289345049,"duration":129549,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/awk.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6378626e3171777a","name":"read-resource","id":"6f7a6f3767766f69","timestamp":289345171,"duration":129478,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6378626e3171777a","timestamp":289345113,"duration":134605,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/bash.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a34357162317461","name":"read-resource","id":"7875337836343464","timestamp":289345235,"duration":134532,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"7a34357162317461","timestamp":289345194,"duration":138780,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/c.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716431366d727775","name":"read-resource","id":"376a303964673533","timestamp":289345299,"duration":138724,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"716431366d727775","timestamp":289345260,"duration":140423,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/clojure.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"757a79316e34396d","name":"read-resource","id":"78746b786b636364","timestamp":289345365,"duration":140359,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"757a79316e34396d","timestamp":289345326,"duration":146523,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/crystal.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b636d6630736431","name":"read-resource","id":"73306f7467783234","timestamp":289345428,"duration":146469,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6b636d6630736431","timestamp":289345390,"duration":150700,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/csharp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6639676b67376970","name":"read-resource","id":"6a647a6979676572","timestamp":289345492,"duration":150815,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6639676b67376970","timestamp":289345453,"duration":151416,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/csp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316868736b747178","name":"read-resource","id":"3873666d6d663275","timestamp":289345556,"duration":151351,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"316868736b747178","timestamp":289345518,"duration":158273,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/css.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d617a616e62756b","name":"read-resource","id":"7231796a38713479","timestamp":289345620,"duration":158214,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6d617a616e62756b","timestamp":289345581,"duration":160814,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/markdown.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3665696165337561","name":"read-resource","id":"6b62337430663931","timestamp":289345685,"duration":160754,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"3665696165337561","timestamp":289345645,"duration":163271,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/dart.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e61793932656c67","name":"read-resource","id":"6332696f68346d6b","timestamp":289345756,"duration":163202,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6e61793932656c67","timestamp":289345716,"duration":164779,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/diff.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376364666b796671","name":"read-resource","id":"336f76783961346d","timestamp":289345819,"duration":164714,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"376364666b796671","timestamp":289345780,"duration":165314,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/dockerfile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"363638786f386d74","name":"read-resource","id":"7a687876726a3030","timestamp":289345883,"duration":165248,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"363638786f386d74","timestamp":289345844,"duration":168328,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/elixir.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3767337163377177","name":"read-resource","id":"733674317365346f","timestamp":289345971,"duration":168243,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"3767337163377177","timestamp":289345919,"duration":170968,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/elm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3830653635716962","name":"read-resource","id":"6268743231637835","timestamp":289346038,"duration":170891,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"3830653635716962","timestamp":289345997,"duration":185654,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/ruby.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6430676163657963","name":"read-resource","id":"717369747666697a","timestamp":289346102,"duration":185617,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6430676163657963","timestamp":289346064,"duration":187613,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/erlang.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3270326f6761396d","name":"read-resource","id":"6c79766c6135386d","timestamp":289346168,"duration":187561,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"3270326f6761396d","timestamp":289346129,"duration":188655,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/fsharp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e62693263796d63","name":"read-resource","id":"3073366769347231","timestamp":289346232,"duration":188595,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6e62693263796d63","timestamp":289346193,"duration":189658,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/go.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726932796f637761","name":"read-resource","id":"7532756934746762","timestamp":289346296,"duration":189596,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"726932796f637761","timestamp":289346257,"duration":198220,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/gradle.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7865686270396365","name":"read-resource","id":"6e6476656d687239","timestamp":289346359,"duration":198174,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"7865686270396365","timestamp":289346321,"duration":199703,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/groovy.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6e346337797a35","name":"read-resource","id":"3733757a31357761","timestamp":289346427,"duration":199641,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6e6e346337797a35","timestamp":289346388,"duration":211906,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/handlebars.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7170767471646637","name":"read-resource","id":"65747833306a326d","timestamp":289346492,"duration":211865,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"7170767471646637","timestamp":289346454,"duration":213202,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/haskell.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756a36726d6b6a78","name":"next-swc-transform","id":"326373386d383676","timestamp":289386276,"duration":181910,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a76376f63703161","name":"next-swc-loader","id":"756a36726d6b6a78","timestamp":289386178,"duration":182020,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376772336e726e74","name":"build-module-ts","id":"6a76376f63703161","timestamp":289383070,"duration":186555,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/graphs.ts"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"78687575616d3369","name":"read-resource","id":"6b7231346e6d6570","timestamp":289349501,"duration":220310,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"78687575616d3369","timestamp":289349408,"duration":222191,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/ini.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3965367a68713378","name":"read-resource","id":"62706e336e77616b","timestamp":289349594,"duration":222047,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"3965367a68713378","timestamp":289349541,"duration":224755,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/java.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7638766679646563","name":"read-resource","id":"31303134666a3338","timestamp":289349669,"duration":224671,"tags":{}}]
7
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"7638766679646563","timestamp":289349624,"duration":232235,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/javascript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343674616c356875","name":"read-resource","id":"396f6a7868616134","timestamp":289380328,"duration":213343,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"343674616c356875","timestamp":289380277,"duration":216365,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/kotlin.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73783832736c3839","name":"read-resource","id":"727536327139706f","timestamp":289380226,"duration":216463,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"73783832736c3839","timestamp":289380128,"duration":217193,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/json.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"706f726c38626878","name":"read-resource","id":"3978786339377765","timestamp":289380398,"duration":216960,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"706f726c38626878","timestamp":289380355,"duration":220352,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/less.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686b6b7230756c33","name":"read-resource","id":"6d3972366e763966","timestamp":289381443,"duration":219305,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"686b6b7230756c33","timestamp":289381381,"duration":225869,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/lisp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73716d3472746a71","name":"read-resource","id":"6338396e6f66706c","timestamp":289381545,"duration":225749,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"73716d3472746a71","timestamp":289381500,"duration":227583,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/lua.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"623566696674646f","name":"read-resource","id":"3261333665306265","timestamp":289381613,"duration":227511,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"623566696674646f","timestamp":289381572,"duration":228425,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/makefile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316477347363796b","name":"read-resource","id":"77627838376f7831","timestamp":289381681,"duration":228356,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"316477347363796b","timestamp":289381641,"duration":232928,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/perl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38317a6177353171","name":"read-resource","id":"75663235637a766a","timestamp":289381747,"duration":232863,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"38317a6177353171","timestamp":289381708,"duration":234184,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/nginx.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3077747736773136","name":"read-resource","id":"6968746872773034","timestamp":289381812,"duration":234121,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"3077747736773136","timestamp":289381772,"duration":235374,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/objectivec.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3372636c72677731","name":"read-resource","id":"6c7374676e68736a","timestamp":289381875,"duration":235311,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"3372636c72677731","timestamp":289381837,"duration":255596,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/pgsql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76706d6c646b3478","name":"read-resource","id":"7a31667938783534","timestamp":289381939,"duration":255565,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"76706d6c646b3478","timestamp":289381900,"duration":257015,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/php.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6e35746e346964","name":"read-resource","id":"3136386930743862","timestamp":289382002,"duration":256959,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6a6e35746e346964","timestamp":289381964,"duration":257342,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/plaintext.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7972686877686575","name":"read-resource","id":"6738663732383776","timestamp":289382067,"duration":257275,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"7972686877686575","timestamp":289382027,"duration":259370,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/powershell.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3470377a73756b36","name":"read-resource","id":"776e6f6b71673574","timestamp":289382132,"duration":259307,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"3470377a73756b36","timestamp":289382094,"duration":259947,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/properties.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7436656e666f6968","name":"read-resource","id":"6671686532327962","timestamp":289382196,"duration":259883,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"7436656e666f6968","timestamp":289382158,"duration":260410,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/protobuf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736d6f736e797934","name":"read-resource","id":"6f306735707a6e63","timestamp":289382259,"duration":260346,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"736d6f736e797934","timestamp":289382221,"duration":264344,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/python.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6434303077326e77","name":"read-resource","id":"3277707574677164","timestamp":289382322,"duration":264286,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6434303077326e77","timestamp":289382283,"duration":265837,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/rust.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76776a78636d6a6e","name":"read-resource","id":"6579307132763862","timestamp":289382384,"duration":265775,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"76776a78636d6a6e","timestamp":289382347,"duration":266732,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/scala.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63316f373736746d","name":"read-resource","id":"6d6d676c356a6a6a","timestamp":289382448,"duration":266672,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"63316f373736746d","timestamp":289382411,"duration":268323,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/scss.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68386f7a30366571","name":"read-resource","id":"786233397a783377","timestamp":289382522,"duration":268250,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"68386f7a30366571","timestamp":289382473,"duration":268729,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/shell.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c7a34626a6b366f","name":"read-resource","id":"6e65666f38367370","timestamp":289382588,"duration":268651,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6c7a34626a6b366f","timestamp":289382548,"duration":272354,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/sql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f786c78636b7871","name":"read-resource","id":"7370756d6e666c65","timestamp":289382651,"duration":272296,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6f786c78636b7871","timestamp":289382613,"duration":279245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/swift.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a32623365786561","name":"read-resource","id":"37657074766b6831","timestamp":289382715,"duration":279190,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"6a32623365786561","timestamp":289382677,"duration":280245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/yaml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65366a686668386c","name":"read-resource","id":"6776386c79796534","timestamp":289382778,"duration":280183,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6130616f75376c","name":"build-module-js","id":"65366a686668386c","timestamp":289382740,"duration":284427,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/node_modules/highlight.js/lib/languages/typescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65676a657532696d","name":"read-resource","id":"6d65357863356475","timestamp":289382842,"duration":284368,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7831666730356166","name":"build-module-js","id":"65676a657532696d","timestamp":289382804,"duration":285110,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/scheduler/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67736d6735786d61","name":"read-resource","id":"7630647033616b34","timestamp":289382917,"duration":285036,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7965623436776f","name":"build-module-js","id":"67736d6735786d61","timestamp":289382879,"duration":285877,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/prop-types/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636d7a7162326a6c","name":"read-resource","id":"6a7a7632356b6d75","timestamp":289382980,"duration":285815,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7965623436776f","name":"build-module-js","id":"636d7a7162326a6c","timestamp":289382942,"duration":291587,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-kapsule/dist/react-kapsule.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3633796163713279","name":"read-resource","id":"76656c3038733676","timestamp":289383045,"duration":291525,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7965623436776f","name":"build-module-js","id":"3633796163713279","timestamp":289383006,"duration":300115,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/3d-force-graph/dist/3d-force-graph.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3776713665337336","name":"read-resource","id":"7a6274706a66346c","timestamp":289384459,"duration":298708,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3776713665337336","timestamp":289384377,"duration":299394,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderOpenIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7169726d7a6230","name":"read-resource","id":"3972397a34613779","timestamp":289384562,"duration":299247,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d7169726d7a6230","timestamp":289384511,"duration":299865,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderRemoveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72356d35676b7867","name":"read-resource","id":"3574387069626f72","timestamp":289384639,"duration":299775,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"72356d35676b7867","timestamp":289384593,"duration":300382,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/FolderIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"327263626b777375","name":"read-resource","id":"70373635317a3534","timestamp":289384708,"duration":300307,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"327263626b777375","timestamp":289384667,"duration":300872,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/GiftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a3565346c787263","name":"read-resource","id":"7768326c6b647433","timestamp":289384774,"duration":300802,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6a3565346c787263","timestamp":289384734,"duration":301349,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/GlobeAltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3030377263713137","name":"read-resource","id":"386d377131393573","timestamp":289384842,"duration":301285,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3030377263713137","timestamp":289384802,"duration":301814,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/GlobeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79347a3038706c70","name":"read-resource","id":"643865667a617a31","timestamp":289563572,"duration":129813,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"79347a3038706c70","timestamp":289563469,"duration":130469,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/HandIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7435787174343667","name":"read-resource","id":"756c343936336e7a","timestamp":289563686,"duration":130290,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7435787174343667","timestamp":289563631,"duration":130853,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/HashtagIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6731787269646539","name":"read-resource","id":"65627075686d766f","timestamp":289563761,"duration":130758,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6731787269646539","timestamp":289563716,"duration":131303,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/HeartIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d35306470747178","name":"read-resource","id":"6579697372666b6c","timestamp":289563830,"duration":131225,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d35306470747178","timestamp":289563789,"duration":131747,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/HomeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73716b3136746369","name":"read-resource","id":"7465636961356963","timestamp":289563899,"duration":131671,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"73716b3136746369","timestamp":289563855,"duration":132225,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/IdentificationIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"643637696535716c","name":"read-resource","id":"766f6f763665646c","timestamp":289563964,"duration":132157,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"643637696535716c","timestamp":289563924,"duration":132700,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/InboxInIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e376f7761723176","name":"read-resource","id":"6575613937346734","timestamp":289564029,"duration":132630,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6e376f7761723176","timestamp":289563991,"duration":133145,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/InboxIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3477757079373261","name":"read-resource","id":"6b696f3632746e77","timestamp":289564135,"duration":133037,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3477757079373261","timestamp":289564056,"duration":133590,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/InformationCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316e72766e653868","name":"read-resource","id":"686b683973686461","timestamp":289564205,"duration":133478,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"316e72766e653868","timestamp":289564163,"duration":134001,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/KeyIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7864356563766e69","name":"read-resource","id":"706b6d677a666a70","timestamp":289564274,"duration":133925,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7864356563766e69","timestamp":289564231,"duration":134450,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LibraryIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c30337730747730","name":"read-resource","id":"3338726433776a76","timestamp":289564340,"duration":134376,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c30337730747730","timestamp":289564301,"duration":134896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LightBulbIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326c386d61647866","name":"read-resource","id":"736d356164753473","timestamp":289564404,"duration":134828,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"326c386d61647866","timestamp":289564365,"duration":135360,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LightningBoltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7439763033626f72","name":"read-resource","id":"30666c7772776878","timestamp":289564468,"duration":135293,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7439763033626f72","timestamp":289564429,"duration":135868,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LinkIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72646a353137666e","name":"read-resource","id":"77647374687a6938","timestamp":289564537,"duration":135799,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"72646a353137666e","timestamp":289564494,"duration":136323,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LocationMarkerIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7839613662316162","name":"read-resource","id":"3036617777797977","timestamp":289564601,"duration":136253,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7839613662316162","timestamp":289564563,"duration":136771,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LockClosedIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783137746d64337a","name":"read-resource","id":"696a6366756a636a","timestamp":289564674,"duration":136697,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"783137746d64337a","timestamp":289564634,"duration":137210,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LockOpenIcon.js"}}]
8
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"63726b3932766276","name":"read-resource","id":"66776f6d66616675","timestamp":289564756,"duration":137375,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"63726b3932766276","timestamp":289564715,"duration":137921,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LoginIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62396d316e357267","name":"read-resource","id":"6e6e6c7567307271","timestamp":289564821,"duration":137851,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"62396d316e357267","timestamp":289564783,"duration":138367,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/LogoutIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7438337173653763","name":"read-resource","id":"6974686377376f74","timestamp":289564885,"duration":138303,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7438337173653763","timestamp":289564847,"duration":138833,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MailOpenIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72736b6d6a317063","name":"read-resource","id":"6f77366974317878","timestamp":289564949,"duration":138766,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"72736b6d6a317063","timestamp":289564910,"duration":139344,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MailIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e75386d74703870","name":"read-resource","id":"7666793561627469","timestamp":289565013,"duration":139279,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6e75386d74703870","timestamp":289564975,"duration":139800,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MapIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3035743733786269","name":"read-resource","id":"736f6d346b30706e","timestamp":289565079,"duration":139732,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3035743733786269","timestamp":289565040,"duration":140853,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuAlt1Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396a723133393963","name":"read-resource","id":"6a6465696d767574","timestamp":289565145,"duration":140787,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"396a723133393963","timestamp":289565104,"duration":141326,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuAlt2Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a70376961366378","name":"read-resource","id":"6d716e79366f6c38","timestamp":289565209,"duration":141262,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6a70376961366378","timestamp":289565170,"duration":142638,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuAlt3Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77697938326e6d74","name":"read-resource","id":"6e3575767a756776","timestamp":289565271,"duration":142582,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"77697938326e6d74","timestamp":289565233,"duration":143157,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuAlt4Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b7a6d3430373674","name":"read-resource","id":"656a6a6466627966","timestamp":289565337,"duration":143092,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6b7a6d3430373674","timestamp":289565295,"duration":143628,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MenuIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3875347a626d6f63","name":"read-resource","id":"6f36626331733062","timestamp":289565402,"duration":143558,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3875347a626d6f63","timestamp":289565362,"duration":144085,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MicrophoneIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636d6a6d66623978","name":"read-resource","id":"383864733266636f","timestamp":289565478,"duration":144007,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"636d6a6d66623978","timestamp":289565426,"duration":144537,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MinusCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35346c6565677170","name":"read-resource","id":"6c70633567637a74","timestamp":289565545,"duration":144456,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"35346c6565677170","timestamp":289565506,"duration":145220,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MinusSmIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7674356b36636e32","name":"read-resource","id":"756d397971746132","timestamp":289565608,"duration":145155,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7674356b36636e32","timestamp":289565570,"duration":145772,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MinusIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6175337564306f6d","name":"read-resource","id":"376c307569356667","timestamp":289565671,"duration":145708,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6175337564306f6d","timestamp":289565633,"duration":146238,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MoonIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71306c786a656979","name":"read-resource","id":"7066623274726d64","timestamp":289565739,"duration":146169,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"71306c786a656979","timestamp":289565697,"duration":146717,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/MusicNoteIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636e6c3767327535","name":"read-resource","id":"787279627a79356e","timestamp":289565818,"duration":146637,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"636e6c3767327535","timestamp":289565776,"duration":148034,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/NewspaperIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6861386a37706776","name":"read-resource","id":"34796668386c7538","timestamp":289565882,"duration":147968,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6861386a37706776","timestamp":289565844,"duration":148633,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/OfficeBuildingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6932683633783871","name":"read-resource","id":"6d39727266657173","timestamp":289565950,"duration":148564,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6932683633783871","timestamp":289565908,"duration":149082,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PaperAirplaneIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3433656a30327479","name":"read-resource","id":"356b6a6767636361","timestamp":289566016,"duration":149010,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3433656a30327479","timestamp":289565977,"duration":149524,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PaperClipIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"613466696b353771","name":"read-resource","id":"63356877396f3462","timestamp":289566080,"duration":149456,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"613466696b353771","timestamp":289566040,"duration":150016,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PauseIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6170796b666e3377","name":"read-resource","id":"766a346c636a7464","timestamp":289566148,"duration":149970,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6170796b666e3377","timestamp":289566106,"duration":150513,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PencilAltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a31713264707069","name":"read-resource","id":"3565653377616870","timestamp":289566213,"duration":150443,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6a31713264707069","timestamp":289566173,"duration":151069,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PencilIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34776a776f6e7566","name":"read-resource","id":"6a677a7564713972","timestamp":289566277,"duration":151004,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"34776a776f6e7566","timestamp":289566238,"duration":151530,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhoneIncomingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7661636473766563","name":"read-resource","id":"76686f3066786a33","timestamp":289566342,"duration":151463,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7661636473766563","timestamp":289566301,"duration":152316,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhoneMissedCallIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79786d396c317678","name":"read-resource","id":"7a6f79357073786c","timestamp":289566407,"duration":152249,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"79786d396c317678","timestamp":289566368,"duration":152845,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhoneOutgoingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70697a6b347a3934","name":"read-resource","id":"6430736177756b65","timestamp":289566470,"duration":152783,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"70697a6b347a3934","timestamp":289566431,"duration":153295,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhoneIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6236787037376f76","name":"read-resource","id":"78616b6539673334","timestamp":289566626,"duration":153137,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6236787037376f76","timestamp":289566495,"duration":153767,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PhotographIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"373768716c616b61","name":"read-resource","id":"3033353478336375","timestamp":289566694,"duration":153603,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"373768716c616b61","timestamp":289566655,"duration":154214,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PlayIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6671747a6f646762","name":"read-resource","id":"62656c6f61706375","timestamp":289566758,"duration":154149,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6671747a6f646762","timestamp":289566720,"duration":154661,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PlusCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"706436736e393075","name":"read-resource","id":"74756e7564357961","timestamp":289566821,"duration":154595,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"706436736e393075","timestamp":289566782,"duration":155112,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PlusSmIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7032716735336f75","name":"read-resource","id":"7164303162706761","timestamp":289566885,"duration":155046,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7032716735336f75","timestamp":289566847,"duration":155544,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PlusIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6572656f696d7339","name":"read-resource","id":"616e3038786b3638","timestamp":289566963,"duration":155464,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6572656f696d7339","timestamp":289566922,"duration":159484,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PresentationChartBarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63323336776a7375","name":"read-resource","id":"743669637674326c","timestamp":289567029,"duration":159415,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"63323336776a7375","timestamp":289566990,"duration":160091,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PresentationChartLineIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63706a6e32783266","name":"read-resource","id":"6377776d386c666e","timestamp":289567096,"duration":160023,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"63706a6e32783266","timestamp":289567055,"duration":160538,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PrinterIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d793770336f6975","name":"read-resource","id":"62756f326767396f","timestamp":289567163,"duration":160466,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d793770336f6975","timestamp":289567123,"duration":160998,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/PuzzleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d6131667a6f3965","name":"read-resource","id":"3631757a3539686e","timestamp":289567227,"duration":160932,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6d6131667a6f3965","timestamp":289567188,"duration":161466,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/QrcodeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366f766871386764","name":"read-resource","id":"6d7873703174646c","timestamp":289567291,"duration":161398,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"366f766871386764","timestamp":289567252,"duration":162234,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/QuestionMarkCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a73366b75776335","name":"read-resource","id":"7632696e77656537","timestamp":289567355,"duration":162169,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6a73366b75776335","timestamp":289567316,"duration":162691,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ReceiptRefundIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7938727461743374","name":"read-resource","id":"646a326563703563","timestamp":289567420,"duration":162623,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7938727461743374","timestamp":289567382,"duration":163208,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ReceiptTaxIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7978726f65717471","name":"read-resource","id":"3364317132626337","timestamp":289567486,"duration":163144,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7978726f65717471","timestamp":289567447,"duration":163661,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/RefreshIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71666679337a7679","name":"read-resource","id":"33756b7a797a7069","timestamp":289567549,"duration":163596,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"71666679337a7679","timestamp":289567511,"duration":164096,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ReplyIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34636b343479616a","name":"read-resource","id":"6138786f66716f6e","timestamp":289567616,"duration":174110,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"34636b343479616a","timestamp":289567577,"duration":174705,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/RewindIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75656e36357a6b77","name":"read-resource","id":"63667538386b7131","timestamp":289592934,"duration":153289,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"75656e36357a6b77","timestamp":289592763,"duration":154019,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/RssIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303271656f647879","name":"read-resource","id":"703179796d346a61","timestamp":289593089,"duration":153731,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"303271656f647879","timestamp":289593027,"duration":154293,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SaveAsIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62396770376b6231","name":"read-resource","id":"3633656c666c7935","timestamp":289593181,"duration":154176,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"62396770376b6231","timestamp":289593134,"duration":154683,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SaveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7863716b6775367a","name":"read-resource","id":"3479776630343030","timestamp":289593269,"duration":154583,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7863716b6775367a","timestamp":289593223,"duration":155132,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ScaleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971366867347363","name":"read-resource","id":"307736706c737839","timestamp":289593350,"duration":155049,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6971366867347363","timestamp":289593307,"duration":155582,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ScissorsIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"723762386a776b73","name":"read-resource","id":"3176616864396f64","timestamp":289689809,"duration":63258,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"723762386a776b73","timestamp":289689716,"duration":63897,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SearchCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37346f69697a6666","name":"read-resource","id":"736d656a61386369","timestamp":289689922,"duration":63728,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"37346f69697a6666","timestamp":289689868,"duration":64252,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SearchIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7273686f65746d76","name":"read-resource","id":"316a6f3869623130","timestamp":289690000,"duration":64157,"tags":{}}]
9
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7273686f65746d76","timestamp":289689954,"duration":64913,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SelectorIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"697872716d62346d","name":"read-resource","id":"7737386f72693530","timestamp":289690078,"duration":64826,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"697872716d62346d","timestamp":289690035,"duration":65340,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ServerIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636b787434757769","name":"read-resource","id":"7838676e34387666","timestamp":289690146,"duration":65266,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"636b787434757769","timestamp":289690105,"duration":65764,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShareIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6769786172633530","name":"read-resource","id":"367670387367616a","timestamp":289690213,"duration":65693,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6769786172633530","timestamp":289690173,"duration":66260,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShieldCheckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636c796737706663","name":"read-resource","id":"6d337a746a706174","timestamp":289690278,"duration":66192,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"636c796737706663","timestamp":289690238,"duration":67317,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShieldExclamationIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b68786d76797372","name":"read-resource","id":"6176646d666f6a67","timestamp":289690343,"duration":67251,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6b68786d76797372","timestamp":289690303,"duration":67785,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShoppingBagIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786e6867387a6e63","name":"read-resource","id":"627a383238337967","timestamp":289690411,"duration":67713,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"786e6867387a6e63","timestamp":289690368,"duration":68236,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ShoppingCartIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7437366277653536","name":"read-resource","id":"7934637964396a73","timestamp":289690477,"duration":68162,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7437366277653536","timestamp":289690437,"duration":68667,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SortAscendingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7479633730783835","name":"read-resource","id":"7530743131376464","timestamp":289690541,"duration":68600,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7479633730783835","timestamp":289690502,"duration":69104,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SortDescendingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7732393263706672","name":"read-resource","id":"666f6c6830387471","timestamp":289690605,"duration":69037,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7732393263706672","timestamp":289690565,"duration":70752,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SparklesIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7274776778796774","name":"read-resource","id":"3970667964726c78","timestamp":289690671,"duration":70685,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7274776778796774","timestamp":289690632,"duration":71203,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SpeakerphoneIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736a797979337565","name":"read-resource","id":"70396e6a6a666363","timestamp":289690735,"duration":71136,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"736a797979337565","timestamp":289690696,"duration":71642,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/StarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b7435637839306c","name":"read-resource","id":"6e637a6e7a6e3262","timestamp":289690803,"duration":71572,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6b7435637839306c","timestamp":289690760,"duration":72077,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/StatusOfflineIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7467743277347076","name":"read-resource","id":"78676564646f7271","timestamp":289690868,"duration":72057,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7467743277347076","timestamp":289690828,"duration":72569,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/StatusOnlineIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646871747175656e","name":"read-resource","id":"65316a6639356f69","timestamp":289690949,"duration":72484,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"646871747175656e","timestamp":289690907,"duration":72984,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/StopIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736f316d32757362","name":"read-resource","id":"67746178777a6d31","timestamp":289691016,"duration":72910,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"736f316d32757362","timestamp":289690976,"duration":73456,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SunIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7539726f35773067","name":"read-resource","id":"62316d30766f6172","timestamp":289691082,"duration":73387,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7539726f35773067","timestamp":289691040,"duration":74031,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SupportIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62616a3667356671","name":"read-resource","id":"67633337696d6867","timestamp":289691145,"duration":73964,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"62616a3667356671","timestamp":289691107,"duration":74472,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SwitchHorizontalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6a7a67786e6a67","name":"read-resource","id":"6f66786e6f746a70","timestamp":289691215,"duration":74399,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6a6a7a67786e6a67","timestamp":289691176,"duration":74922,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/SwitchVerticalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7535756274326463","name":"read-resource","id":"6d6b697a68633438","timestamp":289691282,"duration":74853,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7535756274326463","timestamp":289691243,"duration":75792,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TableIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3973767967756d75","name":"read-resource","id":"336d786735666d38","timestamp":289691350,"duration":75725,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"747874697375316f","name":"build-module-js","id":"3973767967756d75","timestamp":289691310,"duration":76245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/use-subscription/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71666476637a7333","name":"read-resource","id":"68373474776b7231","timestamp":289737723,"duration":35424,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"71666476637a7333","timestamp":289737622,"duration":36052,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TagIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376c346a35746664","name":"read-resource","id":"3078787868637a6d","timestamp":289737833,"duration":35877,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"376c346a35746664","timestamp":289737781,"duration":36410,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TemplateIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c726f376f666134","name":"read-resource","id":"6f6d326e66616437","timestamp":289737908,"duration":36319,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c726f376f666134","timestamp":289737863,"duration":36824,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TerminalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77356c376a356938","name":"read-resource","id":"36616a766c693762","timestamp":289737980,"duration":36744,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"77356c376a356938","timestamp":289737935,"duration":37237,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ThumbDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32366b3938337964","name":"read-resource","id":"6938627868793062","timestamp":289738047,"duration":37160,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"32366b3938337964","timestamp":289738007,"duration":37640,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ThumbUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70616b7272306230","name":"read-resource","id":"7a6d686339736735","timestamp":289738113,"duration":37569,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"70616b7272306230","timestamp":289738074,"duration":38076,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TicketIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f63733867796737","name":"read-resource","id":"3030656266393331","timestamp":289738179,"duration":38010,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6f63733867796737","timestamp":289738138,"duration":38543,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TranslateIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3634376136747832","name":"read-resource","id":"76696569786d3967","timestamp":289738243,"duration":38474,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"3634376136747832","timestamp":289738204,"duration":38959,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TrashIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"397a64647a337539","name":"read-resource","id":"303978646536326a","timestamp":289738342,"duration":38855,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"397a64647a337539","timestamp":289738268,"duration":39370,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TrendingDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"623775316664796f","name":"read-resource","id":"35616d6f636d356d","timestamp":289738410,"duration":39264,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"623775316664796f","timestamp":289738369,"duration":39750,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TrendingUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71356977646d7968","name":"read-resource","id":"6d6c786774666733","timestamp":289738474,"duration":39682,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"71356977646d7968","timestamp":289738434,"duration":40194,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/TruckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676d3767736c6c64","name":"read-resource","id":"337872386b663478","timestamp":289738538,"duration":40125,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"676d3767736c6c64","timestamp":289738498,"duration":40621,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UploadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6579383872627a6a","name":"read-resource","id":"326d6e376f626b69","timestamp":289738602,"duration":40553,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6579383872627a6a","timestamp":289738563,"duration":41026,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserAddIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61727932396a377a","name":"read-resource","id":"6c623479306c7176","timestamp":289738664,"duration":40961,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"61727932396a377a","timestamp":289738626,"duration":41473,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"78626f6362703667","name":"read-resource","id":"627963636c717766","timestamp":289738729,"duration":41408,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"78626f6362703667","timestamp":289738688,"duration":41905,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserGroupIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62386e623539617a","name":"read-resource","id":"316c357368396774","timestamp":289738792,"duration":41835,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"62386e623539617a","timestamp":289738754,"duration":42311,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserRemoveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726876366a727737","name":"read-resource","id":"37747a6a62733477","timestamp":289738857,"duration":42243,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"726876366a727737","timestamp":289738818,"duration":42729,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UserIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"727a67686a323378","name":"read-resource","id":"787369726b767572","timestamp":289738922,"duration":42659,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"727a67686a323378","timestamp":289738883,"duration":43135,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/UsersIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7339776b71333669","name":"read-resource","id":"78336f6b78626f72","timestamp":289738985,"duration":43070,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7339776b71333669","timestamp":289738948,"duration":43557,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/VariableIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"637a623930367562","name":"read-resource","id":"36393562626f7872","timestamp":289739048,"duration":43490,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"637a623930367562","timestamp":289739009,"duration":43972,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/VideoCameraIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6f703338736e61","name":"read-resource","id":"3671396561666169","timestamp":289739113,"duration":43903,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6f6f703338736e61","timestamp":289739073,"duration":44401,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ViewBoardsIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7572316a7071636f","name":"read-resource","id":"6b6b63766e736c71","timestamp":289739176,"duration":44335,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"7572316a7071636f","timestamp":289739138,"duration":44827,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ViewGridAddIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6e34783567626a","name":"read-resource","id":"626773346179317a","timestamp":289739241,"duration":44759,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c6e34783567626a","timestamp":289739201,"duration":45275,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ViewGridIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38656f6b78787a35","name":"read-resource","id":"6568613238367168","timestamp":289739303,"duration":45207,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"38656f6b78787a35","timestamp":289739265,"duration":45690,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ViewListIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"757374303332616a","name":"read-resource","id":"6d6d30756b6c6175","timestamp":289739379,"duration":45610,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"757374303332616a","timestamp":289739328,"duration":46943,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/VolumeOffIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75307837386e6435","name":"read-resource","id":"703836397178316e","timestamp":289739445,"duration":46872,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"75307837386e6435","timestamp":289739405,"duration":47381,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/VolumeUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"327468776a687270","name":"read-resource","id":"716470763039396f","timestamp":289739508,"duration":47314,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"327468776a687270","timestamp":289739470,"duration":47800,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/WifiIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66347434706a6a71","name":"read-resource","id":"6e62737165326f62","timestamp":289739572,"duration":47735,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"66347434706a6a71","timestamp":289739532,"duration":48220,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/XCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b766f7067643530","name":"read-resource","id":"6978356374686e70","timestamp":289739636,"duration":48152,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6b766f7067643530","timestamp":289739597,"duration":48668,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/XIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6f37796b736c30","name":"read-resource","id":"666770756f346761","timestamp":289739699,"duration":48603,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"6c6f37796b736c30","timestamp":289739661,"duration":49241,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ZoomInIcon.js"}}]
10
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"34726f736a36676c","name":"read-resource","id":"626975356d743975","timestamp":289739763,"duration":49402,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68773374387a3038","name":"build-module-js","id":"34726f736a36676c","timestamp":289739723,"duration":50824,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/solid/esm/ZoomOutIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74646a73346e6d67","name":"read-resource","id":"6a637332636f6e68","timestamp":289739895,"duration":50721,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61336b7373387075","name":"build-module-js","id":"74646a73346e6d67","timestamp":289739855,"duration":59073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/diff-parser.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7273656d7a6c6c","name":"read-resource","id":"6174727a37753034","timestamp":289739959,"duration":59008,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61336b7373387075","name":"build-module-js","id":"6d7273656d7a6c6c","timestamp":289739920,"duration":60269,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/file-list-renderer.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"306a6770686c7834","name":"read-resource","id":"64786c7875326278","timestamp":289740029,"duration":60199,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61336b7373387075","name":"build-module-js","id":"306a6770686c7834","timestamp":289739990,"duration":66602,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/line-by-line-renderer.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377138726636796a","name":"read-resource","id":"643071386b6c7979","timestamp":289740144,"duration":66488,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61336b7373387075","name":"build-module-js","id":"377138726636796a","timestamp":289740054,"duration":70652,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/side-by-side-renderer.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6668616b396a3875","name":"read-resource","id":"726235376462396d","timestamp":289740214,"duration":70530,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61336b7373387075","name":"build-module-js","id":"6668616b396a3875","timestamp":289740176,"duration":71134,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/types.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32766262796e6675","name":"read-resource","id":"3474797836383768","timestamp":289740279,"duration":71069,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61336b7373387075","name":"build-module-js","id":"32766262796e6675","timestamp":289740240,"duration":73002,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/hoganjs-utils.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716a747169323777","name":"read-resource","id":"3570706d376b7774","timestamp":289740342,"duration":72939,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d64686f76367070","name":"build-module-js","id":"716a747169323777","timestamp":289740304,"duration":74090,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a737a69717a6633","name":"read-resource","id":"39346e3371747736","timestamp":289740408,"duration":74023,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7a737a69717a6633","timestamp":289740369,"duration":74614,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/AcademicCapIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3971613436757666","name":"read-resource","id":"6975303879393531","timestamp":289740486,"duration":74533,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3971613436757666","timestamp":289740433,"duration":75106,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/AdjustmentsIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7376367061746679","name":"read-resource","id":"67746135766f7a66","timestamp":289740553,"duration":75032,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7376367061746679","timestamp":289740512,"duration":75526,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/AnnotationIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7578353839616b67","name":"read-resource","id":"6866306130676d76","timestamp":289740617,"duration":75479,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7578353839616b67","timestamp":289740578,"duration":75988,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArchiveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7970773339666262","name":"read-resource","id":"7230776467626665","timestamp":289740679,"duration":75923,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7970773339666262","timestamp":289740641,"duration":76412,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowCircleDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66683836356f6269","name":"read-resource","id":"6830667666766f62","timestamp":289740744,"duration":76344,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"66683836356f6269","timestamp":289740705,"duration":76841,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowCircleLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726f643474397768","name":"read-resource","id":"3635637539693164","timestamp":289740807,"duration":76774,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"726f643474397768","timestamp":289740770,"duration":77262,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowCircleRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776564306b796176","name":"read-resource","id":"64793379646c396c","timestamp":289740872,"duration":77196,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"776564306b796176","timestamp":289740832,"duration":77693,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowCircleUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e31613271366575","name":"read-resource","id":"376b663675377566","timestamp":289740936,"duration":77624,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e31613271366575","timestamp":289740897,"duration":78112,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656730746f34656d","name":"read-resource","id":"64377237616b6279","timestamp":289740999,"duration":78045,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"656730746f34656d","timestamp":289740961,"duration":78527,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e31683633353938","name":"read-resource","id":"6737377334367065","timestamp":289741065,"duration":78460,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e31683633353938","timestamp":289741026,"duration":78946,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowNarrowDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32726a7a79356f6f","name":"read-resource","id":"7430367166666769","timestamp":289741129,"duration":78877,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"32726a7a79356f6f","timestamp":289741091,"duration":79629,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowNarrowLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686e696f67763175","name":"read-resource","id":"6f6967656d326a6e","timestamp":289741191,"duration":79568,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"686e696f67763175","timestamp":289741153,"duration":80142,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowNarrowRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74647271787a6a33","name":"read-resource","id":"6d67663434636831","timestamp":289741257,"duration":80077,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"74647271787a6a33","timestamp":289741217,"duration":80584,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowNarrowUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"796f6a3430373762","name":"read-resource","id":"3279687768736d6e","timestamp":289741319,"duration":80518,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"796f6a3430373762","timestamp":289741282,"duration":81007,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3778717477663465","name":"read-resource","id":"713066737463676a","timestamp":289741382,"duration":80942,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3778717477663465","timestamp":289741344,"duration":81423,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowSmDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b6a353237656e7a","name":"read-resource","id":"77326b6230713478","timestamp":289741446,"duration":81356,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6b6a353237656e7a","timestamp":289741406,"duration":81980,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowSmLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6939706764397163","name":"read-resource","id":"65636e6173717772","timestamp":289741523,"duration":81901,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6939706764397163","timestamp":289741474,"duration":82398,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowSmRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326f736a35767377","name":"read-resource","id":"666431796a353633","timestamp":289741592,"duration":82316,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"326f736a35767377","timestamp":289741550,"duration":82838,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowSmUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6569736b30626735","name":"build-module-css","id":"7a6f6d667a617978","timestamp":284608592,"duration":5246713,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/bundles/css/diff2html.min.css"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396b663568717930","name":"read-resource","id":"306e776f7a696b32","timestamp":289752564,"duration":104097,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"396b663568717930","timestamp":289752470,"duration":104915,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6375633262623467","name":"read-resource","id":"776467706f667234","timestamp":289752668,"duration":104760,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6375633262623467","timestamp":289752614,"duration":105871,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ArrowsExpandIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a72377a756a7166","name":"read-resource","id":"3574336469683431","timestamp":289752744,"duration":105781,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6a72377a756a7166","timestamp":289752699,"duration":106327,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/AtSymbolIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3862386d6d387275","name":"read-resource","id":"6d6d627974386839","timestamp":289752814,"duration":106249,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3862386d6d387275","timestamp":289752772,"duration":106769,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BackspaceIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6234316b78673236","name":"read-resource","id":"7761676170313438","timestamp":289752883,"duration":106695,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6234316b78673236","timestamp":289752841,"duration":107212,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BadgeCheckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a736f7261756c62","name":"read-resource","id":"6a64717831326771","timestamp":289752950,"duration":107162,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7a736f7261756c62","timestamp":289752909,"duration":107781,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BanIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343233336731786f","name":"read-resource","id":"326b38663238327a","timestamp":289770536,"duration":93907,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"343233336731786f","timestamp":289770443,"duration":94548,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BeakerIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726b396e397a6766","name":"read-resource","id":"7338756163687839","timestamp":289770644,"duration":94383,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"726b396e397a6766","timestamp":289770591,"duration":94916,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BellIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c693163346c7775","name":"read-resource","id":"6e7a31786f6a7761","timestamp":289770724,"duration":94817,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6c693163346c7775","timestamp":289770680,"duration":95327,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BookOpenIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7373616569333768","name":"read-resource","id":"666c6577386b6334","timestamp":289770795,"duration":95249,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7373616569333768","timestamp":289770753,"duration":95749,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BookmarkAltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e346c366c39316d","name":"read-resource","id":"7a6a70626c327068","timestamp":289770862,"duration":95674,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e346c366c39316d","timestamp":289770821,"duration":96182,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BookmarkIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a31356462646667","name":"read-resource","id":"7462696d69703037","timestamp":289770929,"duration":96109,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7a31356462646667","timestamp":289770887,"duration":96614,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/BriefcaseIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35346b71336b6479","name":"read-resource","id":"6834673438637662","timestamp":289770994,"duration":96542,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"35346b71336b6479","timestamp":289770954,"duration":97049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CakeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e65303665733935","name":"read-resource","id":"3573756b70366737","timestamp":289771062,"duration":96975,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e65303665733935","timestamp":289771019,"duration":97519,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CalculatorIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76386671736a7870","name":"read-resource","id":"6672363464623873","timestamp":289771151,"duration":97425,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"76386671736a7870","timestamp":289771089,"duration":97955,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CalendarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38726a3063656369","name":"read-resource","id":"367836613167756b","timestamp":289771221,"duration":97858,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"38726a3063656369","timestamp":289771179,"duration":98386,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CameraIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a636e346a7a3371","name":"read-resource","id":"696a373373396370","timestamp":289771287,"duration":98313,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7a636e346a7a3371","timestamp":289771245,"duration":98815,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CashIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3768307936646473","name":"read-resource","id":"3961356277327938","timestamp":289771350,"duration":98745,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3768307936646473","timestamp":289771311,"duration":99240,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChartBarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3737646273656134","name":"read-resource","id":"7036776a6a337934","timestamp":289771414,"duration":99175,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3737646273656134","timestamp":289771375,"duration":99713,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChartPieIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e366f6a6b343436","name":"read-resource","id":"3137647237376236","timestamp":289771479,"duration":99644,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e366f6a6b343436","timestamp":289771439,"duration":100155,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChartSquareBarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a396e70366d3637","name":"read-resource","id":"773073356a673571","timestamp":289771544,"duration":100085,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6a396e70366d3637","timestamp":289771504,"duration":100892,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChatAlt2Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32357a696679386f","name":"read-resource","id":"3178646f34616232","timestamp":289771609,"duration":100825,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"32357a696679386f","timestamp":289771570,"duration":101341,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChatAltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73747872396f7436","name":"read-resource","id":"7077793765323338","timestamp":289771673,"duration":101273,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"73747872396f7436","timestamp":289771634,"duration":101862,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChatIcon.js"}}]
11
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6e386a6a66726d79","name":"read-resource","id":"63396e74336f3161","timestamp":289771739,"duration":102006,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e386a6a66726d79","timestamp":289771699,"duration":102538,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CheckCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a79796d6474326b","name":"read-resource","id":"3276776c696f7433","timestamp":289771805,"duration":102469,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6a79796d6474326b","timestamp":289771764,"duration":102980,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CheckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30657a3162367639","name":"read-resource","id":"626464703569357a","timestamp":289771871,"duration":102909,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"30657a3162367639","timestamp":289771831,"duration":103412,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDoubleDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636f736667716870","name":"read-resource","id":"3662367a7479336d","timestamp":289771942,"duration":103337,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"build-module-js","id":"636f736667716870","timestamp":289771897,"duration":103860,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32716b6538626667","name":"read-resource","id":"63756e7130383362","timestamp":289772014,"duration":103777,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"build-module-js","id":"32716b6538626667","timestamp":289771973,"duration":105885,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/light-async.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7572397272673166","name":"read-resource","id":"736d356436656c78","timestamp":289739827,"duration":147929,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376772336e726e74","name":"build-module-mjs","id":"7572397272673166","timestamp":289739788,"duration":1205197,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/mermaid/dist/mermaid.esm.min.mjs"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35776e68356e3362","name":"read-resource","id":"6b76697939386a78","timestamp":289835223,"duration":1110219,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"build-module-js","id":"35776e68356e3362","timestamp":289835120,"duration":1111014,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/light.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73796a7776733335","name":"read-resource","id":"7164307967316b64","timestamp":289835338,"duration":1110845,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"build-module-js","id":"73796a7776733335","timestamp":289835280,"duration":1112903,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3962336a346e7079","name":"read-resource","id":"646e3730396b6966","timestamp":289835439,"duration":1112788,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"build-module-js","id":"3962336a346e7079","timestamp":289835370,"duration":1114263,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/prism-async.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68776a336e616675","name":"read-resource","id":"357a6c3070637272","timestamp":289835514,"duration":1114163,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"build-module-js","id":"68776a336e616675","timestamp":289835471,"duration":1114682,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/prism-light.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626b703279393731","name":"read-resource","id":"7a68736c39617836","timestamp":289835583,"duration":1114606,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"build-module-js","id":"626b703279393731","timestamp":289835542,"duration":1115080,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/prism.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6673686f75643869","name":"read-resource","id":"393576727a377933","timestamp":289835649,"duration":1115009,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a65396d336e77","name":"build-module-js","id":"6673686f75643869","timestamp":289835609,"duration":1117884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/create-element.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70706461707a6231","name":"read-resource","id":"646c787277316737","timestamp":289835715,"duration":1117819,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"70706461707a6231","timestamp":289835675,"duration":1118366,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDoubleLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68756576736d6268","name":"read-resource","id":"3639613365346f73","timestamp":289835780,"duration":1118298,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"68756576736d6268","timestamp":289835740,"duration":1118787,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDoubleRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"387363396b77696a","name":"read-resource","id":"6a65673931336362","timestamp":289835845,"duration":1118718,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"387363396b77696a","timestamp":289835806,"duration":1119184,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDoubleUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6878657933747338","name":"read-resource","id":"656b776873356661","timestamp":289835910,"duration":1119117,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6878657933747338","timestamp":289835870,"duration":1119600,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377a776d326f3239","name":"read-resource","id":"6f6f337230366272","timestamp":289835977,"duration":1119533,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"377a776d326f3239","timestamp":289835937,"duration":1120009,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronLeftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f666e6138677533","name":"read-resource","id":"656f7a367a336163","timestamp":289836042,"duration":1119942,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f666e6138677533","timestamp":289836003,"duration":1120442,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronRightIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e3334636872646b","name":"read-resource","id":"7469696776753368","timestamp":289836125,"duration":1120358,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e3334636872646b","timestamp":289836084,"duration":1120831,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChevronUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d67773477753834","name":"read-resource","id":"77616d7272687538","timestamp":289836194,"duration":1120758,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6d67773477753834","timestamp":289836153,"duration":1121228,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ChipIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3838707733676c36","name":"read-resource","id":"6c306f6d6c346134","timestamp":289836261,"duration":1121159,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3838707733676c36","timestamp":289836220,"duration":1121639,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClipboardCheckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336c796634666b63","name":"read-resource","id":"306c6c3871707176","timestamp":289836329,"duration":1121568,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"336c796634666b63","timestamp":289836288,"duration":1122043,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClipboardCopyIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6879616b75346f76","name":"read-resource","id":"366a316d6f343035","timestamp":289836395,"duration":1121976,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6879616b75346f76","timestamp":289836355,"duration":1122455,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClipboardListIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3878313339786435","name":"read-resource","id":"6f306e706d6a6165","timestamp":289836459,"duration":1122387,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3878313339786435","timestamp":289836421,"duration":1122896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClipboardIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6137363979637577","name":"read-resource","id":"617178346b6b6b76","timestamp":289836535,"duration":1122820,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6137363979637577","timestamp":289836484,"duration":1123570,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ClockIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6868373277337536","name":"read-resource","id":"74756a7a646b7a66","timestamp":289836612,"duration":1123502,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6868373277337536","timestamp":289836570,"duration":1124015,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CloudDownloadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626b6f6c6a673966","name":"read-resource","id":"767430377a726238","timestamp":289836677,"duration":1123947,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"626b6f6c6a673966","timestamp":289836638,"duration":1124420,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CloudUploadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786d3466787a6c77","name":"read-resource","id":"7733706c7678776c","timestamp":289836743,"duration":1124351,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"786d3466787a6c77","timestamp":289836705,"duration":1124811,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CloudIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f676c66396d7361","name":"read-resource","id":"7337663034757866","timestamp":289836808,"duration":1124745,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f676c66396d7361","timestamp":289836768,"duration":1125218,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CodeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6662326f71656569","name":"read-resource","id":"773667636f6d776a","timestamp":289836875,"duration":1125147,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6662326f71656569","timestamp":289836836,"duration":1125639,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CogIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69796d7737716c76","name":"read-resource","id":"676a3071326c7739","timestamp":289836939,"duration":1125572,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"69796d7737716c76","timestamp":289836900,"duration":1126048,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CollectionIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"747469343578786f","name":"read-resource","id":"7339337861646777","timestamp":289837004,"duration":1125980,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"747469343578786f","timestamp":289836964,"duration":1126448,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ColorSwatchIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38706634636c6737","name":"read-resource","id":"616d737372617a66","timestamp":289837068,"duration":1126382,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"38706634636c6737","timestamp":289837029,"duration":1126851,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CreditCardIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3470367273773874","name":"read-resource","id":"6739626b786e7361","timestamp":289837133,"duration":1126783,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3470367273773874","timestamp":289837094,"duration":1127278,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CubeTransparentIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746e7539357a3031","name":"read-resource","id":"68307a74796d6b6c","timestamp":289837199,"duration":1127210,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"746e7539357a3031","timestamp":289837159,"duration":1127689,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CubeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d6d696b6e356d75","name":"read-resource","id":"307672726f756a6a","timestamp":289837264,"duration":1127621,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6d6d696b6e356d75","timestamp":289837225,"duration":1128100,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyBangladeshiIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76347133386f6163","name":"read-resource","id":"346f6c78336c3669","timestamp":289862655,"duration":1112193,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"76347133386f6163","timestamp":289862560,"duration":1112931,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyDollarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336936666b336868","name":"read-resource","id":"6d39396769647a69","timestamp":289862762,"duration":1112771,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"336936666b336868","timestamp":289862707,"duration":1113298,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyEuroIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70626e756e6b6678","name":"read-resource","id":"317067726e6b7273","timestamp":289862838,"duration":1113205,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"70626e756e6b6678","timestamp":289862794,"duration":1113743,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyPoundIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726b6e7a74707974","name":"read-resource","id":"71387a7170757938","timestamp":289883533,"duration":1097122,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"726b6e7a74707974","timestamp":289883434,"duration":1097731,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyRupeeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"357a797172787577","name":"read-resource","id":"3263353433366561","timestamp":289883664,"duration":1097539,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"357a797172787577","timestamp":289883586,"duration":1098063,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CurrencyYenIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68626d316731396b","name":"read-resource","id":"6935383562716663","timestamp":289883745,"duration":1097940,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"68626d316731396b","timestamp":289883697,"duration":1098440,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/CursorClickIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d35777679676964","name":"read-resource","id":"7371386478713872","timestamp":289883816,"duration":1098359,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6d35777679676964","timestamp":289883774,"duration":1098842,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DatabaseIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f7369767967687a","name":"read-resource","id":"387271363537626b","timestamp":289883885,"duration":1098766,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f7369767967687a","timestamp":289883842,"duration":1099240,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DesktopComputerIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696e306b70736a30","name":"read-resource","id":"38323264676f3677","timestamp":289883952,"duration":1099166,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"696e306b70736a30","timestamp":289883910,"duration":1099643,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DeviceMobileIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7431746f6a713061","name":"read-resource","id":"3036326e79366366","timestamp":289884019,"duration":1099570,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7431746f6a713061","timestamp":289883978,"duration":1100046,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DeviceTabletIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"383461353271736d","name":"read-resource","id":"6c39306e6a683778","timestamp":289884138,"duration":1099945,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"383461353271736d","timestamp":289884044,"duration":1100636,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentAddIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b64646c63733869","name":"read-resource","id":"686b353332317139","timestamp":289884214,"duration":1100506,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6b64646c63733869","timestamp":289884171,"duration":1100992,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentDownloadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6b747870767037","name":"read-resource","id":"3961696939693936","timestamp":289884284,"duration":1100915,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e6b747870767037","timestamp":289884241,"duration":1101393,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentDuplicateIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766f6b7676347762","name":"read-resource","id":"7532626773727130","timestamp":289884352,"duration":1101318,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"766f6b7676347762","timestamp":289884311,"duration":1101794,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentRemoveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6634777a6f6f7631","name":"read-resource","id":"6d6671706672716b","timestamp":289884417,"duration":1101834,"tags":{}}]
12
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6634777a6f6f7631","timestamp":289884377,"duration":1102563,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentReportIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736b393862787667","name":"read-resource","id":"74696e6c71797a67","timestamp":289884481,"duration":1102495,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"736b393862787667","timestamp":289884441,"duration":1102993,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentSearchIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e74336779327133","name":"read-resource","id":"66767a7136333179","timestamp":289884546,"duration":1102926,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e74336779327133","timestamp":289884507,"duration":1103412,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentTextIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676e6e6a73386365","name":"read-resource","id":"636b337976623534","timestamp":289884610,"duration":1103345,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"676e6e6a73386365","timestamp":289884570,"duration":1103854,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DocumentIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756d716e63363236","name":"read-resource","id":"6e6d776b7533346f","timestamp":289884676,"duration":1103784,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"756d716e63363236","timestamp":289884635,"duration":1104268,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DotsCircleHorizontalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797335726d777a6a","name":"read-resource","id":"34636d61366a3965","timestamp":289884742,"duration":1104200,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"797335726d777a6a","timestamp":289884703,"duration":1104670,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DotsHorizontalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656967746f686130","name":"read-resource","id":"676c303434626f68","timestamp":289884823,"duration":1104586,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"656967746f686130","timestamp":289884768,"duration":1105066,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DotsVerticalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3674743033757773","name":"read-resource","id":"327a6b343461687a","timestamp":289884894,"duration":1104974,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3674743033757773","timestamp":289884853,"duration":1105449,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DownloadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70676c63796b6d30","name":"read-resource","id":"6936306a71647466","timestamp":289884960,"duration":1105379,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"70676c63796b6d30","timestamp":289884920,"duration":1105846,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/DuplicateIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77747939347a6c78","name":"read-resource","id":"75387174756a6479","timestamp":289885024,"duration":1105777,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"77747939347a6c78","timestamp":289884985,"duration":1106248,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/EmojiHappyIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7a6b7470367870","name":"read-resource","id":"6a62317331613067","timestamp":289885088,"duration":1106180,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6d7a6b7470367870","timestamp":289885050,"duration":1106642,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/EmojiSadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"64716e6b376d6473","name":"read-resource","id":"3336693262636771","timestamp":289885153,"duration":1106575,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"64716e6b376d6473","timestamp":289885113,"duration":1107078,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ExclamationCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7039686867327672","name":"read-resource","id":"6561727336396430","timestamp":289885218,"duration":1107011,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7039686867327672","timestamp":289885178,"duration":1107490,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ExclamationIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74366f61646e6272","name":"read-resource","id":"6535687739753762","timestamp":289885294,"duration":1107415,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"74366f61646e6272","timestamp":289885255,"duration":1107886,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ExternalLinkIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7570623467793533","name":"read-resource","id":"6272747275347968","timestamp":289885362,"duration":1107816,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7570623467793533","timestamp":289885321,"duration":1108302,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/EyeOffIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e716c307238326d","name":"read-resource","id":"38687a3831333368","timestamp":289885425,"duration":1108234,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e716c307238326d","timestamp":289885387,"duration":1108748,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/EyeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a66717678746c68","name":"read-resource","id":"70356e3162713130","timestamp":289885490,"duration":1108679,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7a66717678746c68","timestamp":289885450,"duration":1109156,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FastForwardIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d316b676f3935","name":"read-resource","id":"68346c7737686b38","timestamp":289885554,"duration":1109095,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"336d316b676f3935","timestamp":289885515,"duration":1109852,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FilmIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726c773174716767","name":"read-resource","id":"677a336a34376173","timestamp":289885618,"duration":1109787,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"726c773174716767","timestamp":289885579,"duration":1110355,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FilterIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d77713467306237","name":"read-resource","id":"733577397a353176","timestamp":289885685,"duration":1110287,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6d77713467306237","timestamp":289885643,"duration":1110806,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FingerPrintIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3270616b6e396779","name":"read-resource","id":"7a6e366c65316873","timestamp":289885748,"duration":1110737,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3270616b6e396779","timestamp":289885710,"duration":1111236,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FireIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62726c396e6d3672","name":"read-resource","id":"376c307062323637","timestamp":289885812,"duration":1111170,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"62726c396e6d3672","timestamp":289885774,"duration":1111651,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FlagIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396f6f6331623233","name":"read-resource","id":"6a67723461637635","timestamp":289885887,"duration":1111573,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"396f6f6331623233","timestamp":289885836,"duration":1112066,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderAddIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7035676270317578","name":"read-resource","id":"77316b6168646577","timestamp":289885954,"duration":1111986,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7035676270317578","timestamp":289885914,"duration":1112467,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderDownloadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"706d7977376d3368","name":"read-resource","id":"626f727762326c34","timestamp":289886019,"duration":1112398,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"706d7977376d3368","timestamp":289885978,"duration":1112874,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderOpenIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716378696b7a6373","name":"read-resource","id":"317069306c737577","timestamp":289886082,"duration":1112807,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"716378696b7a6373","timestamp":289886044,"duration":1113275,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderRemoveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6869746d74327137","name":"read-resource","id":"7238336b686c3930","timestamp":289886148,"duration":1113205,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3869687672613938","name":"build-module-js","id":"6869746d74327137","timestamp":289886108,"duration":1116086,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/dist/lib/stylesheet.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34776437716a3762","name":"read-resource","id":"3561366c30796674","timestamp":290971574,"duration":47419,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3869687672613938","name":"build-module-js","id":"34776437716a3762","timestamp":290971474,"duration":48553,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/styled-jsx/dist/lib/hash.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"357533796b6f356b","name":"read-resource","id":"6972313134676a36","timestamp":290971702,"duration":48389,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"357533796b6f356b","timestamp":290971637,"duration":49020,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/FolderIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f37663877626c33","name":"read-resource","id":"766576747669676c","timestamp":290971780,"duration":48913,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f37663877626c33","timestamp":290971734,"duration":49422,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/GiftIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7078653465777164","name":"read-resource","id":"646e373079763630","timestamp":290971853,"duration":49340,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7078653465777164","timestamp":290971809,"duration":49827,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/GlobeAltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b32383363373832","name":"read-resource","id":"6568367730337873","timestamp":290971924,"duration":49747,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6b32383363373832","timestamp":290971883,"duration":50226,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/GlobeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6964363837316178","name":"read-resource","id":"6739716532706a73","timestamp":290971994,"duration":50150,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6964363837316178","timestamp":290971954,"duration":50621,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/HandIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6972376b646c38","name":"read-resource","id":"31376c6f306d6638","timestamp":290972086,"duration":50523,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6a6972376b646c38","timestamp":290972020,"duration":51239,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/HashtagIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3769346169357a73","name":"read-resource","id":"667976306a36386f","timestamp":290972157,"duration":51139,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3769346169357a73","timestamp":290972115,"duration":51621,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/HeartIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676e6b616e79707a","name":"read-resource","id":"3633737766347234","timestamp":290972224,"duration":51547,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"676e6b616e79707a","timestamp":290972183,"duration":52050,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/HomeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736a626774636338","name":"read-resource","id":"6c78767636756f75","timestamp":290972290,"duration":51980,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"736a626774636338","timestamp":290972250,"duration":52460,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/IdentificationIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32663473386d7375","name":"read-resource","id":"7863663773666678","timestamp":290972356,"duration":52389,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"32663473386d7375","timestamp":290972317,"duration":52861,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/InboxInIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"733361637a317577","name":"read-resource","id":"6b30313037393369","timestamp":290972456,"duration":52758,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"733361637a317577","timestamp":290972407,"duration":53245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/InboxIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3869743176727063","name":"read-resource","id":"313164687961786a","timestamp":290972527,"duration":53162,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3869743176727063","timestamp":290972487,"duration":53954,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/InformationCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e33383767716a6f","name":"read-resource","id":"6835743963716b6d","timestamp":290972590,"duration":53892,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e33383767716a6f","timestamp":290972552,"duration":54396,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/KeyIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6576336a736f6b79","name":"read-resource","id":"36686c756f737269","timestamp":290978518,"duration":58957,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6576336a736f6b79","timestamp":290978430,"duration":59616,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LibraryIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726639696c6a7762","name":"read-resource","id":"7775787576377238","timestamp":290978621,"duration":59463,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"726639696c6a7762","timestamp":290978568,"duration":59979,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LightBulbIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33627a6b76657338","name":"read-resource","id":"6261673933387439","timestamp":290978703,"duration":59890,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"33627a6b76657338","timestamp":290978652,"duration":60389,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LightningBoltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7836766b6a383763","name":"read-resource","id":"3335346130726e77","timestamp":290978773,"duration":60302,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7836766b6a383763","timestamp":290978731,"duration":60769,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LinkIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e6e6b62327a37","name":"read-resource","id":"786569356d33336d","timestamp":290978846,"duration":60687,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"716e6e6b62327a37","timestamp":290978800,"duration":61192,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LocationMarkerIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"793370736c67386c","name":"read-resource","id":"7a627938666a6e7a","timestamp":290978915,"duration":61112,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"793370736c67386c","timestamp":290978872,"duration":61613,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LockClosedIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39786c746b766669","name":"read-resource","id":"6476616c39687473","timestamp":290978982,"duration":61538,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"39786c746b766669","timestamp":290978941,"duration":62023,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LockOpenIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626f756734707077","name":"read-resource","id":"776c71796461376a","timestamp":291009390,"duration":35938,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"626f756734707077","timestamp":291009290,"duration":36540,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LoginIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65366a6c30366d67","name":"read-resource","id":"336c7372646b797a","timestamp":291009508,"duration":36361,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"65366a6c30366d67","timestamp":291009449,"duration":36864,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/LogoutIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726c747873356932","name":"read-resource","id":"7a6975346a73346c","timestamp":291009595,"duration":36753,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"726c747873356932","timestamp":291009540,"duration":37231,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MailOpenIcon.js"}}]
13
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"3534687431757639","name":"read-resource","id":"666c7570776a7935","timestamp":291009668,"duration":37386,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3534687431757639","timestamp":291009625,"duration":37885,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MailIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7236373133736131","name":"read-resource","id":"656970707a307073","timestamp":291009736,"duration":37809,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7236373133736131","timestamp":291009693,"duration":38288,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MapIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61787579626f6573","name":"read-resource","id":"3179757773746571","timestamp":291009829,"duration":38187,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"61787579626f6573","timestamp":291009763,"duration":38712,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuAlt1Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736e75757472786c","name":"read-resource","id":"6e37726576637164","timestamp":291009901,"duration":38609,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"736e75757472786c","timestamp":291009859,"duration":39075,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuAlt2Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"306b666830767076","name":"read-resource","id":"726b7439386d3870","timestamp":291009973,"duration":38995,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"306b666830767076","timestamp":291009926,"duration":39468,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuAlt3Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70676a77656f7569","name":"read-resource","id":"706d6f7239617835","timestamp":291010038,"duration":39390,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"70676a77656f7569","timestamp":291009999,"duration":39853,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuAlt4Icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6263777a34776d72","name":"read-resource","id":"72366d7739303739","timestamp":291010103,"duration":39783,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6263777a34776d72","timestamp":291010063,"duration":40264,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MenuIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676c746f65716162","name":"read-resource","id":"3463646531786832","timestamp":291010169,"duration":40193,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"676c746f65716162","timestamp":291010129,"duration":40656,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MicrophoneIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d736774376a6a39","name":"read-resource","id":"6871363133727438","timestamp":291010233,"duration":40587,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6d736774376a6a39","timestamp":291010193,"duration":41053,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MinusCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696761716f6e656f","name":"read-resource","id":"696f686d666f3169","timestamp":291010302,"duration":40978,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"696761716f6e656f","timestamp":291010259,"duration":41449,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MinusSmIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"727a3365336b376b","name":"read-resource","id":"303979386168676a","timestamp":291010367,"duration":41377,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"727a3365336b376b","timestamp":291010327,"duration":41867,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MinusIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"763972786931306b","name":"read-resource","id":"6f65327667796f30","timestamp":291010436,"duration":41794,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"763972786931306b","timestamp":291010397,"duration":42260,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MoonIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7863326539386b72","name":"read-resource","id":"37326e7462726531","timestamp":291010499,"duration":42192,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7863326539386b72","timestamp":291010461,"duration":42657,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/MusicNoteIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786d3870666e3238","name":"read-resource","id":"746d7174336c6134","timestamp":291010563,"duration":42589,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"786d3870666e3238","timestamp":291010523,"duration":43050,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/NewspaperIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396b707961663463","name":"read-resource","id":"6c32673570743178","timestamp":291010632,"duration":42976,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"396b707961663463","timestamp":291010587,"duration":43442,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/OfficeBuildingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6270636439756a6d","name":"read-resource","id":"6f31656c6b6a7638","timestamp":291010694,"duration":43370,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6270636439756a6d","timestamp":291010656,"duration":43828,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PaperAirplaneIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716f6b376661356d","name":"read-resource","id":"79707a657166716a","timestamp":291010757,"duration":43763,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"716f6b376661356d","timestamp":291010719,"duration":44224,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PaperClipIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636f763874377437","name":"read-resource","id":"7737726831377670","timestamp":291010819,"duration":44157,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"636f763874377437","timestamp":291010782,"duration":44610,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PauseIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616c6d796f6e7172","name":"read-resource","id":"38656f737a6a7031","timestamp":291010899,"duration":44535,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"616c6d796f6e7172","timestamp":291010858,"duration":45002,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PencilAltIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616730777661696b","name":"read-resource","id":"3236336c36356872","timestamp":291010972,"duration":44922,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"616730777661696b","timestamp":291010927,"duration":45414,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PencilIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3572697567396376","name":"read-resource","id":"6761663377726669","timestamp":291011036,"duration":45339,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3572697567396376","timestamp":291010997,"duration":45817,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhoneIncomingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716b786a6630326d","name":"read-resource","id":"3272717235677a68","timestamp":291011100,"duration":45751,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"716b786a6630326d","timestamp":291011061,"duration":46219,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhoneMissedCallIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3972376c7875766a","name":"read-resource","id":"6367746232393173","timestamp":291011166,"duration":46150,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3972376c7875766a","timestamp":291011125,"duration":46632,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhoneOutgoingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6c6f7939793169","name":"read-resource","id":"70626a717a337679","timestamp":291011228,"duration":46564,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6a6c6f7939793169","timestamp":291011190,"duration":47025,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhoneIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696f79366f636c6e","name":"read-resource","id":"69396c7436353478","timestamp":291011295,"duration":46954,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"696f79366f636c6e","timestamp":291011252,"duration":47416,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PhotographIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3730387a766f6368","name":"read-resource","id":"7168686f63357575","timestamp":291011365,"duration":47337,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3730387a766f6368","timestamp":291011322,"duration":47826,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PlayIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72696e3469306f32","name":"read-resource","id":"777079626a643361","timestamp":291011430,"duration":47751,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"72696e3469306f32","timestamp":291011392,"duration":48208,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PlusCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376b646975697865","name":"read-resource","id":"796d387273396967","timestamp":291011495,"duration":48140,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"376b646975697865","timestamp":291011456,"duration":48588,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PlusSmIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"763376716f69376c","name":"read-resource","id":"75303276736a316d","timestamp":291011559,"duration":48543,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"763376716f69376c","timestamp":291011519,"duration":49011,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PlusIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6633683173777979","name":"read-resource","id":"616b736e6d656a72","timestamp":291011623,"duration":48943,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6633683173777979","timestamp":291011584,"duration":49399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PresentationChartBarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646c733063343338","name":"read-resource","id":"36636135686b6474","timestamp":291011703,"duration":49315,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"646c733063343338","timestamp":291011659,"duration":50049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PresentationChartLineIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366f366237666134","name":"read-resource","id":"307739653867737a","timestamp":291011769,"duration":49975,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"366f366237666134","timestamp":291011729,"duration":50548,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PrinterIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b6a393368717936","name":"read-resource","id":"7875667063647638","timestamp":291011833,"duration":50480,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6b6a393368717936","timestamp":291011795,"duration":50949,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/PuzzleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7569333673786e66","name":"read-resource","id":"3631656a356e6777","timestamp":291011909,"duration":50870,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7569333673786e66","timestamp":291011857,"duration":51342,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/QrcodeIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6238657671797975","name":"read-resource","id":"796779347a623565","timestamp":291011975,"duration":51258,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6238657671797975","timestamp":291011936,"duration":51725,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/QuestionMarkCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766d367a66737764","name":"read-resource","id":"766f327964626479","timestamp":291012038,"duration":51658,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"766d367a66737764","timestamp":291012000,"duration":52141,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ReceiptRefundIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f37703135326869","name":"read-resource","id":"6867663072373972","timestamp":291012125,"duration":52052,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f37703135326869","timestamp":291012077,"duration":52523,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ReceiptTaxIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616f32347a753773","name":"read-resource","id":"666e787367366238","timestamp":291012193,"duration":52442,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"616f32347a753773","timestamp":291012152,"duration":52899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/RefreshIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68636f39756b3370","name":"read-resource","id":"7168313135686466","timestamp":291031086,"duration":45073,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"68636f39756b3370","timestamp":291030985,"duration":47714,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ReplyIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"773968666764686c","name":"read-resource","id":"766879396166786f","timestamp":291031191,"duration":47552,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"773968666764686c","timestamp":291031138,"duration":48109,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/RewindIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a70376f64683877","name":"read-resource","id":"63343132706a6b62","timestamp":291031264,"duration":48019,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6a70376f64683877","timestamp":291031221,"duration":48523,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/RssIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79786d7771753335","name":"read-resource","id":"376f323167736738","timestamp":291031336,"duration":48441,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"79786d7771753335","timestamp":291031294,"duration":48941,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SaveAsIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62363377646a6f6c","name":"read-resource","id":"346f637972717137","timestamp":291031403,"duration":48867,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"62363377646a6f6c","timestamp":291031363,"duration":49344,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SaveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6773636434736d76","name":"read-resource","id":"6638673763307a71","timestamp":291031474,"duration":49268,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6773636434736d76","timestamp":291031428,"duration":49743,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ScaleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366d666b6531386d","name":"read-resource","id":"64377569696c6968","timestamp":291031540,"duration":49667,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"366d666b6531386d","timestamp":291031501,"duration":50130,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ScissorsIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"64787076686b3669","name":"read-resource","id":"397072723973316e","timestamp":291031603,"duration":50063,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"64787076686b3669","timestamp":291031565,"duration":50527,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SearchCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74396b6e73757164","name":"read-resource","id":"6a6f376b37306e67","timestamp":291031667,"duration":50459,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"74396b6e73757164","timestamp":291031628,"duration":50925,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SearchIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6e6d6a70653869","name":"read-resource","id":"667a376438706531","timestamp":291031730,"duration":50859,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6e6e6d6a70653869","timestamp":291031692,"duration":51320,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SelectorIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6968643135766f7a","name":"read-resource","id":"6b7264793931346a","timestamp":291031797,"duration":51250,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6968643135766f7a","timestamp":291031754,"duration":51730,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ServerIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376871347a653663","name":"read-resource","id":"3577396d38786130","timestamp":291031884,"duration":51635,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"376871347a653663","timestamp":291031822,"duration":52122,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShareIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a71336a3261786f","name":"read-resource","id":"6a34747963736d77","timestamp":291031952,"duration":52028,"tags":{}}]
14
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7a71336a3261786f","timestamp":291031911,"duration":52794,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShieldCheckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776f75676435726b","name":"read-resource","id":"727366707539346b","timestamp":291032016,"duration":52725,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"776f75676435726b","timestamp":291031978,"duration":53411,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShieldExclamationIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746b306772363368","name":"read-resource","id":"30313066776b326e","timestamp":291032102,"duration":53329,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"746b306772363368","timestamp":291032041,"duration":53834,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShoppingBagIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6336623576636878","name":"read-resource","id":"6a79636437656a6a","timestamp":291032179,"duration":53732,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6336623576636878","timestamp":291032132,"duration":54240,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ShoppingCartIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6638336b756b3871","name":"read-resource","id":"346274763035716a","timestamp":291032244,"duration":54164,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6638336b756b3871","timestamp":291032204,"duration":54632,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SortAscendingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"713178717534307a","name":"read-resource","id":"37676e326f30716f","timestamp":291032308,"duration":54593,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"713178717534307a","timestamp":291032270,"duration":55127,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SortDescendingIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67763167796a7731","name":"read-resource","id":"323937646a6e7937","timestamp":291043064,"duration":60055,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"67763167796a7731","timestamp":291042966,"duration":60836,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SparklesIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d756e6567316162","name":"read-resource","id":"336f673364726d73","timestamp":291043168,"duration":60674,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6d756e6567316162","timestamp":291043116,"duration":61231,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SpeakerphoneIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3665306b76666677","name":"read-resource","id":"70786a7164626a76","timestamp":291043243,"duration":61140,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3665306b76666677","timestamp":291043199,"duration":61627,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/StarIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3230707362627778","name":"read-resource","id":"366663316630356e","timestamp":291043317,"duration":61544,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3230707362627778","timestamp":291043270,"duration":62044,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/StatusOfflineIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686b35366f6e3465","name":"read-resource","id":"6f736c716c396d66","timestamp":291043383,"duration":61967,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"686b35366f6e3465","timestamp":291043344,"duration":62456,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/StatusOnlineIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6e377963673837","name":"read-resource","id":"3430387337756f66","timestamp":291043456,"duration":62379,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f6e377963673837","timestamp":291043408,"duration":62906,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/StopIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6873347a69623266","name":"read-resource","id":"3237367379623762","timestamp":291043521,"duration":62831,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6873347a69623266","timestamp":291043482,"duration":63308,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SunIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347272636e67766d","name":"read-resource","id":"64756b386c6b7562","timestamp":291043585,"duration":63240,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"347272636e67766d","timestamp":291043546,"duration":63718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SupportIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65396a3937616338","name":"read-resource","id":"756f6a7770737a36","timestamp":291043658,"duration":63643,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"65396a3937616338","timestamp":291043620,"duration":64114,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SwitchHorizontalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"757a697164776c77","name":"read-resource","id":"3036757773306770","timestamp":291043747,"duration":64021,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"757a697164776c77","timestamp":291043707,"duration":64521,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/SwitchVerticalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f6d667a617978","name":"build-module","id":"7979686730656372","timestamp":291109907,"duration":185,"tags":{"name":"undefined"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65336b6938717730","name":"read-resource","id":"673776646b333039","timestamp":291070416,"duration":42970,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"65336b6938717730","timestamp":291070322,"duration":43564,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TableIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d777775736b3674","name":"read-resource","id":"663172366d396b6c","timestamp":291070541,"duration":43379,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6d777775736b3674","timestamp":291070475,"duration":44126,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TagIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6968747634317277","name":"read-resource","id":"6936756377356735","timestamp":291070618,"duration":44021,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6968747634317277","timestamp":291070573,"duration":44550,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TemplateIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6836673972706a62","name":"read-resource","id":"37696a3173636c71","timestamp":291070696,"duration":44463,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6836673972706a62","timestamp":291070646,"duration":44992,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TerminalIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6673323069616b31","name":"read-resource","id":"6a65617063673933","timestamp":291070763,"duration":44910,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6673323069616b31","timestamp":291070722,"duration":45473,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ThumbDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756a363832666234","name":"read-resource","id":"6d7968653874726b","timestamp":291070828,"duration":45404,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"756a363832666234","timestamp":291070788,"duration":45962,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ThumbUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786b70616d35347a","name":"read-resource","id":"6977646e68746174","timestamp":291070892,"duration":45897,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"786b70616d35347a","timestamp":291070853,"duration":46419,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TicketIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63786d37666f7577","name":"read-resource","id":"38766b79746d6671","timestamp":291070955,"duration":46353,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"63786d37666f7577","timestamp":291070916,"duration":46867,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TranslateIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32346467646d6464","name":"read-resource","id":"3962377064326d67","timestamp":291071022,"duration":46797,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"32346467646d6464","timestamp":291070979,"duration":47265,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TrashIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71356a37306f7a66","name":"read-resource","id":"7433336535667436","timestamp":291071087,"duration":47192,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"71356a37306f7a66","timestamp":291071048,"duration":47651,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TrendingDownIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316a65756f783274","name":"read-resource","id":"766570686a337131","timestamp":291071151,"duration":47582,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"316a65756f783274","timestamp":291071112,"duration":48038,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TrendingUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"64356c6d356d3573","name":"read-resource","id":"6e6d7077367a3939","timestamp":291071217,"duration":47970,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"64356c6d356d3573","timestamp":291071178,"duration":48486,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/TruckIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b6d71666b306830","name":"read-resource","id":"626a627663336e67","timestamp":291071280,"duration":48422,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6b6d71666b306830","timestamp":291071241,"duration":48918,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UploadIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396c77703465376f","name":"read-resource","id":"307673706c796635","timestamp":291071345,"duration":48851,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"396c77703465376f","timestamp":291071306,"duration":49363,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserAddIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7772763131773977","name":"read-resource","id":"32756b3571336e38","timestamp":291071413,"duration":49293,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7772763131773977","timestamp":291071369,"duration":49761,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7963776c7a6b7833","name":"read-resource","id":"7335673231656334","timestamp":291071503,"duration":49662,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7963776c7a6b7833","timestamp":291071462,"duration":50121,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserGroupIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396e73337671646a","name":"read-resource","id":"39726f716b387232","timestamp":291071568,"duration":50050,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"396e73337671646a","timestamp":291071529,"duration":50502,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserRemoveIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3975327074643239","name":"read-resource","id":"7575356173346872","timestamp":291071631,"duration":50435,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"3975327074643239","timestamp":291071592,"duration":50896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UserIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6630677179657134","name":"read-resource","id":"636e357a30306566","timestamp":291071699,"duration":50824,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6630677179657134","timestamp":291071657,"duration":51276,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/UsersIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"706e316532797032","name":"read-resource","id":"7238386462616273","timestamp":291071769,"duration":51205,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"706e316532797032","timestamp":291071725,"duration":51686,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/VariableIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62736a69716e3636","name":"read-resource","id":"66747931796e3862","timestamp":291071834,"duration":51611,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"62736a69716e3636","timestamp":291071793,"duration":52083,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/VideoCameraIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6635786a676a72","name":"read-resource","id":"6b6236637878346e","timestamp":291071896,"duration":52016,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f6635786a676a72","timestamp":291071857,"duration":52528,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ViewBoardsIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39737966707a6335","name":"read-resource","id":"396b7a3363763179","timestamp":291071961,"duration":52462,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"39737966707a6335","timestamp":291071921,"duration":52935,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ViewGridAddIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"627076317a713067","name":"read-resource","id":"686e756473657479","timestamp":291072025,"duration":52866,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"627076317a713067","timestamp":291071985,"duration":53588,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ViewGridIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6962786d68356262","name":"read-resource","id":"307a6a38386d7130","timestamp":291072111,"duration":53500,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6962786d68356262","timestamp":291072049,"duration":54072,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ViewListIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7067683878643269","name":"read-resource","id":"6c3831676a393565","timestamp":291072180,"duration":53979,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"7067683878643269","timestamp":291072139,"duration":54763,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/VolumeOffIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a38336b626f6778","name":"read-resource","id":"64346d7738796e78","timestamp":291072243,"duration":54697,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6a38336b626f6778","timestamp":291072204,"duration":55183,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/VolumeUpIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71307278706a326d","name":"read-resource","id":"343861676739346d","timestamp":291072323,"duration":55100,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"71307278706a326d","timestamp":291072284,"duration":55566,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/WifiIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b696f7467646533","name":"read-resource","id":"6e6f356f69633633","timestamp":291074566,"duration":58000,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6b696f7467646533","timestamp":291072352,"duration":60683,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/XCircleIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f636c6c7838646b","name":"read-resource","id":"636464726f737173","timestamp":291074687,"duration":58386,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f636c6c7838646b","timestamp":291074622,"duration":58875,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/XIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f30366937346262","name":"read-resource","id":"3933746974313832","timestamp":291074765,"duration":58769,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"6f30366937346262","timestamp":291074718,"duration":59232,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ZoomInIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65776c6e70356434","name":"read-resource","id":"38706c637574676a","timestamp":291074855,"duration":59132,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38327867793764","name":"build-module-js","id":"65776c6e70356434","timestamp":291074811,"duration":59602,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@heroicons/react/outline/esm/ZoomOutIcon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7736317664776164","name":"read-resource","id":"656a7a7070676170","timestamp":291074921,"duration":59526,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"7736317664776164","timestamp":291074880,"duration":60071,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/keyboard.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726b376f7a6f3136","name":"read-resource","id":"6867693963637061","timestamp":291074979,"duration":60014,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3667686e307068","name":"build-module-js","id":"726b376f7a6f3136","timestamp":291074942,"duration":61314,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/_virtual/_rollupPluginBabelHelpers.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f7032686e627461","name":"read-resource","id":"796e6e3061357261","timestamp":291075040,"duration":61263,"tags":{}}]
15
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3667686e307068","name":"build-module-js","id":"6f7032686e627461","timestamp":291074998,"duration":63450,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/render.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36747a6d62387530","name":"read-resource","id":"70316e6c6d6b7a6d","timestamp":291075098,"duration":63397,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"36747a6d62387530","timestamp":291075060,"duration":63993,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/match.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3363726e72693032","name":"read-resource","id":"656d706b63363438","timestamp":291075153,"duration":63943,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"3363726e72693032","timestamp":291075116,"duration":64526,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/bugs.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67776467366a3436","name":"read-resource","id":"7138703778347769","timestamp":291075209,"duration":64474,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797a7a6f75716b69","name":"build-module-js","id":"67776467366a3436","timestamp":291075172,"duration":66175,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/focus-management.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6936793468306130","name":"read-resource","id":"6232306365367263","timestamp":291075269,"duration":66120,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797a7a6f75716b69","name":"build-module-js","id":"6936793468306130","timestamp":291075231,"duration":66919,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/disposables.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36646f6568776633","name":"read-resource","id":"78677764396c3237","timestamp":291075330,"duration":66860,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797a7a6f75716b69","name":"build-module-js","id":"36646f6568776633","timestamp":291075288,"duration":68343,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/calculate-active-index.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3831393934666771","name":"read-resource","id":"627030727a62306b","timestamp":291075386,"duration":68286,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3667686e307068","name":"build-module-js","id":"3831393934666771","timestamp":291075348,"duration":68758,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"667a667631686978","name":"read-resource","id":"6939357538383135","timestamp":291075447,"duration":68701,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3667686e307068","name":"build-module-js","id":"667a667631686978","timestamp":291075403,"duration":69297,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6478347a72347163","name":"read-resource","id":"31327565636b6367","timestamp":291095505,"duration":49919,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"6478347a72347163","timestamp":291095405,"duration":50747,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-sync-refs.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a78673836723735","name":"read-resource","id":"723537346c317973","timestamp":291095618,"duration":50577,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"6a78673836723735","timestamp":291095563,"duration":51226,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-id.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376f337472686e35","name":"read-resource","id":"316d68316e35696f","timestamp":291095697,"duration":51135,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"376f337472686e35","timestamp":291095650,"duration":51683,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-window-event.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70726a6663357538","name":"read-resource","id":"3864767976706574","timestamp":291095775,"duration":51597,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"70726a6663357538","timestamp":291095725,"duration":56088,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-focus-trap.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34796e306d356c65","name":"read-resource","id":"716d676137347833","timestamp":291095870,"duration":55985,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"34796e306d356c65","timestamp":291095804,"duration":57892,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-inert-others.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6434303032667373","name":"read-resource","id":"7033397372373066","timestamp":291095940,"duration":57802,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726d737970326b37","name":"build-module-js","id":"6434303032667373","timestamp":291095897,"duration":58580,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"353471316d6c707a","name":"read-resource","id":"39326476737a3733","timestamp":291096007,"duration":58513,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797a7a6f75716b69","name":"build-module-js","id":"353471316d6c707a","timestamp":291095966,"duration":59413,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-disposables.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"713974616d356a36","name":"read-resource","id":"7738786c64686776","timestamp":291096097,"duration":59323,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797a7a6f75716b69","name":"build-module-js","id":"713974616d356a36","timestamp":291096033,"duration":59955,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-computed.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"383574396d6f3478","name":"read-resource","id":"7366636364747079","timestamp":291096172,"duration":59852,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3667686e307068","name":"build-module-js","id":"383574396d6f3478","timestamp":291096125,"duration":60622,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/internal/portal-force-root.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736b35773479367a","name":"read-resource","id":"69776a7569616872","timestamp":291096472,"duration":60313,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"736b35773479367a","timestamp":291096200,"duration":61229,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/internal/open-closed.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3030367774383332","name":"read-resource","id":"6c31396f69337768","timestamp":291096549,"duration":60921,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"3030367774383332","timestamp":291096506,"duration":61993,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/internal/stack-context.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686e796e65623267","name":"read-resource","id":"61626131316b6b63","timestamp":291096614,"duration":61924,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"643575703232727a","name":"build-module-js","id":"686e796e65623267","timestamp":291096575,"duration":62700,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-tree-walker.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7962743762687335","name":"read-resource","id":"776166703967336e","timestamp":291096680,"duration":62634,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32666536383468","name":"build-module-js","id":"7962743762687335","timestamp":291096639,"duration":63929,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/description/description.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75387439676b6e75","name":"read-resource","id":"7379356161647369","timestamp":291096750,"duration":63858,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c746c7a35766d32","name":"build-module-js","id":"75387439676b6e75","timestamp":291096705,"duration":64578,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-flags.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a36313174793664","name":"read-resource","id":"64676c6c3938796e","timestamp":291096816,"duration":64505,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647039746d327373","name":"build-module-js","id":"6a36313174793664","timestamp":291096775,"duration":72525,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/path-browserify/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c74767a7776766b","name":"read-resource","id":"387974346a666771","timestamp":291096885,"duration":72456,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65726f7562326671","name":"build-module-js","id":"6c74767a7776766b","timestamp":291096844,"duration":72948,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-is-mounted.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656c3730696c3736","name":"read-resource","id":"6a37387a62333776","timestamp":291096951,"duration":72877,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65726f7562326671","name":"build-module-js","id":"656c3730696c3736","timestamp":291096911,"duration":73321,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/hooks/use-is-initial-render.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3368326470373931","name":"read-resource","id":"73696933386e786f","timestamp":291097015,"duration":73253,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c746c7a35766d32","name":"build-module-js","id":"3368326470373931","timestamp":291096976,"duration":74471,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/label/label.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a776e67356d737a","name":"read-resource","id":"737a703137696839","timestamp":291097085,"duration":74401,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65726f7562326671","name":"build-module-js","id":"7a776e67356d737a","timestamp":291097041,"duration":75835,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/components/transitions/utils/transition.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3132736d79656f63","name":"read-resource","id":"3636796e6c6c6c63","timestamp":291097171,"duration":75744,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65676a657532696d","name":"build-module-js","id":"3132736d79656f63","timestamp":291097114,"duration":88209,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/scheduler/cjs/scheduler.production.min.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716a756372677577","name":"read-resource","id":"766f6b6c77336366","timestamp":291109783,"duration":89528,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67736d6735786d61","name":"build-module-js","id":"716a756372677577","timestamp":291109695,"duration":90505,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/prop-types/factoryWithThrowingShims.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7668666661393737","name":"read-resource","id":"65766c75306e6e73","timestamp":291110213,"duration":90030,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3973767967756d75","name":"build-module-js","id":"7668666661393737","timestamp":291110130,"duration":90783,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/use-subscription/cjs/use-subscription.production.min.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3470376a61617666","name":"read-resource","id":"6832623875716468","timestamp":291110303,"duration":90651,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74646a73346e6d67","name":"build-module-js","id":"3470376a61617666","timestamp":291110253,"duration":91376,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/utils.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346a377036623668","name":"read-resource","id":"6d32673062667a32","timestamp":291110368,"duration":91299,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7273656d7a6c6c","name":"build-module-js","id":"346a377036623668","timestamp":291110327,"duration":94520,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/render-utils.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"353262703778676f","name":"read-resource","id":"6f793462316d3279","timestamp":291110435,"duration":94453,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"306a6770686c7834","name":"build-module-js","id":"353262703778676f","timestamp":291110393,"duration":95692,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/rematch.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343763626a646e6d","name":"read-resource","id":"653863777179736f","timestamp":291111531,"duration":94592,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32766262796e6675","name":"build-module-js","id":"343763626a646e6d","timestamp":291111484,"duration":101022,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/lib/diff2html-templates.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6730733438766333","name":"read-resource","id":"756d7a746e763571","timestamp":291111601,"duration":100946,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636f736667716870","name":"build-module-js","id":"6730733438766333","timestamp":291111559,"duration":107451,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/highlight.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"read-resource","id":"7a73333073696b39","timestamp":291111743,"duration":107311,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32716b6538626667","name":"build-module-js","id":"6266687364303473","timestamp":291111628,"duration":109453,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35656e6970616637","name":"read-resource","id":"363869696c337133","timestamp":291111822,"duration":109301,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32716b6538626667","name":"build-module-js","id":"35656e6970616637","timestamp":291111777,"duration":109693,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"read-resource","id":"3770386b79776d64","timestamp":291111891,"duration":109614,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32716b6538626667","name":"build-module-js","id":"6e30783736376634","timestamp":291111850,"duration":270217,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/async-languages/hljs.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"read-resource","id":"657962756d7a7671","timestamp":291111958,"duration":270179,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73796a7776733335","name":"build-module-js","id":"356875776f6f6161","timestamp":291111918,"duration":468798,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6a316d63627563","name":"read-resource","id":"7075773862746775","timestamp":291132091,"duration":481090,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626b703279393731","name":"build-module-js","id":"6f6a316d63627563","timestamp":291131987,"duration":481964,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69313378636a686f","name":"read-resource","id":"71316e6f72317a6a","timestamp":291131929,"duration":482065,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636f736667716870","name":"build-module-js","id":"69313378636a686f","timestamp":291131585,"duration":482858,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"623278776731376d","name":"read-resource","id":"37346872726b356c","timestamp":291132184,"duration":482294,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636f736667716870","name":"build-module-js","id":"623278776731376d","timestamp":291132132,"duration":482905,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38636f6775713278","name":"read-resource","id":"31723779316f3475","timestamp":291132284,"duration":482790,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3962336a346e7079","name":"build-module-js","id":"38636f6775713278","timestamp":291132216,"duration":483434,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"687039346b686462","name":"read-resource","id":"706132353867697a","timestamp":291854977,"duration":26082,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3633796163713279","name":"build-module-js","id":"687039346b686462","timestamp":291854914,"duration":29312,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/controls/DragControls.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"796d327266676766","name":"read-resource","id":"383477743932666a","timestamp":291855056,"duration":29221,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"617333396e6d3966","name":"build-module-js","id":"796d327266676766","timestamp":291855010,"duration":31449,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@mdx-js/react/dist/esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36363477746a7539","name":"read-resource","id":"37613539756f616b","timestamp":291855126,"duration":31373,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636d7a7162326a6c","name":"build-module-js","id":"36363477746a7539","timestamp":291855084,"duration":32012,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/fromentries/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a73613077353237","name":"read-resource","id":"383764666b373065","timestamp":291855197,"duration":31938,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a776e67356d737a","name":"build-module-js","id":"6a73613077353237","timestamp":291855153,"duration":32403,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@headlessui/react/dist/utils/once.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7761683073666431","name":"read-resource","id":"6a6f716b6663386e","timestamp":291855264,"duration":32328,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636d7a7162326a6c","name":"build-module-js","id":"7761683073666431","timestamp":291855224,"duration":34564,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/jerrypick/dist/jerrypick.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"read-resource","id":"3274663376327638","timestamp":291855335,"duration":34494,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3633796163713279","name":"build-module-js","id":"616e697a316a7266","timestamp":291855291,"duration":53659,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three-forcegraph/dist/three-forcegraph.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f61716c736965","name":"read-resource","id":"726f6476736f6a6d","timestamp":291855402,"duration":53611,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3633796163713279","name":"build-module-js","id":"7a6f61716c736965","timestamp":291855362,"duration":60233,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three-render-objects/dist/three-render-objects.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3668656b37736c64","name":"read-resource","id":"6233376c68766e62","timestamp":291855464,"duration":60194,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3633796163713279","name":"build-module-js","id":"3668656b37736c64","timestamp":291855426,"duration":60718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/accessor-fn/dist/accessor-fn.module.js"}}]
16
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"763269636975626a","name":"read-resource","id":"61703337756e6237","timestamp":291855527,"duration":60901,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3633796163713279","name":"build-module-js","id":"763269636975626a","timestamp":291855489,"duration":64032,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/kapsule/dist/kapsule.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a763165777a6235","name":"read-resource","id":"6e79767665303738","timestamp":291855595,"duration":63966,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73796a7776733335","name":"build-module-js","id":"7a763165777a6235","timestamp":291855552,"duration":66583,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/core.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6976727472306265","name":"read-resource","id":"6b32396d38667862","timestamp":291855661,"duration":66516,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6976727472306265","timestamp":291855622,"duration":67335,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"read-resource","id":"6f6e393768383861","timestamp":291855723,"duration":67275,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3962336a346e7079","name":"build-module-js","id":"6865356162706b32","timestamp":291855686,"duration":74397,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63373939786c3270","name":"read-resource","id":"676a347963383037","timestamp":291855787,"duration":74338,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32716b6538626667","name":"build-module-js","id":"63373939786c3270","timestamp":291855749,"duration":82762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/lowlight/lib/core.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786a367938703073","name":"read-resource","id":"3975396d36796d65","timestamp":291855851,"duration":82708,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636f736667716870","name":"build-module-js","id":"786a367938703073","timestamp":291855813,"duration":87092,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/lowlight/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"323062616e356f74","name":"read-resource","id":"6e39636f6d727666","timestamp":291855939,"duration":87007,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716a756372677577","name":"build-module-js","id":"323062616e356f74","timestamp":291855876,"duration":87381,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/prop-types/lib/ReactPropTypesSecret.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"713772666c6a326c","name":"read-resource","id":"6d38313773686d6a","timestamp":291856013,"duration":87277,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"build-module-js","id":"713772666c6a326c","timestamp":291855967,"duration":87571,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/regenerator/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3535723468316630","name":"read-resource","id":"73347a6a70336a65","timestamp":291856097,"duration":87470,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6673686f75643869","name":"build-module-js","id":"3535723468316630","timestamp":291856042,"duration":88121,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/extends.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34666c39366f6176","name":"read-resource","id":"7066336d33347630","timestamp":291856163,"duration":88038,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6673686f75643869","name":"build-module-js","id":"34666c39366f6176","timestamp":291856123,"duration":88668,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/objectSpread.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336c636f6669326b","name":"read-resource","id":"717931693676746f","timestamp":291856226,"duration":88602,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6730733438766333","name":"build-module-js","id":"336c636f6669326b","timestamp":291856188,"duration":89176,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33707437776a387a","name":"read-resource","id":"6a30316336383779","timestamp":291856294,"duration":89105,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6730733438766333","name":"build-module-js","id":"33707437776a387a","timestamp":291856250,"duration":89564,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3674646c767a6973","name":"read-resource","id":"6276687076356d66","timestamp":291856357,"duration":89488,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"build-module-js","id":"3674646c767a6973","timestamp":291856319,"duration":90168,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67673264346b7332","name":"read-resource","id":"737764336f327176","timestamp":291856422,"duration":90101,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"build-module-js","id":"67673264346b7332","timestamp":291856383,"duration":90464,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/classCallCheck.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786f397a6b636b33","name":"read-resource","id":"677663343865786c","timestamp":291856616,"duration":90263,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"build-module-js","id":"786f397a6b636b33","timestamp":291856559,"duration":90762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/createClass.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b75387a796f6679","name":"read-resource","id":"6d6a633374656d64","timestamp":291856684,"duration":90671,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"build-module-js","id":"6b75387a796f6679","timestamp":291856645,"duration":91169,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7433673266307864","name":"read-resource","id":"33736e3278343135","timestamp":291856749,"duration":91099,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"build-module-js","id":"7433673266307864","timestamp":291856711,"duration":91515,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316c7a3833657162","name":"read-resource","id":"7639396b347a6477","timestamp":291856811,"duration":91449,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"build-module-js","id":"316c7a3833657162","timestamp":291856773,"duration":91927,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/inherits.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72643477786b366c","name":"read-resource","id":"706f68796b78306b","timestamp":291856873,"duration":91861,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6266687364303473","name":"build-module-js","id":"72643477786b366c","timestamp":291856836,"duration":92247,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/defineProperty.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696272386c696571","name":"read-resource","id":"66386f61786f7a39","timestamp":291856945,"duration":92171,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32766262796e6675","name":"build-module-js","id":"696272386c696571","timestamp":291856900,"duration":92581,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hogan.js/lib/hogan.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7735373679763631","name":"read-resource","id":"30757270706a7a6a","timestamp":291857009,"duration":92504,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a36313174793664","name":"build-module-js","id":"7735373679763631","timestamp":291856971,"duration":93854,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/process/browser.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7269323367777461","name":"read-resource","id":"7938756364397575","timestamp":291857072,"duration":93792,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7269323367777461","timestamp":291857033,"duration":94582,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/zephir.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"737467356961366e","name":"read-resource","id":"3866796a68756e74","timestamp":291857154,"duration":94497,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"737467356961366e","timestamp":291857097,"duration":95340,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/yaml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3774307032306b38","name":"read-resource","id":"6276397262696c6c","timestamp":291857220,"duration":95253,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3774307032306b38","timestamp":291857180,"duration":97700,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/xquery.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d777a3279696c72","name":"read-resource","id":"3165657439733434","timestamp":291857297,"duration":97617,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6d777a3279696c72","timestamp":291857259,"duration":98846,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/xml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347335767a616b68","name":"read-resource","id":"626b33696a646530","timestamp":291857361,"duration":98781,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"347335767a616b68","timestamp":291857323,"duration":99333,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/xl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"627a343939716735","name":"read-resource","id":"6964663836707435","timestamp":291857423,"duration":99267,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"627a343939716735","timestamp":291857385,"duration":100008,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/x86asm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6230353275777332","name":"read-resource","id":"6237327a696f3834","timestamp":291857490,"duration":99939,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6230353275777332","timestamp":291857447,"duration":100586,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vim.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6835797963626978","name":"read-resource","id":"326a386335393437","timestamp":291857553,"duration":100527,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6835797963626978","timestamp":291857514,"duration":101560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vhdl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a3137616d76626b","name":"read-resource","id":"78796b6b70727430","timestamp":291857616,"duration":101493,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6a3137616d76626b","timestamp":291857578,"duration":102062,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/verilog.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7572386970696163","name":"read-resource","id":"6d626436336a7a6f","timestamp":291857678,"duration":101999,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7572386970696163","timestamp":291857640,"duration":102734,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vbscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776d6667696b6f6c","name":"read-resource","id":"38316833766a6266","timestamp":291857745,"duration":102666,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"776d6667696b6f6c","timestamp":291857701,"duration":103000,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vbscript-html.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396268666e396979","name":"read-resource","id":"753931353078696b","timestamp":291857820,"duration":102915,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"396268666e396979","timestamp":291857769,"duration":104130,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vbnet.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7067626f74376979","name":"read-resource","id":"65347a6565383966","timestamp":291857882,"duration":104053,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7067626f74376979","timestamp":291857844,"duration":104491,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/vala.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66617a6361733437","name":"read-resource","id":"6e77653970356e77","timestamp":291857944,"duration":104425,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"66617a6361733437","timestamp":291857906,"duration":109484,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/typescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63386f6d6b6a776f","name":"read-resource","id":"387831376879766d","timestamp":291858005,"duration":109423,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"63386f6d6b6a776f","timestamp":291857967,"duration":110049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/twig.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3371627534333835","name":"read-resource","id":"34677939626d6961","timestamp":291858066,"duration":109987,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3371627534333835","timestamp":291858029,"duration":110503,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/tp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69367977396b6979","name":"read-resource","id":"7a7231726c356276","timestamp":291858141,"duration":110426,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"69367977396b6979","timestamp":291858092,"duration":110858,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/thrift.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b68657865686b75","name":"read-resource","id":"337962786e723375","timestamp":291858218,"duration":110777,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6b68657865686b75","timestamp":291858166,"duration":111464,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/tcl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6c6b347a683470","name":"read-resource","id":"39637a3672386861","timestamp":291858289,"duration":111376,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a6c6b347a683470","timestamp":291858250,"duration":111770,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/tap.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c646a766b697631","name":"read-resource","id":"3879656436753535","timestamp":291858352,"duration":111705,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6c646a766b697631","timestamp":291858313,"duration":112254,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/taggerscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68626d7677326d73","name":"read-resource","id":"387670757a653863","timestamp":291858512,"duration":112091,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"68626d7677326d73","timestamp":291858469,"duration":115680,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/swift.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"333539366d746d39","name":"read-resource","id":"3433656c796a7264","timestamp":291858582,"duration":115605,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"333539366d746d39","timestamp":291858538,"duration":116024,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/subunit.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69676e34757a6368","name":"read-resource","id":"66746137706d3638","timestamp":291858651,"duration":115945,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"69676e34757a6368","timestamp":291858607,"duration":117343,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/stylus.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3367687538677866","name":"read-resource","id":"6b61736a6d713671","timestamp":291858714,"duration":117271,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3367687538677866","timestamp":291858676,"duration":117742,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/step21.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3463323839373432","name":"read-resource","id":"6d6f3173626e6a39","timestamp":291858776,"duration":117676,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3463323839373432","timestamp":291858739,"duration":118311,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/stata.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67343330666e3372","name":"read-resource","id":"6c303533656a7a31","timestamp":291858841,"duration":118244,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"67343330666e3372","timestamp":291858802,"duration":119631,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/stan.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77386774706f786b","name":"read-resource","id":"356b38766f717272","timestamp":291858903,"duration":119568,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"77386774706f786b","timestamp":291858865,"duration":121287,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686f637367743773","name":"read-resource","id":"7933333635623362","timestamp":291858976,"duration":121217,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"686f637367743773","timestamp":291858926,"duration":122626,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sqf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d3430676c753539","name":"read-resource","id":"69326930646d6967","timestamp":291859039,"duration":122551,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6d3430676c753539","timestamp":291859000,"duration":123090,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7631326a7671756f","name":"read-resource","id":"79673131696f6339","timestamp":291859101,"duration":123022,"tags":{}}]
17
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7631326a7671756f","timestamp":291859063,"duration":123646,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/smalltalk.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"6d3832627969666a","timestamp":283665588,"duration":8321020,"tags":{"request":"next-client-pages-loader?page=%2Fservices&absolutePagePath=private-next-pages%2Fservices.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7477736567357a","name":"read-resource","id":"61657769366a6864","timestamp":291872126,"duration":131779,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a7477736567357a","timestamp":291871930,"duration":132860,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/smali.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386939627637636d","name":"read-resource","id":"66396b7330636a64","timestamp":291880197,"duration":152382,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"386939627637636d","timestamp":291880080,"duration":153138,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/shell.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"306a6d66796c6a6a","name":"read-resource","id":"726d6662616a6d68","timestamp":291880363,"duration":152908,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"306a6d66796c6a6a","timestamp":291880247,"duration":154514,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/scss.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36677131706b6f39","name":"read-resource","id":"627032376c356b7a","timestamp":291880488,"duration":154314,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"36677131706b6f39","timestamp":291880400,"duration":154839,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/scilab.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"623039756c327670","name":"read-resource","id":"3463327475746574","timestamp":291854864,"duration":197518,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3633796163713279","name":"build-module-js","id":"623039756c327670","timestamp":291854754,"duration":695609,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/build/three.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3778793965653532","name":"postcss-process","id":"307562713965616a","timestamp":285401344,"duration":8489158,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"767a67766265646b","name":"postcss-loader","id":"3778793965653532","timestamp":284979246,"duration":8911333,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"767a67766265646b","name":"css-loader","id":"356e7764356d7771","timestamp":293890661,"duration":15944,"tags":{"astUsed":"true"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d70343938343462","name":"build-module-css","id":"767a67766265646b","timestamp":284976213,"duration":8932044,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/styles/globals.css.webpack[javascript/auto]!=!/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].use[1]!/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].use[2]!/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/styles/globals.css"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"396f7a6837776672","timestamp":283665540,"duration":10293427,"tags":{"request":"next-client-pages-loader?page=%2F&absolutePagePath=private-next-pages%2Findex.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"616f723167386f69","timestamp":283665603,"duration":10293395,"tags":{"request":"next-client-pages-loader?page=%2Fservices%2F%5Bname%5D&absolutePagePath=private-next-pages%2Fservices%2F%5Bname%5D.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"6f326c6f31766f75","timestamp":283665416,"duration":10293593,"tags":{"request":"next-client-pages-loader?page=%2Fevents&absolutePagePath=private-next-pages%2Fevents.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"6338753636783975","timestamp":283665617,"duration":10293400,"tags":{"request":"next-client-pages-loader?page=%2Fusers%2F%5Bid%5D&absolutePagePath=private-next-pages%2Fusers%2F%5Bid%5D.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36796e6b6b616d6c","name":"build-module-css","id":"6d70343938343462","timestamp":284527411,"duration":9444209,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/styles/globals.css"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3672733671396f7a","name":"read-resource","id":"697575716c317738","timestamp":293953823,"duration":31754,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3672733671396f7a","timestamp":293953714,"duration":32891,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/scheme.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69776c3562776e30","name":"read-resource","id":"3371306871733869","timestamp":293953924,"duration":32724,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"69776c3562776e30","timestamp":293953874,"duration":35544,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/scala.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6432676636713238","name":"read-resource","id":"736537316a76376c","timestamp":293953995,"duration":35465,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6432676636713238","timestamp":293953952,"duration":36187,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sas.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7962787338697872","name":"read-resource","id":"64386a6d73796932","timestamp":293954059,"duration":36117,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7962787338697872","timestamp":293954020,"duration":36838,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/rust.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666d6f7762666335","name":"read-resource","id":"353567776b7a7374","timestamp":293954126,"duration":36770,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"666d6f7762666335","timestamp":293954083,"duration":37745,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ruleslanguage.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d39653172723634","name":"read-resource","id":"6b30746935356e6d","timestamp":293954202,"duration":37663,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6d39653172723634","timestamp":293954149,"duration":43664,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ruby.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303261376a697579","name":"read-resource","id":"366c346230336f69","timestamp":293954267,"duration":43587,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"303261376a697579","timestamp":293954228,"duration":44007,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/rsl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3762386a6a35666c","name":"read-resource","id":"3365796a75696135","timestamp":293954333,"duration":43937,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3762386a6a35666c","timestamp":293954294,"duration":44906,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/routeros.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726a716d6c336a74","name":"read-resource","id":"6c36356335666731","timestamp":293954397,"duration":44843,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"726a716d6c336a74","timestamp":293954359,"duration":45389,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/roboconf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7839637a37616163","name":"read-resource","id":"63796e3331366a64","timestamp":293954464,"duration":45321,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7839637a37616163","timestamp":293954422,"duration":46611,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/rib.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7239366b716b7773","name":"read-resource","id":"3235627a6a796338","timestamp":293954527,"duration":46544,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7239366b716b7773","timestamp":293954488,"duration":47599,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/reasonml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646e6f7039786f67","name":"read-resource","id":"756773693331796c","timestamp":293954589,"duration":47533,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"646e6f7039786f67","timestamp":293954551,"duration":48867,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/r.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f38376438376c6a","name":"read-resource","id":"773977386c683574","timestamp":293954652,"duration":48802,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6f38376438376c6a","timestamp":293954613,"duration":50589,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/qml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6639656277347778","name":"read-resource","id":"716e6a356f663738","timestamp":293954714,"duration":50529,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6639656277347778","timestamp":293954675,"duration":50946,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/q.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326939376a663579","name":"read-resource","id":"3174657967757479","timestamp":293954810,"duration":50849,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"326939376a663579","timestamp":293954763,"duration":52368,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/python.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7337797532746674","name":"read-resource","id":"7a6969766d667938","timestamp":293954886,"duration":52294,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7337797532746674","timestamp":293954846,"duration":52716,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/python-repl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366c756362617479","name":"read-resource","id":"6366743778757538","timestamp":293954951,"duration":52647,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"366c756362617479","timestamp":293954913,"duration":53103,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/purebasic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"387a376e66736165","name":"read-resource","id":"376b7439657a6935","timestamp":293955020,"duration":53032,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"387a376e66736165","timestamp":293954982,"duration":53689,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/puppet.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"763438357a6e6263","name":"read-resource","id":"65643639366a6e76","timestamp":293955086,"duration":53621,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"763438357a6e6263","timestamp":293955043,"duration":54101,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/protobuf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726d6d3576753231","name":"read-resource","id":"69376671786d6834","timestamp":293955147,"duration":54033,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"726d6d3576753231","timestamp":293955109,"duration":54701,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/properties.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7761383763376a78","name":"read-resource","id":"33686c6b79747434","timestamp":293955210,"duration":54639,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7761383763376a78","timestamp":293955173,"duration":55238,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/prolog.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3772333462787563","name":"read-resource","id":"696f776d73653434","timestamp":293955271,"duration":55177,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3772333462787563","timestamp":293955235,"duration":55544,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/profile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396a616733687767","name":"read-resource","id":"7374367478776b70","timestamp":293955332,"duration":55479,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"396a616733687767","timestamp":293955294,"duration":55876,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/processing.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6361386b74356c76","name":"read-resource","id":"3738686a746c6f76","timestamp":293955400,"duration":55805,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6361386b74356c76","timestamp":293955355,"duration":57126,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/powershell.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6336647136353475","name":"read-resource","id":"7a757672697a6563","timestamp":293955464,"duration":57055,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6336647136353475","timestamp":293955426,"duration":57501,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/pony.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3530616664707872","name":"read-resource","id":"7766753434776834","timestamp":293955526,"duration":57437,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3530616664707872","timestamp":293955488,"duration":57743,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/plaintext.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37397369786e7173","name":"read-resource","id":"38733571366c3831","timestamp":293955586,"duration":57679,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"37397369786e7173","timestamp":293955549,"duration":59999,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/php.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7864303171616576","name":"read-resource","id":"6a61623572766777","timestamp":293955648,"duration":59945,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7864303171616576","timestamp":293955609,"duration":60427,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/php-template.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61757179376e7065","name":"read-resource","id":"7372693671376b64","timestamp":293955715,"duration":60394,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"61757179376e7065","timestamp":293955672,"duration":63178,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/pgsql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7333726f306e77","name":"read-resource","id":"777a31796d703730","timestamp":293955791,"duration":63097,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6e7333726f306e77","timestamp":293955739,"duration":63621,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/pf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72383276756c6a69","name":"read-resource","id":"7778657770616338","timestamp":293955857,"duration":63540,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"72383276756c6a69","timestamp":293955817,"duration":65372,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/perl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a76736f356e6679","name":"read-resource","id":"6f69737175387436","timestamp":293955925,"duration":65305,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6a76736f356e6679","timestamp":293955882,"duration":65808,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/parser3.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72776f6232766b67","name":"read-resource","id":"397869716c33756e","timestamp":293955999,"duration":65727,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"72776f6232766b67","timestamp":293955950,"duration":66254,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/oxygene.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"31683236766e3031","name":"read-resource","id":"776f79346c347431","timestamp":293956076,"duration":66161,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"31683236766e3031","timestamp":293956023,"duration":66670,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/openscad.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"767a747176706b6c","name":"read-resource","id":"636330686d68386b","timestamp":293956142,"duration":66585,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"767a747176706b6c","timestamp":293956103,"duration":67035,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ocaml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a38317433767075","name":"read-resource","id":"62336a326b627234","timestamp":293957013,"duration":66160,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a38317433767075","timestamp":293956167,"duration":67594,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/objectivec.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346c76623472676c","name":"read-resource","id":"366e796b346e6879","timestamp":293957165,"duration":66634,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"346c76623472676c","timestamp":293957075,"duration":67873,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/nsis.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786a706977327039","name":"read-resource","id":"386d61727736756d","timestamp":293957321,"duration":67666,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"786a706977327039","timestamp":293957268,"duration":68099,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/node-repl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6c736672737636","name":"read-resource","id":"67733775776a7131","timestamp":293957388,"duration":68014,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6c6c736672737636","timestamp":293957347,"duration":68503,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/nix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356e747434676278","name":"read-resource","id":"766a743478366b6c","timestamp":293957448,"duration":68438,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"356e747434676278","timestamp":293957409,"duration":69087,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/nim.js"}}]
18
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"67306479366c7972","name":"read-resource","id":"7a66693177693979","timestamp":293958295,"duration":68485,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"67306479366c7972","timestamp":293957537,"duration":69786,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/nginx.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3668377a36783838","name":"read-resource","id":"6d66627769366461","timestamp":293958451,"duration":68908,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3668377a36783838","timestamp":293958378,"duration":69414,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/n1ql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67356e716c357a6f","name":"read-resource","id":"6432737536656b78","timestamp":293958544,"duration":69283,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"67356e716c357a6f","timestamp":293958496,"duration":70019,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/moonscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"706a6d3774767439","name":"read-resource","id":"6478656165737930","timestamp":293958628,"duration":69925,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"706a6d3774767439","timestamp":293958585,"duration":70403,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/monkey.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f66323633386775","name":"read-resource","id":"7763637234736671","timestamp":293958727,"duration":70298,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6f66323633386775","timestamp":293958664,"duration":70654,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mojolicious.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346e676476716966","name":"read-resource","id":"6833796a367a7138","timestamp":293958825,"duration":70526,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"346e676476716966","timestamp":293958780,"duration":70865,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mizar.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726d736438777675","name":"read-resource","id":"69726178767a6165","timestamp":293958906,"duration":70773,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"726d736438777675","timestamp":293958865,"duration":71319,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mercury.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c7836736d716d37","name":"read-resource","id":"76357467656e6e34","timestamp":293980162,"duration":56791,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6c7836736d716d37","timestamp":293979986,"duration":57489,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mipsasm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6769376c62647179","name":"read-resource","id":"686b6b6831386669","timestamp":293980263,"duration":57248,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6769376c62647179","timestamp":293980210,"duration":58049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mel.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73716f6234716a69","name":"read-resource","id":"32696266336f6465","timestamp":293980334,"duration":57959,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"73716f6234716a69","timestamp":293980291,"duration":59175,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/maxima.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a7673626a666c31","name":"read-resource","id":"397468387a7a6d6c","timestamp":293980406,"duration":59096,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6a7673626a666c31","timestamp":293980358,"duration":60542,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/matlab.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7138627976736f67","name":"read-resource","id":"736d647576787a63","timestamp":293980529,"duration":60475,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7138627976736f67","timestamp":293980492,"duration":64785,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/markdown.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7a6e656778696e","name":"read-resource","id":"7734686c637a7438","timestamp":293980602,"duration":64716,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6e7a6e656778696e","timestamp":293980564,"duration":73118,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/makefile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3833316632706979","name":"read-resource","id":"71686e7567346c65","timestamp":293980662,"duration":73067,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3833316632706979","timestamp":293980626,"duration":73573,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/lua.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a3966696a306265","name":"read-resource","id":"68626a6d39717a31","timestamp":293980723,"duration":73512,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6a3966696a306265","timestamp":293980686,"duration":74123,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/lsl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a75706638357161","name":"read-resource","id":"30687a696a6c3732","timestamp":293980789,"duration":74125,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6a75706638357161","timestamp":293980746,"duration":74966,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/llvm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7562373774676466","name":"read-resource","id":"796e783237666565","timestamp":293980850,"duration":74899,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7562373774676466","timestamp":293980813,"duration":77672,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/livescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6264396276306761","name":"read-resource","id":"307772783068667a","timestamp":293980913,"duration":77611,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34776437716a3762","name":"build-module-js","id":"6264396276306761","timestamp":293980875,"duration":78056,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/string-hash/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d34703930326179","name":"read-resource","id":"616831617830706b","timestamp":293980974,"duration":77992,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6d34703930326179","timestamp":293980936,"duration":78658,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/livecodeserver.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366a326431317577","name":"read-resource","id":"6163326d35793730","timestamp":293981033,"duration":78597,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"366a326431317577","timestamp":293980997,"duration":79236,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/lisp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7573706265326332","name":"read-resource","id":"636f72346a766b77","timestamp":293981127,"duration":79151,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7573706265326332","timestamp":293981081,"duration":80906,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/less.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f38773635353666","name":"read-resource","id":"61776c6e656a6e75","timestamp":293981190,"duration":80840,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6f38773635353666","timestamp":293981152,"duration":81239,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/leaf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"357337327a767272","name":"read-resource","id":"73387673356d7762","timestamp":293981249,"duration":81176,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"357337327a767272","timestamp":293981213,"duration":81518,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ldif.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616a36313165716f","name":"read-resource","id":"6f69376e62736b31","timestamp":293981309,"duration":81455,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"616a36313165716f","timestamp":293981272,"duration":82969,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/latex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37786b6e786b706d","name":"read-resource","id":"696b7435746a3768","timestamp":293981369,"duration":83058,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"37786b6e786b706d","timestamp":293981332,"duration":83780,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/lasso.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647178306f70786e","name":"read-resource","id":"626961796333346c","timestamp":293981434,"duration":83716,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"647178306f70786e","timestamp":293981392,"duration":84904,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/kotlin.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666934756932326e","name":"read-resource","id":"6766646162343870","timestamp":293981494,"duration":84838,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"666934756932326e","timestamp":293981457,"duration":86156,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/julia.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336e616974363963","name":"read-resource","id":"3673393779396872","timestamp":293981558,"duration":86093,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"336e616974363963","timestamp":293981521,"duration":93825,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/julia-repl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68716b6d64366e7a","name":"read-resource","id":"3076377172613733","timestamp":293981619,"duration":93775,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"68716b6d64366e7a","timestamp":293981581,"duration":94316,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/json.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"307a6a636d667874","name":"read-resource","id":"726531726b666435","timestamp":293981678,"duration":94257,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"307a6a636d667874","timestamp":293981642,"duration":94806,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/jboss-cli.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a34387a6c79706b","name":"read-resource","id":"6f696837616f3172","timestamp":293981744,"duration":94738,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6a34387a6c79706b","timestamp":293981702,"duration":96816,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/javascript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"78616b6269697177","name":"read-resource","id":"6e6d35656f743761","timestamp":293981805,"duration":96751,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"78616b6269697177","timestamp":293981768,"duration":97705,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/java.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"7436396c73743075","timestamp":283664705,"duration":10418180,"tags":{"request":"./../../node_modules/next/dist/client/next.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a33366375306870","name":"read-resource","id":"677139747a65626a","timestamp":293980468,"duration":105327,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a33366375306870","timestamp":293980429,"duration":117448,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/mathematica.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"767a62733179766f","name":"read-resource","id":"77633274686b3367","timestamp":294031725,"duration":69108,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"767a62733179766f","timestamp":294031621,"duration":76885,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/isbl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636e3030326d736f","name":"read-resource","id":"6e73383368683139","timestamp":294031828,"duration":76736,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"636e3030326d736f","timestamp":294031775,"duration":83733,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/irpf90.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6163776732713773","name":"read-resource","id":"6e63733364636b31","timestamp":294031898,"duration":83657,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6163776732713773","timestamp":294031856,"duration":84649,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ini.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6763767a647a6f37","name":"read-resource","id":"6477303974356b73","timestamp":294031972,"duration":84572,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6763767a647a6f37","timestamp":294031923,"duration":85106,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/inform7.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726968323436397a","name":"read-resource","id":"6832397963613462","timestamp":294032084,"duration":84981,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"726968323436397a","timestamp":294032022,"duration":85714,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/hy.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"793272346963746e","name":"read-resource","id":"337778326e776c63","timestamp":294032153,"duration":85618,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"793272346963746e","timestamp":294032112,"duration":86295,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/http.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f347378746c6f6c","name":"read-resource","id":"3432666b74707135","timestamp":294032215,"duration":86227,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6f347378746c6f6c","timestamp":294032177,"duration":87700,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/htmlbars.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7267746c6a736779","name":"read-resource","id":"31396f677775347a","timestamp":294032278,"duration":87640,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7267746c6a736779","timestamp":294032240,"duration":88158,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/hsp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696d74787a766b66","name":"read-resource","id":"6f7564756f626e67","timestamp":294032337,"duration":88101,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"696d74787a766b66","timestamp":294032300,"duration":88717,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/haxe.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71357161376e396b","name":"read-resource","id":"6c36623864376766","timestamp":294032405,"duration":88646,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"71357161376e396b","timestamp":294032360,"duration":89232,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/haskell.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6579683073633067","name":"read-resource","id":"6371733667643463","timestamp":294032466,"duration":89163,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6579683073633067","timestamp":294032428,"duration":90542,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/handlebars.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71756f636f646733","name":"read-resource","id":"3561747563377776","timestamp":294032527,"duration":90478,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"71756f636f646733","timestamp":294032489,"duration":90998,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/haml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786337336b64776f","name":"read-resource","id":"68766d773876326e","timestamp":294032586,"duration":90936,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"786337336b64776f","timestamp":294032549,"duration":91753,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/groovy.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3732333134767265","name":"read-resource","id":"377a6d63397a7930","timestamp":294032648,"duration":91696,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3732333134767265","timestamp":294032610,"duration":92066,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gradle.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6265783874686961","name":"read-resource","id":"356973317035326b","timestamp":294032712,"duration":91998,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6265783874686961","timestamp":294032670,"duration":92321,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/golo.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6336377570736f35","name":"read-resource","id":"7431736879753268","timestamp":294032773,"duration":92253,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6336377570736f35","timestamp":294032736,"duration":92694,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/go.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6363306c686675","name":"read-resource","id":"367476376e637037","timestamp":294032832,"duration":92633,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6c6363306c686675","timestamp":294032795,"duration":94281,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gml.js"}}]
19
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"79786f616a727174","name":"read-resource","id":"626e70616f633778","timestamp":294032892,"duration":94440,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"79786f616a727174","timestamp":294032855,"duration":95507,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/glsl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"637a313761786f76","name":"read-resource","id":"30756c37336b3162","timestamp":294032951,"duration":95455,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"637a313761786f76","timestamp":294032914,"duration":95835,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gherkin.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3169386e336e3178","name":"read-resource","id":"3036757a6b35626b","timestamp":294033015,"duration":95769,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3169386e336e3178","timestamp":294032974,"duration":96278,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gcode.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6572317764706d79","name":"read-resource","id":"3978773379646378","timestamp":294033091,"duration":96198,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6572317764706d79","timestamp":294033052,"duration":97376,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gauss.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"353234763176636d","name":"read-resource","id":"31686c3669717a6e","timestamp":294033153,"duration":97328,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"353234763176636d","timestamp":294033116,"duration":98272,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/gams.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746b346a63676571","name":"read-resource","id":"3276793633336d73","timestamp":294033214,"duration":98212,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"746b346a63676571","timestamp":294033177,"duration":98727,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/fsharp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a3763726e787662","name":"read-resource","id":"3137647a6c6d6e36","timestamp":294033277,"duration":98669,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6a3763726e787662","timestamp":294033239,"duration":99434,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/fortran.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36776136646e3576","name":"read-resource","id":"6934726637743974","timestamp":294033343,"duration":99368,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"36776136646e3576","timestamp":294033300,"duration":99827,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/flix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376c6f336d39636d","name":"read-resource","id":"6a6e74387071746f","timestamp":294033403,"duration":99758,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"376c6f336d39636d","timestamp":294033366,"duration":100171,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/fix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3830796e39746a67","name":"read-resource","id":"7632773431647168","timestamp":294033462,"duration":100111,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3830796e39746a67","timestamp":294033425,"duration":100614,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/excel.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3978383062657962","name":"read-resource","id":"777669396c333832","timestamp":294033521,"duration":100552,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3978383062657962","timestamp":294033484,"duration":101340,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/erlang.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3269666a70336877","name":"read-resource","id":"646b766631646572","timestamp":294033580,"duration":101281,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3269666a70336877","timestamp":294033543,"duration":101883,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/erlang-repl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34346d6a646d3077","name":"read-resource","id":"35746e7a6d727774","timestamp":294033644,"duration":101819,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"34346d6a646d3077","timestamp":294033602,"duration":102151,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/erb.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7374357135733438","name":"read-resource","id":"6a72676338616d73","timestamp":294033704,"duration":102085,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7374357135733438","timestamp":294033667,"duration":102663,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/elm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37616e7037637938","name":"read-resource","id":"66666d6330383938","timestamp":294033763,"duration":102603,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"37616e7037637938","timestamp":294033727,"duration":103578,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/elixir.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73336f7135363832","name":"read-resource","id":"346c646579663973","timestamp":294033821,"duration":103519,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"73336f7135363832","timestamp":294033785,"duration":103995,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ebnf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3864306e64386e77","name":"read-resource","id":"6a36773477736576","timestamp":294033885,"duration":103932,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3864306e64386e77","timestamp":294033848,"duration":104353,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dust.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a68756371363733","name":"read-resource","id":"6734756272707a64","timestamp":294033945,"duration":104292,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a68756371363733","timestamp":294033908,"duration":104922,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dts.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61686a6c37313375","name":"read-resource","id":"336371386b687933","timestamp":294034008,"duration":104868,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"61686a6c37313375","timestamp":294033967,"duration":105404,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dsconfig.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"367a6374746b3374","name":"read-resource","id":"6b63617a37613871","timestamp":294034082,"duration":105324,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"367a6374746b3374","timestamp":294034043,"duration":105771,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dos.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7761643676786a6e","name":"read-resource","id":"706775307a796871","timestamp":294034143,"duration":105707,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7761643676786a6e","timestamp":294034106,"duration":106065,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dockerfile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"796d6c3766657967","name":"read-resource","id":"6132366961393139","timestamp":294034203,"duration":106003,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"796d6c3766657967","timestamp":294034166,"duration":106409,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dns.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f746d7466693538","name":"read-resource","id":"333368323378397a","timestamp":294034262,"duration":106348,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6f746d7466693538","timestamp":294034226,"duration":106905,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/django.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35366d676c717470","name":"read-resource","id":"6a67727966316233","timestamp":294034327,"duration":106840,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"35366d676c717470","timestamp":294034284,"duration":107386,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/diff.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a64613079666632","name":"read-resource","id":"6a6b656463716c32","timestamp":294034387,"duration":107322,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a64613079666632","timestamp":294034350,"duration":107991,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/delphi.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6170666336377363","name":"read-resource","id":"747770716b68326b","timestamp":294034448,"duration":107932,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6170666336377363","timestamp":294034409,"duration":108687,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/dart.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6461307573687935","name":"read-resource","id":"796e6c7567323072","timestamp":294034524,"duration":108607,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6461307573687935","timestamp":294034486,"duration":109340,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/d.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356633706d673876","name":"read-resource","id":"3739676a77333476","timestamp":294034583,"duration":109281,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"356633706d673876","timestamp":294034546,"duration":110765,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/css.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6538367a78726664","name":"read-resource","id":"7668363266746e62","timestamp":294034641,"duration":110715,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6538367a78726664","timestamp":294034605,"duration":111067,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/csp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b67386e72376369","name":"read-resource","id":"346c676f33366d79","timestamp":294034705,"duration":111003,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6b67386e72376369","timestamp":294034662,"duration":112173,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/csharp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6e6b6732327532","name":"read-resource","id":"74686164616e356a","timestamp":294034766,"duration":112106,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6a6e6b6732327532","timestamp":294034729,"duration":113192,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/crystal.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a66396f66776539","name":"read-resource","id":"6a6c677a74376d74","timestamp":294034825,"duration":113133,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a66396f66776539","timestamp":294034789,"duration":113701,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/crmsh.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6d727875666970","name":"read-resource","id":"7874387077306d63","timestamp":294034884,"duration":113643,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a6d727875666970","timestamp":294034848,"duration":115016,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/cpp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6b6135766b366d","name":"read-resource","id":"6e67686d30766e6f","timestamp":294034957,"duration":114947,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a6b6135766b366d","timestamp":294034910,"duration":115679,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/cos.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a39786d79363930","name":"read-resource","id":"6d67776c71627278","timestamp":294035015,"duration":115615,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a39786d79363930","timestamp":294034978,"duration":116062,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/coq.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73703266356d3474","name":"read-resource","id":"6d7470343367687a","timestamp":294035082,"duration":115993,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"73703266356d3474","timestamp":294035047,"duration":117168,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/coffeescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30366e6b66316a66","name":"read-resource","id":"3134627662303767","timestamp":294081149,"duration":76707,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"30366e6b66316a66","timestamp":294081036,"duration":77266,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/cmake.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"387264756a6e796c","name":"read-resource","id":"65646e6f76756d6b","timestamp":294081251,"duration":77087,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"387264756a6e796c","timestamp":294081199,"duration":77823,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/clojure.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686376776a796977","name":"read-resource","id":"367561686d6b686f","timestamp":294081323,"duration":77746,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"686376776a796977","timestamp":294081280,"duration":78109,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/clojure-repl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377662386a687a64","name":"read-resource","id":"617832687a787665","timestamp":294081389,"duration":78032,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"377662386a687a64","timestamp":294081349,"duration":78347,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/clean.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7832717178317277","name":"read-resource","id":"763567306d6e3337","timestamp":294081462,"duration":78264,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7832717178317277","timestamp":294081412,"duration":78773,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ceylon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3369646230366f","name":"read-resource","id":"3870726f30636e6c","timestamp":294081526,"duration":78692,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6f3369646230366f","timestamp":294081487,"duration":79173,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/capnproto.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7567686d386273","name":"read-resource","id":"6334336c7a766636","timestamp":294081588,"duration":79113,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a7567686d386273","timestamp":294081550,"duration":80374,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/cal.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"737034653870616f","name":"read-resource","id":"363534377a347461","timestamp":294081648,"duration":80314,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"737034653870616f","timestamp":294081610,"duration":81497,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/c.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336231747139636d","name":"read-resource","id":"6a3966746d34366b","timestamp":294081713,"duration":81431,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"336231747139636d","timestamp":294081675,"duration":82916,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/c-like.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626566647a333535","name":"read-resource","id":"656769756768786c","timestamp":294081778,"duration":82851,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"626566647a333535","timestamp":294081735,"duration":83283,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/brainfuck.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"31326271686b6a70","name":"read-resource","id":"79677373676c7978","timestamp":294081838,"duration":83213,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"31326271686b6a70","timestamp":294081801,"duration":83560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/bnf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736836727063756d","name":"read-resource","id":"6d6e75686c666d73","timestamp":294081898,"duration":83496,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"736836727063756d","timestamp":294081861,"duration":83869,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/basic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68316c613676746b","name":"read-resource","id":"7866386177337670","timestamp":294081957,"duration":83805,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"68316c613676746b","timestamp":294081920,"duration":84690,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/bash.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786f62356a367972","name":"read-resource","id":"6664397175386433","timestamp":294082016,"duration":84631,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"786f62356a367972","timestamp":294081979,"duration":85188,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/axapta.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686a683161363436","name":"read-resource","id":"6473303279387073","timestamp":294082075,"duration":85142,"tags":{}}]
20
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"686a683161363436","timestamp":294082038,"duration":85914,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/awk.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3671766e70786376","name":"read-resource","id":"727a6e3435686c77","timestamp":294082164,"duration":85824,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3671766e70786376","timestamp":294082120,"duration":86277,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/avrasm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36716b7474763734","name":"read-resource","id":"706c6e787837766a","timestamp":294082228,"duration":86205,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"36716b7474763734","timestamp":294082190,"duration":86951,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/autoit.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f617a68776131","name":"read-resource","id":"686e627036326b33","timestamp":294082289,"duration":86888,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"666f617a68776131","timestamp":294082251,"duration":87331,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/autohotkey.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6432656873726d63","name":"read-resource","id":"7534703072307079","timestamp":294082348,"duration":87268,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"6432656873726d63","timestamp":294082311,"duration":89883,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/aspectj.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746e617939327472","name":"read-resource","id":"7167793369316435","timestamp":294082407,"duration":89826,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"746e617939327472","timestamp":294082370,"duration":94862,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/asciidoc.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69677068636e6b76","name":"read-resource","id":"6a656b796e733134","timestamp":294082469,"duration":94803,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"69677068636e6b76","timestamp":294082428,"duration":95336,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/armasm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3564346376717164","name":"read-resource","id":"30646c386270376c","timestamp":294082529,"duration":95271,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3564346376717164","timestamp":294082492,"duration":96886,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/arduino.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38396b6338773367","name":"read-resource","id":"6277373833727432","timestamp":294082589,"duration":96826,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"38396b6338773367","timestamp":294082552,"duration":97808,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/arcade.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736e6b677965756e","name":"read-resource","id":"7074733037317668","timestamp":294082648,"duration":97750,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"736e6b677965756e","timestamp":294082612,"duration":99145,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/applescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393975677a616b6e","name":"read-resource","id":"796a723833797075","timestamp":294082710,"duration":99085,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"393975677a616b6e","timestamp":294082672,"duration":99679,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/apache.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316a34666d373979","name":"read-resource","id":"3364786277663332","timestamp":294082776,"duration":99611,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"316a34666d373979","timestamp":294082732,"duration":100154,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/angelscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726a783577626834","name":"read-resource","id":"6f39617a6f646768","timestamp":294082836,"duration":100087,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"726a783577626834","timestamp":294082798,"duration":102939,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/ada.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7677756b336877","name":"read-resource","id":"61346f686b367677","timestamp":294099487,"duration":98693,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7a7677756b336877","timestamp":294099365,"duration":99998,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/actionscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7767676168616968","name":"read-resource","id":"6d72726272747476","timestamp":294099660,"duration":99750,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"7767676168616968","timestamp":294099616,"duration":100601,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/abnf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69777a7538686473","name":"read-resource","id":"6875316774646c35","timestamp":294099588,"duration":100668,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"69777a7538686473","timestamp":294099536,"duration":101514,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/accesslog.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3075693772657571","name":"read-resource","id":"72646d697a317577","timestamp":294153877,"duration":50404,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3075693772657571","timestamp":294153769,"duration":53223,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/zig.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7864703431686d7a","name":"read-resource","id":"65666a68686e7664","timestamp":294153999,"duration":53032,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7864703431686d7a","timestamp":294153949,"duration":53551,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/yang.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3574786331396461","name":"read-resource","id":"6d61707874747964","timestamp":294154074,"duration":53463,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e30783736376634","name":"build-module-js","id":"3574786331396461","timestamp":294154035,"duration":56883,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/1c.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6f39396c6d6c30","name":"read-resource","id":"6f627a6235716d6c","timestamp":294154136,"duration":56819,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6c6f39396c6d6c30","timestamp":294154099,"duration":58254,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/yaml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e736469746e3777","name":"read-resource","id":"3374327070673731","timestamp":294154195,"duration":58199,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e736469746e3777","timestamp":294154159,"duration":60639,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/xquery.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7138393033616d33","name":"read-resource","id":"3368707476756674","timestamp":294154262,"duration":60574,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7138393033616d33","timestamp":294154217,"duration":62469,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/xojo.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70676a68757a6f6f","name":"read-resource","id":"3033656b65783031","timestamp":294154319,"duration":62405,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"70676a68757a6f6f","timestamp":294154283,"duration":62913,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/xml-doc.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7537793338366375","name":"read-resource","id":"7569646d707a3932","timestamp":294154375,"duration":62858,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7537793338366375","timestamp":294154341,"duration":64043,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/xeora.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3635377261376a37","name":"read-resource","id":"376e6938646d6835","timestamp":294154431,"duration":63991,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3635377261376a37","timestamp":294154397,"duration":64917,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/wiki.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3433636b78387967","name":"read-resource","id":"6935367265726e63","timestamp":294154486,"duration":64864,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3433636b78387967","timestamp":294154452,"duration":65869,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/wasm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"757567777a6d6877","name":"read-resource","id":"3971643276616534","timestamp":294154548,"duration":65808,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"757567777a6d6877","timestamp":294154508,"duration":66478,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/warpscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77766971357a6e61","name":"read-resource","id":"79683068326f6461","timestamp":294154606,"duration":66414,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"77766971357a6e61","timestamp":294154571,"duration":67734,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/visual-basic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6668673967366c72","name":"read-resource","id":"79306f3376636938","timestamp":294154661,"duration":67682,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6668673967366c72","timestamp":294154627,"duration":77469,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/vim.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"623874666b676375","name":"read-resource","id":"71676f7072636964","timestamp":294154717,"duration":77421,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"623874666b676375","timestamp":294154683,"duration":78498,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/vhdl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776a6b6336306336","name":"read-resource","id":"7336367938797175","timestamp":294154774,"duration":78445,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"776a6b6336306336","timestamp":294154739,"duration":79895,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/verilog.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"327636687563717a","name":"read-resource","id":"6364363272796368","timestamp":294154834,"duration":79836,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"327636687563717a","timestamp":294154795,"duration":80710,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/velocity.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73656a6434673263","name":"read-resource","id":"3971636e62707034","timestamp":294154892,"duration":80650,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"73656a6434673263","timestamp":294154857,"duration":82062,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/vbnet.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366a7477696f3263","name":"read-resource","id":"6a7a337739666264","timestamp":294154960,"duration":81997,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"366a7477696f3263","timestamp":294154925,"duration":83393,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/vala.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3563646c6b6a6c38","name":"read-resource","id":"687738396d397730","timestamp":294155018,"duration":83338,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3563646c6b6a6c38","timestamp":294154984,"duration":84660,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/unrealscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d36613037746674","name":"read-resource","id":"6f6b366a30337161","timestamp":294155074,"duration":84606,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6d36613037746674","timestamp":294155041,"duration":85646,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/typoscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b79796536733468","name":"read-resource","id":"6c6a35663375706d","timestamp":294155134,"duration":85605,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6b79796536733468","timestamp":294155096,"duration":86476,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/typescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726131397a343632","name":"read-resource","id":"7368747a64336461","timestamp":294155190,"duration":86419,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"726131397a343632","timestamp":294155156,"duration":87120,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/twig.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386f6a7069776873","name":"read-resource","id":"346d307264316231","timestamp":294155245,"duration":87066,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"386f6a7069776873","timestamp":294155211,"duration":87759,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/turtle.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c74386f70627769","name":"read-resource","id":"737a72386b306f33","timestamp":294155299,"duration":87707,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6c74386f70627769","timestamp":294155266,"duration":88603,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/tt2.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636b326f37356e38","name":"read-resource","id":"77797a68316b6c64","timestamp":294155355,"duration":88550,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"636b326f37356e38","timestamp":294155321,"duration":89101,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/tsx.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3075656e68336178","name":"read-resource","id":"766a316934323972","timestamp":294155414,"duration":89043,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3075656e68336178","timestamp":294155376,"duration":89851,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/toml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66616d6d71786630","name":"read-resource","id":"74666d6873776f6c","timestamp":294155470,"duration":89793,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"66616d6d71786630","timestamp":294155436,"duration":91673,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/textile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38787a7a7a747075","name":"read-resource","id":"7761646767336b6a","timestamp":294155544,"duration":91602,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"38787a7a7a747075","timestamp":294155507,"duration":92712,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/tcl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"683874697070616a","name":"read-resource","id":"797779626c796264","timestamp":294155605,"duration":92664,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"683874697070616a","timestamp":294155567,"duration":93231,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/tap.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a767a7a38797739","name":"read-resource","id":"67733868326e6d72","timestamp":294155664,"duration":93169,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7a767a7a38797739","timestamp":294155628,"duration":93755,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/t4-vb.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746835696c633362","name":"read-resource","id":"7a6a697175677361","timestamp":294155727,"duration":93694,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"746835696c633362","timestamp":294155687,"duration":94331,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/t4-templating.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e637a763066717a","name":"read-resource","id":"6c67706d6d727370","timestamp":294155787,"duration":94267,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e637a763066717a","timestamp":294155751,"duration":94687,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/t4-cs.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b76706836763230","name":"read-resource","id":"393669776b757032","timestamp":294155848,"duration":94632,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6b76706836763230","timestamp":294155812,"duration":97952,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/swift.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6836753834396271","name":"read-resource","id":"376737616433736b","timestamp":294155921,"duration":97882,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6836753834396271","timestamp":294155882,"duration":100041,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/stylus.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7771626831316377","name":"read-resource","id":"7730683376757774","timestamp":294155981,"duration":99979,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7771626831316377","timestamp":294155945,"duration":100971,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/stan.js"}}]
21
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6870383636633831","name":"read-resource","id":"786776356a723264","timestamp":294156040,"duration":101145,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6870383636633831","timestamp":294156003,"duration":103426,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f736d756f743930","name":"read-resource","id":"6e6f646e6c663039","timestamp":294156126,"duration":103341,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6f736d756f743930","timestamp":294156081,"duration":123664,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sqf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7762796b77677769","name":"read-resource","id":"646134366c773767","timestamp":294156187,"duration":123616,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7762796b77677769","timestamp":294156150,"duration":124951,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/splunk-spl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726b756173726271","name":"read-resource","id":"366b757832337a7a","timestamp":294156246,"duration":124897,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"726b756173726271","timestamp":294156209,"duration":125834,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sparql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35636d34346d797a","name":"read-resource","id":"613576337633647a","timestamp":294156313,"duration":125767,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"35636d34346d797a","timestamp":294156269,"duration":127146,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/soy.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b32766533356165","name":"read-resource","id":"696a6d7335306936","timestamp":294156375,"duration":127080,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6b32766533356165","timestamp":294156337,"duration":127744,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/solution-file.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3868697468787a7a","name":"read-resource","id":"6f79676579386f31","timestamp":294156434,"duration":127686,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3868697468787a7a","timestamp":294156397,"duration":128515,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/solidity.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316133786f6c676a","name":"read-resource","id":"356d33713864656e","timestamp":294156493,"duration":128456,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"316133786f6c676a","timestamp":294156456,"duration":129540,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7365776739356968","name":"read-resource","id":"6764713961723566","timestamp":294156552,"duration":129481,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7365776739356968","timestamp":294156516,"duration":130398,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/smarty.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656f316b78697832","name":"read-resource","id":"66306f62726b7a77","timestamp":294156615,"duration":130336,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"656f316b78697832","timestamp":294156575,"duration":130936,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/smalltalk.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e65327467386332","name":"read-resource","id":"6d683177386a7939","timestamp":294156685,"duration":130862,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e65327467386332","timestamp":294156639,"duration":131814,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/smali.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32616a6579716377","name":"read-resource","id":"7a38337a62636837","timestamp":294156742,"duration":131745,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"32616a6579716377","timestamp":294156707,"duration":133372,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/shell-session.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6365683379383064","name":"read-resource","id":"6179673738736133","timestamp":294156797,"duration":133322,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6365683379383064","timestamp":294156763,"duration":134201,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/scss.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6163336f316d7a","name":"read-resource","id":"7269726279387034","timestamp":294156853,"duration":134149,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6f6163336f316d7a","timestamp":294156819,"duration":137527,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/scheme.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3638363536346673","name":"read-resource","id":"6d77627173763778","timestamp":294156926,"duration":137459,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3638363536346673","timestamp":294156885,"duration":138260,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/scala.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"623031716e736f6d","name":"read-resource","id":"626b317471766839","timestamp":294156983,"duration":138198,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"623031716e736f6d","timestamp":294156949,"duration":138948,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sass.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e66316d626d3465","name":"read-resource","id":"35636b7565376773","timestamp":294157038,"duration":138895,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e66316d626d3465","timestamp":294157004,"duration":142466,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/sas.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756c6c6f6f6f666d","name":"read-resource","id":"756268387579386b","timestamp":294157093,"duration":142435,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"756c6c6f6f6f666d","timestamp":294157059,"duration":143991,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/rust.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6770736f6c6e336c","name":"read-resource","id":"7536303634727773","timestamp":294194297,"duration":117911,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6770736f6c6e336c","timestamp":294194166,"duration":120041,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ruby.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7234746138377061","name":"read-resource","id":"74663377716c3033","timestamp":294194413,"duration":119833,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7234746138377061","timestamp":294194355,"duration":120901,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/robotframework.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6466647975307069","name":"read-resource","id":"6475676633696479","timestamp":294194491,"duration":120802,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6466647975307069","timestamp":294194445,"duration":121324,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/roboconf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"78397474636a797a","name":"read-resource","id":"366c326632353179","timestamp":294194562,"duration":121239,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"78397474636a797a","timestamp":294194519,"duration":121937,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/rip.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686136796c626a6f","name":"read-resource","id":"6c747334616e7931","timestamp":294194639,"duration":121854,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"686136796c626a6f","timestamp":294194595,"duration":124583,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/rest.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"713076706c6b6f71","name":"read-resource","id":"64366669636c6167","timestamp":294194716,"duration":124499,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"713076706c6b6f71","timestamp":294194666,"duration":127344,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/renpy.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3734686265707968","name":"read-resource","id":"7534303563656534","timestamp":294194784,"duration":127262,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3734686265707968","timestamp":294194743,"duration":128068,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/regex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a787175636d6170","name":"read-resource","id":"6c303765786a3535","timestamp":294194853,"duration":128012,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6a787175636d6170","timestamp":294194809,"duration":128758,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/reason.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"667266376f6e6133","name":"read-resource","id":"7361347a3269336d","timestamp":294194920,"duration":128684,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"667266376f6e6133","timestamp":294194879,"duration":129204,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/racket.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786f75676371727a","name":"read-resource","id":"737862696c73336f","timestamp":294194986,"duration":129134,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"786f75676371727a","timestamp":294194946,"duration":129735,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/r.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6379686a34737734","name":"read-resource","id":"323076323171336c","timestamp":294195056,"duration":129667,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6379686a34737734","timestamp":294195010,"duration":130533,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/qore.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76366b7636613831","name":"read-resource","id":"6a62626b6c693878","timestamp":294195120,"duration":130459,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"76366b7636613831","timestamp":294195081,"duration":131517,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/qml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356c676d6479796a","name":"read-resource","id":"3376726330643678","timestamp":294195211,"duration":131423,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"356c676d6479796a","timestamp":294195169,"duration":132612,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/q.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7762687a356a7765","name":"read-resource","id":"6378373962383370","timestamp":294195292,"duration":132524,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7762687a356a7765","timestamp":294195251,"duration":133739,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/python.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6962767674326964","name":"read-resource","id":"74386c3870643337","timestamp":294195360,"duration":133664,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6962767674326964","timestamp":294195320,"duration":134899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/purescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"773474706b636576","name":"read-resource","id":"6a37306336663364","timestamp":294195426,"duration":134829,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"773474706b636576","timestamp":294195385,"duration":137379,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/purebasic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"363537793666736b","name":"read-resource","id":"6e767934626c3466","timestamp":294195496,"duration":137307,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"363537793666736b","timestamp":294195452,"duration":139517,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pure.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6974657172767578","name":"read-resource","id":"796b366f38787638","timestamp":294195559,"duration":139457,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6974657172767578","timestamp":294195519,"duration":141721,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/puppet.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646963676e693476","name":"read-resource","id":"696e706b73613463","timestamp":294195622,"duration":141655,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"646963676e693476","timestamp":294195582,"duration":143206,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pug.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e307773326e6630","name":"read-resource","id":"71356e7277393970","timestamp":294195685,"duration":143141,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e307773326e6630","timestamp":294195645,"duration":143933,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/protobuf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39636178697a387a","name":"read-resource","id":"3877663672383377","timestamp":294195750,"duration":143862,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"39636178697a387a","timestamp":294195708,"duration":144311,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/properties.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72327739656f796a","name":"read-resource","id":"316865663131636c","timestamp":294195817,"duration":144238,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"72327739656f796a","timestamp":294195773,"duration":149596,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/prolog.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336e736275626375","name":"read-resource","id":"7664326f6d303163","timestamp":294195881,"duration":149532,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"336e736275626375","timestamp":294195841,"duration":150212,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/processing.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336631743733346c","name":"read-resource","id":"3976766e74376f35","timestamp":294195944,"duration":150147,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"336631743733346c","timestamp":294195904,"duration":151630,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/powershell.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f38306e73716d37","name":"read-resource","id":"6477687839687163","timestamp":294196006,"duration":151564,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6f38306e73716d37","timestamp":294195967,"duration":152923,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/powerquery.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7669627933343178","name":"read-resource","id":"7975746e70626a6d","timestamp":294196092,"duration":152833,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7669627933343178","timestamp":294196030,"duration":154305,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/plsql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6277637771346a67","name":"read-resource","id":"6536363970726767","timestamp":294196166,"duration":154207,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6277637771346a67","timestamp":294196117,"duration":155044,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/phpdoc.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"756969656971326f","name":"read-resource","id":"34666132716e696e","timestamp":294196234,"duration":154967,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"756969656971326f","timestamp":294196191,"duration":157975,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/php.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"717370696e6f6637","name":"read-resource","id":"31326f6534743965","timestamp":294202747,"duration":159567,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"717370696e6f6637","timestamp":294202645,"duration":160257,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/php-extras.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7975616937636930","name":"read-resource","id":"717a333372367765","timestamp":294202848,"duration":160090,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7975616937636930","timestamp":294202791,"duration":161955,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/perl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"707977367377377a","name":"read-resource","id":"3169336764737a67","timestamp":294202918,"duration":161865,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"707977367377377a","timestamp":294202876,"duration":162804,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/peoplecode.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7874737534783835","name":"read-resource","id":"6175766f6a676778","timestamp":294302556,"duration":66020,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7874737534783835","timestamp":294302447,"duration":66801,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pcaxis.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62726134316b7378","name":"read-resource","id":"387863307563686b","timestamp":294302664,"duration":66619,"tags":{}}]
22
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"62726134316b7378","timestamp":294302610,"duration":68915,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pascaligo.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66316d6f39383778","name":"read-resource","id":"3633373769327030","timestamp":294302735,"duration":68839,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"66316d6f39383778","timestamp":294302692,"duration":70049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/pascal.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76326b6173723335","name":"read-resource","id":"6d737a7a687a6b6b","timestamp":294302808,"duration":69970,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"76326b6173723335","timestamp":294302761,"duration":70884,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/parser.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7576336e6979346f","name":"read-resource","id":"6c63743931766a6f","timestamp":294302871,"duration":70811,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7576336e6979346f","timestamp":294302832,"duration":71520,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/parigp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6678716b6e383361","name":"read-resource","id":"3971677377376d37","timestamp":294302932,"duration":71458,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6678716b6e383361","timestamp":294302894,"duration":73219,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/oz.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b347a3075743373","name":"read-resource","id":"6f31737835383238","timestamp":294302995,"duration":73161,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6b347a3075743373","timestamp":294302957,"duration":78957,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/opencl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7671743277683763","name":"read-resource","id":"6773656e746e7773","timestamp":294303058,"duration":78899,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7671743277683763","timestamp":294303017,"duration":79669,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ocaml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6930616273333562","name":"read-resource","id":"667663306b396f79","timestamp":294303130,"duration":79592,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6930616273333562","timestamp":294303085,"duration":80339,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/objectivec.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63386d736f347537","name":"read-resource","id":"6867393662767a73","timestamp":294303194,"duration":80268,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"63386d736f347537","timestamp":294303154,"duration":82592,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nsis.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7772676e72393664","name":"read-resource","id":"7277656a6e313479","timestamp":294303255,"duration":82525,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7772676e72393664","timestamp":294303218,"duration":83424,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3132347464663565","name":"read-resource","id":"6937676e7477386f","timestamp":294303315,"duration":83576,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3132347464663565","timestamp":294303277,"duration":84428,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nim.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7578687367616e34","name":"read-resource","id":"36636a7370686235","timestamp":294303375,"duration":84367,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7578687367616e34","timestamp":294303337,"duration":85043,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nginx.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7931723466396936","name":"read-resource","id":"31627a6479353331","timestamp":294303468,"duration":84949,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7931723466396936","timestamp":294303423,"duration":85607,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/neon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"read-resource","id":"6a33627468706a6e","timestamp":294303535,"duration":85527,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346a377036623668","name":"build-module-js","id":"7266767a67766f37","timestamp":294303493,"duration":86701,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b68643330763632","name":"read-resource","id":"736d6e6533397072","timestamp":294303606,"duration":86624,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6b68643330763632","timestamp":294303561,"duration":87265,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nasm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6578376e70386b35","name":"read-resource","id":"6e64796f6f663970","timestamp":294303669,"duration":87194,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6578376e70386b35","timestamp":294303631,"duration":88516,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/naniscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b676c6f39386375","name":"read-resource","id":"6237376170656c36","timestamp":294303736,"duration":88449,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6b676c6f39386375","timestamp":294303691,"duration":88920,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nand2tetris-hdl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7774627076783261","name":"read-resource","id":"326c676966373236","timestamp":294304869,"duration":87779,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7774627076783261","timestamp":294304753,"duration":88539,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/n4js.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3562726571343437","name":"read-resource","id":"376e393176723263","timestamp":294304968,"duration":88364,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3562726571343437","timestamp":294304917,"duration":90461,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/n1ql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"743138697a746662","name":"read-resource","id":"3032796c6a666d73","timestamp":294305032,"duration":90382,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"743138697a746662","timestamp":294304992,"duration":91626,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/moonscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676b37657267696a","name":"read-resource","id":"7475746e31686264","timestamp":294307096,"duration":89557,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"676b37657267696a","timestamp":294307036,"duration":90299,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/monkey.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67616f7971666875","name":"read-resource","id":"3265756e64796773","timestamp":294307168,"duration":90204,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"67616f7971666875","timestamp":294307128,"duration":91142,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/mongodb.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f37767532796668","name":"read-resource","id":"676f6c307770746b","timestamp":294307236,"duration":91071,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6f37767532796668","timestamp":294307192,"duration":91961,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/mizar.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7031676b366436","name":"read-resource","id":"3865396a6a34336b","timestamp":294307300,"duration":91890,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7a7031676b366436","timestamp":294307261,"duration":101562,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/mel.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b66626d6e393470","name":"read-resource","id":"3064333231787174","timestamp":294307359,"duration":101511,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6b66626d6e393470","timestamp":294307322,"duration":102074,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/matlab.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696178336b626d62","name":"read-resource","id":"3779633835623575","timestamp":294307418,"duration":102014,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"696178336b626d62","timestamp":294307382,"duration":103422,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/markup.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37366b65676c6277","name":"read-resource","id":"6163716667773038","timestamp":294307478,"duration":103363,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"37366b65676c6277","timestamp":294307441,"duration":104581,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/markup-templating.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67676b6c7939386c","name":"read-resource","id":"7736717972397539","timestamp":294307543,"duration":104544,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"67676b6c7939386c","timestamp":294307501,"duration":108188,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/markdown.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6b626336307269","name":"read-resource","id":"3239656e366b6175","timestamp":294307625,"duration":108104,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e6b626336307269","timestamp":294307585,"duration":108999,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/makefile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c7778343472616a","name":"read-resource","id":"6a687776356e7938","timestamp":294307686,"duration":108936,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6c7778343472616a","timestamp":294307648,"duration":109570,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/lua.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3578356331616d6b","name":"read-resource","id":"6c386d7136653479","timestamp":294307755,"duration":109499,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3578356331616d6b","timestamp":294307719,"duration":110395,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/lolcode.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d69687831397570","name":"read-resource","id":"7877746975376f6a","timestamp":294307814,"duration":110335,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6d69687831397570","timestamp":294307778,"duration":110911,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/llvm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"767764786e7a6377","name":"read-resource","id":"613236336578707a","timestamp":294307878,"duration":110847,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"767764786e7a6377","timestamp":294307835,"duration":112846,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/livescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656d67636a69736b","name":"read-resource","id":"376965746c6d7564","timestamp":294307948,"duration":112772,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"656d67636a69736b","timestamp":294307904,"duration":113819,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/lisp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3666616e6d386770","name":"read-resource","id":"38686939746c6578","timestamp":294308005,"duration":113757,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3666616e6d386770","timestamp":294307969,"duration":115381,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/liquid.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6937627631626e31","name":"read-resource","id":"393164316c376733","timestamp":294308089,"duration":115300,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6937627631626e31","timestamp":294308026,"duration":116322,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/lilypond.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7a33646a327838","name":"read-resource","id":"7338783432336b77","timestamp":294308151,"duration":116235,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7a7a33646a327838","timestamp":294308113,"duration":116839,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/less.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72366f6568797335","name":"read-resource","id":"376c376f66326f74","timestamp":294308208,"duration":116783,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"72366f6568797335","timestamp":294308172,"duration":117628,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/latte.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77736c6877667363","name":"read-resource","id":"766b7a6235327231","timestamp":294308265,"duration":117573,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"77736c6877667363","timestamp":294308229,"duration":118395,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/latex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c3261306d6b3671","name":"read-resource","id":"32387067676e726a","timestamp":294356257,"duration":77484,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6c3261306d6b3671","timestamp":294356153,"duration":78621,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/kotlin.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3034326b63657479","name":"read-resource","id":"7467343435796462","timestamp":294356357,"duration":78454,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3034326b63657479","timestamp":294356307,"duration":79313,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/keyman.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6737306671366467","name":"read-resource","id":"6d3863397375686d","timestamp":294356426,"duration":79229,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6737306671366467","timestamp":294356384,"duration":80070,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/julia.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"333270326b6a376c","name":"read-resource","id":"687276616765746a","timestamp":294356490,"duration":79999,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"333270326b6a376c","timestamp":294356450,"duration":81505,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jsx.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6f336b30676d6e","name":"read-resource","id":"76787a37666e646b","timestamp":294356575,"duration":81419,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6f6f336b30676d6e","timestamp":294356535,"duration":82213,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jsstacktrace.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6271376269366f","name":"read-resource","id":"6771357765687638","timestamp":294356637,"duration":82147,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6c6271376269366f","timestamp":294356598,"duration":82737,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jsonp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a647465357a3338","name":"read-resource","id":"6d71796438327a77","timestamp":294356702,"duration":82669,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7a647465357a3338","timestamp":294356659,"duration":83446,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/json5.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7568663665316b30","name":"read-resource","id":"706264386e793174","timestamp":294356761,"duration":83382,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7568663665316b30","timestamp":294356724,"duration":83958,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/json.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d706e62793738","name":"read-resource","id":"70366c72376f766c","timestamp":294356824,"duration":83895,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"336d706e62793738","timestamp":294356786,"duration":84835,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jsdoc.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37636b7466666836","name":"read-resource","id":"396c647a706c6372","timestamp":294356881,"duration":84777,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"37636b7466666836","timestamp":294356845,"duration":86675,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/js-templates.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f72766e736b3437","name":"read-resource","id":"6a3434387830306c","timestamp":294356942,"duration":86620,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6f72766e736b3437","timestamp":294356905,"duration":90363,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/js-extras.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6c357475353171","name":"read-resource","id":"7270643673706379","timestamp":294357004,"duration":90302,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7a6c357475353171","timestamp":294356964,"duration":91189,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jq.js"}}]
23
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6864687367646b30","name":"read-resource","id":"616737366a773263","timestamp":294357061,"duration":91412,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6864687367646b30","timestamp":294357025,"duration":92393,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jolie.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686432706b62626d","name":"read-resource","id":"336e71686c67776c","timestamp":294357120,"duration":92332,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"686432706b62626d","timestamp":294357083,"duration":94603,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/javastacktrace.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7071336778723438","name":"read-resource","id":"6838777865316478","timestamp":294357175,"duration":94548,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7071336778723438","timestamp":294357140,"duration":96842,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/javascript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7868317564743762","name":"read-resource","id":"6c32763269737330","timestamp":294357232,"duration":96789,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7868317564743762","timestamp":294357196,"duration":97667,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/javadoclike.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3476797875646635","name":"read-resource","id":"347271763379717a","timestamp":294357297,"duration":97605,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3476797875646635","timestamp":294357255,"duration":98569,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/javadoc.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3573337774386f38","name":"read-resource","id":"7a69643672756f78","timestamp":294357358,"duration":98502,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3573337774386f38","timestamp":294357321,"duration":100573,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/java.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75747476626b6c30","name":"read-resource","id":"6f307a6536376337","timestamp":294357416,"duration":100516,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"75747476626b6c30","timestamp":294357379,"duration":101221,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/j.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3478627963616a71","name":"read-resource","id":"37766c6a6b776535","timestamp":294357473,"duration":101161,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3478627963616a71","timestamp":294357437,"duration":102500,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/io.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336974706a746a6b","name":"read-resource","id":"7861357a656c6879","timestamp":294357545,"duration":102428,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"336974706a746a6b","timestamp":294357507,"duration":103412,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ini.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"657461636c366133","name":"read-resource","id":"67686c696272686c","timestamp":294357607,"duration":103349,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"657461636c366133","timestamp":294357566,"duration":105638,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/inform7.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386a677a7265356f","name":"read-resource","id":"31337a3171303236","timestamp":294357665,"duration":105577,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"386a677a7265356f","timestamp":294357629,"duration":106051,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ignore.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6871676f69787938","name":"read-resource","id":"3476357769693530","timestamp":294357721,"duration":105995,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6871676f69787938","timestamp":294357686,"duration":106952,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/iecst.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7732767161787478","name":"read-resource","id":"3674786e6e78386b","timestamp":294357779,"duration":106894,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7732767161787478","timestamp":294357744,"duration":107651,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/icon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e3862657075627a","name":"read-resource","id":"7179396666347938","timestamp":294357837,"duration":107592,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e3862657075627a","timestamp":294357801,"duration":108348,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ichigojam.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7839666f6f783975","name":"read-resource","id":"6a6c323631733777","timestamp":294357898,"duration":108285,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7839666f6f783975","timestamp":294357858,"duration":109298,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/http.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3077306779733470","name":"read-resource","id":"7638303531746866","timestamp":294357956,"duration":109237,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3077306779733470","timestamp":294357921,"duration":109712,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hsts.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"723368706c307576","name":"read-resource","id":"3864663379626f30","timestamp":294358012,"duration":109656,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"723368706c307576","timestamp":294357977,"duration":110172,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hpkp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6430316c6b383967","name":"read-resource","id":"37336f7869366937","timestamp":294358070,"duration":110114,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6430316c6b383967","timestamp":294358034,"duration":111534,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hlsl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7032317639713770","name":"read-resource","id":"6e36346b61327731","timestamp":294358127,"duration":111478,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7032317639713770","timestamp":294358092,"duration":112391,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hcl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a776f6e69616c32","name":"read-resource","id":"6d36726f37363832","timestamp":294358191,"duration":112327,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7a776f6e69616c32","timestamp":294358148,"duration":113073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/haxe.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6561657478696d71","name":"read-resource","id":"6c3761746b683535","timestamp":294358251,"duration":113004,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6561657478696d71","timestamp":294358214,"duration":115014,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/haskell.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"307534656e373265","name":"read-resource","id":"657164753371356a","timestamp":294358317,"duration":114949,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"307534656e373265","timestamp":294358274,"duration":115692,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/handlebars.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69616f6e33663472","name":"read-resource","id":"7a373030327a6a79","timestamp":294358377,"duration":115627,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"69616f6e33663472","timestamp":294358339,"duration":122073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/haml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3862393773357437","name":"read-resource","id":"776e7a6836796333","timestamp":294358434,"duration":122023,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3862393773357437","timestamp":294358398,"duration":123278,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/groovy.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71666c7639787278","name":"read-resource","id":"356b6d7a32717872","timestamp":294358509,"duration":123206,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"71666c7639787278","timestamp":294358466,"duration":124901,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/graphql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39627933676d6968","name":"read-resource","id":"3172757664636d36","timestamp":294358567,"duration":124836,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"39627933676d6968","timestamp":294358531,"duration":125554,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/go.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32746b6c72616d77","name":"read-resource","id":"6b61676a65733339","timestamp":294358625,"duration":125496,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"32746b6c72616d77","timestamp":294358589,"duration":130167,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716463327a657063","name":"read-resource","id":"7674316c75736a77","timestamp":294358681,"duration":130111,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"716463327a657063","timestamp":294358646,"duration":131042,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/glsl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6967727038316e37","name":"read-resource","id":"7134323633377179","timestamp":294367486,"duration":129697,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6967727038316e37","timestamp":294367397,"duration":130260,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/git.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b316a3464376532","name":"read-resource","id":"33616f647466726b","timestamp":294367581,"duration":130110,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6b316a3464376532","timestamp":294367532,"duration":134619,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gherkin.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346f3273356f6d76","name":"read-resource","id":"657231336c377332","timestamp":294367655,"duration":134533,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"346f3273356f6d76","timestamp":294367607,"duration":135040,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gedcom.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6567636b67616c77","name":"read-resource","id":"39716377786b6138","timestamp":294367720,"duration":134962,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6567636b67616c77","timestamp":294367680,"duration":136133,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gdscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35736f3061386375","name":"read-resource","id":"3471646176347663","timestamp":294367780,"duration":136070,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"35736f3061386375","timestamp":294367742,"duration":136748,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gcode.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6367346c65647175","name":"read-resource","id":"74766e6469327133","timestamp":294367844,"duration":136683,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6367346c65647175","timestamp":294367807,"duration":137885,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ftl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7138353064733074","name":"read-resource","id":"6335313174733139","timestamp":294367902,"duration":137826,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7138353064733074","timestamp":294367866,"duration":139027,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/fsharp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"337a343278747130","name":"read-resource","id":"3775336f636f6f6b","timestamp":294367969,"duration":138960,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"337a343278747130","timestamp":294367924,"duration":139909,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/fortran.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656e32336a616a74","name":"read-resource","id":"7a64736d746d6c6c","timestamp":294368029,"duration":139840,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"656e32336a616a74","timestamp":294367993,"duration":140574,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/flow.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a64773669787472","name":"read-resource","id":"3036666f64616f72","timestamp":294368114,"duration":140490,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6a64773669787472","timestamp":294368052,"duration":141113,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/firestore-security-rules.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6369687778386d75","name":"read-resource","id":"367479366175656a","timestamp":294368174,"duration":141028,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6369687778386d75","timestamp":294368138,"duration":143399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/factor.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6762616866766532","name":"read-resource","id":"7976637232327465","timestamp":294428759,"duration":89175,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6762616866766532","timestamp":294428638,"duration":89972,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/excel-formula.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7566337470663078","name":"read-resource","id":"3837786a34306467","timestamp":294428870,"duration":89778,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7566337470663078","timestamp":294428815,"duration":90349,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/etlua.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636861713878616f","name":"read-resource","id":"39316f6668333334","timestamp":294428949,"duration":90253,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"636861713878616f","timestamp":294428898,"duration":90921,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/erlang.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346332756e6b6c6b","name":"read-resource","id":"7668666739686538","timestamp":294429016,"duration":90838,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"346332756e6b6c6b","timestamp":294428975,"duration":91466,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/erb.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6a67646c683471","name":"read-resource","id":"306e747661393638","timestamp":294429078,"duration":91401,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6a6a67646c683471","timestamp":294429039,"duration":92182,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/elm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a78683263373166","name":"read-resource","id":"6e787571707a3933","timestamp":294429140,"duration":92117,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7a78683263373166","timestamp":294429102,"duration":93224,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/elixir.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3677353372367679","name":"read-resource","id":"7163757376736e36","timestamp":294429215,"duration":93147,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3677353372367679","timestamp":294429178,"duration":93693,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ejs.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3967366d316c6f34","name":"read-resource","id":"7573333475613172","timestamp":294429274,"duration":93631,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3967366d316c6f34","timestamp":294429238,"duration":94512,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/eiffel.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74697a6a33666562","name":"read-resource","id":"7875653775653031","timestamp":294429339,"duration":94450,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"74697a6a33666562","timestamp":294429299,"duration":94942,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/editorconfig.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a367032766a3734","name":"read-resource","id":"6a6663677a773676","timestamp":294429403,"duration":94876,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7a367032766a3734","timestamp":294429362,"duration":95327,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ebnf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c78636c676c6868","name":"read-resource","id":"796832726b7a7368","timestamp":294429462,"duration":95263,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6c78636c676c6868","timestamp":294429426,"duration":96334,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/docker.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326e397736666c68","name":"read-resource","id":"68706179736d7531","timestamp":294429520,"duration":96279,"tags":{}}]
24
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"326e397736666c68","timestamp":294429485,"duration":97193,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dns-zone-file.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7265677a7076766c","name":"read-resource","id":"346174753134646a","timestamp":294429578,"duration":97135,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7265677a7076766c","timestamp":294429542,"duration":98145,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/django.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656675696f733076","name":"read-resource","id":"706471746b6d7938","timestamp":294429641,"duration":98083,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"656675696f733076","timestamp":294429600,"duration":98819,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/diff.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3367326d69653378","name":"read-resource","id":"6d6d6462306c737a","timestamp":294429700,"duration":98757,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3367326d69653378","timestamp":294429663,"duration":99593,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dhall.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6469646861796c72","name":"read-resource","id":"3074613278676b78","timestamp":294429756,"duration":99544,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6469646861796c72","timestamp":294429721,"duration":101702,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dax.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3162796e66707a76","name":"read-resource","id":"317163713435646e","timestamp":294429832,"duration":101625,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3162796e66707a76","timestamp":294429793,"duration":102576,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dart.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3472737332627568","name":"read-resource","id":"706238386b726f79","timestamp":294429889,"duration":102517,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3472737332627568","timestamp":294429854,"duration":104171,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/d.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76376b62746a6631","name":"read-resource","id":"7167633736323879","timestamp":294429957,"duration":104105,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"76376b62746a6631","timestamp":294429911,"duration":105013,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cypher.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e38396165786e7a","name":"read-resource","id":"306a70737077366e","timestamp":294431456,"duration":103506,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e38396165786e7a","timestamp":294429978,"duration":105709,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/css.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393570696d69636d","name":"read-resource","id":"6831793767303661","timestamp":294431563,"duration":104173,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"393570696d69636d","timestamp":294431506,"duration":106021,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/css-extras.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71376a766a636b32","name":"read-resource","id":"736c657a74633079","timestamp":294431634,"duration":105930,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"71376a766a636b32","timestamp":294431591,"duration":106720,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/csp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"387a7a6a34776b30","name":"read-resource","id":"71326f326b667533","timestamp":294431701,"duration":106646,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"387a7a6a34776b30","timestamp":294431661,"duration":109696,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/csharp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7561676232356b","name":"read-resource","id":"7435636d35703963","timestamp":294431989,"duration":109408,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e7561676232356b","timestamp":294431923,"duration":110288,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/crystal.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"697636757563706b","name":"read-resource","id":"3663766571357963","timestamp":294432086,"duration":110163,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"697636757563706b","timestamp":294432019,"duration":111824,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cpp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7563356a6438716d","name":"read-resource","id":"34787a32396b6232","timestamp":294432153,"duration":111728,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7563356a6438716d","timestamp":294432112,"duration":112804,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/concurnas.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7977703038736277","name":"read-resource","id":"353375756f377136","timestamp":294432214,"duration":112755,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7977703038736277","timestamp":294432175,"duration":113608,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/coffeescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76647a3538713772","name":"read-resource","id":"6870697773626f6d","timestamp":294432273,"duration":113546,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"76647a3538713772","timestamp":294432235,"duration":120211,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cmake.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696362746277666c","name":"read-resource","id":"64726f7863776c68","timestamp":294432329,"duration":120155,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"696362746277666c","timestamp":294432293,"duration":122320,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/clojure.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34726d6e6f673976","name":"read-resource","id":"387674306c727374","timestamp":294432392,"duration":122257,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"34726d6e6f673976","timestamp":294432350,"duration":133345,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/clike.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d70343938343462","name":"build-module","id":"32766e6171696130","timestamp":294570327,"duration":76,"tags":{"name":"undefined"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3333616275387473","name":"read-resource","id":"767936766b306a6c","timestamp":294494015,"duration":78141,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3333616275387473","timestamp":294493917,"duration":79699,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cil.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a6464356d686530","name":"read-resource","id":"727534666132776d","timestamp":294494113,"duration":79539,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6a6464356d686530","timestamp":294494064,"duration":86600,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/c.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e323533726e6e70","name":"read-resource","id":"7867393339737231","timestamp":294494204,"duration":86505,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6e323533726e6e70","timestamp":294494162,"duration":88089,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bsl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"633764356a703873","name":"read-resource","id":"6f666f7465617034","timestamp":294494268,"duration":88025,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"633764356a703873","timestamp":294494231,"duration":89015,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bro.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7268646671347038","name":"read-resource","id":"36756f3578656f39","timestamp":294494327,"duration":88957,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7268646671347038","timestamp":294494293,"duration":89685,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/brightscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79677a65386b6377","name":"read-resource","id":"6c61636b386f6b76","timestamp":294494390,"duration":89738,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"79677a65386b6377","timestamp":294494350,"duration":90138,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/brainfuck.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39773978336f356c","name":"read-resource","id":"656e77387074726b","timestamp":294494447,"duration":90076,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"39773978336f356c","timestamp":294494413,"duration":90501,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bnf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6777336f66787566","name":"read-resource","id":"6c7732747077346d","timestamp":294494504,"duration":90445,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6777336f66787566","timestamp":294494469,"duration":91049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bison.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30626d3172733035","name":"read-resource","id":"307830686b666d75","timestamp":294494558,"duration":90996,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"30626d3172733035","timestamp":294494525,"duration":91551,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/birb.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"697332386a376161","name":"read-resource","id":"35753574387a3662","timestamp":294494613,"duration":91498,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"697332386a376161","timestamp":294494579,"duration":91979,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bbcode.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65657062367a6e64","name":"read-resource","id":"7a633432616e7777","timestamp":294494673,"duration":91920,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"65657062367a6e64","timestamp":294494635,"duration":92938,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/batch.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"617969627a616271","name":"read-resource","id":"3372306338746575","timestamp":294494729,"duration":92882,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"617969627a616271","timestamp":294494695,"duration":94173,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/basic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3033667530743772","name":"read-resource","id":"7561357a61727566","timestamp":294494786,"duration":94117,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3033667530743772","timestamp":294494752,"duration":96999,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bash.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3434327179396477","name":"read-resource","id":"3162617970747777","timestamp":294494846,"duration":96942,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3434327179396477","timestamp":294494808,"duration":97644,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/autoit.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68673979336a306e","name":"read-resource","id":"33707868316d796d","timestamp":294494901,"duration":97585,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"68673979336a306e","timestamp":294494868,"duration":103101,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/autohotkey.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75737a357365766a","name":"read-resource","id":"77643738617a3938","timestamp":294494964,"duration":103043,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"75737a357365766a","timestamp":294494925,"duration":103810,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/aspnet.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696c6e6a666d6472","name":"read-resource","id":"636861756d76737a","timestamp":294495019,"duration":103752,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"696c6e6a666d6472","timestamp":294494985,"duration":104383,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/asm6502.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"683474796c766339","name":"read-resource","id":"633839356d6d7266","timestamp":294495074,"duration":104327,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"683474796c766339","timestamp":294495040,"duration":107087,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/asciidoc.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7072756b31616a69","name":"read-resource","id":"6766677865626935","timestamp":294495143,"duration":107031,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"7072756b31616a69","timestamp":294495107,"duration":107415,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/arff.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69696c6832797a36","name":"read-resource","id":"6835763337306533","timestamp":294495200,"duration":107356,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"69696c6832797a36","timestamp":294495165,"duration":110072,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/arduino.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77376763346d7164","name":"read-resource","id":"3735797376646c61","timestamp":294495260,"duration":110014,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"77376763346d7164","timestamp":294495221,"duration":110781,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/aql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6434673237686774","name":"read-resource","id":"686e347a70686578","timestamp":294495317,"duration":110731,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6434673237686774","timestamp":294495282,"duration":111905,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/applescript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3964707575656876","name":"read-resource","id":"72307476696c7963","timestamp":294495373,"duration":111848,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3964707575656876","timestamp":294495339,"duration":112331,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/apl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3531323278377062","name":"read-resource","id":"6f3866356b776f35","timestamp":294495427,"duration":112275,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3531323278377062","timestamp":294495394,"duration":119493,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/apacheconf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736279686b303771","name":"read-resource","id":"766a77646d663271","timestamp":294495481,"duration":119445,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"736279686b303771","timestamp":294495448,"duration":120206,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/antlr4.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d32756363773067","name":"read-resource","id":"766c636a31686535","timestamp":294495540,"duration":120150,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6d32756363773067","timestamp":294495502,"duration":121805,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/al.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716a6a763675696d","name":"read-resource","id":"7274767638646f77","timestamp":294495594,"duration":121748,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"716a6a763675696d","timestamp":294495561,"duration":122429,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/agda.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316c76337639796d","name":"read-resource","id":"686935356165676d","timestamp":294495648,"duration":122378,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"316c76337639796d","timestamp":294495614,"duration":123105,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/ada.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3273326667667564","name":"read-resource","id":"75666a3538653936","timestamp":294495702,"duration":123052,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"3273326667667564","timestamp":294495669,"duration":123690,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/actionscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6871396d6b6c6364","name":"read-resource","id":"6879356871623763","timestamp":294495757,"duration":123638,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"6871396d6b6c6364","timestamp":294495723,"duration":124574,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/abnf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696261697a677077","name":"read-resource","id":"316a6a7364723165","timestamp":294495819,"duration":124516,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356875776f6f6161","name":"build-module-js","id":"696261697a677077","timestamp":294495778,"duration":132328,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/abap.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67636d6d33746379","name":"read-resource","id":"6935723864766c72","timestamp":294495877,"duration":132270,"tags":{}}]
25
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"67636d6d33746379","timestamp":294495842,"duration":133929,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/apex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"773830756e393071","name":"read-resource","id":"3875643171747869","timestamp":294495931,"duration":133878,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"773830756e393071","timestamp":294495897,"duration":136896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/avisynth.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676536636e713773","name":"read-resource","id":"6f36626f61627a67","timestamp":294495986,"duration":136845,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"676536636e713773","timestamp":294495953,"duration":137583,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/avro-idl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6171396763756b33","name":"read-resource","id":"366d6274376d7a75","timestamp":294496053,"duration":137519,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6171396763756b33","timestamp":294496018,"duration":138303,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/bicep.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b67393967733167","name":"read-resource","id":"6378726e71356b39","timestamp":294496138,"duration":138218,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6b67393967733167","timestamp":294496093,"duration":140560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cfscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f3567696e793630","name":"read-resource","id":"7967387462616433","timestamp":294496197,"duration":140494,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6f3567696e793630","timestamp":294496161,"duration":141315,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/chaiscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67356863716a6737","name":"read-resource","id":"6772663630327162","timestamp":294496252,"duration":141260,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"67356863716a6737","timestamp":294496218,"duration":144235,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cobol.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6277737a786f3631","name":"read-resource","id":"3870643835356e6d","timestamp":294496307,"duration":144182,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6277737a786f3631","timestamp":294496273,"duration":146292,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/coq.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"6637767969346d7a","timestamp":283665317,"duration":10984102,"tags":{"request":"next-client-pages-loader?page=%2F_app&absolutePagePath=private-next-pages%2F_app.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786575326f773572","name":"read-resource","id":"63397431747a6575","timestamp":294516422,"duration":135975,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"786575326f773572","timestamp":294516334,"duration":138217,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/cshtml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"737a307867347564","name":"read-resource","id":"6e37306278393839","timestamp":294516517,"duration":138071,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"737a307867347564","timestamp":294516471,"duration":138440,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/csv.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736873377a697978","name":"read-resource","id":"697838386d633374","timestamp":294516583,"duration":138362,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"736873377a697978","timestamp":294516545,"duration":139040,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dataweave.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7864323671676a72","name":"read-resource","id":"74376c3265387566","timestamp":294516645,"duration":138996,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"7864323671676a72","timestamp":294516608,"duration":139828,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/dot.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"75337a356b317233","name":"read-resource","id":"6762326232756c7a","timestamp":294516720,"duration":139753,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"75337a356b317233","timestamp":294516683,"duration":140211,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/false.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d3565353378666a","name":"read-resource","id":"7467666c77753571","timestamp":294516780,"duration":140154,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6d3565353378666a","timestamp":294516742,"duration":140859,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gap.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70676f666c657372","name":"read-resource","id":"79713370776c7276","timestamp":294516836,"duration":140799,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"70676f666c657372","timestamp":294516802,"duration":141498,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/gn.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d6d366368377234","name":"read-resource","id":"646265777a343263","timestamp":294516891,"duration":141441,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6d6d366368377234","timestamp":294516857,"duration":141922,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/hoon.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33797a79786f7932","name":"read-resource","id":"7a3372386a313832","timestamp":294516947,"duration":141865,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"33797a79786f7932","timestamp":294516912,"duration":142948,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/icu-message-format.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"717167686a72736a","name":"read-resource","id":"307a7a61306d7972","timestamp":294517009,"duration":142887,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"717167686a72736a","timestamp":294516968,"duration":143535,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/idris.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b65786c38667566","name":"read-resource","id":"6f34306d6b723132","timestamp":294517074,"duration":143463,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6b65786c38667566","timestamp":294517033,"duration":143970,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/jexl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766c30357a363672","name":"read-resource","id":"7a387a6c62656939","timestamp":294517151,"duration":143887,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"766c30357a363672","timestamp":294517115,"duration":144810,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/kumir.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343770306e623074","name":"read-resource","id":"6b62636274337732","timestamp":294517213,"duration":144749,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"343770306e623074","timestamp":294517173,"duration":145781,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/kusto.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35756a696571326a","name":"read-resource","id":"636d677764776870","timestamp":294517270,"duration":145719,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"35756a696571326a","timestamp":294517235,"duration":146946,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/log.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b7a326974306c63","name":"read-resource","id":"72707038746c356c","timestamp":294568743,"duration":98508,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6b7a326974306c63","timestamp":294568649,"duration":99406,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/magma.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7530316272376267","name":"read-resource","id":"3031626638787764","timestamp":294568881,"duration":99234,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"7530316272376267","timestamp":294568824,"duration":100088,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/maxscript.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63616d6733377263","name":"read-resource","id":"736c797565353332","timestamp":294568965,"duration":99979,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"63616d6733377263","timestamp":294568924,"duration":101065,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/mermaid.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"787a367166737832","name":"read-resource","id":"3672776437667939","timestamp":294569040,"duration":100984,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"787a367166737832","timestamp":294569002,"duration":101913,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/nevod.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69696b756a616e71","name":"read-resource","id":"7a6677767a6e6c68","timestamp":294569117,"duration":101832,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f61716c736965","name":"build-module-js","id":"69696b756a616e71","timestamp":294569077,"duration":106007,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/controls/TrackballControls.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6430393078737330","name":"read-resource","id":"356e6f6d6d7a6266","timestamp":294569191,"duration":105930,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f61716c736965","name":"build-module-js","id":"6430393078737330","timestamp":294569154,"duration":110973,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/controls/OrbitControls.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68796c376d366130","name":"read-resource","id":"6a73346137616635","timestamp":294569263,"duration":110901,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f61716c736965","name":"build-module-js","id":"68796c376d366130","timestamp":294569223,"duration":114540,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/controls/FlyControls.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736972636e70316a","name":"read-resource","id":"736f65666f746564","timestamp":294569337,"duration":114463,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"736972636e70316a","timestamp":294569300,"duration":115217,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/openqasm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6b686269397173","name":"read-resource","id":"3778393579666976","timestamp":294569408,"duration":115144,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6c6b686269397173","timestamp":294569372,"duration":115917,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/promql.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6c6f63656e3934","name":"read-resource","id":"7970356e64723133","timestamp":294569484,"duration":115840,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"7a6c6f63656e3934","timestamp":294569447,"duration":117727,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/psl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d39696b616e306d","name":"read-resource","id":"3861393777727568","timestamp":294569554,"duration":117654,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6d39696b616e306d","timestamp":294569519,"duration":118759,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/qsharp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"757a626473627a7a","name":"read-resource","id":"7378373462377968","timestamp":294569628,"duration":118685,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"757a626473627a7a","timestamp":294569587,"duration":119232,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/rego.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766875326d707079","name":"read-resource","id":"7233726167727531","timestamp":294569699,"duration":119155,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f61716c736965","name":"build-module-js","id":"766875326d707079","timestamp":294569662,"duration":121820,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/EffectComposer.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7771626366707533","name":"read-resource","id":"646b6e73766f3873","timestamp":294569796,"duration":121724,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f61716c736965","name":"build-module-js","id":"7771626366707533","timestamp":294569758,"duration":122507,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/RenderPass.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63656839356e7535","name":"read-resource","id":"3975673468693974","timestamp":294569867,"duration":122444,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"63656839356e7535","timestamp":294569831,"duration":123175,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/squirrel.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6d6a3635326733","name":"read-resource","id":"3773636833633470","timestamp":294569937,"duration":123103,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"6e6d6a3635326733","timestamp":294569902,"duration":123740,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/systemd.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33746b696b336e61","name":"read-resource","id":"7679386639303536","timestamp":294570013,"duration":123664,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"33746b696b336e61","timestamp":294569972,"duration":124362,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/uri.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7277323374796d6a","name":"read-resource","id":"396e7a3274373330","timestamp":294570084,"duration":124286,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"7277323374796d6a","timestamp":294570047,"duration":127869,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/v.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386b727976626d73","name":"read-resource","id":"656e6634646c6679","timestamp":294570150,"duration":127803,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"386b727976626d73","timestamp":294570116,"duration":129480,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/wolfram.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696562337368356c","name":"read-resource","id":"6d66766377306339","timestamp":294570217,"duration":129415,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6865356162706b32","name":"build-module-js","id":"696562337368356c","timestamp":294570182,"duration":130245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/refractor/lang/wren.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3338643231626673","name":"read-resource","id":"7277347635626533","timestamp":294570481,"duration":129983,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336c636f6669326b","name":"build-module-js","id":"3338643231626673","timestamp":294570430,"duration":130452,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3879673633796679","name":"read-resource","id":"336271373664356e","timestamp":294570564,"duration":130352,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33707437776a387a","name":"build-module-js","id":"3879673633796679","timestamp":294570526,"duration":130731,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6734663477673138","name":"read-resource","id":"386f387234686434","timestamp":294570633,"duration":130656,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33707437776a387a","name":"build-module-js","id":"6734663477673138","timestamp":294570597,"duration":131017,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/iterableToArray.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73776e33736a7172","name":"read-resource","id":"6438616b66356a74","timestamp":294570703,"duration":130946,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33707437776a387a","name":"build-module-js","id":"73776e33736a7172","timestamp":294570667,"duration":131597,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71643276386a6377","name":"read-resource","id":"70377761316c3134","timestamp":294570775,"duration":131526,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33707437776a387a","name":"build-module-js","id":"71643276386a6377","timestamp":294570736,"duration":131837,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626b737766766530","name":"read-resource","id":"7661647677333037","timestamp":294570845,"duration":131759,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b75387a796f6679","name":"build-module-js","id":"626b737766766530","timestamp":294570810,"duration":132074,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b377a71776e7062","name":"read-resource","id":"683432636f686832","timestamp":294570914,"duration":132001,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316c7a3833657162","name":"build-module-js","id":"6b377a71776e7062","timestamp":294570878,"duration":132347,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f69643868726d76","name":"read-resource","id":"776b6b73356f7236","timestamp":294570998,"duration":132260,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786a367938703073","name":"build-module-js","id":"6f69643868726d76","timestamp":294570962,"duration":132932,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/languages/sql_more.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"653931336f656534","name":"read-resource","id":"356f336a35756162","timestamp":294570289,"duration":133641,"tags":{}}]
26
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"63373939786c3270","name":"build-module-js","id":"653931336f656534","timestamp":294570250,"duration":151874,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/highlight.js/lib/core.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6239316f6b773270","name":"read-resource","id":"7978387279333939","timestamp":294650424,"duration":74161,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696272386c696571","name":"build-module-js","id":"6239316f6b773270","timestamp":294650330,"duration":77341,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hogan.js/lib/compiler.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776a633262767866","name":"read-resource","id":"776b75646d6c3738","timestamp":294650528,"duration":77182,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696272386c696571","name":"build-module-js","id":"776a633262767866","timestamp":294650479,"duration":79382,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hogan.js/lib/template.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346d6e7771677469","name":"read-resource","id":"6e35333132666a62","timestamp":294650609,"duration":79291,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a763165777a6235","name":"build-module-js","id":"346d6e7771677469","timestamp":294650557,"duration":85822,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/prismjs/components/prism-core.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3374783030756432","name":"read-resource","id":"6a79317233746b73","timestamp":294650680,"duration":85748,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b75387a796f6679","name":"build-module-js","id":"3374783030756432","timestamp":294650638,"duration":86288,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/typeof.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"693739746231786f","name":"read-resource","id":"72357670666b7575","timestamp":294650740,"duration":86223,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"build-module-js","id":"693739746231786f","timestamp":294650705,"duration":88855,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.graph/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7264327664317064","name":"read-resource","id":"6b6b766b39653033","timestamp":294650796,"duration":88802,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"build-module-js","id":"7264327664317064","timestamp":294650762,"duration":91704,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"773163686c703931","name":"read-resource","id":"6f6f653872666768","timestamp":294650867,"duration":91639,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"build-module-js","id":"773163686c703931","timestamp":294650817,"duration":107963,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/tinycolor2/tinycolor.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7272357872337776","name":"read-resource","id":"766c78796239376e","timestamp":294650928,"duration":107907,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a763165777a6235","name":"build-module-js","id":"7272357872337776","timestamp":294650891,"duration":108210,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hastscript/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37626c6f7535637a","name":"read-resource","id":"646670626b726f68","timestamp":294650990,"duration":108143,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a763165777a6235","name":"build-module-js","id":"37626c6f7535637a","timestamp":294650954,"duration":113839,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/parse-entities/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686d3438727a6571","name":"read-resource","id":"6f696235736d6c6e","timestamp":294651053,"duration":113786,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"763269636975626a","name":"build-module-js","id":"686d3438727a6571","timestamp":294651018,"duration":117647,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/debounce/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"read-resource","id":"786e373734397237","timestamp":294651110,"duration":117598,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"build-module-js","id":"3279797063766a7a","timestamp":294651076,"duration":118118,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"read-resource","id":"363079706f663064","timestamp":294651169,"duration":118062,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"build-module-js","id":"6e7637766d70386e","timestamp":294651131,"duration":119517,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62386b786d346c65","name":"read-resource","id":"6b726938656b6864","timestamp":294651226,"duration":119459,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"build-module-js","id":"62386b786d346c65","timestamp":294651191,"duration":122628,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/data-joint/dist/data-joint.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"read-resource","id":"786f317a63387667","timestamp":294651279,"duration":122579,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"build-module-js","id":"336d6c6b7a676f72","timestamp":294651246,"duration":123256,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"read-resource","id":"33636f7564393769","timestamp":294651359,"duration":123175,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616e697a316a7266","name":"build-module-js","id":"377767717671706f","timestamp":294651301,"duration":124414,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e77627a6278776d","name":"read-resource","id":"646163656c72706f","timestamp":294651419,"duration":124331,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f61716c736965","name":"build-module-js","id":"6e77627a6278776d","timestamp":294651384,"duration":150905,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/polished/dist/polished.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7074396263777070","name":"read-resource","id":"6539337930637934","timestamp":294651486,"duration":150866,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63373939786c3270","name":"build-module-js","id":"7074396263777070","timestamp":294651443,"duration":151461,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/fault/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346569397a747a78","name":"read-resource","id":"7a39396f69686563","timestamp":294723444,"duration":90588,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a6f61716c736965","name":"build-module-js","id":"346569397a747a78","timestamp":294723358,"duration":97932,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@tweenjs/tween.js/dist/tween.esm.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3667793167396b37","name":"read-resource","id":"6e7831666a74376a","timestamp":294841912,"duration":18047,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"3667793167396b37","timestamp":294841805,"duration":20549,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/base.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6462386533623965","name":"read-resource","id":"626f37346879746a","timestamp":294842016,"duration":20381,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"6462386533623965","timestamp":294841961,"duration":20960,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/character.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62786a676c6e766a","name":"read-resource","id":"357834676d307533","timestamp":294842085,"duration":20871,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"62786a676c6e766a","timestamp":294842044,"duration":21872,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/word.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"737577656c7a3578","name":"read-resource","id":"337a6f34346d6239","timestamp":294842150,"duration":21801,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"737577656c7a3578","timestamp":294842110,"duration":22625,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/line.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30686c6674327532","name":"read-resource","id":"6534776f61676e6c","timestamp":294842209,"duration":22562,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"30686c6674327532","timestamp":294842174,"duration":23082,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/sentence.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"307673367835746d","name":"read-resource","id":"36763974746a7568","timestamp":294842273,"duration":23017,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"307673367835746d","timestamp":294842233,"duration":23516,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/css.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316e756630673632","name":"read-resource","id":"65736b3439737338","timestamp":294842329,"duration":23453,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"316e756630673632","timestamp":294842295,"duration":24719,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/json.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3478346a306a6a6b","name":"read-resource","id":"317767616165386b","timestamp":294842389,"duration":24663,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"3478346a306a6a6b","timestamp":294842352,"duration":25161,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/diff/array.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3739626f6f373032","name":"read-resource","id":"7674663067657779","timestamp":294842446,"duration":25101,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"3739626f6f373032","timestamp":294842413,"duration":26706,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/patch/apply.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"727a78306f39326d","name":"read-resource","id":"306f397361623635","timestamp":294842507,"duration":26647,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"727a78306f39326d","timestamp":294842468,"duration":28153,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/patch/parse.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a36706330756d31","name":"read-resource","id":"6f723875736e3370","timestamp":294842567,"duration":28090,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"7a36706330756d31","timestamp":294842528,"duration":31368,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/patch/merge.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38326e6770366c77","name":"read-resource","id":"6670666576686e77","timestamp":294842623,"duration":31309,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"38326e6770366c77","timestamp":294842589,"duration":33160,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/patch/create.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32676c6268357072","name":"read-resource","id":"7275367133777463","timestamp":294842704,"duration":33080,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"32676c6268357072","timestamp":294842646,"duration":33574,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/convert/dmp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"307776726738637a","name":"read-resource","id":"32696d6d62797769","timestamp":294842764,"duration":33491,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266767a67766f37","name":"build-module-js","id":"307776726738637a","timestamp":294842726,"duration":34025,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/convert/xml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3961377a6461726c","name":"read-resource","id":"6c36707935356c68","timestamp":294842823,"duration":33965,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"713772666c6a326c","name":"build-module-js","id":"3961377a6461726c","timestamp":294842787,"duration":38624,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/regenerator-runtime/runtime.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33733365676f7534","name":"read-resource","id":"6a73333770776e36","timestamp":294842889,"duration":38559,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3879673633796679","name":"build-module-js","id":"33733365676f7534","timestamp":294842845,"duration":39022,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6330706734707361","name":"read-resource","id":"71626c39346d706e","timestamp":294842950,"duration":38952,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766875326d707079","name":"build-module-js","id":"6330706734707361","timestamp":294842913,"duration":39860,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/ShaderPass.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7467773377757061","name":"read-resource","id":"7265736e3073317a","timestamp":294843009,"duration":39802,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766875326d707079","name":"build-module-js","id":"7467773377757061","timestamp":294842972,"duration":40629,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/MaskPass.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3062646566647566","name":"read-resource","id":"6961683773676473","timestamp":294843066,"duration":40571,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7771626366707533","name":"build-module-js","id":"3062646566647566","timestamp":294843030,"duration":41279,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/postprocessing/Pass.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39726d38796b3273","name":"read-resource","id":"3976713863743735","timestamp":294843220,"duration":41126,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"39726d38796b3273","timestamp":294843088,"duration":41896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/center.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6f30706f306970","name":"read-resource","id":"67336a6176687734","timestamp":294843305,"duration":41714,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"6c6f30706f306970","timestamp":294843254,"duration":43340,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/collide.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73336d6d79776571","name":"read-resource","id":"746b76637276336d","timestamp":294843365,"duration":43263,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"73336d6d79776571","timestamp":294843330,"duration":44795,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/link.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316f316b306d636c","name":"read-resource","id":"7a69766362707578","timestamp":294843423,"duration":44740,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"316f316b306d636c","timestamp":294843387,"duration":46479,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/manyBody.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6639643771726d61","name":"read-resource","id":"6e326f3165747469","timestamp":294843481,"duration":46425,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"6639643771726d61","timestamp":294843445,"duration":47830,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/radial.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"613765326d6a306c","name":"read-resource","id":"696161396d386c65","timestamp":294843538,"duration":47773,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"613765326d6a306c","timestamp":294843503,"duration":49669,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/simulation.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6877616f6a706f30","name":"read-resource","id":"306c717078786f77","timestamp":294843598,"duration":49609,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"6877616f6a706f30","timestamp":294843560,"duration":50302,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/x.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6171387a78373661","name":"read-resource","id":"746e6d3076617175","timestamp":294843654,"duration":50241,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"6171387a78373661","timestamp":294843620,"duration":50968,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/y.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6769396a76736b35","name":"read-resource","id":"787874386267366e","timestamp":294843708,"duration":50915,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3279797063766a7a","name":"build-module-js","id":"6769396a76736b35","timestamp":294843674,"duration":51623,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/z.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"693070396d70726d","name":"read-resource","id":"686a676d62617364","timestamp":294843782,"duration":51551,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"693070396d70726d","timestamp":294843730,"duration":52157,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/bisect.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72656e3576303434","name":"read-resource","id":"696b636e6f796a6b","timestamp":294843840,"duration":52082,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"72656e3576303434","timestamp":294843804,"duration":52451,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/ascending.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6674716e337a7873","name":"read-resource","id":"7562657238757538","timestamp":294843901,"duration":52387,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6674716e337a7873","timestamp":294843861,"duration":55167,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/bisector.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39776f696d7a7674","name":"read-resource","id":"7166797968383832","timestamp":294848842,"duration":75161,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"39776f696d7a7674","timestamp":294848754,"duration":75939,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/count.js"}}]
27
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6269723931767565","name":"read-resource","id":"366834776a336465","timestamp":294848922,"duration":76089,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6269723931767565","timestamp":294848878,"duration":76834,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/cross.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"717179796a393363","name":"read-resource","id":"707672796463766c","timestamp":294848987,"duration":76761,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"717179796a393363","timestamp":294848948,"duration":77168,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/cumsum.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393834776a663467","name":"read-resource","id":"6d31313430743875","timestamp":294857840,"duration":72599,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"393834776a663467","timestamp":294857761,"duration":73024,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/descending.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30646d376b63306f","name":"read-resource","id":"676c75346d686977","timestamp":294857924,"duration":72894,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"30646d376b63306f","timestamp":294857874,"duration":73304,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/deviation.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3074616a72386e31","name":"read-resource","id":"376d337a39386b61","timestamp":294858017,"duration":73193,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"3074616a72386e31","timestamp":294857974,"duration":73711,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/extent.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786e333177767a63","name":"read-resource","id":"6833666c3275386d","timestamp":294858078,"duration":73640,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"786e333177767a63","timestamp":294858041,"duration":74691,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/fsum.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e787a3966396168","name":"read-resource","id":"6368396a6e6b7a69","timestamp":294858143,"duration":74639,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6e787a3966396168","timestamp":294858101,"duration":76179,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/group.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73736a7570746d6b","name":"read-resource","id":"766d7477336c6f73","timestamp":294927667,"duration":19122,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"73736a7570746d6b","timestamp":294927581,"duration":19838,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/groupSort.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7439763179686361","name":"read-resource","id":"336566666c657079","timestamp":294927764,"duration":19689,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"7439763179686361","timestamp":294927716,"duration":25436,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/bin.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3177663935373968","name":"read-resource","id":"7770627539386336","timestamp":294927830,"duration":25359,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"3177663935373968","timestamp":294927791,"duration":25875,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/max.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7376346731777833","name":"read-resource","id":"716368686b727836","timestamp":294927900,"duration":25800,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"7376346731777833","timestamp":294927853,"duration":26309,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/maxIndex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6139686578793034","name":"read-resource","id":"6539793779367638","timestamp":294927959,"duration":26236,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6139686578793034","timestamp":294927923,"duration":26703,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/mean.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6d753771787268","name":"read-resource","id":"7a61717672756830","timestamp":294928042,"duration":26619,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6f6d753771787268","timestamp":294928004,"duration":26967,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/median.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766c666465763175","name":"read-resource","id":"386f776567656b77","timestamp":294928125,"duration":26878,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"766c666465763175","timestamp":294928087,"duration":27240,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/merge.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"707a767979736f66","name":"read-resource","id":"746e796668787a76","timestamp":294928183,"duration":27177,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"707a767979736f66","timestamp":294928149,"duration":27627,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/min.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66676e766133776a","name":"read-resource","id":"363376766c39647a","timestamp":294928245,"duration":27564,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"66676e766133776a","timestamp":294928205,"duration":28079,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/minIndex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"357370346c75366d","name":"read-resource","id":"69333166746f7876","timestamp":294928302,"duration":28015,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"357370346c75366d","timestamp":294928267,"duration":28573,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/mode.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7776346871376332","name":"read-resource","id":"646b386c76726667","timestamp":294928359,"duration":28515,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"7776346871376332","timestamp":294928326,"duration":29006,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/nice.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356a6232616c6433","name":"read-resource","id":"7766366a77666174","timestamp":294928414,"duration":28950,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"356a6232616c6433","timestamp":294928380,"duration":29380,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/pairs.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7575733967396d78","name":"read-resource","id":"6767716865757575","timestamp":294928474,"duration":29320,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"7575733967396d78","timestamp":294928434,"duration":29624,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/permute.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646d686467636873","name":"read-resource","id":"3935693574797838","timestamp":294928530,"duration":29560,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"646d686467636873","timestamp":294928495,"duration":30297,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/quantile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f66776c74657932","name":"read-resource","id":"6178697333373131","timestamp":294928585,"duration":30242,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6f66776c74657932","timestamp":294928552,"duration":31006,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/quickselect.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3572653361677431","name":"read-resource","id":"67387366366a7765","timestamp":294928642,"duration":30952,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"3572653361677431","timestamp":294928608,"duration":31399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/range.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6979356662763672","name":"read-resource","id":"696a3578316a3476","timestamp":294928695,"duration":31352,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6979356662763672","timestamp":294928663,"duration":36310,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/rank.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b6b387133637833","name":"read-resource","id":"30376b7638326176","timestamp":294928754,"duration":36256,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6b6b387133637833","timestamp":294928717,"duration":36813,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/least.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3761626e6774656f","name":"read-resource","id":"75653636396c7034","timestamp":294928814,"duration":36749,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"3761626e6774656f","timestamp":294928781,"duration":37235,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/leastIndex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626e33386c70326c","name":"read-resource","id":"3769717234396635","timestamp":294928868,"duration":37427,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"626e33386c70326c","timestamp":294928835,"duration":37971,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/greatest.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3064623671306d73","name":"read-resource","id":"6f6663386a686876","timestamp":294928942,"duration":37899,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"3064623671306d73","timestamp":294928888,"duration":38401,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/greatestIndex.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b3178327070616c","name":"read-resource","id":"3776616237766762","timestamp":294929000,"duration":38322,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6b3178327070616c","timestamp":294928965,"duration":38678,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/scan.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73366838356d3170","name":"read-resource","id":"7072703265746d65","timestamp":294929061,"duration":38615,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"73366838356d3170","timestamp":294929023,"duration":39110,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/shuffle.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c323664796d6b6b","name":"read-resource","id":"66326f30346c3263","timestamp":294929118,"duration":39049,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6c323664796d6b6b","timestamp":294929084,"duration":39454,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/sum.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"79666568646a356a","name":"read-resource","id":"7563307471676a76","timestamp":294936442,"duration":38239,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"79666568646a356a","timestamp":294936365,"duration":39262,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/ticks.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b706f7679743969","name":"read-resource","id":"63666b3869707a79","timestamp":294936600,"duration":39065,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6b706f7679743969","timestamp":294936560,"duration":39621,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/variance.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316c7a7076377a65","name":"read-resource","id":"7a7a796932787230","timestamp":294936668,"duration":39548,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"316c7a7076377a65","timestamp":294936624,"duration":39889,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/zip.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6774797364757031","name":"read-resource","id":"346c346c7a636c77","timestamp":294936727,"duration":39816,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6774797364757031","timestamp":294936692,"duration":40204,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/every.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c69346a37733571","name":"read-resource","id":"71307370786b3339","timestamp":294936785,"duration":40144,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6c69346a37733571","timestamp":294936750,"duration":40507,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/some.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70756a3139627172","name":"read-resource","id":"306f39656f33326f","timestamp":294936533,"duration":40754,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"70756a3139627172","timestamp":294936486,"duration":41261,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/transpose.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6736327136697533","name":"read-resource","id":"366872636564766b","timestamp":294936847,"duration":40934,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6736327136697533","timestamp":294936808,"duration":41325,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/filter.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7776366a62626178","name":"read-resource","id":"34656b686a617568","timestamp":294936969,"duration":41195,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"7776366a62626178","timestamp":294936928,"duration":42327,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/reduce.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70733138397a6465","name":"read-resource","id":"6369303670766f74","timestamp":294936905,"duration":42385,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"70733138397a6465","timestamp":294936871,"duration":42785,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/map.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"64346d616c767378","name":"read-resource","id":"6832707630797637","timestamp":294937025,"duration":42662,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"64346d616c767378","timestamp":294936991,"duration":42986,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/reverse.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f747874796e6e74","name":"read-resource","id":"68326f3473707673","timestamp":294937080,"duration":42928,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6f747874796e6e74","timestamp":294937047,"duration":43875,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/sort.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70787362326f7572","name":"read-resource","id":"3471343175767831","timestamp":294937137,"duration":43824,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"70787362326f7572","timestamp":294937102,"duration":44245,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/difference.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6434636e67627679","name":"read-resource","id":"6e6a79623564386d","timestamp":294937211,"duration":44168,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6434636e67627679","timestamp":294937176,"duration":44685,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/disjoint.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616175746e39396a","name":"read-resource","id":"7671686d64703862","timestamp":294937272,"duration":44624,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"616175746e39396a","timestamp":294937233,"duration":45149,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/intersection.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65666f366332776d","name":"read-resource","id":"36613166306e7a79","timestamp":294937337,"duration":45078,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"65666f366332776d","timestamp":294937303,"duration":45404,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/subset.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3274386265756c6c","name":"read-resource","id":"76776a7162626b74","timestamp":294937393,"duration":45344,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"3274386265756c6c","timestamp":294937359,"duration":45855,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/superset.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6531707777396337","name":"read-resource","id":"627a326b39356f30","timestamp":294937446,"duration":46723,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6531707777396337","timestamp":294937414,"duration":47179,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/union.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37766e326d63656d","name":"read-resource","id":"7338683564697861","timestamp":294937500,"duration":47126,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"37766e326d63656d","timestamp":294937467,"duration":48317,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/band.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316f6c626b736d66","name":"read-resource","id":"67687569697a7068","timestamp":294937557,"duration":48260,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"316f6c626b736d66","timestamp":294937521,"duration":48861,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/identity.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b726c623737626b","name":"read-resource","id":"327a75617a633066","timestamp":294937612,"duration":48896,"tags":{}}]
28
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"6b726c623737626b","timestamp":294937578,"duration":50041,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/linear.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696c696431713669","name":"read-resource","id":"7765666475706d77","timestamp":294940258,"duration":47394,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"696c696431713669","timestamp":294937637,"duration":51802,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/log.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36796f637a76796e","name":"read-resource","id":"6161376263636d70","timestamp":294940369,"duration":49101,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"36796f637a76796e","timestamp":294940311,"duration":49807,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/symlog.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3736336e6e6b796e","name":"read-resource","id":"317132336b716b33","timestamp":294940479,"duration":49671,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"3736336e6e6b796e","timestamp":294940436,"duration":50443,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/ordinal.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7162683275746a68","name":"read-resource","id":"6e676c3038786371","timestamp":294940546,"duration":50372,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"7162683275746a68","timestamp":294940503,"duration":51180,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/pow.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776a636e7477666f","name":"read-resource","id":"353162347139726b","timestamp":294940602,"duration":51114,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"776a636e7477666f","timestamp":294940566,"duration":51974,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/radial.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30626f6462657275","name":"read-resource","id":"687777793775356a","timestamp":294940714,"duration":51859,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"30626f6462657275","timestamp":294940677,"duration":52736,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/quantile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746e68337a78306f","name":"read-resource","id":"7678796838736566","timestamp":294940785,"duration":52660,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"746e68337a78306f","timestamp":294940749,"duration":53504,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/quantize.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"706b626b70347331","name":"read-resource","id":"7734327068623265","timestamp":294940851,"duration":53432,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"706b626b70347331","timestamp":294940816,"duration":54119,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/threshold.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626b38336f733038","name":"read-resource","id":"70396a7061396765","timestamp":294940941,"duration":54025,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"626b38336f733038","timestamp":294940898,"duration":55146,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/time.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66336d7835773673","name":"read-resource","id":"313276716277736c","timestamp":294941013,"duration":55092,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"66336d7835773673","timestamp":294940977,"duration":55581,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/utcTime.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77327562686b3572","name":"read-resource","id":"786f696f38647931","timestamp":294941081,"duration":55508,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"77327562686b3572","timestamp":294941046,"duration":56885,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/sequential.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6968706876377769","name":"read-resource","id":"71676b7937787538","timestamp":294941150,"duration":56812,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"6968706876377769","timestamp":294941115,"duration":57584,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/sequentialQuantile.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626d743078643134","name":"read-resource","id":"72786b6330656d70","timestamp":294941227,"duration":57504,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766875326d707079","name":"build-module-js","id":"626d743078643134","timestamp":294941187,"duration":65428,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/three/examples/jsm/shaders/CopyShader.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6168393837633475","name":"read-resource","id":"6b6f616f35793569","timestamp":294941304,"duration":65359,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"6168393837633475","timestamp":294941261,"duration":67094,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/diverging.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32327a6c7167646f","name":"read-resource","id":"7368317a64686536","timestamp":294941373,"duration":67020,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336d6c6b7a676f72","name":"build-module-js","id":"32327a6c7167646f","timestamp":294941336,"duration":67775,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/tickFormat.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666a70306d396f76","name":"read-resource","id":"396336687874636e","timestamp":294941447,"duration":67696,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7272357872337776","name":"build-module-js","id":"666a70306d396f76","timestamp":294941406,"duration":68128,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hastscript/html.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d65397378337361","name":"read-resource","id":"6176367875377379","timestamp":294941520,"duration":68045,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37626c6f7535637a","name":"build-module-js","id":"6d65397378337361","timestamp":294941482,"duration":68561,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/parse-entities/decode-entity.browser.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e65386661726272","name":"read-resource","id":"683566343564756a","timestamp":294941593,"duration":68483,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6e65386661726272","timestamp":294941556,"duration":68914,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/threshold/freedmanDiaconis.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b3331336c326666","name":"read-resource","id":"377172376d6b6167","timestamp":294941667,"duration":68835,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6b3331336c326666","timestamp":294941626,"duration":69250,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/threshold/scott.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35346c6470336264","name":"read-resource","id":"786170346b63387a","timestamp":294941737,"duration":69181,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"35346c6470336264","timestamp":294941700,"duration":69532,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/threshold/sturges.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"read-resource","id":"6876767963627635","timestamp":294941806,"duration":69458,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7264327664317064","name":"build-module-js","id":"343369746461397a","timestamp":294941770,"duration":71697,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/createPhysicsSimulator.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626c656b6e77737a","name":"read-resource","id":"65666b7878776237","timestamp":294941884,"duration":71618,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"626c656b6e77737a","timestamp":294941848,"duration":71959,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/category10.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7532647574636773","name":"read-resource","id":"6d613967666c3731","timestamp":294941953,"duration":71883,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"7532647574636773","timestamp":294941917,"duration":72191,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Accent.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776e343862376376","name":"read-resource","id":"68646c7838793877","timestamp":294942022,"duration":72115,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"776e343862376376","timestamp":294941987,"duration":72404,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Dark2.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f69743530627672","name":"read-resource","id":"626f7a7664727433","timestamp":294942122,"duration":72297,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"6f69743530627672","timestamp":294942075,"duration":72591,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Paired.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61777562716a3661","name":"read-resource","id":"6e3477613066676d","timestamp":294942198,"duration":72495,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"61777562716a3661","timestamp":294942159,"duration":72781,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Pastel1.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3537623734363538","name":"read-resource","id":"3073703778766434","timestamp":294942268,"duration":72700,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"3537623734363538","timestamp":294942231,"duration":72977,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Pastel2.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63383075666a3063","name":"read-resource","id":"71326c6776687770","timestamp":294945763,"duration":75198,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"63383075666a3063","timestamp":294945685,"duration":75598,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Set1.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30656e3374757870","name":"read-resource","id":"6e723979356f756f","timestamp":294945861,"duration":75452,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"30656e3374757870","timestamp":294945813,"duration":75767,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Set2.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b6c346774336474","name":"read-resource","id":"3062617364313935","timestamp":294945950,"duration":75657,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"6b6c346774336474","timestamp":294945901,"duration":75957,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Set3.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303163753761386a","name":"read-resource","id":"31396c71696b3670","timestamp":294946025,"duration":75870,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"303163753761386a","timestamp":294945986,"duration":76159,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3670686971397872","name":"read-resource","id":"716c7171766b7161","timestamp":294971430,"duration":55048,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"3670686971397872","timestamp":294971360,"duration":55588,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/BrBG.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6378323469666731","name":"read-resource","id":"7a7a7a776864676a","timestamp":294971530,"duration":55451,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"6378323469666731","timestamp":294971481,"duration":55888,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/PRGn.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7964356463363863","name":"read-resource","id":"6e7566616d397131","timestamp":294971591,"duration":55809,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"7964356463363863","timestamp":294971558,"duration":58459,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/PiYG.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616936673265346f","name":"read-resource","id":"7579687875793667","timestamp":294971647,"duration":58401,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"616936673265346f","timestamp":294971616,"duration":58819,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/PuOr.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6133653577746b76","name":"read-resource","id":"766c6b7068333774","timestamp":294971698,"duration":58768,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"6133653577746b76","timestamp":294971669,"duration":59170,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/RdBu.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63393036766e6a63","name":"read-resource","id":"70676b696b34346d","timestamp":294972261,"duration":58608,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"63393036766e6a63","timestamp":294971719,"duration":59520,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/RdGy.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646a64727276366b","name":"read-resource","id":"656e683330357079","timestamp":294972378,"duration":58891,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"646a64727276366b","timestamp":294972317,"duration":59327,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/RdYlBu.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38656765766c7065","name":"read-resource","id":"716f7a636f797879","timestamp":294972445,"duration":59229,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"38656765766c7065","timestamp":294972402,"duration":59642,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/RdYlGn.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"663373366d736a62","name":"read-resource","id":"39366b6767627537","timestamp":294972497,"duration":59599,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"663373366d736a62","timestamp":294972466,"duration":59999,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/diverging/Spectral.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3766626b64363836","name":"read-resource","id":"696a737932647369","timestamp":294972714,"duration":59782,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"3766626b64363836","timestamp":294972611,"duration":60482,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/BuGn.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30756d7565376677","name":"read-resource","id":"6c6f796132357a69","timestamp":294972790,"duration":60334,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"30756d7565376677","timestamp":294972750,"duration":60762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/BuPu.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3673626c3966306f","name":"read-resource","id":"33656a7130767635","timestamp":294972844,"duration":60697,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"3673626c3966306f","timestamp":294972815,"duration":61097,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/GnBu.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797139766b653931","name":"read-resource","id":"32676b7061337934","timestamp":294972895,"duration":61046,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"797139766b653931","timestamp":294972867,"duration":62248,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/OrRd.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646e366f336a696c","name":"read-resource","id":"3171376377356437","timestamp":294972946,"duration":62202,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"646e366f336a696c","timestamp":294972917,"duration":62839,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/PuBuGn.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3179353677793579","name":"read-resource","id":"76746f67706d707a","timestamp":294972995,"duration":62793,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"3179353677793579","timestamp":294972967,"duration":63239,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/PuBu.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"727a7973646b7931","name":"read-resource","id":"6f7a757561737975","timestamp":294973525,"duration":62713,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"727a7973646b7931","timestamp":294973017,"duration":63690,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/PuRd.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356279746f396e70","name":"read-resource","id":"34636e6c36707671","timestamp":294973593,"duration":63145,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"356279746f396e70","timestamp":294973560,"duration":63560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/RdPu.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3532677834373774","name":"read-resource","id":"6a61667863376e72","timestamp":294973643,"duration":63507,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"3532677834373774","timestamp":294973615,"duration":63904,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/YlGnBu.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6576716f69666e32","name":"read-resource","id":"6e37786b6c623838","timestamp":294973698,"duration":63851,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"6576716f69666e32","timestamp":294973665,"duration":64236,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/YlGn.js"}}]
29
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"783867797731726f","name":"read-resource","id":"37626864686a6c6e","timestamp":294973748,"duration":64682,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"783867797731726f","timestamp":294973719,"duration":65114,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrBr.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"796f786869323967","name":"read-resource","id":"7632783967336472","timestamp":294973797,"duration":65067,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"796f786869323967","timestamp":294973768,"duration":65910,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrRd.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646c6c7831307a39","name":"read-resource","id":"7031637970633638","timestamp":294973844,"duration":65868,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"646c6c7831307a39","timestamp":294973817,"duration":66408,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/cividis.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6364627166377268","name":"read-resource","id":"786c656d37747132","timestamp":295048780,"duration":7155,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"6364627166377268","timestamp":295048701,"duration":7716,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3471663562696934","name":"read-resource","id":"3279756a716f6865","timestamp":295048869,"duration":7582,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"3471663562696934","timestamp":295048828,"duration":8253,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/rainbow.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7975637875636e33","name":"read-resource","id":"7077783065337361","timestamp":295048928,"duration":8183,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"7975637875636e33","timestamp":295048895,"duration":8674,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/sinebow.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326e78626272346f","name":"read-resource","id":"317a716938356439","timestamp":295049009,"duration":8590,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"326e78626272346f","timestamp":295048976,"duration":8992,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/turbo.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a77793370793177","name":"read-resource","id":"68396e677273636c","timestamp":295049068,"duration":8928,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"7a77793370793177","timestamp":295049037,"duration":9546,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-multi/viridis.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a69657138626676","name":"read-resource","id":"6836756d756d6c77","timestamp":295049126,"duration":9486,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"7a69657138626676","timestamp":295049089,"duration":9896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Blues.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3635303377756b6d","name":"read-resource","id":"326f6f623578746f","timestamp":295049176,"duration":9838,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"3635303377756b6d","timestamp":295049147,"duration":10229,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Greens.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63766866706b6478","name":"read-resource","id":"7a7163746a786838","timestamp":295049227,"duration":10178,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"63766866706b6478","timestamp":295049197,"duration":10560,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Greys.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"64686c6363746e6c","name":"read-resource","id":"363964726279706a","timestamp":295049276,"duration":10510,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"64686c6363746e6c","timestamp":295049246,"duration":10920,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Purples.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35626e6975743464","name":"read-resource","id":"6233636a74737036","timestamp":295049325,"duration":10871,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"35626e6975743464","timestamp":295049296,"duration":11267,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Reds.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a67347879687933","name":"read-resource","id":"79353777756f3463","timestamp":295049373,"duration":11220,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"377767717671706f","name":"build-module-js","id":"7a67347879687933","timestamp":295049346,"duration":11592,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/sequential-single/Oranges.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3071626d78393661","name":"read-resource","id":"6a79736b776a6e71","timestamp":295049421,"duration":11545,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e77627a6278776d","name":"build-module-js","id":"3071626d78393661","timestamp":295049393,"duration":11896,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626a796c7a757161","name":"read-resource","id":"35646a7836673164","timestamp":295049472,"duration":11846,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e77627a6278776d","name":"build-module-js","id":"626a796c7a757161","timestamp":295049444,"duration":12471,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6434396d796d6f6a","name":"read-resource","id":"6f6e326a67303333","timestamp":295049529,"duration":12417,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e77627a6278776d","name":"build-module-js","id":"6434396d796d6f6a","timestamp":295049492,"duration":12747,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a3168777a387a33","name":"read-resource","id":"3762306869616437","timestamp":295049580,"duration":12687,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6f30706f306970","name":"build-module-js","id":"7a3168777a387a33","timestamp":295049552,"duration":12947,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/constant.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"796834367069386c","name":"read-resource","id":"6363313278347466","timestamp":295049631,"duration":12897,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6f30706f306970","name":"build-module-js","id":"796834367069386c","timestamp":295049602,"duration":13162,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/jiggle.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67733266626d3264","name":"read-resource","id":"6b36787563663338","timestamp":295049682,"duration":13110,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"613765326d6a306c","name":"build-module-js","id":"67733266626d3264","timestamp":295049654,"duration":13455,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-force-3d/src/lcg.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a396f75756a6168","name":"read-resource","id":"743062666d6b7478","timestamp":295049731,"duration":13405,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"693070396d70726d","name":"build-module-js","id":"7a396f75756a6168","timestamp":295049702,"duration":13923,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/number.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36316c77686f6471","name":"read-resource","id":"783431316666766d","timestamp":295049794,"duration":13864,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e787a3966396168","name":"build-module-js","id":"36316c77686f6471","timestamp":295049753,"duration":14158,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/identity.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76696a7633657273","name":"read-resource","id":"793469626d6f776c","timestamp":295049849,"duration":14091,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62786a676c6e766a","name":"build-module-js","id":"76696a7633657273","timestamp":295049817,"duration":14567,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/util/params.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7676393063793271","name":"read-resource","id":"3135736937797733","timestamp":295049902,"duration":14516,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3739626f6f373032","name":"build-module-js","id":"7676393063793271","timestamp":295049873,"duration":15013,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/util/distance-iterator.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786f706379626b31","name":"read-resource","id":"3472326f336f6e34","timestamp":295049960,"duration":14956,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a36706330756d31","name":"build-module-js","id":"786f706379626b31","timestamp":295049924,"duration":15406,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff/lib/util/array.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61376c7961753778","name":"read-resource","id":"6a7174316661616b","timestamp":295050011,"duration":15350,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7439763179686361","name":"build-module-js","id":"61376c7961753778","timestamp":295049983,"duration":15692,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/array.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7235343968726476","name":"read-resource","id":"6c79717462336f66","timestamp":295050060,"duration":15645,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7439763179686361","name":"build-module-js","id":"7235343968726476","timestamp":295050031,"duration":15916,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-array/src/constant.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6477733370376636","name":"read-resource","id":"766e7330337a6c6e","timestamp":295050111,"duration":15863,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37766e326d63656d","name":"build-module-js","id":"6477733370376636","timestamp":295050082,"duration":16382,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/init.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"636b387769377461","name":"read-resource","id":"666f643664723877","timestamp":295050159,"duration":17019,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316f6c626b736d66","name":"build-module-js","id":"636b387769377461","timestamp":295050131,"duration":17321,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/number.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3674677368703864","name":"read-resource","id":"64747579656f3036","timestamp":295050207,"duration":17275,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b726c623737626b","name":"build-module-js","id":"3674677368703864","timestamp":295050179,"duration":18957,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/continuous.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3237363731723872","name":"read-resource","id":"6d6e68776c666576","timestamp":295050255,"duration":18917,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696c696431713669","name":"build-module-js","id":"3237363731723872","timestamp":295050228,"duration":19339,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/nice.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"6337353573647a33","timestamp":283665479,"duration":11412408,"tags":{"request":"next-client-pages-loader?page=%2Fevents%2F%5Bname%5D%2Flogs&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D%2Flogs.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e68346d796d6535","name":"read-resource","id":"3476776f7a736265","timestamp":295053092,"duration":31155,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626c656b6e77737a","name":"build-module-js","id":"6e68346d796d6535","timestamp":295053022,"duration":31787,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/colors.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6573386833753632","name":"read-resource","id":"6872377177387775","timestamp":295053167,"duration":31695,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3670686971397872","name":"build-module-js","id":"6573386833753632","timestamp":295053128,"duration":32125,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/src/ramp.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356130653866686e","name":"read-resource","id":"6d6f733261796c78","timestamp":295054833,"duration":32853,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666a70306d396f76","name":"build-module-js","id":"356130653866686e","timestamp":295054770,"duration":34552,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hastscript/factory.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6469707774373139","name":"read-resource","id":"3169626861777463","timestamp":295077809,"duration":14390,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"6469707774373139","timestamp":295077730,"duration":14819,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/spring.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646b39366162666e","name":"read-resource","id":"376e666861303871","timestamp":295090259,"duration":5858,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"693739746231786f","name":"build-module-js","id":"646b39366162666e","timestamp":295090185,"duration":6759,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.events/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646839756d616864","name":"read-resource","id":"6c76336567617861","timestamp":295090349,"duration":6628,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37626c6f7535637a","name":"build-module-json","id":"646839756d616864","timestamp":295090308,"duration":7498,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/character-entities-legacy/index.json"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c31677630723978","name":"read-resource","id":"71786b777a723079","timestamp":295090440,"duration":7399,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37626c6f7535637a","name":"build-module-json","id":"6c31677630723978","timestamp":295090382,"duration":7597,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/character-reference-invalid/index.json"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b33676a6c676c7a","name":"read-resource","id":"7a69376d74326338","timestamp":295090504,"duration":7493,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37626c6f7535637a","name":"build-module-js","id":"6b33676a6c676c7a","timestamp":295090465,"duration":7853,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/is-decimal/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6267677574753639","name":"read-resource","id":"3371756a6d323238","timestamp":295090560,"duration":7788,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37626c6f7535637a","name":"build-module-js","id":"6267677574753639","timestamp":295090527,"duration":8140,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/is-hexadecimal/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656d66686b6b3866","name":"read-resource","id":"7837793263367274","timestamp":295090614,"duration":8080,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37626c6f7535637a","name":"build-module-js","id":"656d66686b6b3866","timestamp":295090584,"duration":8446,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/is-alphanumerical/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666d71787a693535","name":"read-resource","id":"6f6f69736f376c73","timestamp":295090666,"duration":8394,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"666d71787a693535","timestamp":295090637,"duration":9772,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateCreateBody.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3172687a39796933","name":"read-resource","id":"78646a7572776661","timestamp":295090716,"duration":9725,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"3172687a39796933","timestamp":295090687,"duration":11619,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateQuadTree.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"673968633172726c","name":"read-resource","id":"37753879616f647a","timestamp":295090769,"duration":11571,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"673968633172726c","timestamp":295090739,"duration":12142,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateBounds.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3774313134323036","name":"read-resource","id":"787575616d697167","timestamp":295090817,"duration":12095,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"3774313134323036","timestamp":295090789,"duration":12528,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateCreateDragForce.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62796c6368616a65","name":"read-resource","id":"7a747a78376a6d63","timestamp":295090870,"duration":12477,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"62796c6368616a65","timestamp":295090838,"duration":12962,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateCreateSpringForce.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b34366e6f7a6867","name":"read-resource","id":"62386c6a34303368","timestamp":295090919,"duration":12912,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"6b34366e6f7a6867","timestamp":295090891,"duration":13447,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/generateIntegrator.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74386d316779636d","name":"read-resource","id":"6439307570617563","timestamp":295093715,"duration":12538,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626a796c7a757161","name":"build-module-js","id":"74386d316779636d","timestamp":295093677,"duration":13141,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/construct.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a7739786b356675","name":"read-resource","id":"76647a3635386964","timestamp":295093634,"duration":13213,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626a796c7a757161","name":"build-module-js","id":"6a7739786b356675","timestamp":295093569,"duration":13568,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b7137316d6d3771","name":"read-resource","id":"626478766d6c6b7a","timestamp":295093773,"duration":13391,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3674677368703864","name":"build-module-js","id":"6b7137316d6d3771","timestamp":295093741,"duration":13656,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/src/constant.js"}}]
30
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6d6966663432366d","name":"read-resource","id":"7a79773234397862","timestamp":295095588,"duration":14560,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e7637766d70386e","name":"build-module-js","id":"6d6966663432366d","timestamp":295095524,"duration":15609,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/internmap/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30676833776a6978","name":"read-resource","id":"6b6b3067786a6269","timestamp":295105032,"duration":7807,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62386b786d346c65","name":"build-module-js","id":"30676833776a6978","timestamp":295104966,"duration":9981,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/index-array-by/dist/index-array-by.module.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7572627a6e76686c","name":"read-resource","id":"353569376b6e766b","timestamp":295105115,"duration":9870,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7074396263777070","name":"build-module-js","id":"7572627a6e76686c","timestamp":295105076,"duration":10880,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/format/format.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356e6132666d6465","name":"read-resource","id":"33657639666f356a","timestamp":295118584,"duration":2732,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74386d316779636d","name":"build-module-js","id":"356e6132666d6465","timestamp":295118494,"duration":3254,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393579306a377065","name":"read-resource","id":"3334653335726b70","timestamp":295118670,"duration":3108,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666a70306d396f76","name":"build-module-js","id":"393579306a377065","timestamp":295118629,"duration":3538,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/html.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"677368716c386e62","name":"read-resource","id":"37733463656a3934","timestamp":295118729,"duration":3466,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356130653866686e","name":"build-module-js","id":"677368716c386e62","timestamp":295118697,"duration":4210,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/find.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65737068696b6677","name":"read-resource","id":"6b636e616c683675","timestamp":295118788,"duration":4151,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356130653866686e","name":"build-module-js","id":"65737068696b6677","timestamp":295118752,"duration":4422,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/normalize.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33666478327a7569","name":"read-resource","id":"703378686d73316d","timestamp":295119546,"duration":4878,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666d71787a693535","name":"build-module-js","id":"33666478327a7569","timestamp":295119484,"duration":5484,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/createPatternBuilder.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e67713979653675","name":"read-resource","id":"6d336a386a72646c","timestamp":295119625,"duration":5379,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3172687a39796933","name":"build-module-js","id":"6e67713979653675","timestamp":295119578,"duration":5685,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.forcelayout/lib/codeGenerators/getVariableName.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37696f6b36657368","name":"read-resource","id":"6b6d32736c673672","timestamp":295119688,"duration":5602,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6f30706f306970","name":"build-module-js","id":"37696f6b36657368","timestamp":295119655,"duration":5878,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616a3662346d3468","name":"read-resource","id":"36366e34756b666b","timestamp":295119742,"duration":5816,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6f30706f306970","name":"build-module-js","id":"616a3662346d3468","timestamp":295119711,"duration":6061,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67306a7a62616a74","name":"read-resource","id":"687377636b62786b","timestamp":295119797,"duration":5998,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c6f30706f306970","name":"build-module-js","id":"67306a7a62616a74","timestamp":295119766,"duration":6211,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c326675706c7a37","name":"read-resource","id":"706c666567786539","timestamp":295119849,"duration":6182,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"613765326d6a306c","name":"build-module-js","id":"6c326675706c7a37","timestamp":295119819,"duration":6415,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-dispatch/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"373269643368646a","name":"read-resource","id":"79706864367a706d","timestamp":295119898,"duration":6360,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"613765326d6a306c","name":"build-module-js","id":"373269643368646a","timestamp":295119870,"duration":6632,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-timer/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f6c6b6e6c62776f","name":"read-resource","id":"3867797034676278","timestamp":295127201,"duration":4529,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"6f6c6b6e6c62776f","timestamp":295127138,"duration":5071,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.merge/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a657071766d7375","name":"read-resource","id":"363972756f396577","timestamp":295127283,"duration":4957,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343369746461397a","name":"build-module-js","id":"7a657071766d7375","timestamp":295127243,"duration":6157,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/ngraph.random/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"read-resource","id":"7970766d67386674","timestamp":295141231,"duration":4086,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"616a3662346d3468","name":"build-module-js","id":"656b636c6d723871","timestamp":295141068,"duration":5482,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/quadtree.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f333676756a6e69","name":"read-resource","id":"39737a743138386d","timestamp":295141322,"duration":5259,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c326675706c7a37","name":"build-module-js","id":"6f333676756a6e69","timestamp":295141280,"duration":6653,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-dispatch/src/dispatch.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7835333273313871","name":"read-resource","id":"686e6770336b3177","timestamp":295141385,"duration":6580,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"373269643368646a","name":"build-module-js","id":"7835333273313871","timestamp":295141354,"duration":7953,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-timer/src/timer.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38306a766a357a6d","name":"read-resource","id":"6965307333676563","timestamp":295141466,"duration":7871,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"373269643368646a","name":"build-module-js","id":"38306a766a357a6d","timestamp":295141409,"duration":8349,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-timer/src/timeout.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7532646f36683879","name":"read-resource","id":"78677232677a796c","timestamp":295141522,"duration":8275,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"373269643368646a","name":"build-module-js","id":"7532646f36683879","timestamp":295141490,"duration":8792,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-timer/src/interval.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7331613776323170","name":"read-resource","id":"6d7936647a32646e","timestamp":295142710,"duration":10142,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696c696431713669","name":"build-module-js","id":"7331613776323170","timestamp":295142646,"duration":10595,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"read-resource","id":"307230736e6a3138","timestamp":295142782,"duration":10488,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626b38336f733038","name":"build-module-js","id":"3676656f71363533","timestamp":295142745,"duration":11304,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7969716165356a","name":"read-resource","id":"346b6477756a3979","timestamp":295142845,"duration":11232,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626b38336f733038","name":"build-module-js","id":"6d7969716165356a","timestamp":295142806,"duration":11572,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"read-resource","id":"7630326e37627474","timestamp":295142899,"duration":11504,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77327562686b3572","name":"build-module-js","id":"70686870627a6330","timestamp":295142868,"duration":12139,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"read-resource","id":"3576346f6a38366b","timestamp":295144706,"duration":13932,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37696f6b36657368","name":"build-module-js","id":"647a336c6d73646c","timestamp":295144648,"duration":14946,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/binarytree.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"read-resource","id":"7078363979373536","timestamp":295144775,"duration":14849,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67306a7a62616a74","name":"build-module-js","id":"6831377036797a6e","timestamp":295144739,"duration":15972,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/octree.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"306173346a6e6570","name":"read-resource","id":"6166733772706630","timestamp":295151035,"duration":14742,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393579306a377065","name":"build-module-js","id":"306173346a6e6570","timestamp":295150977,"duration":15222,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/xlink.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776e65356a757534","name":"read-resource","id":"6e706133336f6770","timestamp":295151118,"duration":15110,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393579306a377065","name":"build-module-js","id":"776e65356a757534","timestamp":295151080,"duration":15468,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/xml.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"723530727639796a","name":"read-resource","id":"6233663865616a64","timestamp":295151174,"duration":15403,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393579306a377065","name":"build-module-js","id":"723530727639796a","timestamp":295151143,"duration":15718,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/xmlns.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a63756e6f796774","name":"read-resource","id":"776268376139716a","timestamp":295151228,"duration":15660,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393579306a377065","name":"build-module-js","id":"7a63756e6f796774","timestamp":295151198,"duration":16146,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/aria.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7261767a7a626335","name":"read-resource","id":"6d61387336697578","timestamp":295151279,"duration":16092,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393579306a377065","name":"build-module-js","id":"7261767a7a626335","timestamp":295151250,"duration":17659,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/html.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3370303079357068","name":"read-resource","id":"6335676a6736616c","timestamp":295151338,"duration":17600,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"393579306a377065","name":"build-module-js","id":"3370303079357068","timestamp":295151308,"duration":18050,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/merge.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7139796e7672766b","name":"read-resource","id":"7537646e756a307a","timestamp":295151390,"duration":17997,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"677368716c386e62","name":"build-module-js","id":"7139796e7672766b","timestamp":295151360,"duration":18526,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/defined-info.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"627a373439677937","name":"read-resource","id":"7a67397030347767","timestamp":295151462,"duration":18464,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"677368716c386e62","name":"build-module-js","id":"627a373439677937","timestamp":295151431,"duration":18815,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/info.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3332316e306b6567","name":"read-resource","id":"687866626f6d676d","timestamp":295163908,"duration":40302,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356130653866686e","name":"build-module-js","id":"3332316e306b6567","timestamp":295163837,"duration":41126,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/hast-util-parse-selector/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c746c776c717574","name":"read-resource","id":"7164666e6a71666d","timestamp":295163988,"duration":41021,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356130653866686e","name":"build-module-js","id":"6c746c776c717574","timestamp":295163949,"duration":41492,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/space-separated-tokens/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3661336d666a6365","name":"read-resource","id":"6b376c7934333833","timestamp":295194670,"duration":18264,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356130653866686e","name":"build-module-js","id":"3661336d666a6365","timestamp":295194574,"duration":20598,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/comma-separated-tokens/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7970726732767166","name":"read-resource","id":"756e716678796e6b","timestamp":295194803,"duration":20407,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"7970726732767166","timestamp":295194751,"duration":21690,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/add.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"313135686f6b6b6c","name":"read-resource","id":"6772347769347073","timestamp":295194874,"duration":21600,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"313135686f6b6b6c","timestamp":295194837,"duration":22312,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/cover.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3065787676767a79","name":"read-resource","id":"3879377063327a79","timestamp":295194932,"duration":22248,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"3065787676767a79","timestamp":295194900,"duration":22630,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/data.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386d35766f346267","name":"read-resource","id":"7a76373535746576","timestamp":295195005,"duration":22556,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"386d35766f346267","timestamp":295194971,"duration":22912,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/extent.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f336c3965676d30","name":"read-resource","id":"7532746d79313131","timestamp":295195073,"duration":22839,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"6f336c3965676d30","timestamp":295195042,"duration":23721,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/find.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6368643139686375","name":"read-resource","id":"676d6d737071787a","timestamp":295195131,"duration":23665,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"6368643139686375","timestamp":295195101,"duration":24531,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/remove.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"61387a7170387178","name":"read-resource","id":"6562636d686b3631","timestamp":295198606,"duration":31848,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"61387a7170387178","timestamp":295198509,"duration":32356,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/root.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b76716c6630776b","name":"read-resource","id":"776a787470336535","timestamp":295198736,"duration":32163,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"6b76716c6630776b","timestamp":295198692,"duration":32568,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/size.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73377767326b3477","name":"read-resource","id":"6478617739687a6e","timestamp":295198811,"duration":32480,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"73377767326b3477","timestamp":295198774,"duration":33131,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/visit.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"31616a376a697670","name":"read-resource","id":"687a667978716465","timestamp":295198869,"duration":33069,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"31616a376a697670","timestamp":295198838,"duration":33725,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/visitAfter.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346b37726e653262","name":"read-resource","id":"6b63637875737833","timestamp":295198922,"duration":33673,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"346b37726e653262","timestamp":295198893,"duration":34049,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/x.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396f70376478616f","name":"read-resource","id":"766d346d6d726b6a","timestamp":295199014,"duration":33958,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b636c6d723871","name":"build-module-js","id":"396f70376478616f","timestamp":295198959,"duration":34332,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/y.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35657a61346d6e75","name":"read-resource","id":"777438796e75696c","timestamp":295199085,"duration":34235,"tags":{}}]
31
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"7331613776323170","name":"build-module-js","id":"35657a61346d6e75","timestamp":295199051,"duration":35013,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/defaultLocale.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37797a66716e776e","name":"read-resource","id":"6b32613731783772","timestamp":295199138,"duration":34969,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7331613776323170","name":"build-module-js","id":"37797a66716e776e","timestamp":295199109,"duration":36798,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/locale.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6762366965617a","name":"read-resource","id":"3737386179343762","timestamp":295199198,"duration":36741,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7331613776323170","name":"build-module-js","id":"6e6762366965617a","timestamp":295199168,"duration":37602,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatSpecifier.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a33776d65306731","name":"read-resource","id":"6c3763686a753776","timestamp":295199264,"duration":37541,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7331613776323170","name":"build-module-js","id":"6a33776d65306731","timestamp":295199233,"duration":37892,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/precisionFixed.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3874697039687536","name":"read-resource","id":"7168746f3370706d","timestamp":295199327,"duration":37828,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7331613776323170","name":"build-module-js","id":"3874697039687536","timestamp":295199296,"duration":38194,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/precisionPrefix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961326b677178","name":"read-resource","id":"7333703963766578","timestamp":295199381,"duration":38139,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7331613776323170","name":"build-module-js","id":"347961326b677178","timestamp":295199351,"duration":38508,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/precisionRound.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a79663379327036","name":"read-resource","id":"72637a7a7668796d","timestamp":295199432,"duration":38456,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"6a79663379327036","timestamp":295199404,"duration":39411,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/interval.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6d75696a6a356e","name":"read-resource","id":"6d34353363627362","timestamp":295199498,"duration":39350,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"6e6d75696a6a356e","timestamp":295199467,"duration":39963,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/millisecond.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336f38337078776b","name":"read-resource","id":"6c376f7739337167","timestamp":295199562,"duration":39900,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"336f38337078776b","timestamp":295199532,"duration":40401,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/second.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"766c643266613935","name":"read-resource","id":"3865726c73393772","timestamp":295199614,"duration":40349,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"766c643266613935","timestamp":295199585,"duration":40885,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/minute.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6331786334363636","name":"read-resource","id":"34666d3768723167","timestamp":295199669,"duration":40832,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"6331786334363636","timestamp":295199635,"duration":41337,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/hour.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3665776d70663533","name":"read-resource","id":"68656c3578763667","timestamp":295199733,"duration":41268,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"3665776d70663533","timestamp":295199704,"duration":41790,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/day.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"677a386b37706235","name":"read-resource","id":"7036617664356977","timestamp":295199795,"duration":41729,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"677a386b37706235","timestamp":295199766,"duration":42533,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/week.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37696c3834623062","name":"read-resource","id":"7164637166703133","timestamp":295201918,"duration":40412,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"37696c3834623062","timestamp":295199823,"duration":42967,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/month.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a7a726e6b733238","name":"read-resource","id":"7535357770757830","timestamp":295202019,"duration":40802,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"7a7a726e6b733238","timestamp":295201971,"duration":41410,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/year.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"643473316e797a71","name":"read-resource","id":"6466706173346139","timestamp":295202129,"duration":41283,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"643473316e797a71","timestamp":295202091,"duration":41766,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcMinute.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7330326e6e6c3532","name":"read-resource","id":"6a686b32717a6433","timestamp":295202200,"duration":41686,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"7330326e6e6c3532","timestamp":295202168,"duration":42186,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcHour.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3478726b316f6669","name":"read-resource","id":"636137356e77306c","timestamp":295202261,"duration":42126,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"3478726b316f6669","timestamp":295202229,"duration":43920,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcDay.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69793866727a6e79","name":"read-resource","id":"3234746b3336676e","timestamp":295202327,"duration":43857,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"69793866727a6e79","timestamp":295202296,"duration":44661,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcWeek.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73356b3174626735","name":"read-resource","id":"6d776279336f3837","timestamp":295202396,"duration":44594,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"73356b3174626735","timestamp":295202364,"duration":45078,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcMonth.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"31766475366a3573","name":"read-resource","id":"3566376a31387365","timestamp":295202462,"duration":45013,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"31766475366a3573","timestamp":295202431,"duration":45596,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/utcYear.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b717034376a6776","name":"read-resource","id":"79346d7539626672","timestamp":295202515,"duration":45562,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3676656f71363533","name":"build-module-js","id":"6b717034376a6776","timestamp":295202485,"duration":47474,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/ticks.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3766383736317576","name":"read-resource","id":"306762676f736c31","timestamp":295202565,"duration":47435,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7969716165356a","name":"build-module-js","id":"3766383736317576","timestamp":295202536,"duration":48011,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/defaultLocale.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6863717a74317771","name":"read-resource","id":"7468726b7963616d","timestamp":295202632,"duration":47946,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7969716165356a","name":"build-module-js","id":"6863717a74317771","timestamp":295202599,"duration":54133,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/locale.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66796d707a376369","name":"read-resource","id":"6534776a72757177","timestamp":295202701,"duration":54084,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7969716165356a","name":"build-module-js","id":"66796d707a376369","timestamp":295202666,"duration":54584,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/isoFormat.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7335796c76686371","name":"read-resource","id":"326d31627a343538","timestamp":295202754,"duration":54527,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7969716165356a","name":"build-module-js","id":"7335796c76686371","timestamp":295202723,"duration":55119,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time-format/src/isoParse.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376f72623470646e","name":"read-resource","id":"623537366a637778","timestamp":295202805,"duration":55069,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"376f72623470646e","timestamp":295202776,"duration":55723,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/value.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716d317334717163","name":"read-resource","id":"31396937386d6276","timestamp":295202871,"duration":55660,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"716d317334717163","timestamp":295202839,"duration":56300,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/array.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6635333939656334","name":"read-resource","id":"6e38376a6133397a","timestamp":295202932,"duration":56240,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"6635333939656334","timestamp":295202904,"duration":56790,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/basis.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6274666a30386e68","name":"read-resource","id":"6f6f6c7169757839","timestamp":295202996,"duration":56729,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"6274666a30386e68","timestamp":295202955,"duration":57211,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/basisClosed.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"337368746968736c","name":"read-resource","id":"6e73656c32366e72","timestamp":295203061,"duration":57137,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"337368746968736c","timestamp":295203019,"duration":57491,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/date.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3865643171677563","name":"read-resource","id":"3235696e766d6464","timestamp":295203131,"duration":57409,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"3865643171677563","timestamp":295203099,"duration":57737,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/discrete.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71646b37346e7531","name":"read-resource","id":"797a64387573376a","timestamp":295203195,"duration":57673,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"71646b37346e7531","timestamp":295203164,"duration":58042,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/hue.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"346b7a7565323079","name":"read-resource","id":"76346a7a716b6161","timestamp":295203252,"duration":57983,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"346b7a7565323079","timestamp":295203217,"duration":58284,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/number.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316f673331636d61","name":"read-resource","id":"6963373336686e37","timestamp":295203302,"duration":58227,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"316f673331636d61","timestamp":295203273,"duration":58705,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/numberArray.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"317a72333762786a","name":"read-resource","id":"6d763777716e6664","timestamp":295203367,"duration":58641,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"317a72333762786a","timestamp":295203337,"duration":59132,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/object.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396e667433683938","name":"read-resource","id":"34756a6179687870","timestamp":295203428,"duration":59070,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"396e667433683938","timestamp":295203399,"duration":59399,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/round.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39786177736e7534","name":"read-resource","id":"3172697869753575","timestamp":295203479,"duration":59348,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"39786177736e7534","timestamp":295203450,"duration":60222,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/string.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"677a313274673332","name":"read-resource","id":"6779376a656b6373","timestamp":295203529,"duration":60175,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"677a313274673332","timestamp":295203500,"duration":61073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/zoom.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3964666e30657763","name":"read-resource","id":"6e6939326d656465","timestamp":295203592,"duration":61015,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"3964666e30657763","timestamp":295203562,"duration":63023,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/rgb.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3963656a33676577","name":"read-resource","id":"72736568656a6735","timestamp":295203653,"duration":62968,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"3963656a33676577","timestamp":295203625,"duration":63557,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/hsl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6670337a62746875","name":"read-resource","id":"78723463656f3531","timestamp":295208160,"duration":66992,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"6670337a62746875","timestamp":295208096,"duration":67582,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/lab.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b73683333667866","name":"read-resource","id":"7834777a70716762","timestamp":295208267,"duration":67446,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"6b73683333667866","timestamp":295208224,"duration":68074,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/hcl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32656f7839723866","name":"read-resource","id":"3577356272387430","timestamp":295208347,"duration":67982,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"32656f7839723866","timestamp":295208307,"duration":68616,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/cubehelix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30667138756c3371","name":"read-resource","id":"34356a76786b7a72","timestamp":295208407,"duration":68546,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"30667138756c3371","timestamp":295208375,"duration":69057,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/piecewise.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d71336333376a68","name":"read-resource","id":"30636d6162347263","timestamp":295228543,"duration":50884,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"6d71336333376a68","timestamp":295228425,"duration":51363,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/quantize.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6174366d6b633071","name":"read-resource","id":"7271736665736c36","timestamp":295228664,"duration":51154,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70686870627a6330","name":"build-module-js","id":"6174366d6b633071","timestamp":295228599,"duration":52288,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/transform/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3375356e6771676c","name":"read-resource","id":"7570746f6a746f6d","timestamp":295228727,"duration":52191,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6364627166377268","name":"build-module-js","id":"3375356e6771676c","timestamp":295228694,"duration":52543,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"read-resource","id":"33676a796e316a66","timestamp":295272647,"duration":18830,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6364627166377268","name":"build-module-js","id":"716e73657a643434","timestamp":295272575,"duration":19671,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7679736d38676e70","name":"read-resource","id":"6773327038677872","timestamp":295272744,"duration":19543,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656d66686b6b3866","name":"build-module-js","id":"7679736d38676e70","timestamp":295272707,"duration":19989,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/is-alphabetical/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a63616c796f6472","name":"read-resource","id":"697a7662306e3832","timestamp":295272812,"duration":19913,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"7a63616c796f6472","timestamp":295272773,"duration":20865,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/add.js"}}]
32
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"66656a72776a3637","name":"read-resource","id":"7a7771677a757a74","timestamp":295272870,"duration":20994,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"66656a72776a3637","timestamp":295272838,"duration":21607,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/cover.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"306a79336d726267","name":"read-resource","id":"7662386d36306f33","timestamp":295272922,"duration":21553,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"306a79336d726267","timestamp":295272893,"duration":21916,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/data.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67327a6b6c687a77","name":"read-resource","id":"75386f6634727163","timestamp":295272972,"duration":21866,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"67327a6b6c687a77","timestamp":295272944,"duration":22190,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/extent.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6367696b76667331","name":"read-resource","id":"7a3537323762377a","timestamp":295273021,"duration":22141,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"6367696b76667331","timestamp":295272993,"duration":22811,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/find.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686a636c30346661","name":"read-resource","id":"6279763538327562","timestamp":295273074,"duration":22762,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"686a636c30346661","timestamp":295273042,"duration":23523,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/remove.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e76756d6a777138","name":"read-resource","id":"7371307731347968","timestamp":295273124,"duration":23473,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"6e76756d6a777138","timestamp":295273096,"duration":23746,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/root.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3030383172326773","name":"read-resource","id":"63687971786c7764","timestamp":295273171,"duration":23699,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"3030383172326773","timestamp":295273144,"duration":24010,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/size.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d6f65706a723276","name":"read-resource","id":"746f64376938756c","timestamp":295273220,"duration":23964,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"6d6f65706a723276","timestamp":295273193,"duration":24457,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/visit.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356f6c6d7a36616b","name":"read-resource","id":"636f32336170706f","timestamp":295273267,"duration":24423,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"356f6c6d7a36616b","timestamp":295273240,"duration":24917,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/visitAfter.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"717a646c63616b39","name":"read-resource","id":"6566386573336969","timestamp":295273314,"duration":24875,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"647a336c6d73646c","name":"build-module-js","id":"717a646c63616b39","timestamp":295273287,"duration":25219,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/x.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b37646c7964376d","name":"read-resource","id":"70636f7975736339","timestamp":295273361,"duration":25175,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"6b37646c7964376d","timestamp":295273335,"duration":26372,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/add.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71327a6c3863666a","name":"read-resource","id":"3467733161316136","timestamp":295273434,"duration":26304,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"71327a6c3863666a","timestamp":295273405,"duration":27186,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/cover.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65796e7868387872","name":"read-resource","id":"6837636a68307371","timestamp":295273492,"duration":27147,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"65796e7868387872","timestamp":295273460,"duration":27495,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/data.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7776326162777177","name":"read-resource","id":"3375657876767467","timestamp":295273540,"duration":27444,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"7776326162777177","timestamp":295273514,"duration":27800,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/extent.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71306f726d6f706d","name":"read-resource","id":"7175793975797677","timestamp":295273589,"duration":27755,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"71306f726d6f706d","timestamp":295273562,"duration":28719,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/find.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6263727671696572","name":"read-resource","id":"3339773464687965","timestamp":295273637,"duration":28675,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"6263727671696572","timestamp":295273609,"duration":29655,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/remove.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6870363371717963","name":"read-resource","id":"66797a6369327133","timestamp":295273685,"duration":29612,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"6870363371717963","timestamp":295273657,"duration":29877,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/root.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f626a6f796e7530","name":"read-resource","id":"6d3262726e786e6e","timestamp":295273732,"duration":29827,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"6f626a6f796e7530","timestamp":295273706,"duration":30137,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/size.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"73666b706b76366b","name":"read-resource","id":"706a327334676478","timestamp":295273780,"duration":30100,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"73666b706b76366b","timestamp":295273753,"duration":30811,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/visit.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366578646f646a65","name":"read-resource","id":"7032686e7372716c","timestamp":295273828,"duration":30768,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"366578646f646a65","timestamp":295273800,"duration":31466,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/visitAfter.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"78797174336e7664","name":"read-resource","id":"70696c6476636a6d","timestamp":295273875,"duration":31425,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"78797174336e7664","timestamp":295273849,"duration":31773,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/x.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6936366938667871","name":"read-resource","id":"7a70663138733073","timestamp":295273927,"duration":31722,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"6936366938667871","timestamp":295273897,"duration":32065,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/y.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b6a736b37737539","name":"read-resource","id":"667836357a793870","timestamp":295273977,"duration":32015,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6831377036797a6e","name":"build-module-js","id":"6b6a736b37737539","timestamp":295273950,"duration":32343,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/z.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36377a646631696f","name":"read-resource","id":"6d763836666c7274","timestamp":295279041,"duration":31058,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"306173346a6e6570","name":"build-module-js","id":"36377a646631696f","timestamp":295278969,"duration":31780,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/create.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7132626f376d3063","name":"read-resource","id":"3663707133387138","timestamp":295279125,"duration":31661,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"723530727639796a","name":"build-module-js","id":"7132626f376d3063","timestamp":295279084,"duration":32005,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/case-insensitive-transform.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d3736707836306d","name":"read-resource","id":"3538776362613530","timestamp":295279189,"duration":31931,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a63756e6f796774","name":"build-module-js","id":"6d3736707836306d","timestamp":295279151,"duration":32294,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/types.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3679303732676667","name":"read-resource","id":"3278376c63737373","timestamp":295279243,"duration":32233,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3370303079357068","name":"build-module-js","id":"3679303732676667","timestamp":295279213,"duration":32604,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/schema.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3577327238663534","name":"read-resource","id":"706161686c646b65","timestamp":295290395,"duration":24530,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f336c3965676d30","name":"build-module-js","id":"3577327238663534","timestamp":295290225,"duration":25087,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-quadtree/src/quad.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746e73776c676764","name":"read-resource","id":"6775366d6d336532","timestamp":295308039,"duration":11677,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37797a66716e776e","name":"build-module-js","id":"746e73776c676764","timestamp":295307961,"duration":12200,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/exponent.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3469747535693572","name":"read-resource","id":"38657372757a3676","timestamp":295308144,"duration":12049,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37797a66716e776e","name":"build-module-js","id":"3469747535693572","timestamp":295308104,"duration":12555,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatGroup.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3569627136736a71","name":"read-resource","id":"74377169676b6579","timestamp":295308206,"duration":12484,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37797a66716e776e","name":"build-module-js","id":"3569627136736a71","timestamp":295308175,"duration":12831,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatNumerals.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74623462336e6d73","name":"read-resource","id":"316b393036733778","timestamp":295308258,"duration":12776,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37797a66716e776e","name":"build-module-js","id":"74623462336e6d73","timestamp":295308230,"duration":15963,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatTrim.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7564676f65757869","name":"read-resource","id":"6c3269317a716a64","timestamp":295308319,"duration":15908,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37797a66716e776e","name":"build-module-js","id":"7564676f65757869","timestamp":295308283,"duration":16495,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatTypes.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326662756a76676d","name":"read-resource","id":"6271333869723332","timestamp":295308370,"duration":16439,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37797a66716e776e","name":"build-module-js","id":"326662756a76676d","timestamp":295308342,"duration":17032,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatPrefixAuto.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"31707a6b69333468","name":"read-resource","id":"36707964786b397a","timestamp":295308418,"duration":16990,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37797a66716e776e","name":"build-module-js","id":"31707a6b69333468","timestamp":295308392,"duration":17252,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/identity.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7434657731756e32","name":"read-resource","id":"6d723063776b6a63","timestamp":295308469,"duration":17201,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"336f38337078776b","name":"build-module-js","id":"7434657731756e32","timestamp":295308440,"duration":17676,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-time/src/duration.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7375696c6a396334","name":"read-resource","id":"687a687036373563","timestamp":295308523,"duration":17629,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376f72623470646e","name":"build-module-js","id":"7375696c6a396334","timestamp":295308493,"duration":17893,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/constant.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e72623975383071","name":"read-resource","id":"6662793532707735","timestamp":295308572,"duration":17840,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71646b37346e7531","name":"build-module-js","id":"6e72623975383071","timestamp":295308546,"duration":18506,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/color.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"706478636567646c","name":"read-resource","id":"6a37766d7a396a70","timestamp":295318614,"duration":12408,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3375356e6771676c","name":"build-module-js","id":"706478636567646c","timestamp":295318532,"duration":15899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/color.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6277776c7271756a","name":"read-resource","id":"387a6c7369767433","timestamp":295318693,"duration":15769,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3375356e6771676c","name":"build-module-js","id":"6277776c7271756a","timestamp":295318656,"duration":17586,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/lab.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a64306c74746365","name":"read-resource","id":"38376e71376e3134","timestamp":295318750,"duration":17525,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3375356e6771676c","name":"build-module-js","id":"6a64306c74746365","timestamp":295318720,"duration":18754,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/cubehelix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30396278646e6933","name":"read-resource","id":"776f64306370666d","timestamp":295318804,"duration":18702,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6174366d6b633071","name":"build-module-js","id":"30396278646e6933","timestamp":295318774,"duration":19602,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/transform/parse.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6637676331776d7a","name":"read-resource","id":"7a746e7835727335","timestamp":295327894,"duration":12500,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"6637676331776d7a","timestamp":295327827,"duration":13203,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/value.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396e67776c756d6e","name":"read-resource","id":"6d75373867347871","timestamp":295328006,"duration":13054,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"396e67776c756d6e","timestamp":295327966,"duration":13679,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/array.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"77356b67346d3169","name":"read-resource","id":"3537786a72626172","timestamp":295328083,"duration":13591,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"77356b67346d3169","timestamp":295328034,"duration":14136,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/basis.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626e39656a303879","name":"read-resource","id":"6132756a65353771","timestamp":295328145,"duration":14055,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"626e39656a303879","timestamp":295328107,"duration":14476,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/basisClosed.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62746e356f686c36","name":"read-resource","id":"6a6733307732717a","timestamp":295328197,"duration":14416,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"62746e356f686c36","timestamp":295328168,"duration":14746,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/date.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68317a7974336a64","name":"read-resource","id":"7276317870657961","timestamp":295328248,"duration":14695,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"68317a7974336a64","timestamp":295328220,"duration":15012,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/discrete.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356b6271686b3765","name":"read-resource","id":"363467756c336e66","timestamp":295328297,"duration":14963,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"356b6271686b3765","timestamp":295328270,"duration":15323,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/hue.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c33786d706a3071","name":"read-resource","id":"6c7a3131796e6969","timestamp":295328346,"duration":15276,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"6c33786d706a3071","timestamp":295328319,"duration":15566,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/number.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"33656e3977757667","name":"read-resource","id":"39686238696f6779","timestamp":295328396,"duration":15516,"tags":{}}]
33
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"33656e3977757667","timestamp":295328369,"duration":16305,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/numberArray.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7875766962326c67","name":"read-resource","id":"7365346375643137","timestamp":295328442,"duration":16264,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"7875766962326c67","timestamp":295328416,"duration":16752,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/object.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"64797574786c6974","name":"read-resource","id":"7666626670796663","timestamp":295328496,"duration":16703,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"64797574786c6974","timestamp":295328464,"duration":17025,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/round.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"38616564736a7732","name":"read-resource","id":"383773756a717536","timestamp":295328544,"duration":16973,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"38616564736a7732","timestamp":295328516,"duration":17838,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/string.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69747369396d6d61","name":"read-resource","id":"7467796e30373039","timestamp":295328590,"duration":17796,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"69747369396d6d61","timestamp":295328564,"duration":18619,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/zoom.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7978333862756579","name":"read-resource","id":"627a397772697672","timestamp":295328637,"duration":18577,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"7978333862756579","timestamp":295328611,"duration":19416,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/rgb.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6934707076373370","name":"read-resource","id":"613676716f786a6f","timestamp":295328684,"duration":19402,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"6934707076373370","timestamp":295328658,"duration":19998,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/hsl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3338636335736d36","name":"read-resource","id":"6134376336623030","timestamp":295328731,"duration":19955,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"3338636335736d36","timestamp":295328704,"duration":20420,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/lab.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"70706b7a36383766","name":"read-resource","id":"7072627731793538","timestamp":295328778,"duration":20379,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"70706b7a36383766","timestamp":295328752,"duration":20920,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/hcl.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"69757165746f7778","name":"read-resource","id":"6d6f363574696b32","timestamp":295328840,"duration":20862,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"69757165746f7778","timestamp":295328811,"duration":21476,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/cubehelix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c307a316a6e6e39","name":"read-resource","id":"656f787770776779","timestamp":295328888,"duration":21431,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"6c307a316a6e6e39","timestamp":295328862,"duration":21899,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/piecewise.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b72756679357530","name":"read-resource","id":"327a35786a39716f","timestamp":295328941,"duration":21870,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"6b72756679357530","timestamp":295328909,"duration":22230,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/quantize.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c776a78366f6875","name":"read-resource","id":"38696a777872366c","timestamp":295339711,"duration":20538,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716e73657a643434","name":"build-module-js","id":"6c776a78366f6875","timestamp":295339647,"duration":21704,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/transform/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3130333271616a38","name":"read-resource","id":"6675796635326b6c","timestamp":295339799,"duration":21584,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6367696b76667331","name":"build-module-js","id":"3130333271616a38","timestamp":295339760,"duration":21990,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-binarytree/src/half.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6166783833736d35","name":"read-resource","id":"3069763162697331","timestamp":295339858,"duration":21923,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"71306f726d6f706d","name":"build-module-js","id":"6166783833736d35","timestamp":295339828,"duration":22244,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-octree/src/octant.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3467767978637778","name":"read-resource","id":"386e783772366466","timestamp":295358231,"duration":5449,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7132626f376d3063","name":"build-module-js","id":"3467767978637778","timestamp":295358146,"duration":5832,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/property-information/lib/util/case-sensitive-transform.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"323833633564356f","name":"read-resource","id":"663131726d6d6b6e","timestamp":295358319,"duration":5685,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"746e73776c676764","name":"build-module-js","id":"323833633564356f","timestamp":295358279,"duration":6232,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatDecimal.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"366c78696b303270","name":"read-resource","id":"667a3862357a7678","timestamp":295358385,"duration":6157,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7564676f65757869","name":"build-module-js","id":"366c78696b303270","timestamp":295358346,"duration":6660,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-format/src/formatRounded.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326c636539686469","name":"read-resource","id":"656e69786465396e","timestamp":295362894,"duration":3779,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"706478636567646c","name":"build-module-js","id":"326c636539686469","timestamp":295362827,"duration":6091,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/define.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7337676c67643167","name":"read-resource","id":"6c6463796c616a73","timestamp":295362975,"duration":5975,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6277776c7271756a","name":"build-module-js","id":"7337676c67643167","timestamp":295362938,"duration":6312,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-color/src/math.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7436763673766172","name":"read-resource","id":"3073356468397262","timestamp":295363031,"duration":6248,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"30396278646e6933","name":"build-module-js","id":"7436763673766172","timestamp":295363001,"duration":6801,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-interpolate/src/transform/decompose.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65367276776c6a79","name":"read-resource","id":"7837693536696577","timestamp":295365927,"duration":11137,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6637676331776d7a","name":"build-module-js","id":"65367276776c6a79","timestamp":295365873,"duration":11483,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/constant.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"626e626c616d7662","name":"read-resource","id":"646d337877793469","timestamp":295366006,"duration":11385,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"356b6271686b3765","name":"build-module-js","id":"626e626c616d7662","timestamp":295365970,"duration":12095,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/color.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343636326d63697a","name":"read-resource","id":"307237626736676a","timestamp":295369967,"duration":8819,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c776a78366f6875","name":"build-module-js","id":"343636326d63697a","timestamp":295369908,"duration":9436,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/transform/parse.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66726d786861356d","name":"read-resource","id":"6d6d736532696231","timestamp":295380315,"duration":561,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3370303079357068","name":"build-module-js","id":"66726d786861356d","timestamp":295380258,"duration":1023,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/xtend/immutable.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"387735666f717474","timestamp":283665450,"duration":11715962,"tags":{"request":"next-client-pages-loader?page=%2Fevents%2F%5Bname%5D&absolutePagePath=private-next-pages%2Fevents%2F%5Bname%5D.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e32366f65383532","name":"read-resource","id":"73336c6967683077","timestamp":295380674,"duration":1115,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"343636326d63697a","name":"build-module-js","id":"6e32366f65383532","timestamp":295380622,"duration":1725,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale-chromatic/node_modules/d3-interpolate/src/transform/decompose.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c7536663275726d","name":"read-resource","id":"7061653332346a6d","timestamp":295382597,"duration":251,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376f72623470646e","name":"build-module-js","id":"6c7536663275726d","timestamp":295382540,"duration":634,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/index.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776a6f79766a7072","name":"read-resource","id":"6b786f7861767a79","timestamp":295384418,"duration":371,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c7536663275726d","name":"build-module-js","id":"776a6f79766a7072","timestamp":295384365,"duration":3808,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/color.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7472306433783770","name":"read-resource","id":"3775677379746977","timestamp":295384626,"duration":3818,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c7536663275726d","name":"build-module-js","id":"7472306433783770","timestamp":295384580,"duration":5653,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/lab.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76763473376b3134","name":"read-resource","id":"717379706b313177","timestamp":295384686,"duration":6015,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c7536663275726d","name":"build-module-js","id":"76763473376b3134","timestamp":295384655,"duration":7186,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/cubehelix.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32666e77626e6d68","name":"read-resource","id":"7979346361717071","timestamp":295392886,"duration":281,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"776a6f79766a7072","name":"build-module-js","id":"32666e77626e6d68","timestamp":295392828,"duration":756,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/define.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6732356a356d6c63","name":"read-resource","id":"6e7a783870723168","timestamp":295393078,"duration":624,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7472306433783770","name":"build-module-js","id":"6732356a356d6c63","timestamp":295393031,"duration":976,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/d3-scale/node_modules/d3-color/src/math.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"add-entry","id":"6c65767971676837","timestamp":283665570,"duration":11728541,"tags":{"request":"next-client-pages-loader?page=%2Foverview&absolutePagePath=private-next-pages%2Foverview.tsx!"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"make","id":"75796b7a73336832","timestamp":283664186,"duration":11730259,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"webpack-compilation-chunk-graph","id":"346275653039346c","timestamp":295556916,"duration":83623,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"webpack-compilation-optimize-modules","id":"387871746a397078","timestamp":295640765,"duration":266,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"webpack-compilation-optimize-chunks","id":"6f72316a347a6a31","timestamp":295641177,"duration":101664,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"webpack-compilation-optimize-tree","id":"373762723369306b","timestamp":295742993,"duration":202,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"webpack-compilation-optimize","id":"6c396a3239347869","timestamp":295640656,"duration":182650,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"webpack-compilation-hash","id":"686a6d716a323334","timestamp":296532158,"duration":15225,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"NextJsBuildManifest-generateClientManifest","id":"7437353473736b6b","timestamp":296592196,"duration":2033,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"NextJsBuildManifest-createassets","id":"6163706a76737362","timestamp":296590792,"duration":3460,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"79317273346d7631","timestamp":296642614,"duration":1669646,"tags":{"name":"static/chunks/main-4a8849624a384858.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"387077736a6b6a78","timestamp":298312343,"duration":201410,"tags":{"name":"static/chunks/pages/_app-83b4d0a735f793b8.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6c7066356e396a6c","timestamp":298513804,"duration":112022,"tags":{"name":"static/chunks/pages/events-82721b1467b1503e.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6564326a64637663","timestamp":298625877,"duration":8532,"tags":{"name":"static/chunks/pages/events/[name]-c94bde10b323dc4f.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"39776f647068786c","timestamp":298634454,"duration":38065,"tags":{"name":"static/chunks/pages/events/[name]/logs-f02c3de0dd5c2500.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6639727770646379","timestamp":298672573,"duration":12289,"tags":{"name":"static/chunks/pages/events/[name]/v/[version]-eb701c37ed4df0a2.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6278367767366264","timestamp":298684918,"duration":9742,"tags":{"name":"static/chunks/pages/index-970b85d101808db3.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"3278646d37783977","timestamp":298694705,"duration":94880,"tags":{"name":"static/chunks/pages/overview-77df3f0a0152acfd.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"7173667533356875","timestamp":298789659,"duration":29675,"tags":{"name":"static/chunks/pages/services-1cbaecb6ad00288d.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"626c316e6d367866","timestamp":298819389,"duration":124654,"tags":{"name":"static/chunks/pages/services/[name]-464f30d1d8436efd.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"7565747831367231","timestamp":298944121,"duration":60179,"tags":{"name":"static/chunks/pages/users/[id]-387c1dd23aca2024.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6e65677a38316c67","timestamp":299004349,"duration":9361,"tags":{"name":"static/chunks/pages/_error-469acf3290282b3e.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"7538396263367233","timestamp":299013759,"duration":48753,"tags":{"name":"static/chunks/webpack-a611d80f30c10438.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6b6e6c6b71333737","timestamp":299062561,"duration":2143206,"tags":{"name":"static/chunks/638.7e47dc1618867a1a.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"7477706b3572396d","timestamp":301205818,"duration":1397466,"tags":{"name":"static/chunks/framework-528093376f4e5e05.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"7571713870323768","timestamp":302603344,"duration":7532570,"tags":{"name":"static/chunks/176cb4e4-e1f0a4f32e5291f9.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6a327972696d6e73","timestamp":310135980,"duration":3059865,"tags":{"name":"static/chunks/020d8314.0178688c02054823.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"72396d6e31736b69","timestamp":313195892,"duration":138242,"tags":{"name":"static/chunks/519-c912e1c4f96a15cb.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"646f717777353164","timestamp":313334185,"duration":130655,"tags":{"name":"static/chunks/962-7acae8f015718778.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"796e397739776e6e","timestamp":313464904,"duration":1337286,"tags":{"name":"static/chunks/954-99e5d1e2de1bc840.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"3031666431727a67","timestamp":314802241,"duration":179449,"tags":{"name":"static/chunks/274-805846a3990a67a3.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6a7978656c726737","timestamp":314981757,"duration":1316851,"tags":{"name":"static/chunks/364-1ea39bdd3340d53c.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"7173363638386431","timestamp":316298659,"duration":96023,"tags":{"name":"static/chunks/336-b6e6acea1fb6165c.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"3779347275656674","timestamp":316394735,"duration":99587,"tags":{"name":"static/chunks/873-3a79f1c6e7b4607e.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"6b31666877746e35","timestamp":316494371,"duration":3531,"tags":{"name":"static/_vd7D7jNxx4JR685n7v1G/_ssgManifest.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"616d7a7872307379","timestamp":316497943,"duration":1326,"tags":{"name":"static/_vd7D7jNxx4JR685n7v1G/_middlewareManifest.js","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"303774326c303967","name":"minify-js","id":"783267673934746f","timestamp":316499300,"duration":3804,"tags":{"name":"static/_vd7D7jNxx4JR685n7v1G/_buildManifest.js","cache":"MISS"}}]
34
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"terser-webpack-plugin-optimize","id":"303774326c303967","timestamp":296594633,"duration":19938890,"tags":{"compilationName":"client"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"763134316e736f33","name":"minify-css","id":"63773131357a716b","timestamp":316534116,"duration":478689,"tags":{"file":"static/css/1ccd4f988a78e3cd.css","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"763134316e736f33","name":"minify-css","id":"32677862716d777a","timestamp":316534211,"duration":478605,"tags":{"file":"static/css/fe86c74d88c9fdf4.css","cache":"MISS"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"css-minimizer-plugin","id":"763134316e736f33","timestamp":316533761,"duration":479060,"tags":{"webpackVersion":"5"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"666f3338736c616b","name":"webpack-compilation-seal","id":"3978376935347161","timestamp":295496364,"duration":21550800,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"webpack-compilation","id":"666f3338736c616b","timestamp":283652656,"duration":33395009,"tags":{"name":"client"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"emit","id":"7338357830713167","timestamp":317048256,"duration":9226,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"webpack-close","id":"7076333334763462","timestamp":317058367,"duration":1669439,"tags":{"name":"client"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7076333334763462","name":"webpack-generate-error-stats","id":"326a733768656d32","timestamp":318727924,"duration":4236,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"next-trace-entrypoint-plugin","id":"6f326c7233317777","timestamp":318747465,"duration":1877,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"39776661786b6f70","name":"next-swc-transform","id":"646433386c76686b","timestamp":318817940,"duration":38733,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6570313237753738","name":"next-swc-loader","id":"39776661786b6f70","timestamp":318817844,"duration":38842,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"6570313237753738","timestamp":318790951,"duration":67586,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/index.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676e356e75697376","name":"next-swc-transform","id":"7431313838616471","timestamp":318818790,"duration":40337,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a61393679677662","name":"next-swc-loader","id":"676e356e75697376","timestamp":318818740,"duration":40393,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"7a61393679677662","timestamp":318791926,"duration":69332,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/overview.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386b6866776c6970","name":"next-swc-transform","id":"39316e6a67616377","timestamp":318819637,"duration":41659,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74336677706b6f62","name":"next-swc-loader","id":"386b6866776c6970","timestamp":318819584,"duration":41715,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"74336677706b6f62","timestamp":318792952,"duration":69729,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6e6a6e616f387231","name":"next-swc-transform","id":"387173696334336f","timestamp":318816181,"duration":46537,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76796c30377a6971","name":"next-swc-loader","id":"6e6a6e616f387231","timestamp":318816045,"duration":46676,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"76796c30377a6971","timestamp":318788546,"duration":74993,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/_app.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62627335726e7266","name":"next-swc-transform","id":"6c39367670726e6d","timestamp":318821304,"duration":42274,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7939756c37356b37","name":"next-swc-loader","id":"62627335726e7266","timestamp":318821262,"duration":42318,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"7939756c37356b37","timestamp":318794863,"duration":71383,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/logs.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37617a637565356f","name":"next-swc-transform","id":"6f37637536313771","timestamp":318822141,"duration":44139,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376c316830717430","name":"next-swc-loader","id":"37617a637565356f","timestamp":318822099,"duration":44184,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"376c316830717430","timestamp":318795822,"duration":71545,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name]/v/[version].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7139356666343634","name":"next-swc-transform","id":"6d6a70616f71336c","timestamp":318817067,"duration":50339,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a66616b33366339","name":"next-swc-loader","id":"7139356666343634","timestamp":318817009,"duration":50400,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"6a66616b33366339","timestamp":318789954,"duration":80348,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"316d333772383076","name":"next-swc-transform","id":"69626a7a63387065","timestamp":318822946,"duration":47391,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"next-swc-loader","id":"316d333772383076","timestamp":318822904,"duration":47437,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"783865783769326b","timestamp":318796814,"duration":75181,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/services/[name].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"663869726e643679","name":"next-swc-transform","id":"35626f36626e3531","timestamp":318824589,"duration":47440,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3034383838797870","name":"next-swc-loader","id":"663869726e643679","timestamp":318824544,"duration":47487,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-js","id":"3034383838797870","timestamp":318798766,"duration":74332,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/api/event/[name]/download.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7870617367657669","name":"next-swc-transform","id":"716a393773677539","timestamp":318823757,"duration":49379,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386a387a6661356c","name":"next-swc-loader","id":"7870617367657669","timestamp":318823715,"duration":49425,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"386a387a6661356c","timestamp":318797788,"duration":76948,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/users/[id].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"786b3239376e6c67","name":"next-swc-transform","id":"77616d356663637a","timestamp":318825407,"duration":49365,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62776e6f64373161","name":"next-swc-loader","id":"786b3239376e6c67","timestamp":318825357,"duration":49418,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-js","id":"62776e6f64373161","timestamp":318800585,"duration":75839,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/pages/_error.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f79377931723977","name":"next-swc-transform","id":"656c726c61366765","timestamp":318820490,"duration":55970,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7468747071356b6f","name":"next-swc-loader","id":"6f79377931723977","timestamp":318820446,"duration":56018,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-tsx","id":"7468747071356b6f","timestamp":318793901,"duration":88152,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/pages/events/[name].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376d6f7263353063","name":"next-swc-transform","id":"6a766a6e706d6162","timestamp":318826220,"duration":72346,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6235633172323479","name":"next-swc-loader","id":"376d6f7263353063","timestamp":318826178,"duration":72398,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"build-module-js","id":"6235633172323479","timestamp":318801577,"duration":111729,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/pages/_document.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6570313237753738","name":"build-module-react/jsx-runtime","id":"79776b32726e6173","timestamp":318919262,"duration":824,"tags":{"name":"react/jsx-runtime"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a61393679677662","name":"build-module-react","id":"7562367a736d696c","timestamp":318920160,"duration":41,"tags":{"name":"react"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6235633172323479","name":"build-module-/server/get-page-files","id":"76706b6a31747972","timestamp":318934481,"duration":46,"tags":{"name":"../server/get-page-files"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6235633172323479","name":"build-module-/server/utils","id":"3836657372377631","timestamp":318934558,"duration":19,"tags":{"name":"../server/utils"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6235633172323479","name":"build-module-/server/htmlescape","id":"6d6f666b63363632","timestamp":318934603,"duration":17,"tags":{"name":"../server/htmlescape"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"62776e6f64373161","name":"build-module-/shared/lib/head","id":"346d377a6b6a646a","timestamp":318940580,"duration":44,"tags":{"name":"../shared/lib/head"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6235633172323479","name":"build-module-/shared/lib/constants","id":"627576326f313630","timestamp":318940655,"duration":35,"tags":{"name":"../shared/lib/constants"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6235633172323479","name":"build-module-/shared/lib/utils","id":"7331373078717437","timestamp":318940705,"duration":16,"tags":{"name":"../shared/lib/utils"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3572676a32786d72","name":"next-swc-transform","id":"6b6837736b776563","timestamp":318937445,"duration":5797,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"667a376d696b336a","name":"next-swc-loader","id":"3572676a32786d72","timestamp":318937383,"duration":5866,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6235633172323479","name":"build-module-js","id":"667a376d696b336a","timestamp":318934636,"duration":13055,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/script.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"3135776567667231","timestamp":318754609,"duration":193241,"tags":{"request":"next/dist/pages/_error"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6333683769373164","name":"read-resource","id":"756e763275706d75","timestamp":318936095,"duration":16049,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6235633172323479","name":"build-module-js","id":"6333683769373164","timestamp":318935805,"duration":16858,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/lib/is-error.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"667a376d696b336a","name":"build-module-/shared/lib/head-manager-context","id":"666c6636787a3032","timestamp":318990762,"duration":40,"tags":{"name":"../shared/lib/head-manager-context"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"667837397864386e","name":"next-swc-transform","id":"3479787975653064","timestamp":318994198,"duration":8006,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35733764616f7036","name":"next-swc-loader","id":"667837397864386e","timestamp":318994135,"duration":8080,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"667a376d696b336a","name":"build-module-js","id":"35733764616f7036","timestamp":318989611,"duration":17762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/request-idle-callback.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7173756261326863","name":"next-swc-transform","id":"336d767537773373","timestamp":318995103,"duration":22378,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7036756b69797068","name":"next-swc-loader","id":"7173756261326863","timestamp":318995054,"duration":22436,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"667a376d696b336a","name":"build-module-js","id":"7036756b69797068","timestamp":318990841,"duration":29280,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/head-manager.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b70727269736c32","name":"read-resource","id":"31643363636a6232","timestamp":318988149,"duration":32525,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6570313237753738","name":"build-module-js","id":"6b70727269736c32","timestamp":318987990,"duration":33073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/link.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7467366331703571","name":"read-resource","id":"3474377768716169","timestamp":318988258,"duration":32839,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a61393679677662","name":"build-module-js","id":"7467366331703571","timestamp":318988201,"duration":33107,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dynamic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"75696b346c673177","timestamp":318754617,"duration":266745,"tags":{"request":"next/dist/pages/_document"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a61393679677662","name":"build-module-next/head","id":"7763616678356564","timestamp":319022935,"duration":37,"tags":{"name":"next/head"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a61393679677662","name":"build-module-react-dom/server","id":"7733763130656477","timestamp":319051953,"duration":48,"tags":{"name":"react-dom/server"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6333796f6e68386d","name":"read-resource","id":"6332796639766161","timestamp":319065118,"duration":182,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76796c30377a6971","name":"build-module-css","id":"6333796f6e68386d","timestamp":319064509,"duration":1083,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/styles/globals.css"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3034383838797870","name":"build-module-fs","id":"7936306377717276","timestamp":319069616,"duration":39,"tags":{"name":"fs"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3034383838797870","name":"build-module-path","id":"3831737a31793032","timestamp":319069685,"duration":14,"tags":{"name":"path"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"6271793437656476","timestamp":318754468,"duration":325805,"tags":{"request":"private-next-pages/api/event/[name]/download.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7939756c37356b37","name":"build-module-diff2html/lib/ui/js/diff2html-ui-slim","id":"316577766f316c79","timestamp":319080306,"duration":36,"tags":{"name":"diff2html/lib/ui/js/diff2html-ui-slim"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726677613964306d","name":"next-swc-transform","id":"7464753066686e6b","timestamp":319075120,"duration":6143,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65326a6262363862","name":"next-swc-loader","id":"726677613964306d","timestamp":319075073,"duration":6196,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7467366331703571","name":"build-module-js","id":"65326a6262363862","timestamp":319070875,"duration":12258,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/dynamic.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"686578326a757378","name":"read-resource","id":"67726469726e6733","timestamp":319065257,"duration":18992,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7939756c37356b37","name":"build-module-css","id":"686578326a757378","timestamp":319065152,"duration":19315,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/diff2html/bundles/css/diff2html.min.css"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b7930613776617a","name":"next-swc-transform","id":"72646e6a79393569","timestamp":319074252,"duration":10369,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7969613233796a31","name":"next-swc-loader","id":"6b7930613776617a","timestamp":319074193,"duration":10432,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b70727269736c32","name":"build-module-js","id":"7969613233796a31","timestamp":319069727,"duration":18029,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/link.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65326a6262363862","name":"build-module-/loadable","id":"736e6e7871677664","timestamp":319099035,"duration":39,"tags":{"name":"./loadable"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"build-module-next-mdx-remote","id":"68783034376e7666","timestamp":319118601,"duration":118,"tags":{"name":"next-mdx-remote"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a61393679677662","name":"build-module-react-force-graph-3d","id":"3363797773386163","timestamp":319118754,"duration":16,"tags":{"name":"react-force-graph-3d"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6762663270653869","name":"next-swc-transform","id":"72696b6a796a6864","timestamp":319107978,"duration":10926,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7467626e6f61397a","name":"next-swc-loader","id":"6762663270653869","timestamp":319107902,"duration":11006,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7969613233796a31","name":"build-module-js","id":"7467626e6f61397a","timestamp":319103797,"duration":16780,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/use-intersection.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c3074646838676f","name":"next-swc-transform","id":"3474676464723230","timestamp":319107081,"duration":14226,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b61763465397738","name":"next-swc-loader","id":"6c3074646838676f","timestamp":319107021,"duration":14292,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7969613233796a31","name":"build-module-js","id":"6b61763465397738","timestamp":319102547,"duration":23288,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/router.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74336677706b6f62","name":"build-module-@headlessui/react","id":"6762396831363975","timestamp":319137373,"duration":41,"tags":{"name":"@headlessui/react"}}]
35
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"6b61763465397738","name":"build-module-/shared/lib/router-context","id":"766d363969737366","timestamp":319142621,"duration":306,"tags":{"name":"../shared/lib/router-context"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"72306836786f666b","name":"next-swc-transform","id":"62686c3135737337","timestamp":319144186,"duration":5474,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6333366b70367639","name":"next-swc-loader","id":"72306836786f666b","timestamp":319144127,"duration":5540,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b61763465397738","name":"build-module-js","id":"6333366b70367639","timestamp":319141531,"duration":9066,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/with-router.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74336677706b6f62","name":"build-module-@heroicons/react/solid","id":"3076686f356c3277","timestamp":319157741,"duration":32,"tags":{"name":"@heroicons/react/solid"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c63736d6d366636","name":"next-swc-transform","id":"7563357869373231","timestamp":319129076,"duration":47671,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"next-swc-loader","id":"6c63736d6d366636","timestamp":319129009,"duration":47752,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7969613233796a31","name":"build-module-js","id":"347961736b703977","timestamp":319126162,"duration":76322,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/shared/lib/router/router.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a79786e73747565","name":"next-swc-transform","id":"6435356a62697335","timestamp":319163857,"duration":53130,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696c6667716a7a32","name":"next-swc-loader","id":"7a79786e73747565","timestamp":319163802,"duration":53195,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6570313237753738","name":"build-module-tsx","id":"696c6667716a7a32","timestamp":319151785,"duration":66241,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/hooks/EventCatalog.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6333303362623066","name":"next-swc-transform","id":"336a77687a766e62","timestamp":319164763,"duration":53308,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396f37667233736f","name":"next-swc-loader","id":"6333303362623066","timestamp":319164714,"duration":53360,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76796c30377a6971","name":"build-module-tsx","id":"396f37667233736f","timestamp":319152869,"duration":66092,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Header.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7737373176613861","name":"next-swc-transform","id":"3067317239696a69","timestamp":319165600,"duration":53393,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"736a6836387a3170","name":"next-swc-loader","id":"7737373176613861","timestamp":319165558,"duration":53438,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"76796c30377a6971","name":"build-module-tsx","id":"736a6836387a3170","timestamp":319153862,"duration":65762,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Footer.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6c36746432637035","name":"next-swc-transform","id":"6a67376837696569","timestamp":319166424,"duration":53254,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"737062696e336663","name":"next-swc-loader","id":"6c36746432637035","timestamp":319166383,"duration":53299,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"build-module-tsx","id":"737062696e336663","timestamp":319154852,"duration":66165,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/ContentView.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"646f626d616b6d64","name":"next-swc-transform","id":"70703162377a3866","timestamp":319168120,"duration":52931,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6262383068353635","name":"next-swc-loader","id":"646f626d616b6d64","timestamp":319168031,"duration":53023,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7468747071356b6f","name":"build-module-tsx","id":"6262383068353635","timestamp":319156782,"duration":65011,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/SyntaxHighlighter.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6432626865736f31","name":"next-swc-transform","id":"64746b7a68783870","timestamp":319167248,"duration":55248,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6b31756e66777172","name":"next-swc-loader","id":"6432626865736f31","timestamp":319167208,"duration":55295,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"build-module-tsx","id":"6b31756e66777172","timestamp":319155803,"duration":67589,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/BreadCrumbs.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7266796b38706938","name":"next-swc-transform","id":"3373786862383631","timestamp":319237731,"duration":23287,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d6b6578617271","name":"next-swc-loader","id":"7266796b38706938","timestamp":319237672,"duration":23356,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74336677706b6f62","name":"build-module-tsx","id":"396d6b6578617271","timestamp":319233062,"duration":29264,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/ServiceGrid.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6173676462746a61","name":"next-swc-transform","id":"656b376b71663039","timestamp":319238600,"duration":23774,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a32346831376730","name":"next-swc-loader","id":"6173676462746a61","timestamp":319238551,"duration":23826,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6a66616b33366339","name":"build-module-tsx","id":"7a32346831376730","timestamp":319234352,"duration":29056,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Grids/EventGrid.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/server/denormalize-page-path","id":"6171717a3335626d","timestamp":319286394,"duration":39,"tags":{"name":"../../../server/denormalize-page-path"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/mitt","id":"6e367a6b67303530","timestamp":319286468,"duration":15,"tags":{"name":"../mitt"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3265757168306f68","name":"next-swc-transform","id":"7a376c6632373177","timestamp":319273470,"duration":25455,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7536707072393638","name":"next-swc-loader","id":"3265757168306f68","timestamp":319273411,"duration":25522,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a61393679677662","name":"build-module-ts","id":"7536707072393638","timestamp":319263851,"duration":38056,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/events.ts"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6337336271626f69","name":"next-swc-transform","id":"756578356d756a64","timestamp":319275179,"duration":26771,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"37356f6e6b72667a","name":"next-swc-loader","id":"6337336271626f69","timestamp":319275132,"duration":26821,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"build-module-tsx","id":"37356f6e6b72667a","timestamp":319266021,"duration":36647,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Admonition.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7a36666a76746779","name":"next-swc-transform","id":"34667a396939346b","timestamp":319276006,"duration":26696,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3578667978336271","name":"next-swc-loader","id":"7a36666a76746779","timestamp":319275965,"duration":26741,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7468747071356b6f","name":"build-module-tsx","id":"3578667978336271","timestamp":319266988,"duration":36677,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mdx/Examples.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656a7230676a326b","name":"next-swc-transform","id":"6c627a78767a6831","timestamp":319274338,"duration":31607,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"65696b6d36786c63","name":"next-swc-loader","id":"656a7230676a326b","timestamp":319274288,"duration":31664,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"74336677706b6f62","name":"build-module-ts","id":"65696b6d36786c63","timestamp":319265016,"duration":42073,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/services.ts"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"307867376b666c6f","name":"next-swc-transform","id":"7a776d3863706e71","timestamp":319292908,"duration":26716,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386f306436793571","name":"next-swc-loader","id":"307867376b666c6f","timestamp":319292848,"duration":26783,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"build-module-tsx","id":"386f306436793571","timestamp":319283265,"duration":44269,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/ServiceSidebar.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3635766e34676b79","name":"next-swc-transform","id":"306e653237637275","timestamp":319293807,"duration":33766,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6737736570663679","name":"next-swc-loader","id":"3635766e34676b79","timestamp":319293750,"duration":33826,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-js","id":"6737736570663679","timestamp":319284331,"duration":44064,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/normalize-trailing-slash.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"797662746365696f","name":"next-swc-transform","id":"6a6575643072726c","timestamp":319294648,"duration":34745,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7467336f37723576","name":"next-swc-loader","id":"797662746365696f","timestamp":319294601,"duration":34798,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-js","id":"7467336f37723576","timestamp":319285417,"duration":47141,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/node_modules/next/dist/client/route-loader.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"68766c677767716d","name":"next-swc-transform","id":"6a66713073723435","timestamp":319310431,"duration":22390,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376c34313870646b","name":"next-swc-loader","id":"68766c677767716d","timestamp":319310377,"duration":22448,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7468747071356b6f","name":"build-module-tsx","id":"376c34313870646b","timestamp":319307693,"duration":27125,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Sidebars/EventSidebar.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/i18n/normalize-locale-path","id":"62786e6175776132","timestamp":319338248,"duration":43,"tags":{"name":"../i18n/normalize-locale-path"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/utils/is-dynamic","id":"7731637964766673","timestamp":319338324,"duration":18,"tags":{"name":"./utils/is-dynamic"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/utils/parse-relative-url","id":"6f63726b3139747a","timestamp":319338357,"duration":15,"tags":{"name":"./utils/parse-relative-url"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/utils/querystring","id":"3937657835756d39","timestamp":319338384,"duration":12,"tags":{"name":"./utils/querystring"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/utils/resolve-rewrites","id":"3763697732636d6c","timestamp":319338406,"duration":12,"tags":{"name":"./utils/resolve-rewrites"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/utils/route-matcher","id":"337532666d7a626d","timestamp":319338429,"duration":13,"tags":{"name":"./utils/route-matcher"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/utils/route-regex","id":"716f756162357974","timestamp":319338453,"duration":12,"tags":{"name":"./utils/route-regex"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"347961736b703977","name":"build-module-/utils/get-middleware-regex","id":"6f6d327a65797034","timestamp":319338475,"duration":9,"tags":{"name":"./utils/get-middleware-regex"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396f37667233736f","name":"build-module-next/router","id":"65786c6164337370","timestamp":319338495,"duration":9,"tags":{"name":"next/router"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"35727a613163786f","name":"next-swc-transform","id":"727975657436686e","timestamp":319340479,"duration":13632,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7231696e76787833","name":"next-swc-loader","id":"35727a613163786f","timestamp":319340422,"duration":13698,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"build-module-ts","id":"7231696e76787833","timestamp":319337102,"duration":18193,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/utils/random-bg.ts"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7536707072393638","name":"build-module-next-mdx-remote/serialize","id":"646a697678387069","timestamp":319372915,"duration":32,"tags":{"name":"next-mdx-remote/serialize"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7467336f37723576","name":"build-module-/shared/lib/router/utils/get-asset-path-from-route","id":"376938666f303662","timestamp":319372982,"duration":13,"tags":{"name":"../shared/lib/router/utils/get-asset-path-from-route"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7235357037676a62","name":"next-swc-transform","id":"6e6d387438756238","timestamp":319374231,"duration":9962,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3073646f636c7233","name":"next-swc-loader","id":"7235357037676a62","timestamp":319374163,"duration":10039,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"696c6667716a7a32","name":"build-module-js","id":"3073646f636c7233","timestamp":319371752,"duration":12963,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/eventcatalog.config.js"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"32746e3638616765","timestamp":318754567,"duration":634792,"tags":{"request":"private-next-pages/index.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"396c366e6776737a","timestamp":318754381,"duration":634990,"tags":{"request":"private-next-pages/_app.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"66627262757a7435","name":"next-swc-transform","id":"6b7775776864306b","timestamp":319380510,"duration":9654,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676c3776696f3137","name":"next-swc-loader","id":"66627262757a7435","timestamp":319380455,"duration":9723,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"build-module-tsx","id":"676c3776696f3137","timestamp":319376461,"duration":14568,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/Mermaid/index.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6d7032736971776a","name":"next-swc-transform","id":"6f73686f62333862","timestamp":319381358,"duration":9711,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3063696c65617262","name":"next-swc-loader","id":"6d7032736971776a","timestamp":319381312,"duration":9759,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"783865783769326b","name":"build-module-tsx","id":"3063696c65617262","timestamp":319377489,"duration":14263,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/components/NotFound/index.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6262383068353635","name":"build-module-react-syntax-highlighter","id":"387864306c716b34","timestamp":319401664,"duration":33,"tags":{"name":"react-syntax-highlighter"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6262383068353635","name":"build-module-react-syntax-highlighter/dist/cjs/styles/prism/dracula","id":"356c6564736d3077","timestamp":319402815,"duration":30,"tags":{"name":"react-syntax-highlighter/dist/cjs/styles/prism/dracula"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d6b6578617271","name":"build-module-@heroicons/react/outline","id":"6138316c6b6c6763","timestamp":319402866,"duration":14,"tags":{"name":"@heroicons/react/outline"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7133756d6b733667","name":"next-swc-transform","id":"7a71776467756d64","timestamp":319404103,"duration":3936,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7874387677706337","name":"next-swc-loader","id":"7133756d6b733667","timestamp":319404022,"duration":4024,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7536707072393638","name":"build-module-ts","id":"7874387677706337","timestamp":319401727,"duration":8058,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/file-reader.ts"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6262383068353635","name":"build-module-copy-text-to-clipboard","id":"7568753263787366","timestamp":319410153,"duration":40,"tags":{"name":"copy-text-to-clipboard"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7536707072393638","name":"build-module-compare-versions","id":"38786f3961673833","timestamp":319414072,"duration":41,"tags":{"name":"compare-versions"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"376c34313870646b","name":"build-module-js-file-download","id":"7071636177306866","timestamp":319415300,"duration":23,"tags":{"name":"js-file-download"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7536707072393638","name":"build-module-diff","id":"7969676b6b687061","timestamp":319415504,"duration":19,"tags":{"name":"diff"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"676c3776696f3137","name":"build-module-mermaid","id":"6938656b67756339","timestamp":319417665,"duration":23,"tags":{"name":"mermaid"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7874387677706337","name":"build-module-gray-matter","id":"6e37613677396562","timestamp":319422721,"duration":25,"tags":{"name":"gray-matter"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"6773796679677562","timestamp":318754575,"duration":668217,"tags":{"request":"private-next-pages/overview.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"34627a3761773336","timestamp":318754542,"duration":668264,"tags":{"request":"private-next-pages/events/[name]/logs.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"666662366e323838","timestamp":318754555,"duration":668257,"tags":{"request":"private-next-pages/events/[name]/v/[version].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"38306b7269663131","timestamp":318754583,"duration":668234,"tags":{"request":"private-next-pages/services.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7231736136356d31","name":"next-swc-transform","id":"717a6e61346f6d63","timestamp":319420891,"duration":2681,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"32706a6473737375","name":"next-swc-loader","id":"7231736136356d31","timestamp":319420838,"duration":2737,"tags":{}}]
36
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"676c3776696f3137","name":"build-module-ts","id":"32706a6473737375","timestamp":319418697,"duration":6027,"tags":{"name":"/home/runner/work/eventcatalog/eventcatalog/packages/eventcatalog/lib/graphs.ts"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"7139636761713073","timestamp":318754592,"duration":670179,"tags":{"request":"private-next-pages/services/[name].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"7a74676e73757076","timestamp":318754531,"duration":670249,"tags":{"request":"private-next-pages/events/[name].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"75387a6a306f357a","timestamp":318754518,"duration":670268,"tags":{"request":"private-next-pages/events.tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"add-entry","id":"6c65737a33637435","timestamp":318754600,"duration":670191,"tags":{"request":"private-next-pages/users/[id].tsx"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"make","id":"76687574396a336c","timestamp":318754059,"duration":670917,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6662347979643861","name":"get-entries","id":"756436397373346f","timestamp":319425647,"duration":717,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6662347979643861","name":"node-file-trace","id":"306f676435356835","timestamp":319427531,"duration":370162,"tags":{"traceEntryCount":"13"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6662347979643861","name":"collect-traced-files","id":"787a6a656e796833","timestamp":319797730,"duration":722,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f326c7233317777","name":"finish-modules","id":"6662347979643861","timestamp":319425454,"duration":373004,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"webpack-compilation-chunk-graph","id":"6f786d3178727235","timestamp":319811949,"duration":3644,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"webpack-compilation-optimize-modules","id":"717a6d3264366232","timestamp":319815727,"duration":20,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"webpack-compilation-optimize-chunks","id":"6866337061693066","timestamp":319815857,"duration":8164,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"webpack-compilation-optimize-tree","id":"307a313469757332","timestamp":319824172,"duration":50,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"webpack-compilation-optimize","id":"307a786333753375","timestamp":319815636,"duration":11338,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"webpack-compilation-hash","id":"357775656d716672","timestamp":319869504,"duration":5588,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6f326c7233317777","name":"create-trace-assets","id":"74336669647a6e77","timestamp":319885673,"duration":507576,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"3170747338613535","name":"webpack-compilation-seal","id":"7361777833367964","timestamp":319807064,"duration":587081,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"webpack-compilation","id":"3170747338613535","timestamp":318747062,"duration":1647230,"tags":{"name":"server"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"emit","id":"336f6c7332756d6d","timestamp":320394404,"duration":5474,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"396d376965626132","name":"webpack-close","id":"7073787478327274","timestamp":320400247,"duration":505601,"tags":{"name":"server"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7073787478327274","name":"webpack-generate-error-stats","id":"39617a3477326668","timestamp":320905880,"duration":1911,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"run-webpack-compiler","id":"396d376965626132","timestamp":283300165,"duration":37607647,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"format-webpack-messages","id":"74326738387a3372","timestamp":320907840,"duration":99,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-static-error-page","id":"3978366764306634","timestamp":320952827,"duration":3484,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-static-error-page","id":"3978366764306634","timestamp":320952827,"duration":3503,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"64373070776e6631","timestamp":321329739,"duration":2791,"tags":{"page":"/_app"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"336d766662347171","timestamp":321330361,"duration":2179,"tags":{"page":"/api/event/[name]/download"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"7163666f79796877","timestamp":321332354,"duration":2813,"tags":{"page":"/_document"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"3965636974663971","timestamp":321332327,"duration":2847,"tags":{"page":"/_error"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6630306832336e65","name":"is-page-static","id":"766e337061766b73","timestamp":321332553,"duration":12518,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"6630306832336e65","timestamp":321332142,"duration":12966,"tags":{"page":"/"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"386a756d75797470","name":"is-page-static","id":"6235756135626e62","timestamp":321335107,"duration":422069,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"386a756d75797470","timestamp":321332171,"duration":425027,"tags":{"page":"/overview"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"716c367168353066","name":"is-page-static","id":"726e76636e713334","timestamp":321360809,"duration":513790,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"716c367168353066","timestamp":321332016,"duration":542606,"tags":{"page":"/events/[name]/logs"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"726437696774706a","name":"is-page-static","id":"36386c6b65356c71","timestamp":321361022,"duration":581206,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"726437696774706a","timestamp":321332198,"duration":610051,"tags":{"page":"/services"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"36387565636b3177","name":"is-page-static","id":"767175746a657371","timestamp":321475247,"duration":616372,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"36387565636b3177","timestamp":321330626,"duration":761024,"tags":{"page":"/events"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7761347272736267","name":"is-page-static","id":"747237347339326b","timestamp":321475323,"duration":1188796,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"7761347272736267","timestamp":321331519,"duration":1332638,"tags":{"page":"/events/[name]"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"7077717778336163","name":"is-page-static","id":"6a71616738303874","timestamp":321475351,"duration":1190187,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"7077717778336163","timestamp":321332091,"duration":1333464,"tags":{"page":"/events/[name]/v/[version]"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"67316b696f323271","name":"is-page-static","id":"6b6d696e6b336b30","timestamp":321475375,"duration":1194753,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"67316b696f323271","timestamp":321332259,"duration":1337882,"tags":{"page":"/services/[name]"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6275796472783834","name":"is-page-static","id":"786a697931667177","timestamp":321475396,"duration":1196134,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"6971343962753339","name":"check-page","id":"6275796472783834","timestamp":321332296,"duration":1339254,"tags":{"page":"/users/[id]"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"static-check","id":"6971343962753339","timestamp":320952370,"duration":1719220,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"37636d65636a626b","timestamp":322672420,"duration":172,"tags":{"page":"/_app"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"32377579307a3877","timestamp":322672613,"duration":1049,"tags":{"page":"/api/event/[name]/download"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"7135786b6c683039","timestamp":322673690,"duration":8,"tags":{"page":"/events"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"646577657174346d","timestamp":322673710,"duration":4,"tags":{"page":"/events/[name]"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"336c6e7677776b78","timestamp":322673721,"duration":5,"tags":{"page":"/events/[name]/logs"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"7561676430387530","timestamp":322673733,"duration":3,"tags":{"page":"/events/[name]/v/[version]"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"3736793637356969","timestamp":322673742,"duration":9,"tags":{"page":"/"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"6f66387371303136","timestamp":322673763,"duration":7,"tags":{"page":"/overview"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"6739707777706436","timestamp":322673777,"duration":4,"tags":{"page":"/services"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"706f666e6d713237","timestamp":322673786,"duration":3,"tags":{"page":"/services/[name]"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"396e383738336a74","timestamp":322673793,"duration":4,"tags":{"page":"/users/[id]"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"333172613363336c","timestamp":322673802,"duration":2,"tags":{"page":"/_error"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"326439386e646a38","name":"include-exclude","id":"3074753731353339","timestamp":322673809,"duration":3,"tags":{"page":"/_document"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"apply-include-excludes","id":"326439386e646a38","timestamp":322672057,"duration":1757,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"trace-next-server","id":"6e76756b73313138","timestamp":322673820,"duration":2606972,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"load-dotenv","id":"613770686c336472","timestamp":325291455,"duration":49,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"run-export-path-map","id":"3431707877736769","timestamp":325292790,"duration":386,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"757363796d617076","timestamp":325293646,"duration":28688,"tags":{"path":"/"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"3037673575373263","timestamp":325293942,"duration":233372,"tags":{"path":"/events/AddedItemToCart"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"64666e336577756e","timestamp":325293998,"duration":270359,"tags":{"path":"/events/OrderComplete"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"737876646c616d77","timestamp":325294030,"duration":300956,"tags":{"path":"/events/OrderConfirmed"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"3168376270706461","timestamp":325294058,"duration":353741,"tags":{"path":"/events/OrderRequested"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"326a797833617733","timestamp":325294094,"duration":384566,"tags":{"path":"/events/PaymentProcessed"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"3130643673326467","timestamp":325294116,"duration":412723,"tags":{"path":"/events/RemovedItemFromCart"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"7a3137627a723379","timestamp":325294133,"duration":436689,"tags":{"path":"/events/ShipmentDelivered"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"65336a7a67633668","timestamp":325294149,"duration":466942,"tags":{"path":"/events/ShipmentDispatched"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"6f717936726d3835","timestamp":325294169,"duration":488573,"tags":{"path":"/events/ShipmentPrepared"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"793866676773666e","timestamp":325294186,"duration":504106,"tags":{"path":"/services/Basket Service"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"7471627066676f32","timestamp":325294203,"duration":518009,"tags":{"path":"/services/Data Lake"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"6c6a6d3665367a38","timestamp":325294218,"duration":534159,"tags":{"path":"/services/Payment Service"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"34376a6969343377","timestamp":325294233,"duration":552327,"tags":{"path":"/services/Shipping Service"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"7078703473336933","timestamp":325294248,"duration":556726,"tags":{"path":"/404"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"63753738756f746d","name":"export-page","id":"7a38657772313237","timestamp":325294263,"duration":559421,"tags":{"path":"/500"}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"next-export","id":"63753738756f746d","timestamp":325290703,"duration":578169,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"36303877786a6735","timestamp":325869976,"duration":516,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6b616a7468376637","timestamp":325870518,"duration":178,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6939396464726f6b","timestamp":325870739,"duration":181,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6c63753832623675","timestamp":325870998,"duration":177,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"386472796835677a","timestamp":325871188,"duration":156,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"7731383873787733","timestamp":325871403,"duration":162,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"626e62626c75756e","timestamp":325871577,"duration":157,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6168386e3868386e","timestamp":325871759,"duration":144,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"326d676e626a326f","timestamp":325871914,"duration":173,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"7374623471306b68","timestamp":325872111,"duration":156,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"747a686c6c6c6537","timestamp":325872276,"duration":155,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"68696b73626e3730","timestamp":325872449,"duration":191,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"316676623677616f","timestamp":325872651,"duration":180,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"347079673565626c","timestamp":325872854,"duration":160,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6174796133637735","timestamp":325873025,"duration":205,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"7865716b34637235","timestamp":325873279,"duration":185,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"7a6b317370716c77","timestamp":325873475,"duration":175,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"3862686637646964","timestamp":325873668,"duration":160,"tags":{}}]
37
+ [{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"636e617a68796863","timestamp":325874081,"duration":218,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6e346b7539706538","timestamp":325874321,"duration":156,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"35626a7a39376238","timestamp":325874487,"duration":168,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"653971346c6b3571","timestamp":325874686,"duration":194,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6137746977687030","timestamp":325874890,"duration":10696,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6c32306a6a66766e","timestamp":325885656,"duration":247,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"33376977776b6f6a","timestamp":325885919,"duration":170,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6a346b3733787a72","timestamp":325886109,"duration":151,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6e357669357a766c","timestamp":325886271,"duration":227,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"6871677a65616e30","timestamp":325886516,"duration":144,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"34646b6d6a677072","name":"move-exported-page","id":"3763723267716167","timestamp":325886669,"duration":145,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"static-generation","id":"34646b6d6a677072","timestamp":325284856,"duration":603183,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"print-tree-view","id":"673278647066796f","timestamp":325893687,"duration":5373,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","parentId":"656b343366696661","name":"telemetry-flush","id":"626368646b736e30","timestamp":325899087,"duration":123010,"tags":{}},{"traceId":"6c4e2dcf966cbdb4","name":"next-build","id":"656b343366696661","timestamp":271646036,"duration":54376076,"tags":{"version":"12.0.7"}}]