shieldcortex 4.2.5 → 4.3.0

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 (1411) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +10 -1
  3. package/dist/license/gate.d.ts +1 -1
  4. package/dist/license/gate.js +2 -0
  5. package/dist/xray/dir-scanner.d.ts +14 -0
  6. package/dist/xray/dir-scanner.js +77 -0
  7. package/dist/xray/file-scanner.d.ts +15 -0
  8. package/dist/xray/file-scanner.js +296 -0
  9. package/dist/xray/index.d.ts +20 -0
  10. package/dist/xray/index.js +166 -0
  11. package/dist/xray/npm-inspector.d.ts +15 -0
  12. package/dist/xray/npm-inspector.js +380 -0
  13. package/dist/xray/patterns.d.ts +20 -0
  14. package/dist/xray/patterns.js +271 -0
  15. package/dist/xray/report.d.ts +16 -0
  16. package/dist/xray/report.js +193 -0
  17. package/dist/xray/trust-score.d.ts +10 -0
  18. package/dist/xray/trust-score.js +37 -0
  19. package/dist/xray/types.d.ts +29 -0
  20. package/dist/xray/types.js +7 -0
  21. package/package.json +1 -1
  22. package/dashboard/.next/standalone/dashboard/.next/BUILD_ID +0 -1
  23. package/dashboard/.next/standalone/dashboard/.next/app-path-routes-manifest.json +0 -5
  24. package/dashboard/.next/standalone/dashboard/.next/build-manifest.json +0 -19
  25. package/dashboard/.next/standalone/dashboard/.next/package.json +0 -1
  26. package/dashboard/.next/standalone/dashboard/.next/prerender-manifest.json +0 -85
  27. package/dashboard/.next/standalone/dashboard/.next/required-server-files.json +0 -320
  28. package/dashboard/.next/standalone/dashboard/.next/routes-manifest.json +0 -62
  29. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/app-paths-manifest.json +0 -3
  30. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/build-manifest.json +0 -16
  31. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/next-font-manifest.json +0 -6
  32. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/react-loadable-manifest.json +0 -1
  33. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/server-reference-manifest.json +0 -4
  34. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js +0 -10
  35. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js.map +0 -5
  36. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js.nft.json +0 -1
  37. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page_client-reference-manifest.js +0 -2
  38. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.html +0 -2
  39. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.meta +0 -15
  40. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.rsc +0 -12
  41. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +0 -5
  42. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +0 -12
  43. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +0 -5
  44. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +0 -4
  45. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +0 -1
  46. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/app-paths-manifest.json +0 -3
  47. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/build-manifest.json +0 -16
  48. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/next-font-manifest.json +0 -11
  49. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/react-loadable-manifest.json +0 -1
  50. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/server-reference-manifest.json +0 -4
  51. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js +0 -14
  52. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js.map +0 -5
  53. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js.nft.json +0 -1
  54. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +0 -2
  55. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.html +0 -1
  56. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.meta +0 -16
  57. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.rsc +0 -16
  58. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +0 -16
  59. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +0 -5
  60. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +0 -8
  61. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
  62. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +0 -4
  63. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +0 -3
  64. package/dashboard/.next/standalone/dashboard/.next/server/app/index.html +0 -1
  65. package/dashboard/.next/standalone/dashboard/.next/server/app/index.meta +0 -14
  66. package/dashboard/.next/standalone/dashboard/.next/server/app/index.rsc +0 -22
  67. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -9
  68. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_full.segment.rsc +0 -22
  69. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_head.segment.rsc +0 -5
  70. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_index.segment.rsc +0 -8
  71. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_tree.segment.rsc +0 -5
  72. package/dashboard/.next/standalone/dashboard/.next/server/app/page/app-paths-manifest.json +0 -3
  73. package/dashboard/.next/standalone/dashboard/.next/server/app/page/build-manifest.json +0 -16
  74. package/dashboard/.next/standalone/dashboard/.next/server/app/page/next-font-manifest.json +0 -11
  75. package/dashboard/.next/standalone/dashboard/.next/server/app/page/react-loadable-manifest.json +0 -15
  76. package/dashboard/.next/standalone/dashboard/.next/server/app/page/server-reference-manifest.json +0 -4
  77. package/dashboard/.next/standalone/dashboard/.next/server/app/page.js +0 -16
  78. package/dashboard/.next/standalone/dashboard/.next/server/app/page.js.map +0 -5
  79. package/dashboard/.next/standalone/dashboard/.next/server/app/page.js.nft.json +0 -1
  80. package/dashboard/.next/standalone/dashboard/.next/server/app/page_client-reference-manifest.js +0 -2
  81. package/dashboard/.next/standalone/dashboard/.next/server/app-paths-manifest.json +0 -5
  82. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js +0 -3
  83. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_eb0d92cc._.js +0 -4
  84. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_58dc8591._.js +0 -3
  85. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_forbidden_abdccc1c.js +0 -3
  86. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_global-error_44d7ee55.js +0 -3
  87. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_unauthorized_52fb9d40.js +0 -3
  88. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js +0 -6
  89. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_esm_build_templates_app-page_f7d4354e.js +0 -4
  90. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_fe6a9400._.js +0 -4
  91. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__1837adce._.js +0 -3
  92. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__3b976911._.js +0 -3
  93. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__521be65c._.js +0 -3
  94. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__536fb178._.js +0 -3
  95. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__7d500b5a._.js +0 -3
  96. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__883523b7._.js +0 -10
  97. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__9d976219._.js +0 -3
  98. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__c95102dd._.js +0 -3
  99. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__dd62b66f._.js +0 -3
  100. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__e7b9112f._.js +0 -3
  101. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -795
  102. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_19978329._.js +0 -3
  103. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_1cd9d700._.js +0 -4
  104. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_3051539d._.js +0 -11
  105. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app__global-error_page_actions_df87ba42.js +0 -3
  106. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app__not-found_page_actions_a714dc72.js +0 -3
  107. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app_page_actions_e8f11d60.js +0 -3
  108. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_f4cc9ff7._.js +0 -3
  109. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_src_app_error_tsx_0aa69400._.js +0 -3
  110. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_src_app_error_tsx_6f8e74b4._.js +0 -3
  111. package/dashboard/.next/standalone/dashboard/.next/server/functions-config-manifest.json +0 -4
  112. package/dashboard/.next/standalone/dashboard/.next/server/middleware-build-manifest.js +0 -20
  113. package/dashboard/.next/standalone/dashboard/.next/server/middleware-manifest.json +0 -6
  114. package/dashboard/.next/standalone/dashboard/.next/server/next-font-manifest.js +0 -1
  115. package/dashboard/.next/standalone/dashboard/.next/server/next-font-manifest.json +0 -15
  116. package/dashboard/.next/standalone/dashboard/.next/server/pages/404.html +0 -1
  117. package/dashboard/.next/standalone/dashboard/.next/server/pages/500.html +0 -2
  118. package/dashboard/.next/standalone/dashboard/.next/server/pages-manifest.json +0 -4
  119. package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.js +0 -1
  120. package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.json +0 -5
  121. package/dashboard/.next/standalone/dashboard/.next/static/ThmMwi8oVrtIZJ34xGzKI/_buildManifest.js +0 -11
  122. package/dashboard/.next/standalone/dashboard/.next/static/ThmMwi8oVrtIZJ34xGzKI/_clientMiddlewareManifest.json +0 -1
  123. package/dashboard/.next/standalone/dashboard/.next/static/ThmMwi8oVrtIZJ34xGzKI/_ssgManifest.js +0 -1
  124. package/dashboard/.next/standalone/dashboard/.next/static/chunks/215ce64499260c25.js +0 -1
  125. package/dashboard/.next/standalone/dashboard/.next/static/chunks/2473c16c0c2f6b5f.css +0 -2
  126. package/dashboard/.next/standalone/dashboard/.next/static/chunks/3c430292ca8ddc5f.css +0 -1
  127. package/dashboard/.next/standalone/dashboard/.next/static/chunks/4c20fb97ba4556e7.js +0 -1
  128. package/dashboard/.next/standalone/dashboard/.next/static/chunks/64ee9622541d967c.js +0 -1
  129. package/dashboard/.next/standalone/dashboard/.next/static/chunks/6ba7a5c1a80a6791.js +0 -1
  130. package/dashboard/.next/standalone/dashboard/.next/static/chunks/7d08316952ccdcef.js +0 -5
  131. package/dashboard/.next/standalone/dashboard/.next/static/chunks/a2549232b06fdb76.js +0 -842
  132. package/dashboard/.next/standalone/dashboard/.next/static/chunks/a6dad97d9634a72d.js +0 -1
  133. package/dashboard/.next/standalone/dashboard/.next/static/chunks/a6dad97d9634a72d.js.map +0 -1
  134. package/dashboard/.next/standalone/dashboard/.next/static/chunks/b3ac7aa47461e043.js +0 -3
  135. package/dashboard/.next/standalone/dashboard/.next/static/chunks/d3d8171bf50ef87e.js +0 -1
  136. package/dashboard/.next/standalone/dashboard/.next/static/chunks/da64d159c042f5ae.js +0 -1
  137. package/dashboard/.next/standalone/dashboard/.next/static/chunks/e007ff86847a4042.js +0 -1
  138. package/dashboard/.next/standalone/dashboard/.next/static/chunks/e8456c3e5fe1c1d8.js +0 -1
  139. package/dashboard/.next/standalone/dashboard/.next/static/chunks/ec55aacd8af83909.js +0 -1
  140. package/dashboard/.next/standalone/dashboard/.next/static/chunks/f772b169c536121a.js +0 -9
  141. package/dashboard/.next/standalone/dashboard/.next/static/chunks/turbopack-c2d84e7d37269ac1.js +0 -4
  142. package/dashboard/.next/standalone/dashboard/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
  143. package/dashboard/.next/standalone/dashboard/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
  144. package/dashboard/.next/standalone/dashboard/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
  145. package/dashboard/.next/standalone/dashboard/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
  146. package/dashboard/.next/standalone/dashboard/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
  147. package/dashboard/.next/standalone/dashboard/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
  148. package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/color.cjs +0 -1594
  149. package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/index.cjs +0 -1
  150. package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/package.json +0 -45
  151. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/README.md +0 -46
  152. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +0 -221
  153. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/index.js +0 -1
  154. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  155. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/package.json +0 -42
  156. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/versions.json +0 -30
  157. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +0 -46
  158. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +0 -221
  159. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +0 -1
  160. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  161. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +0 -42
  162. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +0 -30
  163. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
  164. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linux-x64/package.json +0 -46
  165. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
  166. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linuxmusl-x64/package.json +0 -46
  167. package/dashboard/.next/standalone/dashboard/node_modules/@next/env/dist/index.js +0 -1
  168. package/dashboard/.next/standalone/dashboard/node_modules/@next/env/package.json +0 -36
  169. package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +0 -6
  170. package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +0 -38
  171. package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/package.json +0 -471
  172. package/dashboard/.next/standalone/dashboard/node_modules/client-only/index.js +0 -0
  173. package/dashboard/.next/standalone/dashboard/node_modules/client-only/package.json +0 -19
  174. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/detect-libc.js +0 -313
  175. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/elf.js +0 -39
  176. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/filesystem.js +0 -51
  177. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/process.js +0 -24
  178. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/package.json +0 -44
  179. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/adapter/build-complete.js +0 -993
  180. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/after-production-compile.js +0 -95
  181. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/extract-const-value.js +0 -205
  182. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/get-page-static-info.js +0 -601
  183. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/parse-module.js +0 -20
  184. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analyze/index.js +0 -242
  185. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/get-config.js +0 -429
  186. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/index.js +0 -56
  187. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/transform.js +0 -103
  188. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/util.js +0 -20
  189. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/commonjs.js +0 -42
  190. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/jsx-pragma.js +0 -74
  191. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +0 -36
  192. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-page-config.js +0 -104
  193. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +0 -29
  194. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +0 -345
  195. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/optimize-hook-destructuring.js +0 -60
  196. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/react-loadable-plugin.js +0 -145
  197. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/preset.js +0 -250
  198. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/build-context.js +0 -58
  199. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/collect-build-traces.js +0 -536
  200. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/compiler.js +0 -88
  201. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/create-compiler-aliases.js +0 -436
  202. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/define-env.js +0 -237
  203. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/duration-to-string.js +0 -99
  204. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/entries.js +0 -798
  205. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/generate-build-id.js +0 -31
  206. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/generate-routes-manifest.js +0 -91
  207. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-babel-config-file.js +0 -35
  208. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-babel-loader-config.js +0 -109
  209. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-static-info-including-layouts.js +0 -81
  210. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/handle-entrypoints.js +0 -176
  211. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/handle-externals.js +0 -290
  212. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/index.js +0 -2683
  213. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/is-writeable.js +0 -26
  214. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/empty.js +0 -10
  215. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/fileMock.js +0 -15
  216. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/nextFontMock.js +0 -20
  217. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/styleMock.js +0 -10
  218. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/jest.js +0 -227
  219. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/object-proxy.js +0 -50
  220. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/load-entrypoint.js +0 -30
  221. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/load-jsconfig.js +0 -162
  222. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/lockfile.js +0 -160
  223. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/manifests/formatter/format-manifest.js +0 -19
  224. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-config-ts/require-hook.js +0 -85
  225. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-config-ts/transpile-config.js +0 -172
  226. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-dir-paths.js +0 -37
  227. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/normalize-catchall-routes.js +0 -76
  228. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/format.js +0 -84
  229. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/index.js +0 -186
  230. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/log.js +0 -135
  231. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/store.js +0 -204
  232. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/page-extensions-type.js +0 -6
  233. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/fetch/index.js +0 -6
  234. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +0 -7
  235. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object-assign.js +0 -6
  236. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/auto.js +0 -4
  237. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/implementation.js +0 -4
  238. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/index.js +0 -19
  239. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +0 -6
  240. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/shim.js +0 -6
  241. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/polyfill-module.js +0 -1
  242. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +0 -1
  243. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/process.js +0 -5
  244. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/preview-key-utils.js +0 -91
  245. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/progress.js +0 -151
  246. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/rendering-mode.js +0 -26
  247. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/app-segment-config.js +0 -145
  248. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/app-segments.js +0 -137
  249. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +0 -52
  250. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/middleware/middleware-config.js +0 -121
  251. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/pages/pages-segment-config.js +0 -62
  252. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/sort-by-page-exts.js +0 -30
  253. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/spinner.js +0 -138
  254. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +0 -137
  255. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/app.js +0 -682
  256. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/pages.js +0 -169
  257. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/types.js +0 -6
  258. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/utils.js +0 -119
  259. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/helpers.js +0 -15
  260. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/index.js +0 -1271
  261. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/install-bindings.js +0 -30
  262. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/jest-transformer.js +0 -75
  263. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/options.js +0 -386
  264. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/types.js +0 -6
  265. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/app-page.js +0 -1071
  266. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/app-route.js +0 -420
  267. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-app-route.js +0 -85
  268. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-ssr-app.js +0 -309
  269. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-ssr.js +0 -335
  270. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-wrapper.js +0 -24
  271. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/helpers.js +0 -36
  272. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/middleware.js +0 -115
  273. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages-api.js +0 -194
  274. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages-edge-api.js +0 -39
  275. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages.js +0 -155
  276. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-analyze/index.js +0 -116
  277. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-build/impl.js +0 -244
  278. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-build/index.js +0 -85
  279. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/env.js +0 -29
  280. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/helpers.js +0 -104
  281. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/index.js +0 -30
  282. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/result.js +0 -51
  283. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/tcp.js +0 -41
  284. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/types.js +0 -8
  285. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/type-check.js +0 -151
  286. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/utils.js +0 -1261
  287. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/validate-app-paths.js +0 -242
  288. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/alias/react-dom-server-experimental.js +0 -32
  289. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/alias/react-dom-server.js +0 -32
  290. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/cache-invalidation.js +0 -91
  291. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/base.js +0 -82
  292. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/index.js +0 -562
  293. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +0 -49
  294. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +0 -21
  295. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +0 -37
  296. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +0 -65
  297. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +0 -22
  298. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +0 -86
  299. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +0 -62
  300. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +0 -45
  301. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +0 -190
  302. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/index.js +0 -42
  303. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +0 -16
  304. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/helpers.js +0 -78
  305. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/index.js +0 -46
  306. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/utils.js +0 -13
  307. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +0 -32
  308. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +0 -93
  309. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +0 -287
  310. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +0 -36
  311. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +0 -105
  312. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +0 -220
  313. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +0 -307
  314. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +0 -83
  315. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +0 -23
  316. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +0 -459
  317. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/devtool/devtool-style-inject.js +0 -129
  318. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/empty-loader.js +0 -14
  319. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/error-loader.js +0 -36
  320. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +0 -15
  321. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +0 -156
  322. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +0 -27
  323. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +0 -17
  324. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +0 -429
  325. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +0 -94
  326. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +0 -58
  327. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/discover.js +0 -122
  328. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/resolve-route-data.js +0 -171
  329. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/types.js +0 -7
  330. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/modularize-import-loader.js +0 -39
  331. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-app-loader/create-app-route-code.js +0 -65
  332. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js +0 -765
  333. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-barrel-loader.js +0 -268
  334. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js +0 -37
  335. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-app-route-loader/index.js +0 -51
  336. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-function-loader.js +0 -52
  337. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-ssr-loader/index.js +0 -93
  338. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-error-browser-binary-loader.js +0 -21
  339. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.js +0 -32
  340. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js +0 -45
  341. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-client-module-loader.js +0 -49
  342. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +0 -56
  343. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js +0 -33
  344. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js +0 -27
  345. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/cache-wrapper.js +0 -13
  346. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +0 -211
  347. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js +0 -14
  348. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js +0 -13
  349. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/track-dynamic-import.js +0 -13
  350. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js +0 -29
  351. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js +0 -133
  352. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-font-loader/postcss-next-font.js +0 -169
  353. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-image-loader/blur.js +0 -73
  354. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-image-loader/index.js +0 -80
  355. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-invalid-import-error-loader.js +0 -28
  356. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js +0 -158
  357. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js +0 -342
  358. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-asset-loader.js +0 -46
  359. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +0 -59
  360. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-wasm-loader.js +0 -46
  361. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-root-params-loader.js +0 -164
  362. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +0 -141
  363. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/index.js +0 -220
  364. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoLinkTag.js +0 -61
  365. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoStyleTag.js +0 -221
  366. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/isEqualLocals.js +0 -27
  367. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js +0 -241
  368. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +0 -40
  369. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +0 -35
  370. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +0 -125
  371. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +0 -86
  372. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +0 -101
  373. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +0 -78
  374. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +0 -190
  375. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +0 -92
  376. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +0 -97
  377. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/utils.js +0 -100
  378. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin-utils.js +0 -79
  379. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +0 -183
  380. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +0 -67
  381. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +0 -277
  382. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +0 -92
  383. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js +0 -78
  384. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js +0 -191
  385. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +0 -793
  386. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +0 -420
  387. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/force-complete-runtime.js +0 -42
  388. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +0 -219
  389. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +0 -114
  390. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +0 -614
  391. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +0 -24
  392. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js +0 -188
  393. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +0 -120
  394. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +0 -542
  395. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +0 -428
  396. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +0 -14
  397. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +0 -57
  398. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +0 -45
  399. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +0 -146
  400. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +0 -282
  401. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +0 -169
  402. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js +0 -97
  403. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.js +0 -62
  404. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.js +0 -190
  405. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +0 -62
  406. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js +0 -188
  407. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/update-telemetry-loader-context-from-swc.js +0 -28
  408. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js +0 -43
  409. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +0 -89
  410. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +0 -43
  411. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +0 -19
  412. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +0 -29
  413. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +0 -29
  414. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +0 -26
  415. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +0 -33
  416. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +0 -26
  417. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +0 -166
  418. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +0 -42
  419. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +0 -18
  420. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +0 -138
  421. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/stringify-request.js +0 -15
  422. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/utils.js +0 -109
  423. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-build/impl.js +0 -381
  424. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-build/index.js +0 -179
  425. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-config-rules/resolve.js +0 -55
  426. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-config.js +0 -2343
  427. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/worker.js +0 -35
  428. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/write-build-id.js +0 -19
  429. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/cli/next-test.js +0 -169
  430. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/add-base-path.js +0 -24
  431. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-build-id.js +0 -49
  432. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-call-server.js +0 -34
  433. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-find-source-map-url.js +0 -38
  434. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/assign-location.js +0 -29
  435. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-announcer.js +0 -78
  436. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-headers.js +0 -128
  437. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-instance.js +0 -319
  438. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-utils.js +0 -62
  439. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router.js +0 -495
  440. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/builtin/default.js +0 -35
  441. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/builtin/global-error.js +0 -82
  442. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +0 -52
  443. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/error-boundary.js +0 -134
  444. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +0 -86
  445. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/errors/root-error-boundary.js +0 -41
  446. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/forbidden.js +0 -48
  447. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/handle-isr-error.js +0 -31
  448. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/hooks-server-context.js +0 -42
  449. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +0 -125
  450. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -72
  451. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/is-next-router-error.js +0 -23
  452. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/links.js +0 -292
  453. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/match-segments.js +0 -32
  454. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/nav-failure-handler.js +0 -61
  455. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation-devtools.js +0 -126
  456. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation-untracked.js +0 -65
  457. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation.js +0 -198
  458. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation.react-server.js +0 -72
  459. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/not-found.js +0 -42
  460. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/readonly-url-search-params.js +0 -41
  461. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-boundary.js +0 -107
  462. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-error.js +0 -52
  463. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-status-code.js +0 -24
  464. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect.js +0 -91
  465. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +0 -128
  466. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +0 -21
  467. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +0 -59
  468. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +0 -32
  469. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +0 -340
  470. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/handle-mutable.js +0 -66
  471. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +0 -51
  472. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +0 -1129
  473. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +0 -64
  474. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +0 -38
  475. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +0 -23
  476. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +0 -168
  477. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +0 -68
  478. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +0 -78
  479. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +0 -292
  480. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +0 -56
  481. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +0 -61
  482. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/router-reducer.js +0 -66
  483. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +0 -60
  484. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache-key.js +0 -28
  485. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache-map.js +0 -305
  486. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache.js +0 -1432
  487. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/lru.js +0 -145
  488. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/navigation.js +0 -459
  489. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/prefetch.js +0 -31
  490. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/scheduler.js +0 -1150
  491. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/types.js +0 -69
  492. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/vary-path.js +0 -216
  493. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/static-generation-bailout.js +0 -42
  494. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unauthorized.js +0 -49
  495. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unrecognized-action-error.js +0 -39
  496. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unresolved-thenable.js +0 -23
  497. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.browser.js +0 -28
  498. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.js +0 -25
  499. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.server.js +0 -32
  500. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/use-action-queue.js +0 -102
  501. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/dev/debug-channel.js +0 -72
  502. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/flight-data-helpers.js +0 -219
  503. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/has-base-path.js +0 -23
  504. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/lib/console.js +0 -177
  505. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/normalize-trailing-slash.js +0 -36
  506. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/remove-base-path.js +0 -32
  507. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/route-params.js +0 -230
  508. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -339
  509. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +0 -1
  510. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +0 -46
  511. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +0 -1
  512. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +0 -1
  513. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +0 -1
  514. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +0 -1
  515. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +0 -5
  516. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +0 -18713
  517. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +0 -1
  518. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +0 -44
  519. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +0 -1
  520. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +0 -1
  521. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@hapi/accept/index.js +0 -1
  522. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@hapi/accept/package.json +0 -1
  523. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +0 -1
  524. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +0 -1
  525. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/index.js +0 -1
  526. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/package.json +0 -1
  527. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/index.js +0 -1
  528. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/package.json +0 -1
  529. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-retry/index.js +0 -1
  530. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-retry/package.json +0 -1
  531. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-sema/index.js +0 -1
  532. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-sema/package.json +0 -1
  533. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel/code-frame.js +0 -1
  534. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel/package.json +0 -1
  535. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel-code-frame/index.js +0 -1
  536. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel-code-frame/package.json +0 -1
  537. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/busboy/index.js +0 -1
  538. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/busboy/package.json +0 -1
  539. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/bytes/index.js +0 -8
  540. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/bytes/package.json +0 -1
  541. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ci-info/index.js +0 -1
  542. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ci-info/package.json +0 -1
  543. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/commander/index.js +0 -1
  544. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/commander/package.json +0 -1
  545. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/comment-json/index.js +0 -7
  546. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/comment-json/package.json +0 -1
  547. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/compression/index.js +0 -58
  548. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/compression/package.json +0 -1
  549. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/conf/index.js +0 -15
  550. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/conf/package.json +0 -1
  551. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/content-disposition/index.js +0 -6
  552. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/content-disposition/package.json +0 -1
  553. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cookie/index.js +0 -7
  554. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cookie/package.json +0 -1
  555. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cross-spawn/index.js +0 -1
  556. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cross-spawn/package.json +0 -1
  557. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/debug/index.js +0 -1
  558. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/debug/package.json +0 -1
  559. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/edge-runtime/index.js +0 -1
  560. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/edge-runtime/package.json +0 -1
  561. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/find-up/index.js +0 -1
  562. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/find-up/package.json +0 -1
  563. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/fresh/index.js +0 -8
  564. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/fresh/package.json +0 -1
  565. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/http-proxy/index.js +0 -34
  566. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/http-proxy/package.json +0 -1
  567. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-detector/detector.js +0 -1
  568. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-size/index.js +0 -1
  569. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-size/package.json +0 -1
  570. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +0 -1
  571. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ipaddr.js/package.json +0 -1
  572. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-animated/index.js +0 -1
  573. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-animated/package.json +0 -1
  574. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-docker/index.js +0 -1
  575. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-docker/package.json +0 -1
  576. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-wsl/index.js +0 -1
  577. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-wsl/package.json +0 -1
  578. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/jsonwebtoken/index.js +0 -11
  579. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/jsonwebtoken/package.json +0 -1
  580. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/nanoid/index.cjs +0 -1
  581. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/nanoid/package.json +0 -1
  582. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +0 -24
  583. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +0 -24
  584. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +0 -20
  585. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-limit/index.js +0 -1
  586. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-limit/package.json +0 -1
  587. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-queue/index.js +0 -1
  588. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-queue/package.json +0 -1
  589. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-browserify/index.js +0 -1
  590. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-browserify/package.json +0 -1
  591. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-to-regexp/index.js +0 -1
  592. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-to-regexp/package.json +0 -1
  593. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/picomatch/index.js +0 -1
  594. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/picomatch/package.json +0 -1
  595. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +0 -133
  596. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +0 -130
  597. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/index.js +0 -7
  598. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/package.json +0 -26
  599. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/regenerator-runtime/package.json +0 -19
  600. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +0 -729
  601. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/semver/index.js +0 -1
  602. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/semver/package.json +0 -1
  603. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/send/index.js +0 -70
  604. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/send/package.json +0 -1
  605. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/source-map/package.json +0 -1
  606. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/source-map/source-map.js +0 -1
  607. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/stacktrace-parser/package.json +0 -1
  608. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +0 -1
  609. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/string-hash/index.js +0 -1
  610. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/string-hash/package.json +0 -1
  611. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/strip-ansi/index.js +0 -1
  612. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/strip-ansi/package.json +0 -1
  613. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/superstruct/index.cjs +0 -1
  614. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/superstruct/package.json +0 -1
  615. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/tar/index.js +0 -1
  616. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/tar/package.json +0 -1
  617. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/text-table/index.js +0 -1
  618. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/text-table/package.json +0 -1
  619. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/watchpack/package.json +0 -1
  620. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/watchpack/watchpack.js +0 -1
  621. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ws/index.js +0 -1
  622. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ws/package.json +0 -1
  623. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod/index.cjs +0 -1
  624. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod/package.json +0 -1
  625. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod-validation-error/index.js +0 -1
  626. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod-validation-error/package.json +0 -1
  627. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/context.js +0 -57
  628. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/fetch.js +0 -142
  629. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/httpget.js +0 -26
  630. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/server-edge.js +0 -32
  631. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/server.js +0 -62
  632. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/export/helpers/create-incremental-cache.js +0 -61
  633. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/batcher.js +0 -65
  634. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/build-custom-route.js +0 -46
  635. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/bundler.js +0 -97
  636. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/client-and-server-references.js +0 -54
  637. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/coalesced-function.js +0 -39
  638. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/compile-error.js +0 -14
  639. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/constants.js +0 -405
  640. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/create-client-router-filter.js +0 -67
  641. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/default-transpiled-packages.json +0 -1
  642. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/detached-promise.js +0 -32
  643. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/detect-typo.js +0 -51
  644. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/download-swc.js +0 -183
  645. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/error-telemetry-utils.js +0 -42
  646. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fallback.js +0 -100
  647. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fatal-error.js +0 -14
  648. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/file-exists.js +0 -53
  649. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-config.js +0 -102
  650. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-pages-dir.js +0 -65
  651. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-root.js +0 -122
  652. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-cli-help-output.js +0 -84
  653. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-dynamic-import-path.js +0 -24
  654. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-server-error.js +0 -74
  655. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/framework/boundary-components.js +0 -62
  656. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/framework/boundary-constants.js +0 -36
  657. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fs/rename.js +0 -87
  658. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fs/write-atomic.js +0 -28
  659. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +0 -69
  660. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-files-in-dir.js +0 -33
  661. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-network-host.js +0 -44
  662. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-package-version.js +0 -118
  663. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-project-dir.js +0 -51
  664. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/has-necessary-dependencies.js +0 -49
  665. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-cache-directory.js +0 -66
  666. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-npx-command.js +0 -29
  667. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-online.js +0 -50
  668. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-pkg-manager.js +0 -63
  669. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-registry.js +0 -45
  670. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-reserved-port.js +0 -116
  671. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/install.js +0 -83
  672. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/import-next-warning.js +0 -50
  673. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/inline-static-env.js +0 -112
  674. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/install-dependencies.js +0 -40
  675. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/interop-default.js +0 -15
  676. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-api-route.js +0 -15
  677. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-app-page-route.js +0 -15
  678. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-app-route-route.js +0 -15
  679. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-edge-runtime.js +0 -16
  680. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-error.js +0 -78
  681. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-internal-component.js +0 -36
  682. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-serializable-props.js +0 -106
  683. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/known-edge-safe-packages.json +0 -1
  684. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/load-custom-routes.js +0 -550
  685. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/gc-observer.js +0 -53
  686. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/shutdown.js +0 -29
  687. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/startup.js +0 -47
  688. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/trace.js +0 -109
  689. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/constants.js +0 -40
  690. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/default-metadata.js +0 -82
  691. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/alternate.js +0 -55
  692. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/basic.js +0 -307
  693. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/icon-mark.js +0 -22
  694. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/icons.js +0 -64
  695. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/meta.js +0 -123
  696. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/opengraph.js +0 -478
  697. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/utils.js +0 -52
  698. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/get-metadata-route.js +0 -114
  699. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/is-metadata-route.js +0 -221
  700. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/metadata-context.js +0 -18
  701. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/metadata.js +0 -243
  702. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolve-metadata.js +0 -859
  703. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +0 -232
  704. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +0 -56
  705. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +0 -199
  706. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +0 -40
  707. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +0 -135
  708. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +0 -7
  709. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/extra-types.js +0 -9
  710. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/icons.js +0 -6
  711. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/manifest-types.js +0 -6
  712. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/metadata-interface.js +0 -18
  713. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/metadata-types.js +0 -10
  714. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/opengraph-types.js +0 -6
  715. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/resolvers.js +0 -6
  716. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/twitter-types.js +0 -7
  717. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/mime-type.js +0 -20
  718. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/mkcert.js +0 -204
  719. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/multi-file-writer.js +0 -75
  720. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/needs-experimental-react.js +0 -16
  721. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/non-nullable.js +0 -15
  722. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/normalize-path.js +0 -21
  723. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/oxford-comma-list.js +0 -15
  724. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/page-types.js +0 -18
  725. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/patch-incorrect-lockfile.js +0 -185
  726. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/pick.js +0 -19
  727. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/picocolors.js +0 -177
  728. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/pretty-bytes.js +0 -74
  729. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/realpath.js +0 -20
  730. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-copy.js +0 -76
  731. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-delete.js +0 -137
  732. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-readdir.js +0 -124
  733. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/redirect-status.js +0 -46
  734. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/require-instrumentation-client.js +0 -26
  735. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/resolve-build-paths.js +0 -149
  736. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/resolve-from.js +0 -65
  737. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/route-pattern-normalizer.js +0 -107
  738. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/scheduler.js +0 -64
  739. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/semver-noop.js +0 -18
  740. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/server-external-packages.jsonc +0 -103
  741. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/setup-exception-listeners.js +0 -11
  742. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/static-env.js +0 -92
  743. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/try-to-parse-path.js +0 -68
  744. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/turbopack-warning.js +0 -186
  745. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +0 -240
  746. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +0 -73
  747. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +0 -52
  748. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/missingDependencyError.js +0 -27
  749. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/runTypeCheck.js +0 -151
  750. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/type-paths.js +0 -56
  751. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +0 -65
  752. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +0 -394
  753. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/url.js +0 -75
  754. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-partytown-setup.js +0 -115
  755. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-root-layout.js +0 -165
  756. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-typescript-setup.js +0 -178
  757. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/wait.js +0 -19
  758. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/with-promise-cache.js +0 -24
  759. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/worker.js +0 -223
  760. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/next-devtools/server/shared.js +0 -61
  761. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/ReactDOMServerPages.js +0 -16
  762. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/accept-header.js +0 -132
  763. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/after-context.js +0 -140
  764. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/after.js +0 -26
  765. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/awaiter.js +0 -74
  766. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/builtin-request-context.js +0 -38
  767. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/index.js +0 -21
  768. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/run-with-after.js +0 -35
  769. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/get-cookie-parser.js +0 -22
  770. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/index.js +0 -201
  771. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/api-resolver.js +0 -395
  772. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/parse-body.js +0 -79
  773. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +0 -86
  774. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/web.js +0 -17
  775. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -14
  776. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -13
  777. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-handler.js +0 -952
  778. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +0 -14
  779. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +0 -13
  780. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +0 -249
  781. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-render-utils.js +0 -112
  782. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-scheduling.js +0 -188
  783. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render.js +0 -3526
  784. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/async-local-storage.js +0 -76
  785. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/cache-signal.js +0 -181
  786. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/collect-segment-data.js +0 -276
  787. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/console-async-storage-instance.js +0 -14
  788. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/console-async-storage.external.js +0 -13
  789. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +0 -33
  790. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-component-tree.js +0 -754
  791. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-error-handler.js +0 -187
  792. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +0 -76
  793. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/csrf-protection.js +0 -75
  794. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +0 -14
  795. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +0 -13
  796. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -828
  797. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption-utils-server.js +0 -114
  798. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption-utils.js +0 -93
  799. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption.js +0 -238
  800. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/entry-base.js +0 -237
  801. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/flight-render-result.js +0 -28
  802. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-asset-query-string.js +0 -29
  803. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +0 -49
  804. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-layer-assets.js +0 -65
  805. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +0 -39
  806. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +0 -44
  807. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +0 -25
  808. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +0 -19
  809. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/interop-default.js +0 -17
  810. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +0 -92
  811. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/manifests-singleton.js +0 -257
  812. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +0 -28
  813. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +0 -57
  814. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +0 -32
  815. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +0 -66
  816. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +0 -49
  817. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/postponed-state.js +0 -156
  818. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/prospective-render-utils.js +0 -73
  819. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/react-large-shell-error.js +0 -17
  820. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/react-server.node.js +0 -39
  821. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/render-css-resource.js +0 -52
  822. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/required-scripts.js +0 -76
  823. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/postpone.js +0 -18
  824. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/preloads.js +0 -74
  825. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/taint.js +0 -79
  826. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/segment-explorer-path.js +0 -103
  827. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/server-inserted-html.js +0 -77
  828. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/staged-rendering.js +0 -273
  829. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/staged-validation.js +0 -32
  830. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/strip-flight-headers.js +0 -18
  831. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/types.js +0 -59
  832. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/use-flight-response.js +0 -212
  833. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +0 -185
  834. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -14
  835. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -13
  836. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -14
  837. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -252
  838. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/draft-mode-provider.js +0 -62
  839. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/request-store.js +0 -144
  840. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/with-store.js +0 -6
  841. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/work-store.js +0 -94
  842. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/helpers.js +0 -36
  843. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/index.js +0 -54
  844. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/node.js +0 -147
  845. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/web.js +0 -124
  846. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-server.js +0 -1842
  847. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/body-streams.js +0 -114
  848. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/cache-dir.js +0 -26
  849. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/capsize-font-metrics.json +0 -181516
  850. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/ci-info.js +0 -41
  851. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/client-component-renderer-logger.js +0 -70
  852. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-schema.js +0 -630
  853. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-shared.js +0 -309
  854. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-utils.js +0 -185
  855. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config.js +0 -1468
  856. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -96
  857. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/crypto-utils.js +0 -70
  858. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/file-logger.js +0 -183
  859. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +0 -512
  860. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/source-map.js +0 -225
  861. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/debug-channel.js +0 -87
  862. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/dev-indicator-server-state.js +0 -15
  863. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/get-source-map-from-file.js +0 -100
  864. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-middleware.js +0 -274
  865. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-rspack.js +0 -171
  866. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +0 -56
  867. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +0 -1247
  868. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-types.js +0 -58
  869. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-webpack.js +0 -1382
  870. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/log-requests.js +0 -141
  871. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/messages.js +0 -74
  872. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/middleware-turbopack.js +0 -393
  873. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/middleware-webpack.js +0 -473
  874. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/node-stack-frames.js +0 -72
  875. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/on-demand-entry-handler.js +0 -704
  876. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/parse-version-info.js +0 -108
  877. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/require-cache.js +0 -49
  878. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/serialized-errors.js +0 -67
  879. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/static-paths-worker.js +0 -103
  880. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/turbopack-utils.js +0 -696
  881. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -86
  882. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/font-utils.js +0 -43
  883. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-app-route-from-entrypoint.js +0 -30
  884. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-page-files.js +0 -23
  885. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-route-from-entrypoint.js +0 -35
  886. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/htmlescape.js +0 -37
  887. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/image-optimizer.js +0 -1067
  888. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/instrumentation/types.js +0 -6
  889. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/instrumentation/utils.js +0 -21
  890. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/internal-utils.js +0 -39
  891. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/is-private-ip.js +0 -36
  892. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/app-dir-module.js +0 -59
  893. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/app-info-log.js +0 -154
  894. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/async-callback-set.js +0 -29
  895. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-control.js +0 -22
  896. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/default.external.js +0 -18
  897. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/default.js +0 -160
  898. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/types.js +0 -8
  899. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +0 -116
  900. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/clone-response.js +0 -77
  901. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cpu-profile.js +0 -28
  902. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/decode-query-path-parameter.js +0 -26
  903. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/dedupe-fetch.js +0 -163
  904. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/dev-bundler-service.js +0 -95
  905. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/etag.js +0 -56
  906. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +0 -48
  907. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/experimental/ppr.js +0 -47
  908. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/find-page-file.js +0 -127
  909. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/fix-mojibake.js +0 -25
  910. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/format-hostname.js +0 -16
  911. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/i18n-provider.js +0 -129
  912. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/implicit-tags.js +0 -77
  913. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +0 -333
  914. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/index.js +0 -479
  915. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +0 -40
  916. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +0 -73
  917. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +0 -55
  918. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/is-ipv6.js +0 -41
  919. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/lazy-result.js +0 -46
  920. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/lru-cache.js +0 -177
  921. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/match-next-data-pathname.js +0 -18
  922. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/mock-request.js +0 -416
  923. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/module-loader.js +0 -8
  924. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +0 -25
  925. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +0 -26
  926. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/node-fs-methods.js +0 -28
  927. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/parse-stack.js +0 -46
  928. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/patch-fetch.js +0 -945
  929. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/patch-set-header.js +0 -38
  930. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/render-server.js +0 -152
  931. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-server.js +0 -672
  932. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +0 -76
  933. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/build-data-route.js +0 -48
  934. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +0 -50
  935. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +0 -211
  936. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +0 -42
  937. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/filesystem.js +0 -590
  938. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +0 -89
  939. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +0 -96
  940. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -16
  941. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/proxy-request.js +0 -118
  942. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +0 -608
  943. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +0 -286
  944. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/router-server-context.js +0 -26
  945. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/typegen.js +0 -613
  946. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/types.js +0 -6
  947. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/server-action-request-meta.js +0 -53
  948. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/server-ipc/utils.js +0 -80
  949. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/source-maps.js +0 -196
  950. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/start-server.js +0 -460
  951. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/streaming-metadata.js +0 -38
  952. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/to-route.js +0 -37
  953. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/constants.js +0 -203
  954. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/tracer.js +0 -270
  955. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/utils.js +0 -16
  956. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/types.js +0 -6
  957. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/utils.js +0 -249
  958. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/worker-utils.js +0 -36
  959. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-components.js +0 -177
  960. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-default-error-components.js +0 -41
  961. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-manifest.external.js +0 -97
  962. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/match-bundle.js +0 -25
  963. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/get-mcp-middleware.js +0 -49
  964. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +0 -41
  965. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +0 -82
  966. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-errors.js +0 -107
  967. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-logs.js +0 -61
  968. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +0 -180
  969. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +0 -55
  970. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-routes.js +0 -171
  971. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +0 -113
  972. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +0 -31
  973. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +0 -90
  974. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +0 -147
  975. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next-server.js +0 -1459
  976. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next-typescript.js +0 -13
  977. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next.js +0 -452
  978. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-baseline.js +0 -25
  979. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +0 -246
  980. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-exit.js +0 -49
  981. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-file.js +0 -56
  982. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/date.js +0 -52
  983. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +0 -8
  984. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +0 -570
  985. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +0 -33
  986. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +0 -103
  987. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/random.js +0 -28
  988. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.js +0 -489
  989. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/utils.js +0 -186
  990. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +0 -45
  991. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment.js +0 -19
  992. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-polyfill-crypto.js +0 -21
  993. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +0 -33
  994. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +0 -54
  995. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +0 -22
  996. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +0 -40
  997. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +0 -55
  998. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/index.js +0 -42
  999. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/index.js +0 -44
  1000. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +0 -55
  1001. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +0 -22
  1002. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +0 -19
  1003. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +0 -19
  1004. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +0 -26
  1005. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/normalizer.js +0 -6
  1006. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/normalizers.js +0 -23
  1007. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +0 -26
  1008. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/base-path.js +0 -25
  1009. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/next-data.js +0 -38
  1010. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +0 -6
  1011. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/prefix.js +0 -39
  1012. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/rsc.js +0 -19
  1013. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +0 -32
  1014. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/suffix.js +0 -27
  1015. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/underscore-normalizer.js +0 -17
  1016. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +0 -17
  1017. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/og/image-response.js +0 -53
  1018. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/patch-error-inspect.js +0 -436
  1019. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/pipe-readable.js +0 -140
  1020. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/post-process.js +0 -39
  1021. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/render-result.js +0 -195
  1022. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/render.js +0 -1138
  1023. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/connection.js +0 -111
  1024. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/cookies.js +0 -220
  1025. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/draft-mode.js +0 -207
  1026. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/fallback-params.js +0 -69
  1027. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/headers.js +0 -219
  1028. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/params.js +0 -415
  1029. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/pathname.js +0 -104
  1030. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/root-params.js +0 -157
  1031. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/search-params.js +0 -432
  1032. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/utils.js +0 -51
  1033. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request-meta.js +0 -55
  1034. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/require-hook.js +0 -71
  1035. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/require.js +0 -109
  1036. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/index.js +0 -211
  1037. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/types.js +0 -41
  1038. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/utils.js +0 -103
  1039. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/web.js +0 -101
  1040. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/resume-data-cache/cache-store.js +0 -84
  1041. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +0 -96
  1042. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/revalidation-utils.js +0 -152
  1043. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +0 -16
  1044. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +0 -6
  1045. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/locale-route-definition.js +0 -6
  1046. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +0 -6
  1047. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/pages-route-definition.js +0 -6
  1048. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/route-definition.js +0 -6
  1049. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-kind.js +0 -32
  1050. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +0 -239
  1051. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +0 -120
  1052. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +0 -6
  1053. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +0 -55
  1054. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +0 -43
  1055. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +0 -90
  1056. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +0 -112
  1057. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +0 -77
  1058. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +0 -77
  1059. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +0 -28
  1060. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +0 -106
  1061. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +0 -42
  1062. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +0 -6
  1063. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +0 -30
  1064. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +0 -6
  1065. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +0 -34
  1066. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +0 -20
  1067. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +0 -21
  1068. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +0 -55
  1069. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +0 -64
  1070. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +0 -6
  1071. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +0 -18
  1072. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +0 -15
  1073. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +0 -68
  1074. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +0 -30
  1075. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +0 -30
  1076. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/route-matcher.js +0 -54
  1077. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/app-page-route-match.js +0 -6
  1078. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/app-route-route-match.js +0 -6
  1079. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/locale-route-match.js +0 -6
  1080. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/pages-api-route-match.js +0 -16
  1081. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/pages-route-match.js +0 -6
  1082. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/route-match.js +0 -6
  1083. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +0 -48
  1084. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +0 -36
  1085. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.js +0 -132
  1086. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.render.js +0 -24
  1087. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +0 -4
  1088. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +0 -87
  1089. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +0 -4
  1090. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +0 -4
  1091. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +0 -4
  1092. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +0 -4
  1093. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +0 -4
  1094. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +0 -140
  1095. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +0 -4
  1096. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +0 -4
  1097. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +0 -4
  1098. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +0 -4
  1099. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +0 -4
  1100. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +0 -4
  1101. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +0 -4
  1102. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +0 -4
  1103. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +0 -4
  1104. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +0 -125
  1105. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +0 -4
  1106. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +0 -4
  1107. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +0 -4
  1108. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +0 -4
  1109. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +0 -4
  1110. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +0 -4
  1111. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +0 -4
  1112. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +0 -4
  1113. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +0 -85
  1114. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +0 -24
  1115. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +0 -29
  1116. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +0 -15
  1117. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +0 -20
  1118. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +0 -36
  1119. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/module.js +0 -889
  1120. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +0 -56
  1121. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/checks.js +0 -45
  1122. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +0 -100
  1123. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.compiled.js +0 -20
  1124. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.js +0 -92
  1125. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.render.js +0 -24
  1126. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/pages-handler.js +0 -522
  1127. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +0 -4
  1128. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +0 -102
  1129. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +0 -4
  1130. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +0 -4
  1131. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +0 -4
  1132. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +0 -4
  1133. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +0 -4
  1134. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +0 -4
  1135. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +0 -4
  1136. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +0 -4
  1137. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +0 -20
  1138. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages-api/module.js +0 -58
  1139. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/route-module.js +0 -594
  1140. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/runtime-reacts.external.js +0 -46
  1141. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/send-payload.js +0 -88
  1142. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/send-response.js +0 -70
  1143. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/serve-static.js +0 -66
  1144. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/server-route-utils.js +0 -30
  1145. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/server-utils.js +0 -323
  1146. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/setup-http-agent-env.js +0 -31
  1147. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/encoded-tags.js +0 -114
  1148. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +0 -737
  1149. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +0 -69
  1150. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/constant.js +0 -97
  1151. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/index.js +0 -199
  1152. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/client-boundary.js +0 -97
  1153. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/config.js +0 -501
  1154. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/entry.js +0 -149
  1155. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/error.js +0 -38
  1156. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/metadata.js +0 -234
  1157. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/server-boundary.js +0 -115
  1158. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/server.js +0 -79
  1159. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/utils.js +0 -212
  1160. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/cache-life.js +0 -161
  1161. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/cache-tag.js +0 -50
  1162. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/constants.js +0 -28
  1163. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/handlers.js +0 -121
  1164. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/use-cache-errors.js +0 -36
  1165. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +0 -1336
  1166. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/utils.js +0 -73
  1167. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/adapter.js +0 -388
  1168. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/edge-route-module-wrapper.js +0 -122
  1169. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/error.js +0 -54
  1170. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/exports/index.js +0 -56
  1171. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/get-edge-preview-props.js +0 -23
  1172. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/globals.js +0 -128
  1173. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/http.js +0 -39
  1174. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/internal-edge-wait-until.js +0 -64
  1175. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/next-url.js +0 -195
  1176. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/context.js +0 -462
  1177. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +0 -35
  1178. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/index.js +0 -28
  1179. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/resource-managers.js +0 -88
  1180. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/sandbox.js +0 -134
  1181. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -192
  1182. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +0 -142
  1183. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -30
  1184. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -211
  1185. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -29
  1186. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/fetch-event.js +0 -98
  1187. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/image-response.js +0 -22
  1188. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/request.js +0 -99
  1189. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/response.js +0 -136
  1190. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/revalidate.js +0 -206
  1191. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +0 -284
  1192. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +0 -49
  1193. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/url-pattern.js +0 -14
  1194. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/user-agent.js +0 -46
  1195. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/types.js +0 -6
  1196. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/utils.js +0 -151
  1197. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/web-on-close.js +0 -87
  1198. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/action-revalidation-kind.js +0 -31
  1199. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -50
  1200. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/app-router-types.js +0 -27
  1201. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/constants.js +0 -448
  1202. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/deep-freeze.js +0 -30
  1203. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/deployment-id.js +0 -36
  1204. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/dset.js +0 -34
  1205. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/encode-uri-path.js +0 -15
  1206. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/entry-constants.js +0 -36
  1207. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/error-source.js +0 -36
  1208. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +0 -39
  1209. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/constants.js +0 -19
  1210. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +0 -24
  1211. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +0 -20
  1212. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/escape-regexp.js +0 -22
  1213. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/get-hostname.js +0 -23
  1214. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/hash.js +0 -42
  1215. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +0 -18
  1216. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/head.js +0 -163
  1217. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -60
  1218. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +0 -40
  1219. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -25
  1220. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +0 -59
  1221. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -54
  1222. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-blur-svg.js +0 -22
  1223. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +0 -19
  1224. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-config.js +0 -74
  1225. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/invariant-error.js +0 -18
  1226. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-internal.js +0 -39
  1227. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-plain-object.js +0 -42
  1228. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-thenable.js +0 -20
  1229. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/isomorphic/path.js +0 -14
  1230. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -37
  1231. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +0 -19
  1232. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +0 -246
  1233. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/magic-identifier.js +0 -218
  1234. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/match-local-pattern.js +0 -46
  1235. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/match-remote-pattern.js +0 -63
  1236. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/modern-browserslist-target.js +0 -15
  1237. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/no-fallback-error.external.js +0 -18
  1238. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +0 -28
  1239. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +0 -26
  1240. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +0 -18
  1241. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -18
  1242. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +0 -40
  1243. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +0 -23
  1244. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +0 -26
  1245. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +0 -19
  1246. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +0 -20
  1247. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/promise-with-resolvers.js +0 -26
  1248. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/adapters.js +0 -136
  1249. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/routes/app.js +0 -122
  1250. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-locale.js +0 -28
  1251. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -20
  1252. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +0 -20
  1253. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/app-paths.js +0 -51
  1254. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +0 -17
  1255. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +0 -24
  1256. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +0 -16
  1257. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +0 -27
  1258. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/format-url.js +0 -111
  1259. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +0 -167
  1260. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +0 -52
  1261. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +0 -25
  1262. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +0 -90
  1263. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/html-bots.js +0 -17
  1264. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/index.js +0 -30
  1265. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +0 -33
  1266. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +0 -108
  1267. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/is-bot.js +0 -57
  1268. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +0 -26
  1269. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +0 -31
  1270. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +0 -29
  1271. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-path.js +0 -33
  1272. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +0 -36
  1273. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-url.js +0 -32
  1274. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -20
  1275. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/path-match.js +0 -49
  1276. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +0 -292
  1277. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/querystring.js +0 -79
  1278. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +0 -40
  1279. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +0 -39
  1280. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -21
  1281. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +0 -116
  1282. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +0 -113
  1283. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +0 -45
  1284. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-regex.js +0 -256
  1285. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +0 -244
  1286. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -18
  1287. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js +0 -52
  1288. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +0 -99
  1289. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment.js +0 -102
  1290. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -35
  1291. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/server-reference-info.js +0 -52
  1292. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/side-effect.js +0 -63
  1293. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/turbopack/internal-error.js +0 -53
  1294. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/turbopack/utils.js +0 -279
  1295. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/utils/warn-once.js +0 -22
  1296. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/utils.js +0 -207
  1297. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/zod.js +0 -101
  1298. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/anonymous-meta.js +0 -89
  1299. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/detached-flush.js +0 -56
  1300. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/build.js +0 -174
  1301. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/index.js +0 -41
  1302. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/plugins.js +0 -51
  1303. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/swc-load-failure.js +0 -55
  1304. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/version.js +0 -66
  1305. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/flush-telemetry.js +0 -19
  1306. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/post-telemetry-payload.js +0 -48
  1307. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/project-id.js +0 -48
  1308. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/storage.js +0 -301
  1309. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/index.js +0 -54
  1310. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/index.js +0 -37
  1311. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-json-build.js +0 -137
  1312. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-json.js +0 -151
  1313. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-telemetry.js +0 -36
  1314. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/shared.js +0 -39
  1315. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/trace.js +0 -197
  1316. package/dashboard/.next/standalone/dashboard/node_modules/next/package.json +0 -380
  1317. package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-compiler-runtime.production.js +0 -16
  1318. package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-jsx-dev-runtime.production.js +0 -14
  1319. package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-jsx-runtime.production.js +0 -34
  1320. package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react.production.js +0 -542
  1321. package/dashboard/.next/standalone/dashboard/node_modules/react/compiler-runtime.js +0 -14
  1322. package/dashboard/.next/standalone/dashboard/node_modules/react/index.js +0 -7
  1323. package/dashboard/.next/standalone/dashboard/node_modules/react/jsx-dev-runtime.js +0 -7
  1324. package/dashboard/.next/standalone/dashboard/node_modules/react/jsx-runtime.js +0 -7
  1325. package/dashboard/.next/standalone/dashboard/node_modules/react/package.json +0 -51
  1326. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +0 -6603
  1327. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +0 -6692
  1328. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.browser.production.js +0 -7410
  1329. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.edge.production.js +0 -7512
  1330. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.node.production.js +0 -7707
  1331. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom.production.js +0 -210
  1332. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/index.js +0 -38
  1333. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/package.json +0 -117
  1334. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.browser.js +0 -16
  1335. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.edge.js +0 -17
  1336. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.node.js +0 -18
  1337. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/static.node.js +0 -14
  1338. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/channel.js +0 -177
  1339. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/colour.js +0 -195
  1340. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/composite.js +0 -212
  1341. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/constructor.js +0 -499
  1342. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/index.js +0 -16
  1343. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/input.js +0 -809
  1344. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/is.js +0 -143
  1345. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/libvips.js +0 -207
  1346. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/operation.js +0 -1016
  1347. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/output.js +0 -1666
  1348. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/resize.js +0 -595
  1349. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/sharp.js +0 -121
  1350. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/utility.js +0 -291
  1351. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/comparator.js +0 -143
  1352. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/range.js +0 -557
  1353. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/semver.js +0 -333
  1354. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/cmp.js +0 -54
  1355. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/coerce.js +0 -62
  1356. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/compare.js +0 -7
  1357. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/eq.js +0 -5
  1358. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/gt.js +0 -5
  1359. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/gte.js +0 -5
  1360. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/lt.js +0 -5
  1361. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/lte.js +0 -5
  1362. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/neq.js +0 -5
  1363. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/parse.js +0 -18
  1364. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/satisfies.js +0 -12
  1365. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/constants.js +0 -37
  1366. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/debug.js +0 -11
  1367. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/identifiers.js +0 -29
  1368. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/lrucache.js +0 -42
  1369. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/parse-options.js +0 -17
  1370. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/re.js +0 -223
  1371. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/package.json +0 -78
  1372. package/dashboard/.next/standalone/dashboard/node_modules/sharp/package.json +0 -202
  1373. package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/dist/index/index.js +0 -499
  1374. package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/index.js +0 -1
  1375. package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/package.json +0 -132
  1376. package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/style.js +0 -1
  1377. package/dashboard/.next/standalone/dashboard/package.json +0 -44
  1378. package/dashboard/.next/standalone/dashboard/public/favicon.ico +0 -0
  1379. package/dashboard/.next/standalone/dashboard/public/file.svg +0 -1
  1380. package/dashboard/.next/standalone/dashboard/public/globe.svg +0 -1
  1381. package/dashboard/.next/standalone/dashboard/public/next.svg +0 -1
  1382. package/dashboard/.next/standalone/dashboard/public/vercel.svg +0 -1
  1383. package/dashboard/.next/standalone/dashboard/public/window.svg +0 -1
  1384. package/dashboard/.next/standalone/dashboard/server.js +0 -38
  1385. package/dashboard/.next/standalone/node_modules/@img/colour/package.json +0 -45
  1386. package/dashboard/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/package.json +0 -42
  1387. package/dashboard/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +0 -42
  1388. package/dashboard/.next/standalone/node_modules/@img/sharp-linux-x64/package.json +0 -46
  1389. package/dashboard/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +0 -46
  1390. package/dashboard/.next/standalone/node_modules/buffer-from/index.js +0 -72
  1391. package/dashboard/.next/standalone/node_modules/buffer-from/package.json +0 -19
  1392. package/dashboard/.next/standalone/node_modules/detect-libc/package.json +0 -44
  1393. package/dashboard/.next/standalone/node_modules/source-map/lib/array-set.js +0 -121
  1394. package/dashboard/.next/standalone/node_modules/source-map/lib/base64-vlq.js +0 -140
  1395. package/dashboard/.next/standalone/node_modules/source-map/lib/base64.js +0 -67
  1396. package/dashboard/.next/standalone/node_modules/source-map/lib/binary-search.js +0 -111
  1397. package/dashboard/.next/standalone/node_modules/source-map/lib/mapping-list.js +0 -79
  1398. package/dashboard/.next/standalone/node_modules/source-map/lib/quick-sort.js +0 -114
  1399. package/dashboard/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  1400. package/dashboard/.next/standalone/node_modules/source-map/lib/source-map-generator.js +0 -425
  1401. package/dashboard/.next/standalone/node_modules/source-map/lib/source-node.js +0 -413
  1402. package/dashboard/.next/standalone/node_modules/source-map/lib/util.js +0 -488
  1403. package/dashboard/.next/standalone/node_modules/source-map/package.json +0 -73
  1404. package/dashboard/.next/standalone/node_modules/source-map/source-map.js +0 -8
  1405. package/dashboard/.next/standalone/node_modules/source-map-support/LICENSE.md +0 -21
  1406. package/dashboard/.next/standalone/node_modules/source-map-support/README.md +0 -284
  1407. package/dashboard/.next/standalone/node_modules/source-map-support/browser-source-map-support.js +0 -113
  1408. package/dashboard/.next/standalone/node_modules/source-map-support/package.json +0 -31
  1409. package/dashboard/.next/standalone/node_modules/source-map-support/register.js +0 -1
  1410. package/dashboard/.next/standalone/node_modules/source-map-support/source-map-support.js +0 -567
  1411. package/dashboard/.next/standalone/node_modules/typescript/package.json +0 -120
@@ -1,1129 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- 0 && (module.exports = {
6
- FreshnessPolicy: null,
7
- createInitialCacheNodeForHydration: null,
8
- isDeferredRsc: null,
9
- spawnDynamicRequests: null,
10
- startPPRNavigation: null
11
- });
12
- function _export(target, all) {
13
- for(var name in all)Object.defineProperty(target, name, {
14
- enumerable: true,
15
- get: all[name]
16
- });
17
- }
18
- _export(exports, {
19
- FreshnessPolicy: function() {
20
- return FreshnessPolicy;
21
- },
22
- createInitialCacheNodeForHydration: function() {
23
- return createInitialCacheNodeForHydration;
24
- },
25
- isDeferredRsc: function() {
26
- return isDeferredRsc;
27
- },
28
- spawnDynamicRequests: function() {
29
- return spawnDynamicRequests;
30
- },
31
- startPPRNavigation: function() {
32
- return startPPRNavigation;
33
- }
34
- });
35
- const _segment = require("../../../shared/lib/segment");
36
- const _matchsegments = require("../match-segments");
37
- const _createhreffromurl = require("./create-href-from-url");
38
- const _createroutercachekey = require("./create-router-cache-key");
39
- const _fetchserverresponse = require("./fetch-server-response");
40
- const _useactionqueue = require("../use-action-queue");
41
- const _routerreducertypes = require("./router-reducer-types");
42
- const _isnavigatingtonewrootlayout = require("./is-navigating-to-new-root-layout");
43
- const _navigatereducer = require("./reducers/navigate-reducer");
44
- const _navigation = require("../segment-cache/navigation");
45
- var FreshnessPolicy = /*#__PURE__*/ function(FreshnessPolicy) {
46
- FreshnessPolicy[FreshnessPolicy["Default"] = 0] = "Default";
47
- FreshnessPolicy[FreshnessPolicy["Hydration"] = 1] = "Hydration";
48
- FreshnessPolicy[FreshnessPolicy["HistoryTraversal"] = 2] = "HistoryTraversal";
49
- FreshnessPolicy[FreshnessPolicy["RefreshAll"] = 3] = "RefreshAll";
50
- FreshnessPolicy[FreshnessPolicy["HMRRefresh"] = 4] = "HMRRefresh";
51
- return FreshnessPolicy;
52
- }({});
53
- const noop = ()=>{};
54
- function createInitialCacheNodeForHydration(navigatedAt, initialTree, seedData, seedHead) {
55
- // Create the initial cache node tree, using the data embedded into the
56
- // HTML document.
57
- const accumulation = {
58
- scrollableSegments: null,
59
- separateRefreshUrls: null
60
- };
61
- const task = createCacheNodeOnNavigation(navigatedAt, initialTree, undefined, 1, seedData, seedHead, null, null, false, null, null, false, accumulation);
62
- // NOTE: We intentionally don't check if any data needs to be fetched from the
63
- // server. We assume the initial hydration payload is sufficient to render
64
- // the page.
65
- //
66
- // The completeness of the initial data is an important property that we rely
67
- // on as a last-ditch mechanism for recovering the app; we must always be able
68
- // to reload a fresh HTML document to get to a consistent state.
69
- //
70
- // In the future, there may be cases where the server intentionally sends
71
- // partial data and expects the client to fill in the rest, in which case this
72
- // logic may change. (There already is a similar case where the server sends
73
- // _no_ hydration data in the HTML document at all, and the client fetches it
74
- // separately, but that's different because we still end up hydrating with a
75
- // complete tree.)
76
- return task.node;
77
- }
78
- function startPPRNavigation(navigatedAt, oldUrl, oldCacheNode, oldRouterState, newRouterState, freshness, seedData, seedHead, prefetchData, prefetchHead, isPrefetchHeadPartial, isSamePageNavigation, accumulation) {
79
- const didFindRootLayout = false;
80
- const parentNeedsDynamicRequest = false;
81
- const parentRefreshUrl = null;
82
- return updateCacheNodeOnNavigation(navigatedAt, oldUrl, oldCacheNode !== null ? oldCacheNode : undefined, oldRouterState, newRouterState, freshness, didFindRootLayout, seedData, seedHead, prefetchData, prefetchHead, isPrefetchHeadPartial, isSamePageNavigation, null, null, parentNeedsDynamicRequest, parentRefreshUrl, accumulation);
83
- }
84
- function updateCacheNodeOnNavigation(navigatedAt, oldUrl, oldCacheNode, oldRouterState, newRouterState, freshness, didFindRootLayout, seedData, seedHead, prefetchData, prefetchHead, isPrefetchHeadPartial, isSamePageNavigation, parentSegmentPath, parentParallelRouteKey, parentNeedsDynamicRequest, parentRefreshUrl, accumulation) {
85
- // Check if this segment matches the one in the previous route.
86
- const oldSegment = oldRouterState[0];
87
- const newSegment = newRouterState[0];
88
- if (!(0, _matchsegments.matchSegment)(newSegment, oldSegment)) {
89
- // This segment does not match the previous route. We're now entering the
90
- // new part of the target route. Switch to the "create" path.
91
- if (// Check if the route tree changed before we reached a layout. (The
92
- // highest-level layout in a route tree is referred to as the "root"
93
- // layout.) This could mean that we're navigating between two different
94
- // root layouts. When this happens, we perform a full-page (MPA-style)
95
- // navigation.
96
- //
97
- // However, the algorithm for deciding where to start rendering a route
98
- // (i.e. the one performed in order to reach this function) is stricter
99
- // than the one used to detect a change in the root layout. So just
100
- // because we're re-rendering a segment outside of the root layout does
101
- // not mean we should trigger a full-page navigation.
102
- //
103
- // Specifically, we handle dynamic parameters differently: two segments
104
- // are considered the same even if their parameter values are different.
105
- //
106
- // Refer to isNavigatingToNewRootLayout for details.
107
- //
108
- // Note that we only have to perform this extra traversal if we didn't
109
- // already discover a root layout in the part of the tree that is
110
- // unchanged. We also only need to compare the subtree that is not
111
- // shared. In the common case, this branch is skipped completely.
112
- !didFindRootLayout && (0, _isnavigatingtonewrootlayout.isNavigatingToNewRootLayout)(oldRouterState, newRouterState) || // The global Not Found route (app/global-not-found.tsx) is a special
113
- // case, because it acts like a root layout, but in the router tree, it
114
- // is rendered in the same position as app/layout.tsx.
115
- //
116
- // Any navigation to the global Not Found route should trigger a
117
- // full-page navigation.
118
- //
119
- // TODO: We should probably model this by changing the key of the root
120
- // segment when this happens. Then the root layout check would work
121
- // as expected, without a special case.
122
- newSegment === _segment.NOT_FOUND_SEGMENT_KEY) {
123
- return null;
124
- }
125
- if (parentSegmentPath === null || parentParallelRouteKey === null) {
126
- // The root should never mismatch. If it does, it suggests an internal
127
- // Next.js error, or a malformed server response. Trigger a full-
128
- // page navigation.
129
- return null;
130
- }
131
- return createCacheNodeOnNavigation(navigatedAt, newRouterState, oldCacheNode, freshness, seedData, seedHead, prefetchData, prefetchHead, isPrefetchHeadPartial, parentSegmentPath, parentParallelRouteKey, parentNeedsDynamicRequest, accumulation);
132
- }
133
- // TODO: The segment paths are tracked so that LayoutRouter knows which
134
- // segments to scroll to after a navigation. But we should just mark this
135
- // information on the CacheNode directly. It used to be necessary to do this
136
- // separately because CacheNodes were created lazily during render, not when
137
- // rather than when creating the route tree.
138
- const segmentPath = parentParallelRouteKey !== null && parentSegmentPath !== null ? parentSegmentPath.concat([
139
- parentParallelRouteKey,
140
- newSegment
141
- ]) : [];
142
- const newRouterStateChildren = newRouterState[1];
143
- const oldRouterStateChildren = oldRouterState[1];
144
- const seedDataChildren = seedData !== null ? seedData[1] : null;
145
- const prefetchDataChildren = prefetchData !== null ? prefetchData[1] : null;
146
- // We're currently traversing the part of the tree that was also part of
147
- // the previous route. If we discover a root layout, then we don't need to
148
- // trigger an MPA navigation.
149
- const isRootLayout = newRouterState[4] === true;
150
- const childDidFindRootLayout = didFindRootLayout || isRootLayout;
151
- const oldParallelRoutes = oldCacheNode !== undefined ? oldCacheNode.parallelRoutes : undefined;
152
- // Clone the current set of segment children, even if they aren't active in
153
- // the new tree.
154
- // TODO: We currently retain all the inactive segments indefinitely, until
155
- // there's an explicit refresh, or a parent layout is lazily refreshed. We
156
- // rely on this for popstate navigations, which update the Router State Tree
157
- // but do not eagerly perform a data fetch, because they expect the segment
158
- // data to already be in the Cache Node tree. For highly static sites that
159
- // are mostly read-only, this may happen only rarely, causing memory to
160
- // leak. We should figure out a better model for the lifetime of inactive
161
- // segments, so we can maintain instant back/forward navigations without
162
- // leaking memory indefinitely.
163
- let shouldDropSiblingCaches = false;
164
- let shouldRefreshDynamicData = false;
165
- switch(freshness){
166
- case 0:
167
- case 2:
168
- case 1:
169
- // We should never drop dynamic data in shared layouts, except during
170
- // a refresh.
171
- shouldDropSiblingCaches = false;
172
- shouldRefreshDynamicData = false;
173
- break;
174
- case 3:
175
- case 4:
176
- shouldDropSiblingCaches = true;
177
- shouldRefreshDynamicData = true;
178
- break;
179
- default:
180
- freshness;
181
- break;
182
- }
183
- const newParallelRoutes = new Map(shouldDropSiblingCaches ? undefined : oldParallelRoutes);
184
- // TODO: We're not consistent about how we do this check. Some places
185
- // check if the segment starts with PAGE_SEGMENT_KEY, but most seem to
186
- // check if there any any children, which is why I'm doing it here. We
187
- // should probably encode an empty children set as `null` though. Either
188
- // way, we should update all the checks to be consistent.
189
- const isLeafSegment = Object.keys(newRouterStateChildren).length === 0;
190
- // Get the data for this segment. Since it was part of the previous route,
191
- // usually we just clone the data from the old CacheNode. However, during a
192
- // refresh or a revalidation, there won't be any existing CacheNode. So we
193
- // may need to consult the prefetch cache, like we would for a new segment.
194
- let newCacheNode;
195
- let needsDynamicRequest;
196
- if (oldCacheNode !== undefined && !shouldRefreshDynamicData && // During a same-page navigation, we always refetch the page segments
197
- !(isLeafSegment && isSamePageNavigation)) {
198
- // Reuse the existing CacheNode
199
- const dropPrefetchRsc = false;
200
- newCacheNode = reuseDynamicCacheNode(dropPrefetchRsc, oldCacheNode, newParallelRoutes);
201
- needsDynamicRequest = false;
202
- } else if (seedData !== null && seedData[0] !== null) {
203
- // If this navigation was the result of an action, then check if the
204
- // server sent back data in the action response. We should favor using
205
- // that, rather than performing a separate request. This is both better
206
- // for performance and it's more likely to be consistent with any
207
- // writes that were just performed by the action, compared to a
208
- // separate request.
209
- const seedRsc = seedData[0];
210
- const seedLoading = seedData[2];
211
- const isSeedRscPartial = false;
212
- const isSeedHeadPartial = seedHead === null;
213
- newCacheNode = readCacheNodeFromSeedData(seedRsc, seedLoading, isSeedRscPartial, seedHead, isSeedHeadPartial, isLeafSegment, newParallelRoutes, navigatedAt);
214
- needsDynamicRequest = isLeafSegment && isSeedHeadPartial;
215
- } else if (prefetchData !== null) {
216
- // Consult the prefetch cache.
217
- const prefetchRsc = prefetchData[0];
218
- const prefetchLoading = prefetchData[2];
219
- const isPrefetchRSCPartial = prefetchData[3];
220
- newCacheNode = readCacheNodeFromSeedData(prefetchRsc, prefetchLoading, isPrefetchRSCPartial, prefetchHead, isPrefetchHeadPartial, isLeafSegment, newParallelRoutes, navigatedAt);
221
- needsDynamicRequest = isPrefetchRSCPartial || isLeafSegment && isPrefetchHeadPartial;
222
- } else {
223
- // Spawn a request to fetch new data from the server.
224
- newCacheNode = spawnNewCacheNode(newParallelRoutes, isLeafSegment, navigatedAt, freshness);
225
- needsDynamicRequest = true;
226
- }
227
- // During a refresh navigation, there's a special case that happens when
228
- // entering a "default" slot. The default slot may not be part of the
229
- // current route; it may have been reused from an older route. If so,
230
- // we need to fetch its data from the old route's URL rather than current
231
- // route's URL. Keep track of this as we traverse the tree.
232
- const href = newRouterState[2];
233
- const refreshUrl = typeof href === 'string' && newRouterState[3] === 'refresh' ? // refresh URL as we continue traversing the tree.
234
- href : parentRefreshUrl;
235
- // If this segment itself needs to fetch new data from the server, then by
236
- // definition it is being refreshed. Track its refresh URL so we know which
237
- // URL to request the data from.
238
- if (needsDynamicRequest && refreshUrl !== null) {
239
- accumulateRefreshUrl(accumulation, refreshUrl);
240
- }
241
- // As we diff the trees, we may sometimes modify (copy-on-write, not mutate)
242
- // the Route Tree that was returned by the server — for example, in the case
243
- // of default parallel routes, we preserve the currently active segment. To
244
- // avoid mutating the original tree, we clone the router state children along
245
- // the return path.
246
- let patchedRouterStateChildren = {};
247
- let taskChildren = null;
248
- // Most navigations require a request to fetch additional data from the
249
- // server, either because the data was not already prefetched, or because the
250
- // target route contains dynamic data that cannot be prefetched.
251
- //
252
- // However, if the target route is fully static, and it's already completely
253
- // loaded into the segment cache, then we can skip the server request.
254
- //
255
- // This starts off as `false`, and is set to `true` if any of the child
256
- // routes requires a dynamic request.
257
- let childNeedsDynamicRequest = false;
258
- // As we traverse the children, we'll construct a FlightRouterState that can
259
- // be sent to the server to request the dynamic data. If it turns out that
260
- // nothing in the subtree is dynamic (i.e. childNeedsDynamicRequest is false
261
- // at the end), then this will be discarded.
262
- // TODO: We can probably optimize the format of this data structure to only
263
- // include paths that are dynamic. Instead of reusing the
264
- // FlightRouterState type.
265
- let dynamicRequestTreeChildren = {};
266
- for(let parallelRouteKey in newRouterStateChildren){
267
- let newRouterStateChild = newRouterStateChildren[parallelRouteKey];
268
- const oldRouterStateChild = oldRouterStateChildren[parallelRouteKey];
269
- if (oldRouterStateChild === undefined) {
270
- // This should never happen, but if it does, it suggests a malformed
271
- // server response. Trigger a full-page navigation.
272
- return null;
273
- }
274
- const oldSegmentMapChild = oldParallelRoutes !== undefined ? oldParallelRoutes.get(parallelRouteKey) : undefined;
275
- let seedDataChild = seedDataChildren !== null ? seedDataChildren[parallelRouteKey] : null;
276
- let prefetchDataChild = prefetchDataChildren !== null ? prefetchDataChildren[parallelRouteKey] : null;
277
- let newSegmentChild = newRouterStateChild[0];
278
- let seedHeadChild = seedHead;
279
- let prefetchHeadChild = prefetchHead;
280
- let isPrefetchHeadPartialChild = isPrefetchHeadPartial;
281
- if (// Skip this branch during a history traversal. We restore the tree that
282
- // was stashed in the history entry as-is.
283
- freshness !== 2 && newSegmentChild === _segment.DEFAULT_SEGMENT_KEY) {
284
- // This is a "default" segment. These are never sent by the server during
285
- // a soft navigation; instead, the client reuses whatever segment was
286
- // already active in that slot on the previous route.
287
- newRouterStateChild = reuseActiveSegmentInDefaultSlot(oldUrl, oldRouterStateChild);
288
- newSegmentChild = newRouterStateChild[0];
289
- // Since we're switching to a different route tree, these are no
290
- // longer valid, because they correspond to the outer tree.
291
- seedDataChild = null;
292
- seedHeadChild = null;
293
- prefetchDataChild = null;
294
- prefetchHeadChild = null;
295
- isPrefetchHeadPartialChild = false;
296
- }
297
- const newSegmentKeyChild = (0, _createroutercachekey.createRouterCacheKey)(newSegmentChild);
298
- const oldCacheNodeChild = oldSegmentMapChild !== undefined ? oldSegmentMapChild.get(newSegmentKeyChild) : undefined;
299
- const taskChild = updateCacheNodeOnNavigation(navigatedAt, oldUrl, oldCacheNodeChild, oldRouterStateChild, newRouterStateChild, freshness, childDidFindRootLayout, seedDataChild ?? null, seedHeadChild, prefetchDataChild ?? null, prefetchHeadChild, isPrefetchHeadPartialChild, isSamePageNavigation, segmentPath, parallelRouteKey, parentNeedsDynamicRequest || needsDynamicRequest, refreshUrl, accumulation);
300
- if (taskChild === null) {
301
- // One of the child tasks discovered a change to the root layout.
302
- // Immediately unwind from this recursive traversal. This will trigger a
303
- // full-page navigation.
304
- return null;
305
- }
306
- // Recursively propagate up the child tasks.
307
- if (taskChildren === null) {
308
- taskChildren = new Map();
309
- }
310
- taskChildren.set(parallelRouteKey, taskChild);
311
- const newCacheNodeChild = taskChild.node;
312
- if (newCacheNodeChild !== null) {
313
- const newSegmentMapChild = new Map(shouldDropSiblingCaches ? undefined : oldSegmentMapChild);
314
- newSegmentMapChild.set(newSegmentKeyChild, newCacheNodeChild);
315
- newParallelRoutes.set(parallelRouteKey, newSegmentMapChild);
316
- }
317
- // The child tree's route state may be different from the prefetched
318
- // route sent by the server. We need to clone it as we traverse back up
319
- // the tree.
320
- const taskChildRoute = taskChild.route;
321
- patchedRouterStateChildren[parallelRouteKey] = taskChildRoute;
322
- const dynamicRequestTreeChild = taskChild.dynamicRequestTree;
323
- if (dynamicRequestTreeChild !== null) {
324
- // Something in the child tree is dynamic.
325
- childNeedsDynamicRequest = true;
326
- dynamicRequestTreeChildren[parallelRouteKey] = dynamicRequestTreeChild;
327
- } else {
328
- dynamicRequestTreeChildren[parallelRouteKey] = taskChildRoute;
329
- }
330
- }
331
- return {
332
- status: needsDynamicRequest ? 0 : 1,
333
- route: patchRouterStateWithNewChildren(newRouterState, patchedRouterStateChildren),
334
- node: newCacheNode,
335
- dynamicRequestTree: createDynamicRequestTree(newRouterState, dynamicRequestTreeChildren, needsDynamicRequest, childNeedsDynamicRequest, parentNeedsDynamicRequest),
336
- refreshUrl,
337
- children: taskChildren
338
- };
339
- }
340
- function createCacheNodeOnNavigation(navigatedAt, newRouterState, oldCacheNode, freshness, seedData, seedHead, prefetchData, prefetchHead, isPrefetchHeadPartial, parentSegmentPath, parentParallelRouteKey, parentNeedsDynamicRequest, accumulation) {
341
- // Same traversal as updateCacheNodeNavigation, but simpler. We switch to this
342
- // path once we reach the part of the tree that was not in the previous route.
343
- // We don't need to diff against the old tree, we just need to create a new
344
- // one. We also don't need to worry about any refresh-related logic.
345
- //
346
- // For the most part, this is a subset of updateCacheNodeOnNavigation, so any
347
- // change that happens in this function likely needs to be applied to that
348
- // one, too. However there are some places where the behavior intentionally
349
- // diverges, which is why we keep them separate.
350
- const newSegment = newRouterState[0];
351
- const segmentPath = parentParallelRouteKey !== null && parentSegmentPath !== null ? parentSegmentPath.concat([
352
- parentParallelRouteKey,
353
- newSegment
354
- ]) : [];
355
- const newRouterStateChildren = newRouterState[1];
356
- const prefetchDataChildren = prefetchData !== null ? prefetchData[1] : null;
357
- const seedDataChildren = seedData !== null ? seedData[1] : null;
358
- const oldParallelRoutes = oldCacheNode !== undefined ? oldCacheNode.parallelRoutes : undefined;
359
- let shouldDropSiblingCaches = false;
360
- let shouldRefreshDynamicData = false;
361
- let dropPrefetchRsc = false;
362
- switch(freshness){
363
- case 0:
364
- // We should never drop dynamic data in sibling caches except during
365
- // a refresh.
366
- shouldDropSiblingCaches = false;
367
- // Only reuse the dynamic data if experimental.staleTimes.dynamic config
368
- // is set, and the data is not stale. (This is not a recommended API with
369
- // Cache Components, but it's supported for backwards compatibility. Use
370
- // cacheLife instead.)
371
- //
372
- // DYNAMIC_STALETIME_MS defaults to 0, but it can be increased.
373
- shouldRefreshDynamicData = oldCacheNode === undefined || navigatedAt - oldCacheNode.navigatedAt >= _navigatereducer.DYNAMIC_STALETIME_MS;
374
- dropPrefetchRsc = false;
375
- break;
376
- case 1:
377
- // During hydration, we assume the data sent by the server is both
378
- // consistent and complete.
379
- shouldRefreshDynamicData = false;
380
- shouldDropSiblingCaches = false;
381
- dropPrefetchRsc = false;
382
- break;
383
- case 2:
384
- // During back/forward navigations, we reuse the dynamic data regardless
385
- // of how stale it may be.
386
- shouldRefreshDynamicData = false;
387
- shouldRefreshDynamicData = false;
388
- // Only show prefetched data if the dynamic data is still pending. This
389
- // avoids a flash back to the prefetch state in a case where it's highly
390
- // likely to have already streamed in.
391
- //
392
- // Tehnically, what we're actually checking is whether the dynamic network
393
- // response was received. But since it's a streaming response, this does
394
- // not mean that all the dynamic data has fully streamed in. It just means
395
- // that _some_ of the dynamic data was received. But as a heuristic, we
396
- // assume that the rest dynamic data will stream in quickly, so it's still
397
- // better to skip the prefetch state.
398
- if (oldCacheNode !== undefined) {
399
- const oldRsc = oldCacheNode.rsc;
400
- const oldRscDidResolve = !isDeferredRsc(oldRsc) || oldRsc.status !== 'pending';
401
- dropPrefetchRsc = oldRscDidResolve;
402
- } else {
403
- dropPrefetchRsc = false;
404
- }
405
- break;
406
- case 3:
407
- case 4:
408
- // Drop all dynamic data.
409
- shouldRefreshDynamicData = true;
410
- shouldDropSiblingCaches = true;
411
- dropPrefetchRsc = false;
412
- break;
413
- default:
414
- freshness;
415
- break;
416
- }
417
- const newParallelRoutes = new Map(shouldDropSiblingCaches ? undefined : oldParallelRoutes);
418
- const isLeafSegment = Object.keys(newRouterStateChildren).length === 0;
419
- if (isLeafSegment) {
420
- // The segment path of every leaf segment (i.e. page) is collected into
421
- // a result array. This is used by the LayoutRouter to scroll to ensure that
422
- // new pages are visible after a navigation.
423
- //
424
- // This only happens for new pages, not for refreshed pages.
425
- //
426
- // TODO: We should use a string to represent the segment path instead of
427
- // an array. We already use a string representation for the path when
428
- // accessing the Segment Cache, so we can use the same one.
429
- if (accumulation.scrollableSegments === null) {
430
- accumulation.scrollableSegments = [];
431
- }
432
- accumulation.scrollableSegments.push(segmentPath);
433
- }
434
- let newCacheNode;
435
- let needsDynamicRequest;
436
- if (!shouldRefreshDynamicData && oldCacheNode !== undefined) {
437
- // Reuse the existing CacheNode
438
- newCacheNode = reuseDynamicCacheNode(dropPrefetchRsc, oldCacheNode, newParallelRoutes);
439
- needsDynamicRequest = false;
440
- } else if (seedData !== null && seedData[0] !== null) {
441
- // If this navigation was the result of an action, then check if the
442
- // server sent back data in the action response. We should favor using
443
- // that, rather than performing a separate request. This is both better
444
- // for performance and it's more likely to be consistent with any
445
- // writes that were just performed by the action, compared to a
446
- // separate request.
447
- const seedRsc = seedData[0];
448
- const seedLoading = seedData[2];
449
- const isSeedRscPartial = false;
450
- const isSeedHeadPartial = seedHead === null && freshness !== 1;
451
- newCacheNode = readCacheNodeFromSeedData(seedRsc, seedLoading, isSeedRscPartial, seedHead, isSeedHeadPartial, isLeafSegment, newParallelRoutes, navigatedAt);
452
- needsDynamicRequest = isLeafSegment && isSeedHeadPartial;
453
- } else if (freshness === 1 && isLeafSegment && seedHead !== null) {
454
- // This is another weird case related to "not found" pages and hydration.
455
- // There will be a head sent by the server, but no page seed data.
456
- // TODO: We really should get rid of all these "not found" specific quirks
457
- // and make sure the tree is always consistent.
458
- const seedRsc = null;
459
- const seedLoading = null;
460
- const isSeedRscPartial = false;
461
- const isSeedHeadPartial = false;
462
- newCacheNode = readCacheNodeFromSeedData(seedRsc, seedLoading, isSeedRscPartial, seedHead, isSeedHeadPartial, isLeafSegment, newParallelRoutes, navigatedAt);
463
- needsDynamicRequest = false;
464
- } else if (freshness !== 1 && prefetchData !== null) {
465
- // Consult the prefetch cache.
466
- const prefetchRsc = prefetchData[0];
467
- const prefetchLoading = prefetchData[2];
468
- const isPrefetchRSCPartial = prefetchData[3];
469
- newCacheNode = readCacheNodeFromSeedData(prefetchRsc, prefetchLoading, isPrefetchRSCPartial, prefetchHead, isPrefetchHeadPartial, isLeafSegment, newParallelRoutes, navigatedAt);
470
- needsDynamicRequest = isPrefetchRSCPartial || isLeafSegment && isPrefetchHeadPartial;
471
- } else {
472
- // Spawn a request to fetch new data from the server.
473
- newCacheNode = spawnNewCacheNode(newParallelRoutes, isLeafSegment, navigatedAt, freshness);
474
- needsDynamicRequest = true;
475
- }
476
- let patchedRouterStateChildren = {};
477
- let taskChildren = null;
478
- let childNeedsDynamicRequest = false;
479
- let dynamicRequestTreeChildren = {};
480
- for(let parallelRouteKey in newRouterStateChildren){
481
- const newRouterStateChild = newRouterStateChildren[parallelRouteKey];
482
- const oldSegmentMapChild = oldParallelRoutes !== undefined ? oldParallelRoutes.get(parallelRouteKey) : undefined;
483
- const seedDataChild = seedDataChildren !== null ? seedDataChildren[parallelRouteKey] : null;
484
- const prefetchDataChild = prefetchDataChildren !== null ? prefetchDataChildren[parallelRouteKey] : null;
485
- const newSegmentChild = newRouterStateChild[0];
486
- const newSegmentKeyChild = (0, _createroutercachekey.createRouterCacheKey)(newSegmentChild);
487
- const oldCacheNodeChild = oldSegmentMapChild !== undefined ? oldSegmentMapChild.get(newSegmentKeyChild) : undefined;
488
- const taskChild = createCacheNodeOnNavigation(navigatedAt, newRouterStateChild, oldCacheNodeChild, freshness, seedDataChild ?? null, seedHead, prefetchDataChild ?? null, prefetchHead, isPrefetchHeadPartial, segmentPath, parallelRouteKey, parentNeedsDynamicRequest || needsDynamicRequest, accumulation);
489
- if (taskChildren === null) {
490
- taskChildren = new Map();
491
- }
492
- taskChildren.set(parallelRouteKey, taskChild);
493
- const newCacheNodeChild = taskChild.node;
494
- if (newCacheNodeChild !== null) {
495
- const newSegmentMapChild = new Map(shouldDropSiblingCaches ? undefined : oldSegmentMapChild);
496
- newSegmentMapChild.set(newSegmentKeyChild, newCacheNodeChild);
497
- newParallelRoutes.set(parallelRouteKey, newSegmentMapChild);
498
- }
499
- const taskChildRoute = taskChild.route;
500
- patchedRouterStateChildren[parallelRouteKey] = taskChildRoute;
501
- const dynamicRequestTreeChild = taskChild.dynamicRequestTree;
502
- if (dynamicRequestTreeChild !== null) {
503
- childNeedsDynamicRequest = true;
504
- dynamicRequestTreeChildren[parallelRouteKey] = dynamicRequestTreeChild;
505
- } else {
506
- dynamicRequestTreeChildren[parallelRouteKey] = taskChildRoute;
507
- }
508
- }
509
- return {
510
- status: needsDynamicRequest ? 0 : 1,
511
- route: patchRouterStateWithNewChildren(newRouterState, patchedRouterStateChildren),
512
- node: newCacheNode,
513
- dynamicRequestTree: createDynamicRequestTree(newRouterState, dynamicRequestTreeChildren, needsDynamicRequest, childNeedsDynamicRequest, parentNeedsDynamicRequest),
514
- // This route is not part of the current tree, so there's no reason to
515
- // track the refresh URL.
516
- refreshUrl: null,
517
- children: taskChildren
518
- };
519
- }
520
- function patchRouterStateWithNewChildren(baseRouterState, newChildren) {
521
- const clone = [
522
- baseRouterState[0],
523
- newChildren
524
- ];
525
- // Based on equivalent logic in apply-router-state-patch-to-tree, but should
526
- // confirm whether we need to copy all of these fields. Not sure the server
527
- // ever sends, e.g. the refetch marker.
528
- if (2 in baseRouterState) {
529
- clone[2] = baseRouterState[2];
530
- }
531
- if (3 in baseRouterState) {
532
- clone[3] = baseRouterState[3];
533
- }
534
- if (4 in baseRouterState) {
535
- clone[4] = baseRouterState[4];
536
- }
537
- return clone;
538
- }
539
- function createDynamicRequestTree(newRouterState, dynamicRequestTreeChildren, needsDynamicRequest, childNeedsDynamicRequest, parentNeedsDynamicRequest) {
540
- // Create a FlightRouterState that instructs the server how to render the
541
- // requested segment.
542
- //
543
- // Or, if neither this segment nor any of the children require a new data,
544
- // then we return `null` to skip the request.
545
- let dynamicRequestTree = null;
546
- if (needsDynamicRequest) {
547
- dynamicRequestTree = patchRouterStateWithNewChildren(newRouterState, dynamicRequestTreeChildren);
548
- // The "refetch" marker is set on the top-most segment that requires new
549
- // data. We can omit it if a parent was already marked.
550
- if (!parentNeedsDynamicRequest) {
551
- dynamicRequestTree[3] = 'refetch';
552
- }
553
- } else if (childNeedsDynamicRequest) {
554
- // This segment does not request new data, but at least one of its
555
- // children does.
556
- dynamicRequestTree = patchRouterStateWithNewChildren(newRouterState, dynamicRequestTreeChildren);
557
- } else {
558
- dynamicRequestTree = null;
559
- }
560
- return dynamicRequestTree;
561
- }
562
- function accumulateRefreshUrl(accumulation, refreshUrl) {
563
- // This is a refresh navigation, and we're inside a "default" slot that's
564
- // not part of the current route; it was reused from an older route. In
565
- // order to get fresh data for this reused route, we need to issue a
566
- // separate request using the old route's URL.
567
- //
568
- // Track these extra URLs in the accumulated result. Later, we'll construct
569
- // an appropriate request for each unique URL in the final set. The reason
570
- // we don't do it immediately here is so we can deduplicate multiple
571
- // instances of the same URL into a single request. See
572
- // listenForDynamicRequest for more details.
573
- const separateRefreshUrls = accumulation.separateRefreshUrls;
574
- if (separateRefreshUrls === null) {
575
- accumulation.separateRefreshUrls = new Set([
576
- refreshUrl
577
- ]);
578
- } else {
579
- separateRefreshUrls.add(refreshUrl);
580
- }
581
- }
582
- function reuseActiveSegmentInDefaultSlot(oldUrl, oldRouterState) {
583
- // This is a "default" segment. These are never sent by the server during a
584
- // soft navigation; instead, the client reuses whatever segment was already
585
- // active in that slot on the previous route. This means if we later need to
586
- // refresh the segment, it will have to be refetched from the previous route's
587
- // URL. We store it in the Flight Router State.
588
- //
589
- // TODO: We also mark the segment with a "refresh" marker but I think we can
590
- // get rid of that eventually by making sure we only add URLs to page segments
591
- // that are reused. Then the presence of the URL alone is enough.
592
- let reusedRouterState;
593
- const oldRefreshMarker = oldRouterState[3];
594
- if (oldRefreshMarker === 'refresh') {
595
- // This segment was already reused from an even older route. Keep its
596
- // existing URL and refresh marker.
597
- reusedRouterState = oldRouterState;
598
- } else {
599
- // This segment was not previously reused, and it's not on the new route.
600
- // So it must have been delivered in the old route.
601
- reusedRouterState = patchRouterStateWithNewChildren(oldRouterState, oldRouterState[1]);
602
- reusedRouterState[2] = (0, _createhreffromurl.createHrefFromUrl)(oldUrl);
603
- reusedRouterState[3] = 'refresh';
604
- }
605
- return reusedRouterState;
606
- }
607
- function reuseDynamicCacheNode(dropPrefetchRsc, existingCacheNode, parallelRoutes) {
608
- // Clone an existing CacheNode's data, with (possibly) new children.
609
- const cacheNode = {
610
- rsc: existingCacheNode.rsc,
611
- prefetchRsc: dropPrefetchRsc ? null : existingCacheNode.prefetchRsc,
612
- head: existingCacheNode.head,
613
- prefetchHead: dropPrefetchRsc ? null : existingCacheNode.prefetchHead,
614
- loading: existingCacheNode.loading,
615
- parallelRoutes,
616
- // Don't update the navigatedAt timestamp, since we're reusing
617
- // existing data.
618
- navigatedAt: existingCacheNode.navigatedAt
619
- };
620
- return cacheNode;
621
- }
622
- function readCacheNodeFromSeedData(seedRsc, seedLoading, isSeedRscPartial, seedHead, isSeedHeadPartial, isPageSegment, parallelRoutes, navigatedAt) {
623
- // TODO: Currently this is threaded through the navigation logic using the
624
- // CacheNodeSeedData type, but in the future this will read directly from
625
- // the Segment Cache. See readRenderSnapshotFromCache.
626
- let rsc;
627
- let prefetchRsc;
628
- if (isSeedRscPartial) {
629
- // The prefetched data contains dynamic holes. Create a pending promise that
630
- // will be fulfilled when the dynamic data is received from the server.
631
- prefetchRsc = seedRsc;
632
- rsc = createDeferredRsc();
633
- } else {
634
- // The prefetched data is complete. Use it directly.
635
- prefetchRsc = null;
636
- rsc = seedRsc;
637
- }
638
- // If this is a page segment, also read the head.
639
- let prefetchHead;
640
- let head;
641
- if (isPageSegment) {
642
- if (isSeedHeadPartial) {
643
- prefetchHead = seedHead;
644
- head = createDeferredRsc();
645
- } else {
646
- prefetchHead = null;
647
- head = seedHead;
648
- }
649
- } else {
650
- prefetchHead = null;
651
- head = null;
652
- }
653
- const cacheNode = {
654
- rsc,
655
- prefetchRsc,
656
- head,
657
- prefetchHead,
658
- // TODO: Technically, a loading boundary could contain dynamic data. We
659
- // should have separate `loading` and `prefetchLoading` fields to handle
660
- // this, like we do for the segment data and head.
661
- loading: seedLoading,
662
- parallelRoutes,
663
- navigatedAt
664
- };
665
- return cacheNode;
666
- }
667
- function spawnNewCacheNode(parallelRoutes, isLeafSegment, navigatedAt, freshness) {
668
- // We should never spawn network requests during hydration. We must treat the
669
- // initial payload as authoritative, because the initial page load is used
670
- // as a last-ditch mechanism for recovering the app.
671
- //
672
- // This is also an important safety check because if this leaks into the
673
- // server rendering path (which theoretically it never should because
674
- // the server payload should be consistent), the server would hang because
675
- // these promises would never resolve.
676
- //
677
- // TODO: There is an existing case where the global "not found" boundary
678
- // triggers this path. But it does render correctly despite that. That's an
679
- // unusual render path so it's not surprising, but we should look into
680
- // modeling it in a more consistent way. See also the /_notFound special
681
- // case in updateCacheNodeOnNavigation.
682
- const isHydration = freshness === 1;
683
- const cacheNode = {
684
- rsc: !isHydration ? createDeferredRsc() : null,
685
- prefetchRsc: null,
686
- head: !isHydration && isLeafSegment ? createDeferredRsc() : null,
687
- prefetchHead: null,
688
- loading: !isHydration ? createDeferredRsc() : null,
689
- parallelRoutes,
690
- navigatedAt
691
- };
692
- return cacheNode;
693
- }
694
- // Represents whether the previuos navigation resulted in a route tree mismatch.
695
- // A mismatch results in a refresh of the page. If there are two successive
696
- // mismatches, we will fall back to an MPA navigation, to prevent a retry loop.
697
- let previousNavigationDidMismatch = false;
698
- function spawnDynamicRequests(task, primaryUrl, nextUrl, freshnessPolicy, accumulation) {
699
- const dynamicRequestTree = task.dynamicRequestTree;
700
- if (dynamicRequestTree === null) {
701
- // This navigation was fully cached. There are no dynamic requests to spawn.
702
- previousNavigationDidMismatch = false;
703
- return;
704
- }
705
- // This is intentionally not an async function to discourage the caller from
706
- // awaiting the result. Any subsequent async operations spawned by this
707
- // function should result in a separate navigation task, rather than
708
- // block the original one.
709
- //
710
- // In this function we spawn (but do not await) all the network requests that
711
- // block the navigation, and collect the promises. The next function,
712
- // `finishNavigationTask`, can await the promises in any order without
713
- // accidentally introducing a network waterfall.
714
- const primaryRequestPromise = fetchMissingDynamicData(task, dynamicRequestTree, primaryUrl, nextUrl, freshnessPolicy);
715
- const separateRefreshUrls = accumulation.separateRefreshUrls;
716
- let refreshRequestPromises = null;
717
- if (separateRefreshUrls !== null) {
718
- // There are multiple URLs that we need to request the data from. This
719
- // happens when a "default" parallel route slot is present in the tree, and
720
- // its data cannot be fetched from the current route. We need to split the
721
- // combined dynamic request tree into separate requests per URL.
722
- // TODO: Create a scoped dynamic request tree that omits anything that
723
- // is not relevant to the given URL. Without doing this, the server may
724
- // sometimes render more data than necessary; this is not a regression
725
- // compared to the pre-Segment Cache implementation, though, just an
726
- // optimization we can make in the future.
727
- // Construct a request tree for each additional refresh URL. This will
728
- // prune away everything except the parts of the tree that match the
729
- // given refresh URL.
730
- refreshRequestPromises = [];
731
- const canonicalUrl = (0, _createhreffromurl.createHrefFromUrl)(primaryUrl);
732
- for (const refreshUrl of separateRefreshUrls){
733
- if (refreshUrl === canonicalUrl) {
734
- continue;
735
- }
736
- // TODO: Create a scoped dynamic request tree that omits anything that
737
- // is not relevant to the given URL. Without doing this, the server may
738
- // sometimes render more data than necessary; this is not a regression
739
- // compared to the pre-Segment Cache implementation, though, just an
740
- // optimization we can make in the future.
741
- // const scopedDynamicRequestTree = splitTaskByURL(task, refreshUrl)
742
- const scopedDynamicRequestTree = dynamicRequestTree;
743
- if (scopedDynamicRequestTree !== null) {
744
- refreshRequestPromises.push(fetchMissingDynamicData(task, scopedDynamicRequestTree, new URL(refreshUrl, location.origin), // TODO: Just noticed that this should actually the Next-Url at the
745
- // time the refresh URL was set, not the current Next-Url. Need to
746
- // start tracking this alongside the refresh URL. In the meantime,
747
- // if a refresh fails due to a mismatch, it will trigger a
748
- // hard refresh.
749
- nextUrl, freshnessPolicy));
750
- }
751
- }
752
- }
753
- // Further async operations are moved into this separate function to
754
- // discourage sequential network requests.
755
- const voidPromise = finishNavigationTask(task, nextUrl, primaryRequestPromise, refreshRequestPromises);
756
- // `finishNavigationTask` is responsible for error handling, so we can attach
757
- // noop callbacks to this promise.
758
- voidPromise.then(noop, noop);
759
- }
760
- async function finishNavigationTask(task, nextUrl, primaryRequestPromise, refreshRequestPromises) {
761
- // Wait for all the requests to finish, or for the first one to fail.
762
- let exitStatus = await waitForRequestsToFinish(primaryRequestPromise, refreshRequestPromises);
763
- // Once the all the requests have finished, check the tree for any remaining
764
- // pending tasks. If anything is still pending, it means the server response
765
- // does not match the client, and we must refresh to get back to a consistent
766
- // state. We can skip this step if we already detected a mismatch during the
767
- // first phase; it doesn't matter in that case because we're going to refresh
768
- // the whole tree regardless.
769
- if (exitStatus === 0) {
770
- exitStatus = abortRemainingPendingTasks(task, null, null);
771
- }
772
- switch(exitStatus){
773
- case 0:
774
- {
775
- // The task has completely finished. There's no missing data. Exit.
776
- previousNavigationDidMismatch = false;
777
- return;
778
- }
779
- case 1:
780
- {
781
- // Some data failed to finish loading. Trigger a soft retry.
782
- // TODO: As an extra precaution against soft retry loops, consider
783
- // tracking whether a navigation was itself triggered by a retry. If two
784
- // happen in a row, fall back to a hard retry.
785
- const isHardRetry = false;
786
- const primaryRequestResult = await primaryRequestPromise;
787
- dispatchRetryDueToTreeMismatch(isHardRetry, primaryRequestResult.url, nextUrl, primaryRequestResult.seed, task.route);
788
- return;
789
- }
790
- case 2:
791
- {
792
- // Some data failed to finish loading in a non-recoverable way, such as a
793
- // network error. Trigger an MPA navigation.
794
- //
795
- // Hard navigating/refreshing is how we prevent an infinite retry loop
796
- // caused by a network error — when the network fails, we fall back to the
797
- // browser behavior for offline navigations. In the future, Next.js may
798
- // introduce its own custom handling of offline navigations, but that
799
- // doesn't exist yet.
800
- const isHardRetry = true;
801
- const primaryRequestResult = await primaryRequestPromise;
802
- dispatchRetryDueToTreeMismatch(isHardRetry, primaryRequestResult.url, nextUrl, primaryRequestResult.seed, task.route);
803
- return;
804
- }
805
- default:
806
- {
807
- return exitStatus;
808
- }
809
- }
810
- }
811
- function waitForRequestsToFinish(primaryRequestPromise, refreshRequestPromises) {
812
- // Custom async combinator logic. This could be replaced by Promise.any but
813
- // we don't assume that's available.
814
- //
815
- // Each promise resolves once the server responsds and the data is written
816
- // into the CacheNode tree. Resolve the combined promise once all the
817
- // requests finish.
818
- //
819
- // Or, resolve as soon as one of the requests fails, without waiting for the
820
- // others to finish.
821
- return new Promise((resolve)=>{
822
- const onFulfill = (result)=>{
823
- if (result.exitStatus === 0) {
824
- remainingCount--;
825
- if (remainingCount === 0) {
826
- // All the requests finished successfully.
827
- resolve(0);
828
- }
829
- } else {
830
- // One of the requests failed. Exit with a failing status.
831
- // NOTE: It's possible for one of the requests to fail with SoftRetry
832
- // and a later one to fail with HardRetry. In this case, we choose to
833
- // retry immediately, rather than delay the retry until all the requests
834
- // finish. If it fails again, we will hard retry on the next
835
- // attempt, anyway.
836
- resolve(result.exitStatus);
837
- }
838
- };
839
- // onReject shouldn't ever be called because fetchMissingDynamicData's
840
- // entire body is wrapped in a try/catch. This is just defensive.
841
- const onReject = ()=>resolve(2);
842
- // Attach the listeners to the promises.
843
- let remainingCount = 1;
844
- primaryRequestPromise.then(onFulfill, onReject);
845
- if (refreshRequestPromises !== null) {
846
- remainingCount += refreshRequestPromises.length;
847
- refreshRequestPromises.forEach((refreshRequestPromise)=>refreshRequestPromise.then(onFulfill, onReject));
848
- }
849
- });
850
- }
851
- function dispatchRetryDueToTreeMismatch(isHardRetry, retryUrl, retryNextUrl, seed, baseTree) {
852
- // If this is the second time in a row that a navigation resulted in a
853
- // mismatch, fall back to a hard (MPA) refresh.
854
- isHardRetry = isHardRetry || previousNavigationDidMismatch;
855
- previousNavigationDidMismatch = true;
856
- const retryAction = {
857
- type: _routerreducertypes.ACTION_SERVER_PATCH,
858
- previousTree: baseTree,
859
- url: retryUrl,
860
- nextUrl: retryNextUrl,
861
- seed,
862
- mpa: isHardRetry
863
- };
864
- (0, _useactionqueue.dispatchAppRouterAction)(retryAction);
865
- }
866
- async function fetchMissingDynamicData(task, dynamicRequestTree, url, nextUrl, freshnessPolicy) {
867
- try {
868
- const result = await (0, _fetchserverresponse.fetchServerResponse)(url, {
869
- flightRouterState: dynamicRequestTree,
870
- nextUrl,
871
- isHmrRefresh: freshnessPolicy === 4
872
- });
873
- if (typeof result === 'string') {
874
- // fetchServerResponse will return an href to indicate that the SPA
875
- // navigation failed. For example, if the server triggered a hard
876
- // redirect, or the fetch request errored. Initiate an MPA navigation
877
- // to the given href.
878
- return {
879
- exitStatus: 2,
880
- url: new URL(result, location.origin),
881
- seed: null
882
- };
883
- }
884
- const seed = (0, _navigation.convertServerPatchToFullTree)(task.route, result.flightData, result.renderedSearch);
885
- const didReceiveUnknownParallelRoute = writeDynamicDataIntoNavigationTask(task, seed.tree, seed.data, seed.head, result.debugInfo);
886
- return {
887
- exitStatus: didReceiveUnknownParallelRoute ? 1 : 0,
888
- url: new URL(result.canonicalUrl, location.origin),
889
- seed
890
- };
891
- } catch {
892
- // This shouldn't happen because fetchServerResponse's entire body is
893
- // wrapped in a try/catch. If it does, though, it implies the server failed
894
- // to respond with any tree at all. So we must fall back to a hard retry.
895
- return {
896
- exitStatus: 2,
897
- url: url,
898
- seed: null
899
- };
900
- }
901
- }
902
- function writeDynamicDataIntoNavigationTask(task, serverRouterState, dynamicData, dynamicHead, debugInfo) {
903
- if (task.status === 0 && dynamicData !== null) {
904
- task.status = 1;
905
- finishPendingCacheNode(task.node, dynamicData, dynamicHead, debugInfo);
906
- }
907
- const taskChildren = task.children;
908
- const serverChildren = serverRouterState[1];
909
- const dynamicDataChildren = dynamicData !== null ? dynamicData[1] : null;
910
- // Detect whether the server sends a parallel route slot that the client
911
- // doesn't know about.
912
- let didReceiveUnknownParallelRoute = false;
913
- if (taskChildren !== null) {
914
- for(const parallelRouteKey in serverChildren){
915
- const serverRouterStateChild = serverChildren[parallelRouteKey];
916
- const dynamicDataChild = dynamicDataChildren !== null ? dynamicDataChildren[parallelRouteKey] : null;
917
- const taskChild = taskChildren.get(parallelRouteKey);
918
- if (taskChild === undefined) {
919
- // The server sent a child segment that the client doesn't know about.
920
- //
921
- // When we receive an unknown parallel route, we must consider it a
922
- // mismatch. This is unlike the case where the segment itself
923
- // mismatches, because multiple routes can be active simultaneously.
924
- // But a given layout should never have a mismatching set of
925
- // child slots.
926
- //
927
- // Theoretically, this should only happen in development during an HMR
928
- // refresh, because the set of parallel routes for a layout does not
929
- // change over the lifetime of a build/deployment. In production, we
930
- // should have already mismatched on either the build id or the segment
931
- // path. But as an extra precaution, we validate in prod, too.
932
- didReceiveUnknownParallelRoute = true;
933
- } else {
934
- const taskSegment = taskChild.route[0];
935
- if ((0, _matchsegments.matchSegment)(serverRouterStateChild[0], taskSegment) && dynamicDataChild !== null && dynamicDataChild !== undefined) {
936
- // Found a match for this task. Keep traversing down the task tree.
937
- const childDidReceiveUnknownParallelRoute = writeDynamicDataIntoNavigationTask(taskChild, serverRouterStateChild, dynamicDataChild, dynamicHead, debugInfo);
938
- if (childDidReceiveUnknownParallelRoute) {
939
- didReceiveUnknownParallelRoute = true;
940
- }
941
- }
942
- }
943
- }
944
- }
945
- return didReceiveUnknownParallelRoute;
946
- }
947
- function finishPendingCacheNode(cacheNode, dynamicData, dynamicHead, debugInfo) {
948
- // Writes a dynamic response into an existing Cache Node tree. This does _not_
949
- // create a new tree, it updates the existing tree in-place. So it must follow
950
- // the Suspense rules of cache safety — it can resolve pending promises, but
951
- // it cannot overwrite existing data. It can add segments to the tree (because
952
- // a missing segment will cause the layout router to suspend).
953
- // but it cannot delete them.
954
- //
955
- // We must resolve every promise in the tree, or else it will suspend
956
- // indefinitely. If we did not receive data for a segment, we will resolve its
957
- // data promise to `null` to trigger a lazy fetch during render.
958
- // Use the dynamic data from the server to fulfill the deferred RSC promise
959
- // on the Cache Node.
960
- const rsc = cacheNode.rsc;
961
- const dynamicSegmentData = dynamicData[0];
962
- if (dynamicSegmentData === null) {
963
- // This is an empty CacheNode; this particular server request did not
964
- // render this segment. There may be a separate pending request that will,
965
- // though, so we won't abort the task until all pending requests finish.
966
- return;
967
- }
968
- if (rsc === null) {
969
- // This is a lazy cache node. We can overwrite it. This is only safe
970
- // because we know that the LayoutRouter suspends if `rsc` is `null`.
971
- cacheNode.rsc = dynamicSegmentData;
972
- } else if (isDeferredRsc(rsc)) {
973
- // This is a deferred RSC promise. We can fulfill it with the data we just
974
- // received from the server. If it was already resolved by a different
975
- // navigation, then this does nothing because we can't overwrite data.
976
- rsc.resolve(dynamicSegmentData, debugInfo);
977
- } else {
978
- // This is not a deferred RSC promise, nor is it empty, so it must have
979
- // been populated by a different navigation. We must not overwrite it.
980
- }
981
- // If we navigated without a prefetch, then `loading` will be a deferred promise too.
982
- // Fulfill it using the dynamic response so that we can display the loading boundary.
983
- const loading = cacheNode.loading;
984
- if (isDeferredRsc(loading)) {
985
- const dynamicLoading = dynamicData[2];
986
- loading.resolve(dynamicLoading, debugInfo);
987
- }
988
- // Check if this is a leaf segment. If so, it will have a `head` property with
989
- // a pending promise that needs to be resolved with the dynamic head from
990
- // the server.
991
- const head = cacheNode.head;
992
- if (isDeferredRsc(head)) {
993
- head.resolve(dynamicHead, debugInfo);
994
- }
995
- }
996
- function abortRemainingPendingTasks(task, error, debugInfo) {
997
- let exitStatus;
998
- if (task.status === 0) {
999
- // The data for this segment is still missing.
1000
- task.status = 2;
1001
- abortPendingCacheNode(task.node, error, debugInfo);
1002
- // If the server failed to fulfill the data for this segment, it implies
1003
- // that the route tree received from the server mismatched the tree that
1004
- // was previously prefetched.
1005
- //
1006
- // In an app with fully static routes and no proxy-driven redirects or
1007
- // rewrites, this should never happen, because the route for a URL would
1008
- // always be the same across multiple requests. So, this implies that some
1009
- // runtime routing condition changed, likely in a proxy, without being
1010
- // pushed to the client.
1011
- //
1012
- // When this happens, we treat this the same as a refresh(). The entire
1013
- // tree will be re-rendered from the root.
1014
- if (task.refreshUrl === null) {
1015
- // Trigger a "soft" refresh. Essentially the same as calling `refresh()`
1016
- // in a Server Action.
1017
- exitStatus = 1;
1018
- } else {
1019
- // The mismatch was discovered inside an inactive parallel route. This
1020
- // implies the inactive parallel route is no longer reachable at the URL
1021
- // that originally rendered it. Fall back to an MPA refresh.
1022
- // TODO: An alternative could be to trigger a soft refresh but to _not_
1023
- // re-use the inactive parallel routes this time. Similar to what would
1024
- // happen if were to do a hard refrehs, but without the HTML page.
1025
- exitStatus = 2;
1026
- }
1027
- } else {
1028
- // This segment finished. (An error here is treated as Done because they are
1029
- // surfaced to the application during render.)
1030
- exitStatus = 0;
1031
- }
1032
- const taskChildren = task.children;
1033
- if (taskChildren !== null) {
1034
- for (const [, taskChild] of taskChildren){
1035
- const childExitStatus = abortRemainingPendingTasks(taskChild, error, debugInfo);
1036
- // Propagate the exit status up the tree. The statuses are ordered by
1037
- // their precedence.
1038
- if (childExitStatus > exitStatus) {
1039
- exitStatus = childExitStatus;
1040
- }
1041
- }
1042
- }
1043
- return exitStatus;
1044
- }
1045
- function abortPendingCacheNode(cacheNode, error, debugInfo) {
1046
- const rsc = cacheNode.rsc;
1047
- if (isDeferredRsc(rsc)) {
1048
- if (error === null) {
1049
- // This will trigger a lazy fetch during render.
1050
- rsc.resolve(null, debugInfo);
1051
- } else {
1052
- // This will trigger an error during rendering.
1053
- rsc.reject(error, debugInfo);
1054
- }
1055
- }
1056
- const loading = cacheNode.loading;
1057
- if (isDeferredRsc(loading)) {
1058
- loading.resolve(null, debugInfo);
1059
- }
1060
- // Check if this is a leaf segment. If so, it will have a `head` property with
1061
- // a pending promise that needs to be resolved. If an error was provided, we
1062
- // will not resolve it with an error, since this is rendered at the root of
1063
- // the app. We want the segment to error, not the entire app.
1064
- const head = cacheNode.head;
1065
- if (isDeferredRsc(head)) {
1066
- head.resolve(null, debugInfo);
1067
- }
1068
- }
1069
- const DEFERRED = Symbol();
1070
- function isDeferredRsc(value) {
1071
- return value && typeof value === 'object' && value.tag === DEFERRED;
1072
- }
1073
- function createDeferredRsc() {
1074
- // Create an unresolved promise that represents data derived from a Flight
1075
- // response. The promise will be resolved later as soon as we start receiving
1076
- // data from the server, i.e. as soon as the Flight client decodes and returns
1077
- // the top-level response object.
1078
- // The `_debugInfo` field contains profiling information. Promises that are
1079
- // created by Flight already have this info added by React; for any derived
1080
- // promise created by the router, we need to transfer the Flight debug info
1081
- // onto the derived promise.
1082
- //
1083
- // The debug info represents the latency between the start of the navigation
1084
- // and the start of rendering. (It does not represent the time it takes for
1085
- // whole stream to finish.)
1086
- const debugInfo = [];
1087
- let resolve;
1088
- let reject;
1089
- const pendingRsc = new Promise((res, rej)=>{
1090
- resolve = res;
1091
- reject = rej;
1092
- });
1093
- pendingRsc.status = 'pending';
1094
- pendingRsc.resolve = (value, responseDebugInfo)=>{
1095
- if (pendingRsc.status === 'pending') {
1096
- const fulfilledRsc = pendingRsc;
1097
- fulfilledRsc.status = 'fulfilled';
1098
- fulfilledRsc.value = value;
1099
- if (responseDebugInfo !== null) {
1100
- // Transfer the debug info to the derived promise.
1101
- debugInfo.push.apply(debugInfo, responseDebugInfo);
1102
- }
1103
- resolve(value);
1104
- }
1105
- };
1106
- pendingRsc.reject = (error, responseDebugInfo)=>{
1107
- if (pendingRsc.status === 'pending') {
1108
- const rejectedRsc = pendingRsc;
1109
- rejectedRsc.status = 'rejected';
1110
- rejectedRsc.reason = error;
1111
- if (responseDebugInfo !== null) {
1112
- // Transfer the debug info to the derived promise.
1113
- debugInfo.push.apply(debugInfo, responseDebugInfo);
1114
- }
1115
- reject(error);
1116
- }
1117
- };
1118
- pendingRsc.tag = DEFERRED;
1119
- pendingRsc._debugInfo = debugInfo;
1120
- return pendingRsc;
1121
- }
1122
-
1123
- if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
1124
- Object.defineProperty(exports.default, '__esModule', { value: true });
1125
- Object.assign(exports.default, exports);
1126
- module.exports = exports.default;
1127
- }
1128
-
1129
- //# sourceMappingURL=ppr-navigations.js.map