barkapi 0.1.0 → 1.0.1

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 (1950) hide show
  1. package/README.md +207 -14
  2. package/dist/commands/check.d.ts.map +1 -1
  3. package/dist/commands/check.js +49 -1
  4. package/dist/commands/check.js.map +1 -1
  5. package/dist/commands/ci-gen.d.ts +3 -0
  6. package/dist/commands/ci-gen.d.ts.map +1 -0
  7. package/dist/commands/ci-gen.js +37 -0
  8. package/dist/commands/ci-gen.js.map +1 -0
  9. package/dist/commands/dev.d.ts.map +1 -1
  10. package/dist/commands/dev.js +17 -46
  11. package/dist/commands/dev.js.map +1 -1
  12. package/dist/commands/diff.d.ts +3 -0
  13. package/dist/commands/diff.d.ts.map +1 -0
  14. package/dist/commands/diff.js +139 -0
  15. package/dist/commands/diff.js.map +1 -0
  16. package/dist/commands/report.d.ts.map +1 -1
  17. package/dist/commands/report.js +81 -1
  18. package/dist/commands/report.js.map +1 -1
  19. package/dist/config/loader.d.ts +1 -0
  20. package/dist/config/loader.d.ts.map +1 -1
  21. package/dist/config/loader.js.map +1 -1
  22. package/dist/index.js +8 -1
  23. package/dist/index.js.map +1 -1
  24. package/dist/output/formatter.js +4 -0
  25. package/dist/output/formatter.js.map +1 -1
  26. package/dist/runner/check-runner.d.ts.map +1 -1
  27. package/dist/runner/check-runner.js +39 -3
  28. package/dist/runner/check-runner.js.map +1 -1
  29. package/dist/runner/endpoint-caller.d.ts +1 -0
  30. package/dist/runner/endpoint-caller.d.ts.map +1 -1
  31. package/dist/runner/endpoint-caller.js +34 -7
  32. package/dist/runner/endpoint-caller.js.map +1 -1
  33. package/dist/templates/github-actions.d.ts +2 -0
  34. package/dist/templates/github-actions.d.ts.map +1 -0
  35. package/dist/templates/github-actions.js +30 -0
  36. package/dist/templates/github-actions.js.map +1 -0
  37. package/dist/update-checker.d.ts +6 -0
  38. package/dist/update-checker.d.ts.map +1 -0
  39. package/dist/update-checker.js +46 -0
  40. package/dist/update-checker.js.map +1 -0
  41. package/package.json +20 -7
  42. package/dist/core/db/connection.d.ts +0 -5
  43. package/dist/core/db/connection.d.ts.map +0 -1
  44. package/dist/core/db/connection.js +0 -38
  45. package/dist/core/db/connection.js.map +0 -1
  46. package/dist/core/db/index.d.ts +0 -3
  47. package/dist/core/db/index.d.ts.map +0 -1
  48. package/dist/core/db/index.js +0 -10
  49. package/dist/core/db/index.js.map +0 -1
  50. package/dist/core/db/schema.d.ts +0 -3
  51. package/dist/core/db/schema.d.ts.map +0 -1
  52. package/dist/core/db/schema.js +0 -66
  53. package/dist/core/db/schema.js.map +0 -1
  54. package/dist/core/diff/index.d.ts +0 -2
  55. package/dist/core/diff/index.d.ts.map +0 -1
  56. package/dist/core/diff/index.js +0 -6
  57. package/dist/core/diff/index.js.map +0 -1
  58. package/dist/core/diff/schema-differ.d.ts +0 -7
  59. package/dist/core/diff/schema-differ.d.ts.map +0 -1
  60. package/dist/core/diff/schema-differ.js +0 -114
  61. package/dist/core/diff/schema-differ.js.map +0 -1
  62. package/dist/core/index.d.ts +0 -5
  63. package/dist/core/index.d.ts.map +0 -1
  64. package/dist/core/index.js +0 -21
  65. package/dist/core/index.js.map +0 -1
  66. package/dist/core/models/alert-configs.d.ts +0 -7
  67. package/dist/core/models/alert-configs.d.ts.map +0 -1
  68. package/dist/core/models/alert-configs.js +0 -49
  69. package/dist/core/models/alert-configs.js.map +0 -1
  70. package/dist/core/models/check-runs.d.ts +0 -11
  71. package/dist/core/models/check-runs.d.ts.map +0 -1
  72. package/dist/core/models/check-runs.js +0 -33
  73. package/dist/core/models/check-runs.js.map +0 -1
  74. package/dist/core/models/drifts.d.ts +0 -7
  75. package/dist/core/models/drifts.d.ts.map +0 -1
  76. package/dist/core/models/drifts.js +0 -39
  77. package/dist/core/models/drifts.js.map +0 -1
  78. package/dist/core/models/endpoints.d.ts +0 -7
  79. package/dist/core/models/endpoints.d.ts.map +0 -1
  80. package/dist/core/models/endpoints.js +0 -31
  81. package/dist/core/models/endpoints.js.map +0 -1
  82. package/dist/core/models/index.d.ts +0 -7
  83. package/dist/core/models/index.d.ts.map +0 -1
  84. package/dist/core/models/index.js +0 -23
  85. package/dist/core/models/index.js.map +0 -1
  86. package/dist/core/models/projects.d.ts +0 -8
  87. package/dist/core/models/projects.d.ts.map +0 -1
  88. package/dist/core/models/projects.js +0 -55
  89. package/dist/core/models/projects.js.map +0 -1
  90. package/dist/core/models/types.d.ts +0 -57
  91. package/dist/core/models/types.d.ts.map +0 -1
  92. package/dist/core/models/types.js +0 -3
  93. package/dist/core/models/types.js.map +0 -1
  94. package/dist/core/parser/index.d.ts +0 -3
  95. package/dist/core/parser/index.d.ts.map +0 -1
  96. package/dist/core/parser/index.js +0 -8
  97. package/dist/core/parser/index.js.map +0 -1
  98. package/dist/core/parser/openapi-parser.d.ts +0 -8
  99. package/dist/core/parser/openapi-parser.d.ts.map +0 -1
  100. package/dist/core/parser/openapi-parser.js +0 -56
  101. package/dist/core/parser/openapi-parser.js.map +0 -1
  102. package/dist/core/parser/response-inferrer.d.ts +0 -6
  103. package/dist/core/parser/response-inferrer.d.ts.map +0 -1
  104. package/dist/core/parser/response-inferrer.js +0 -47
  105. package/dist/core/parser/response-inferrer.js.map +0 -1
  106. package/dist/dashboard/.next/BUILD_ID +0 -1
  107. package/dist/dashboard/.next/app-build-manifest.json +0 -61
  108. package/dist/dashboard/.next/app-path-routes-manifest.json +0 -1
  109. package/dist/dashboard/.next/build-manifest.json +0 -32
  110. package/dist/dashboard/.next/package.json +0 -1
  111. package/dist/dashboard/.next/prerender-manifest.json +0 -1
  112. package/dist/dashboard/.next/react-loadable-manifest.json +0 -1
  113. package/dist/dashboard/.next/required-server-files.json +0 -1
  114. package/dist/dashboard/.next/routes-manifest.json +0 -1
  115. package/dist/dashboard/.next/server/app/_not-found/page.js +0 -1
  116. package/dist/dashboard/.next/server/app/_not-found/page.js.nft.json +0 -1
  117. package/dist/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
  118. package/dist/dashboard/.next/server/app/_not-found.html +0 -1
  119. package/dist/dashboard/.next/server/app/_not-found.meta +0 -6
  120. package/dist/dashboard/.next/server/app/_not-found.rsc +0 -10
  121. package/dist/dashboard/.next/server/app/api/check-runs/route.js +0 -1
  122. package/dist/dashboard/.next/server/app/api/check-runs/route.js.nft.json +0 -1
  123. package/dist/dashboard/.next/server/app/api/projects/[id]/alerts/route.js +0 -1
  124. package/dist/dashboard/.next/server/app/api/projects/[id]/alerts/route.js.nft.json +0 -1
  125. package/dist/dashboard/.next/server/app/api/projects/[id]/check-runs/route.js +0 -1
  126. package/dist/dashboard/.next/server/app/api/projects/[id]/check-runs/route.js.nft.json +0 -1
  127. package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/[eid]/drifts/route.js +0 -1
  128. package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/[eid]/drifts/route.js.nft.json +0 -1
  129. package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/[eid]/route.js +0 -1
  130. package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/[eid]/route.js.nft.json +0 -1
  131. package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/route.js +0 -1
  132. package/dist/dashboard/.next/server/app/api/projects/[id]/endpoints/route.js.nft.json +0 -1
  133. package/dist/dashboard/.next/server/app/api/projects/[id]/route.js +0 -1
  134. package/dist/dashboard/.next/server/app/api/projects/[id]/route.js.nft.json +0 -1
  135. package/dist/dashboard/.next/server/app/api/projects/route.js +0 -1
  136. package/dist/dashboard/.next/server/app/api/projects/route.js.nft.json +0 -1
  137. package/dist/dashboard/.next/server/app/favicon.ico/route.js +0 -12
  138. package/dist/dashboard/.next/server/app/favicon.ico/route.js.nft.json +0 -1
  139. package/dist/dashboard/.next/server/app/favicon.ico.body +0 -0
  140. package/dist/dashboard/.next/server/app/favicon.ico.meta +0 -1
  141. package/dist/dashboard/.next/server/app/index.html +0 -1
  142. package/dist/dashboard/.next/server/app/index.meta +0 -5
  143. package/dist/dashboard/.next/server/app/index.rsc +0 -8
  144. package/dist/dashboard/.next/server/app/page.js +0 -1
  145. package/dist/dashboard/.next/server/app/page.js.nft.json +0 -1
  146. package/dist/dashboard/.next/server/app/page_client-reference-manifest.js +0 -1
  147. package/dist/dashboard/.next/server/app/projects/[id]/alerts/page.js +0 -1
  148. package/dist/dashboard/.next/server/app/projects/[id]/alerts/page.js.nft.json +0 -1
  149. package/dist/dashboard/.next/server/app/projects/[id]/alerts/page_client-reference-manifest.js +0 -1
  150. package/dist/dashboard/.next/server/app/projects/[id]/endpoints/[eid]/page.js +0 -1
  151. package/dist/dashboard/.next/server/app/projects/[id]/endpoints/[eid]/page.js.nft.json +0 -1
  152. package/dist/dashboard/.next/server/app/projects/[id]/endpoints/[eid]/page_client-reference-manifest.js +0 -1
  153. package/dist/dashboard/.next/server/app/projects/[id]/page.js +0 -1
  154. package/dist/dashboard/.next/server/app/projects/[id]/page.js.nft.json +0 -1
  155. package/dist/dashboard/.next/server/app/projects/[id]/page_client-reference-manifest.js +0 -1
  156. package/dist/dashboard/.next/server/app/projects/[id]/timeline/page.js +0 -1
  157. package/dist/dashboard/.next/server/app/projects/[id]/timeline/page.js.nft.json +0 -1
  158. package/dist/dashboard/.next/server/app/projects/[id]/timeline/page_client-reference-manifest.js +0 -1
  159. package/dist/dashboard/.next/server/app-paths-manifest.json +0 -17
  160. package/dist/dashboard/.next/server/chunks/135.js +0 -6
  161. package/dist/dashboard/.next/server/chunks/195.js +0 -25
  162. package/dist/dashboard/.next/server/chunks/201.js +0 -1
  163. package/dist/dashboard/.next/server/chunks/522.js +0 -2
  164. package/dist/dashboard/.next/server/chunks/622.js +0 -68
  165. package/dist/dashboard/.next/server/chunks/948.js +0 -2
  166. package/dist/dashboard/.next/server/font-manifest.json +0 -1
  167. package/dist/dashboard/.next/server/middleware-build-manifest.js +0 -1
  168. package/dist/dashboard/.next/server/middleware-manifest.json +0 -6
  169. package/dist/dashboard/.next/server/middleware-react-loadable-manifest.js +0 -1
  170. package/dist/dashboard/.next/server/next-font-manifest.js +0 -1
  171. package/dist/dashboard/.next/server/next-font-manifest.json +0 -1
  172. package/dist/dashboard/.next/server/pages/404.html +0 -1
  173. package/dist/dashboard/.next/server/pages/500.html +0 -1
  174. package/dist/dashboard/.next/server/pages/_app.js +0 -1
  175. package/dist/dashboard/.next/server/pages/_app.js.nft.json +0 -1
  176. package/dist/dashboard/.next/server/pages/_document.js +0 -1
  177. package/dist/dashboard/.next/server/pages/_document.js.nft.json +0 -1
  178. package/dist/dashboard/.next/server/pages/_error.js +0 -1
  179. package/dist/dashboard/.next/server/pages/_error.js.nft.json +0 -1
  180. package/dist/dashboard/.next/server/pages-manifest.json +0 -1
  181. package/dist/dashboard/.next/server/server-reference-manifest.js +0 -1
  182. package/dist/dashboard/.next/server/server-reference-manifest.json +0 -1
  183. package/dist/dashboard/.next/server/webpack-runtime.js +0 -1
  184. package/dist/dashboard/.next/static/YBXhnqpbzFStr7gRw43pZ/_buildManifest.js +0 -1
  185. package/dist/dashboard/.next/static/YBXhnqpbzFStr7gRw43pZ/_ssgManifest.js +0 -1
  186. package/dist/dashboard/.next/static/chunks/146-cc1e4f8a673d9065.js +0 -1
  187. package/dist/dashboard/.next/static/chunks/1dd3208c-e6dd27520bf81fda.js +0 -1
  188. package/dist/dashboard/.next/static/chunks/353-c7b1332abe5b4ef7.js +0 -1
  189. package/dist/dashboard/.next/static/chunks/528-0813645b6950856a.js +0 -2
  190. package/dist/dashboard/.next/static/chunks/app/_not-found/page-16d271ac4f316884.js +0 -1
  191. package/dist/dashboard/.next/static/chunks/app/layout-6e0a3c0b467b273d.js +0 -1
  192. package/dist/dashboard/.next/static/chunks/app/page-6e23a2d13831c26a.js +0 -1
  193. package/dist/dashboard/.next/static/chunks/app/projects/[id]/alerts/page-7038b00db559eaf8.js +0 -1
  194. package/dist/dashboard/.next/static/chunks/app/projects/[id]/endpoints/[eid]/page-e39c31f324f25070.js +0 -1
  195. package/dist/dashboard/.next/static/chunks/app/projects/[id]/page-3a7e0f2e3f051d3b.js +0 -1
  196. package/dist/dashboard/.next/static/chunks/app/projects/[id]/timeline/page-dc425ecbffc8e34d.js +0 -1
  197. package/dist/dashboard/.next/static/chunks/framework-58c3457e28c4602f.js +0 -1
  198. package/dist/dashboard/.next/static/chunks/main-4d2bbe4397c19318.js +0 -1
  199. package/dist/dashboard/.next/static/chunks/main-app-6980dda12e0dd05e.js +0 -1
  200. package/dist/dashboard/.next/static/chunks/pages/_app-58c3f1a8a070bd35.js +0 -1
  201. package/dist/dashboard/.next/static/chunks/pages/_error-312a564ec7e2663f.js +0 -1
  202. package/dist/dashboard/.next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  203. package/dist/dashboard/.next/static/chunks/webpack-c3cc2b2a6cec4e8c.js +0 -1
  204. package/dist/dashboard/.next/static/css/6c9fbb71ab2dce2c.css +0 -3
  205. package/dist/dashboard/node_modules/@barkapi/core/dist/db/connection.d.ts +0 -5
  206. package/dist/dashboard/node_modules/@barkapi/core/dist/db/connection.d.ts.map +0 -1
  207. package/dist/dashboard/node_modules/@barkapi/core/dist/db/connection.js +0 -38
  208. package/dist/dashboard/node_modules/@barkapi/core/dist/db/connection.js.map +0 -1
  209. package/dist/dashboard/node_modules/@barkapi/core/dist/db/index.d.ts +0 -3
  210. package/dist/dashboard/node_modules/@barkapi/core/dist/db/index.d.ts.map +0 -1
  211. package/dist/dashboard/node_modules/@barkapi/core/dist/db/index.js +0 -10
  212. package/dist/dashboard/node_modules/@barkapi/core/dist/db/index.js.map +0 -1
  213. package/dist/dashboard/node_modules/@barkapi/core/dist/db/schema.d.ts +0 -3
  214. package/dist/dashboard/node_modules/@barkapi/core/dist/db/schema.d.ts.map +0 -1
  215. package/dist/dashboard/node_modules/@barkapi/core/dist/db/schema.js +0 -66
  216. package/dist/dashboard/node_modules/@barkapi/core/dist/db/schema.js.map +0 -1
  217. package/dist/dashboard/node_modules/@barkapi/core/dist/diff/index.d.ts +0 -2
  218. package/dist/dashboard/node_modules/@barkapi/core/dist/diff/index.d.ts.map +0 -1
  219. package/dist/dashboard/node_modules/@barkapi/core/dist/diff/index.js +0 -6
  220. package/dist/dashboard/node_modules/@barkapi/core/dist/diff/index.js.map +0 -1
  221. package/dist/dashboard/node_modules/@barkapi/core/dist/diff/schema-differ.d.ts +0 -7
  222. package/dist/dashboard/node_modules/@barkapi/core/dist/diff/schema-differ.d.ts.map +0 -1
  223. package/dist/dashboard/node_modules/@barkapi/core/dist/diff/schema-differ.js +0 -114
  224. package/dist/dashboard/node_modules/@barkapi/core/dist/diff/schema-differ.js.map +0 -1
  225. package/dist/dashboard/node_modules/@barkapi/core/dist/index.d.ts +0 -5
  226. package/dist/dashboard/node_modules/@barkapi/core/dist/index.d.ts.map +0 -1
  227. package/dist/dashboard/node_modules/@barkapi/core/dist/index.js +0 -21
  228. package/dist/dashboard/node_modules/@barkapi/core/dist/index.js.map +0 -1
  229. package/dist/dashboard/node_modules/@barkapi/core/dist/models/alert-configs.d.ts +0 -7
  230. package/dist/dashboard/node_modules/@barkapi/core/dist/models/alert-configs.d.ts.map +0 -1
  231. package/dist/dashboard/node_modules/@barkapi/core/dist/models/alert-configs.js +0 -49
  232. package/dist/dashboard/node_modules/@barkapi/core/dist/models/alert-configs.js.map +0 -1
  233. package/dist/dashboard/node_modules/@barkapi/core/dist/models/check-runs.d.ts +0 -11
  234. package/dist/dashboard/node_modules/@barkapi/core/dist/models/check-runs.d.ts.map +0 -1
  235. package/dist/dashboard/node_modules/@barkapi/core/dist/models/check-runs.js +0 -33
  236. package/dist/dashboard/node_modules/@barkapi/core/dist/models/check-runs.js.map +0 -1
  237. package/dist/dashboard/node_modules/@barkapi/core/dist/models/drifts.d.ts +0 -7
  238. package/dist/dashboard/node_modules/@barkapi/core/dist/models/drifts.d.ts.map +0 -1
  239. package/dist/dashboard/node_modules/@barkapi/core/dist/models/drifts.js +0 -39
  240. package/dist/dashboard/node_modules/@barkapi/core/dist/models/drifts.js.map +0 -1
  241. package/dist/dashboard/node_modules/@barkapi/core/dist/models/endpoints.d.ts +0 -7
  242. package/dist/dashboard/node_modules/@barkapi/core/dist/models/endpoints.d.ts.map +0 -1
  243. package/dist/dashboard/node_modules/@barkapi/core/dist/models/endpoints.js +0 -31
  244. package/dist/dashboard/node_modules/@barkapi/core/dist/models/endpoints.js.map +0 -1
  245. package/dist/dashboard/node_modules/@barkapi/core/dist/models/index.d.ts +0 -7
  246. package/dist/dashboard/node_modules/@barkapi/core/dist/models/index.d.ts.map +0 -1
  247. package/dist/dashboard/node_modules/@barkapi/core/dist/models/index.js +0 -23
  248. package/dist/dashboard/node_modules/@barkapi/core/dist/models/index.js.map +0 -1
  249. package/dist/dashboard/node_modules/@barkapi/core/dist/models/projects.d.ts +0 -8
  250. package/dist/dashboard/node_modules/@barkapi/core/dist/models/projects.d.ts.map +0 -1
  251. package/dist/dashboard/node_modules/@barkapi/core/dist/models/projects.js +0 -55
  252. package/dist/dashboard/node_modules/@barkapi/core/dist/models/projects.js.map +0 -1
  253. package/dist/dashboard/node_modules/@barkapi/core/dist/models/types.d.ts +0 -57
  254. package/dist/dashboard/node_modules/@barkapi/core/dist/models/types.d.ts.map +0 -1
  255. package/dist/dashboard/node_modules/@barkapi/core/dist/models/types.js +0 -3
  256. package/dist/dashboard/node_modules/@barkapi/core/dist/models/types.js.map +0 -1
  257. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/index.d.ts +0 -3
  258. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/index.d.ts.map +0 -1
  259. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/index.js +0 -8
  260. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/index.js.map +0 -1
  261. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/openapi-parser.d.ts +0 -8
  262. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/openapi-parser.d.ts.map +0 -1
  263. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/openapi-parser.js +0 -56
  264. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/openapi-parser.js.map +0 -1
  265. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/response-inferrer.d.ts +0 -6
  266. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/response-inferrer.d.ts.map +0 -1
  267. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/response-inferrer.js +0 -47
  268. package/dist/dashboard/node_modules/@barkapi/core/dist/parser/response-inferrer.js.map +0 -1
  269. package/dist/dashboard/node_modules/@barkapi/core/package.json +0 -6
  270. package/dist/dashboard/node_modules/@next/env/dist/index.js +0 -1
  271. package/dist/dashboard/node_modules/@next/env/package.json +0 -36
  272. package/dist/dashboard/node_modules/@swc/helpers/_/_interop_require_default/package.json +0 -4
  273. package/dist/dashboard/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +0 -4
  274. package/dist/dashboard/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json +0 -4
  275. package/dist/dashboard/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +0 -6
  276. package/dist/dashboard/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +0 -38
  277. package/dist/dashboard/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs +0 -10
  278. package/dist/dashboard/node_modules/@swc/helpers/package.json +0 -452
  279. package/dist/dashboard/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
  280. package/dist/dashboard/node_modules/better-sqlite3/lib/database.js +0 -90
  281. package/dist/dashboard/node_modules/better-sqlite3/lib/index.js +0 -3
  282. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/aggregate.js +0 -43
  283. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/backup.js +0 -67
  284. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/function.js +0 -31
  285. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/inspect.js +0 -7
  286. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/pragma.js +0 -12
  287. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/serialize.js +0 -16
  288. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/table.js +0 -189
  289. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/transaction.js +0 -78
  290. package/dist/dashboard/node_modules/better-sqlite3/lib/methods/wrappers.js +0 -54
  291. package/dist/dashboard/node_modules/better-sqlite3/lib/sqlite-error.js +0 -20
  292. package/dist/dashboard/node_modules/better-sqlite3/lib/util.js +0 -12
  293. package/dist/dashboard/node_modules/better-sqlite3/package.json +0 -54
  294. package/dist/dashboard/node_modules/bindings/bindings.js +0 -221
  295. package/dist/dashboard/node_modules/bindings/package.json +0 -28
  296. package/dist/dashboard/node_modules/busboy/lib/index.js +0 -57
  297. package/dist/dashboard/node_modules/busboy/lib/types/multipart.js +0 -653
  298. package/dist/dashboard/node_modules/busboy/lib/types/urlencoded.js +0 -350
  299. package/dist/dashboard/node_modules/busboy/lib/utils.js +0 -596
  300. package/dist/dashboard/node_modules/busboy/package.json +0 -22
  301. package/dist/dashboard/node_modules/caniuse-lite/data/agents.js +0 -1
  302. package/dist/dashboard/node_modules/caniuse-lite/data/browserVersions.js +0 -1
  303. package/dist/dashboard/node_modules/caniuse-lite/data/browsers.js +0 -1
  304. package/dist/dashboard/node_modules/caniuse-lite/data/features/aac.js +0 -1
  305. package/dist/dashboard/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -1
  306. package/dist/dashboard/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -1
  307. package/dist/dashboard/node_modules/caniuse-lite/data/features/accelerometer.js +0 -1
  308. package/dist/dashboard/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -1
  309. package/dist/dashboard/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -1
  310. package/dist/dashboard/node_modules/caniuse-lite/data/features/ambient-light.js +0 -1
  311. package/dist/dashboard/node_modules/caniuse-lite/data/features/apng.js +0 -1
  312. package/dist/dashboard/node_modules/caniuse-lite/data/features/array-find-index.js +0 -1
  313. package/dist/dashboard/node_modules/caniuse-lite/data/features/array-find.js +0 -1
  314. package/dist/dashboard/node_modules/caniuse-lite/data/features/array-flat.js +0 -1
  315. package/dist/dashboard/node_modules/caniuse-lite/data/features/array-includes.js +0 -1
  316. package/dist/dashboard/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -1
  317. package/dist/dashboard/node_modules/caniuse-lite/data/features/asmjs.js +0 -1
  318. package/dist/dashboard/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -1
  319. package/dist/dashboard/node_modules/caniuse-lite/data/features/async-functions.js +0 -1
  320. package/dist/dashboard/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -1
  321. package/dist/dashboard/node_modules/caniuse-lite/data/features/audio-api.js +0 -1
  322. package/dist/dashboard/node_modules/caniuse-lite/data/features/audio.js +0 -1
  323. package/dist/dashboard/node_modules/caniuse-lite/data/features/audiotracks.js +0 -1
  324. package/dist/dashboard/node_modules/caniuse-lite/data/features/autofocus.js +0 -1
  325. package/dist/dashboard/node_modules/caniuse-lite/data/features/auxclick.js +0 -1
  326. package/dist/dashboard/node_modules/caniuse-lite/data/features/av1.js +0 -1
  327. package/dist/dashboard/node_modules/caniuse-lite/data/features/avif.js +0 -1
  328. package/dist/dashboard/node_modules/caniuse-lite/data/features/background-attachment.js +0 -1
  329. package/dist/dashboard/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -1
  330. package/dist/dashboard/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -1
  331. package/dist/dashboard/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -1
  332. package/dist/dashboard/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -1
  333. package/dist/dashboard/node_modules/caniuse-lite/data/features/background-sync.js +0 -1
  334. package/dist/dashboard/node_modules/caniuse-lite/data/features/battery-status.js +0 -1
  335. package/dist/dashboard/node_modules/caniuse-lite/data/features/beacon.js +0 -1
  336. package/dist/dashboard/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -1
  337. package/dist/dashboard/node_modules/caniuse-lite/data/features/bigint.js +0 -1
  338. package/dist/dashboard/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -1
  339. package/dist/dashboard/node_modules/caniuse-lite/data/features/bloburls.js +0 -1
  340. package/dist/dashboard/node_modules/caniuse-lite/data/features/border-image.js +0 -1
  341. package/dist/dashboard/node_modules/caniuse-lite/data/features/border-radius.js +0 -1
  342. package/dist/dashboard/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -1
  343. package/dist/dashboard/node_modules/caniuse-lite/data/features/brotli.js +0 -1
  344. package/dist/dashboard/node_modules/caniuse-lite/data/features/calc.js +0 -1
  345. package/dist/dashboard/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -1
  346. package/dist/dashboard/node_modules/caniuse-lite/data/features/canvas-text.js +0 -1
  347. package/dist/dashboard/node_modules/caniuse-lite/data/features/canvas.js +0 -1
  348. package/dist/dashboard/node_modules/caniuse-lite/data/features/ch-unit.js +0 -1
  349. package/dist/dashboard/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -1
  350. package/dist/dashboard/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -1
  351. package/dist/dashboard/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -1
  352. package/dist/dashboard/node_modules/caniuse-lite/data/features/classlist.js +0 -1
  353. package/dist/dashboard/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -1
  354. package/dist/dashboard/node_modules/caniuse-lite/data/features/clipboard.js +0 -1
  355. package/dist/dashboard/node_modules/caniuse-lite/data/features/colr-v1.js +0 -1
  356. package/dist/dashboard/node_modules/caniuse-lite/data/features/colr.js +0 -1
  357. package/dist/dashboard/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -1
  358. package/dist/dashboard/node_modules/caniuse-lite/data/features/console-basic.js +0 -1
  359. package/dist/dashboard/node_modules/caniuse-lite/data/features/console-time.js +0 -1
  360. package/dist/dashboard/node_modules/caniuse-lite/data/features/const.js +0 -1
  361. package/dist/dashboard/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -1
  362. package/dist/dashboard/node_modules/caniuse-lite/data/features/contenteditable.js +0 -1
  363. package/dist/dashboard/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -1
  364. package/dist/dashboard/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -1
  365. package/dist/dashboard/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -1
  366. package/dist/dashboard/node_modules/caniuse-lite/data/features/cors.js +0 -1
  367. package/dist/dashboard/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -1
  368. package/dist/dashboard/node_modules/caniuse-lite/data/features/credential-management.js +0 -1
  369. package/dist/dashboard/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +0 -1
  370. package/dist/dashboard/node_modules/caniuse-lite/data/features/cryptography.js +0 -1
  371. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-all.js +0 -1
  372. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +0 -1
  373. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-animation.js +0 -1
  374. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-any-link.js +0 -1
  375. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-appearance.js +0 -1
  376. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -1
  377. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-autofill.js +0 -1
  378. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -1
  379. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -1
  380. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -1
  381. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -1
  382. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -1
  383. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-canvas.js +0 -1
  384. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -1
  385. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -1
  386. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-cascade-scope.js +0 -1
  387. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -1
  388. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -1
  389. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -1
  390. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-color-function.js +0 -1
  391. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -1
  392. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-container-queries-style.js +0 -1
  393. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -1
  394. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-container-query-units.js +0 -1
  395. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-containment.js +0 -1
  396. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -1
  397. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-counters.js +0 -1
  398. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -1
  399. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -1
  400. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -1
  401. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -1
  402. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -1
  403. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -1
  404. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -1
  405. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-element-function.js +0 -1
  406. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-env-function.js +0 -1
  407. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -1
  408. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -1
  409. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -1
  410. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -1
  411. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-filters.js +0 -1
  412. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -1
  413. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-first-line.js +0 -1
  414. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-fixed.js +0 -1
  415. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -1
  416. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -1
  417. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -1
  418. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -1
  419. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -1
  420. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -1
  421. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-gradients.js +0 -1
  422. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-grid-animation.js +0 -1
  423. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-grid-lanes.js +0 -1
  424. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-grid.js +0 -1
  425. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -1
  426. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-has.js +0 -1
  427. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -1
  428. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-if.js +0 -1
  429. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -1
  430. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-image-set.js +0 -1
  431. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -1
  432. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -1
  433. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -1
  434. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -1
  435. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -1
  436. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -1
  437. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -1
  438. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -1
  439. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -1
  440. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-masks.js +0 -1
  441. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -1
  442. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -1
  443. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -1
  444. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +0 -1
  445. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -1
  446. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -1
  447. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -1
  448. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -1
  449. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-module-scripts.js +0 -1
  450. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -1
  451. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -1
  452. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-nesting.js +0 -1
  453. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -1
  454. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -1
  455. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-opacity.js +0 -1
  456. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -1
  457. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -1
  458. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -1
  459. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-overflow.js +0 -1
  460. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -1
  461. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-page-break.js +0 -1
  462. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -1
  463. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -1
  464. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -1
  465. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -1
  466. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +0 -1
  467. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -1
  468. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -1
  469. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-reflections.js +0 -1
  470. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-regions.js +0 -1
  471. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-relative-colors.js +0 -1
  472. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -1
  473. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-resize.js +0 -1
  474. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -1
  475. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -1
  476. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -1
  477. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -1
  478. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-sel2.js +0 -1
  479. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-sel3.js +0 -1
  480. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-selection.js +0 -1
  481. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-shapes.js +0 -1
  482. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -1
  483. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-sticky.js +0 -1
  484. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -1
  485. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -1
  486. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-table.js +0 -1
  487. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -1
  488. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-box-trim.js +0 -1
  489. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -1
  490. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -1
  491. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -1
  492. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -1
  493. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +0 -1
  494. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -1
  495. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -1
  496. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-transitions.js +0 -1
  497. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -1
  498. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -1
  499. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-variables.js +0 -1
  500. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-when-else.js +0 -1
  501. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -1
  502. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -1
  503. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -1
  504. package/dist/dashboard/node_modules/caniuse-lite/data/features/css-zoom.js +0 -1
  505. package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-attr.js +0 -1
  506. package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -1
  507. package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-colors.js +0 -1
  508. package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -1
  509. package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -1
  510. package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -1
  511. package/dist/dashboard/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -1
  512. package/dist/dashboard/node_modules/caniuse-lite/data/features/currentcolor.js +0 -1
  513. package/dist/dashboard/node_modules/caniuse-lite/data/features/custom-elements.js +0 -1
  514. package/dist/dashboard/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -1
  515. package/dist/dashboard/node_modules/caniuse-lite/data/features/customevent.js +0 -1
  516. package/dist/dashboard/node_modules/caniuse-lite/data/features/customizable-select.js +0 -1
  517. package/dist/dashboard/node_modules/caniuse-lite/data/features/datalist.js +0 -1
  518. package/dist/dashboard/node_modules/caniuse-lite/data/features/dataset.js +0 -1
  519. package/dist/dashboard/node_modules/caniuse-lite/data/features/datauri.js +0 -1
  520. package/dist/dashboard/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -1
  521. package/dist/dashboard/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +0 -1
  522. package/dist/dashboard/node_modules/caniuse-lite/data/features/decorators.js +0 -1
  523. package/dist/dashboard/node_modules/caniuse-lite/data/features/details.js +0 -1
  524. package/dist/dashboard/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -1
  525. package/dist/dashboard/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -1
  526. package/dist/dashboard/node_modules/caniuse-lite/data/features/dialog.js +0 -1
  527. package/dist/dashboard/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -1
  528. package/dist/dashboard/node_modules/caniuse-lite/data/features/dnssec.js +0 -1
  529. package/dist/dashboard/node_modules/caniuse-lite/data/features/do-not-track.js +0 -1
  530. package/dist/dashboard/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -1
  531. package/dist/dashboard/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -1
  532. package/dist/dashboard/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -1
  533. package/dist/dashboard/node_modules/caniuse-lite/data/features/document-policy.js +0 -1
  534. package/dist/dashboard/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -1
  535. package/dist/dashboard/node_modules/caniuse-lite/data/features/documenthead.js +0 -1
  536. package/dist/dashboard/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -1
  537. package/dist/dashboard/node_modules/caniuse-lite/data/features/dom-range.js +0 -1
  538. package/dist/dashboard/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -1
  539. package/dist/dashboard/node_modules/caniuse-lite/data/features/dommatrix.js +0 -1
  540. package/dist/dashboard/node_modules/caniuse-lite/data/features/download.js +0 -1
  541. package/dist/dashboard/node_modules/caniuse-lite/data/features/dragndrop.js +0 -1
  542. package/dist/dashboard/node_modules/caniuse-lite/data/features/element-closest.js +0 -1
  543. package/dist/dashboard/node_modules/caniuse-lite/data/features/element-from-point.js +0 -1
  544. package/dist/dashboard/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -1
  545. package/dist/dashboard/node_modules/caniuse-lite/data/features/eme.js +0 -1
  546. package/dist/dashboard/node_modules/caniuse-lite/data/features/eot.js +0 -1
  547. package/dist/dashboard/node_modules/caniuse-lite/data/features/es5.js +0 -1
  548. package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-class.js +0 -1
  549. package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-generators.js +0 -1
  550. package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -1
  551. package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-module.js +0 -1
  552. package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-number.js +0 -1
  553. package/dist/dashboard/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -1
  554. package/dist/dashboard/node_modules/caniuse-lite/data/features/es6.js +0 -1
  555. package/dist/dashboard/node_modules/caniuse-lite/data/features/eventsource.js +0 -1
  556. package/dist/dashboard/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -1
  557. package/dist/dashboard/node_modules/caniuse-lite/data/features/feature-policy.js +0 -1
  558. package/dist/dashboard/node_modules/caniuse-lite/data/features/fetch.js +0 -1
  559. package/dist/dashboard/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -1
  560. package/dist/dashboard/node_modules/caniuse-lite/data/features/fileapi.js +0 -1
  561. package/dist/dashboard/node_modules/caniuse-lite/data/features/filereader.js +0 -1
  562. package/dist/dashboard/node_modules/caniuse-lite/data/features/filereadersync.js +0 -1
  563. package/dist/dashboard/node_modules/caniuse-lite/data/features/filesystem.js +0 -1
  564. package/dist/dashboard/node_modules/caniuse-lite/data/features/flac.js +0 -1
  565. package/dist/dashboard/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -1
  566. package/dist/dashboard/node_modules/caniuse-lite/data/features/flexbox.js +0 -1
  567. package/dist/dashboard/node_modules/caniuse-lite/data/features/flow-root.js +0 -1
  568. package/dist/dashboard/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -1
  569. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -1
  570. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-feature.js +0 -1
  571. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-kerning.js +0 -1
  572. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-loading.js +0 -1
  573. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -1
  574. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-smooth.js +0 -1
  575. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -1
  576. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -1
  577. package/dist/dashboard/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -1
  578. package/dist/dashboard/node_modules/caniuse-lite/data/features/fontface.js +0 -1
  579. package/dist/dashboard/node_modules/caniuse-lite/data/features/form-attribute.js +0 -1
  580. package/dist/dashboard/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -1
  581. package/dist/dashboard/node_modules/caniuse-lite/data/features/form-validation.js +0 -1
  582. package/dist/dashboard/node_modules/caniuse-lite/data/features/forms.js +0 -1
  583. package/dist/dashboard/node_modules/caniuse-lite/data/features/fullscreen.js +0 -1
  584. package/dist/dashboard/node_modules/caniuse-lite/data/features/gamepad.js +0 -1
  585. package/dist/dashboard/node_modules/caniuse-lite/data/features/geolocation.js +0 -1
  586. package/dist/dashboard/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -1
  587. package/dist/dashboard/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -1
  588. package/dist/dashboard/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -1
  589. package/dist/dashboard/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -1
  590. package/dist/dashboard/node_modules/caniuse-lite/data/features/gyroscope.js +0 -1
  591. package/dist/dashboard/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -1
  592. package/dist/dashboard/node_modules/caniuse-lite/data/features/hashchange.js +0 -1
  593. package/dist/dashboard/node_modules/caniuse-lite/data/features/heif.js +0 -1
  594. package/dist/dashboard/node_modules/caniuse-lite/data/features/hevc.js +0 -1
  595. package/dist/dashboard/node_modules/caniuse-lite/data/features/hidden.js +0 -1
  596. package/dist/dashboard/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -1
  597. package/dist/dashboard/node_modules/caniuse-lite/data/features/history.js +0 -1
  598. package/dist/dashboard/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -1
  599. package/dist/dashboard/node_modules/caniuse-lite/data/features/html5semantic.js +0 -1
  600. package/dist/dashboard/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -1
  601. package/dist/dashboard/node_modules/caniuse-lite/data/features/http2.js +0 -1
  602. package/dist/dashboard/node_modules/caniuse-lite/data/features/http3.js +0 -1
  603. package/dist/dashboard/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -1
  604. package/dist/dashboard/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -1
  605. package/dist/dashboard/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -1
  606. package/dist/dashboard/node_modules/caniuse-lite/data/features/imagecapture.js +0 -1
  607. package/dist/dashboard/node_modules/caniuse-lite/data/features/ime.js +0 -1
  608. package/dist/dashboard/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -1
  609. package/dist/dashboard/node_modules/caniuse-lite/data/features/import-maps.js +0 -1
  610. package/dist/dashboard/node_modules/caniuse-lite/data/features/imports.js +0 -1
  611. package/dist/dashboard/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -1
  612. package/dist/dashboard/node_modules/caniuse-lite/data/features/indexeddb.js +0 -1
  613. package/dist/dashboard/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -1
  614. package/dist/dashboard/node_modules/caniuse-lite/data/features/inline-block.js +0 -1
  615. package/dist/dashboard/node_modules/caniuse-lite/data/features/innertext.js +0 -1
  616. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -1
  617. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-color.js +0 -1
  618. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-datetime.js +0 -1
  619. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -1
  620. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-event.js +0 -1
  621. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -1
  622. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -1
  623. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -1
  624. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -1
  625. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-minlength.js +0 -1
  626. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-number.js +0 -1
  627. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-pattern.js +0 -1
  628. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -1
  629. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-range.js +0 -1
  630. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-search.js +0 -1
  631. package/dist/dashboard/node_modules/caniuse-lite/data/features/input-selection.js +0 -1
  632. package/dist/dashboard/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -1
  633. package/dist/dashboard/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -1
  634. package/dist/dashboard/node_modules/caniuse-lite/data/features/internationalization.js +0 -1
  635. package/dist/dashboard/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -1
  636. package/dist/dashboard/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -1
  637. package/dist/dashboard/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -1
  638. package/dist/dashboard/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -1
  639. package/dist/dashboard/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -1
  640. package/dist/dashboard/node_modules/caniuse-lite/data/features/jpegxl.js +0 -1
  641. package/dist/dashboard/node_modules/caniuse-lite/data/features/jpegxr.js +0 -1
  642. package/dist/dashboard/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -1
  643. package/dist/dashboard/node_modules/caniuse-lite/data/features/json.js +0 -1
  644. package/dist/dashboard/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -1
  645. package/dist/dashboard/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -1
  646. package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -1
  647. package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -1
  648. package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -1
  649. package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -1
  650. package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -1
  651. package/dist/dashboard/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -1
  652. package/dist/dashboard/node_modules/caniuse-lite/data/features/lazyload.js +0 -1
  653. package/dist/dashboard/node_modules/caniuse-lite/data/features/let.js +0 -1
  654. package/dist/dashboard/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -1
  655. package/dist/dashboard/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -1
  656. package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -1
  657. package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -1
  658. package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -1
  659. package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -1
  660. package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -1
  661. package/dist/dashboard/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -1
  662. package/dist/dashboard/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -1
  663. package/dist/dashboard/node_modules/caniuse-lite/data/features/localecompare.js +0 -1
  664. package/dist/dashboard/node_modules/caniuse-lite/data/features/magnetometer.js +0 -1
  665. package/dist/dashboard/node_modules/caniuse-lite/data/features/matchesselector.js +0 -1
  666. package/dist/dashboard/node_modules/caniuse-lite/data/features/matchmedia.js +0 -1
  667. package/dist/dashboard/node_modules/caniuse-lite/data/features/mathml.js +0 -1
  668. package/dist/dashboard/node_modules/caniuse-lite/data/features/maxlength.js +0 -1
  669. package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +0 -1
  670. package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -1
  671. package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -1
  672. package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -1
  673. package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -1
  674. package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -1
  675. package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -1
  676. package/dist/dashboard/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -1
  677. package/dist/dashboard/node_modules/caniuse-lite/data/features/media-fragments.js +0 -1
  678. package/dist/dashboard/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -1
  679. package/dist/dashboard/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -1
  680. package/dist/dashboard/node_modules/caniuse-lite/data/features/mediasource.js +0 -1
  681. package/dist/dashboard/node_modules/caniuse-lite/data/features/menu.js +0 -1
  682. package/dist/dashboard/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -1
  683. package/dist/dashboard/node_modules/caniuse-lite/data/features/meter.js +0 -1
  684. package/dist/dashboard/node_modules/caniuse-lite/data/features/midi.js +0 -1
  685. package/dist/dashboard/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -1
  686. package/dist/dashboard/node_modules/caniuse-lite/data/features/mp3.js +0 -1
  687. package/dist/dashboard/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -1
  688. package/dist/dashboard/node_modules/caniuse-lite/data/features/mpeg4.js +0 -1
  689. package/dist/dashboard/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -1
  690. package/dist/dashboard/node_modules/caniuse-lite/data/features/multicolumn.js +0 -1
  691. package/dist/dashboard/node_modules/caniuse-lite/data/features/mutation-events.js +0 -1
  692. package/dist/dashboard/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -1
  693. package/dist/dashboard/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -1
  694. package/dist/dashboard/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -1
  695. package/dist/dashboard/node_modules/caniuse-lite/data/features/nav-timing.js +0 -1
  696. package/dist/dashboard/node_modules/caniuse-lite/data/features/netinfo.js +0 -1
  697. package/dist/dashboard/node_modules/caniuse-lite/data/features/notifications.js +0 -1
  698. package/dist/dashboard/node_modules/caniuse-lite/data/features/object-entries.js +0 -1
  699. package/dist/dashboard/node_modules/caniuse-lite/data/features/object-fit.js +0 -1
  700. package/dist/dashboard/node_modules/caniuse-lite/data/features/object-observe.js +0 -1
  701. package/dist/dashboard/node_modules/caniuse-lite/data/features/object-values.js +0 -1
  702. package/dist/dashboard/node_modules/caniuse-lite/data/features/objectrtc.js +0 -1
  703. package/dist/dashboard/node_modules/caniuse-lite/data/features/offline-apps.js +0 -1
  704. package/dist/dashboard/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -1
  705. package/dist/dashboard/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -1
  706. package/dist/dashboard/node_modules/caniuse-lite/data/features/ogv.js +0 -1
  707. package/dist/dashboard/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -1
  708. package/dist/dashboard/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -1
  709. package/dist/dashboard/node_modules/caniuse-lite/data/features/online-status.js +0 -1
  710. package/dist/dashboard/node_modules/caniuse-lite/data/features/opus.js +0 -1
  711. package/dist/dashboard/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -1
  712. package/dist/dashboard/node_modules/caniuse-lite/data/features/outline.js +0 -1
  713. package/dist/dashboard/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -1
  714. package/dist/dashboard/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -1
  715. package/dist/dashboard/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -1
  716. package/dist/dashboard/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -1
  717. package/dist/dashboard/node_modules/caniuse-lite/data/features/passkeys.js +0 -1
  718. package/dist/dashboard/node_modules/caniuse-lite/data/features/passwordrules.js +0 -1
  719. package/dist/dashboard/node_modules/caniuse-lite/data/features/path2d.js +0 -1
  720. package/dist/dashboard/node_modules/caniuse-lite/data/features/payment-request.js +0 -1
  721. package/dist/dashboard/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -1
  722. package/dist/dashboard/node_modules/caniuse-lite/data/features/permissions-api.js +0 -1
  723. package/dist/dashboard/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -1
  724. package/dist/dashboard/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -1
  725. package/dist/dashboard/node_modules/caniuse-lite/data/features/picture.js +0 -1
  726. package/dist/dashboard/node_modules/caniuse-lite/data/features/ping.js +0 -1
  727. package/dist/dashboard/node_modules/caniuse-lite/data/features/png-alpha.js +0 -1
  728. package/dist/dashboard/node_modules/caniuse-lite/data/features/pointer-events.js +0 -1
  729. package/dist/dashboard/node_modules/caniuse-lite/data/features/pointer.js +0 -1
  730. package/dist/dashboard/node_modules/caniuse-lite/data/features/pointerlock.js +0 -1
  731. package/dist/dashboard/node_modules/caniuse-lite/data/features/portals.js +0 -1
  732. package/dist/dashboard/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -1
  733. package/dist/dashboard/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -1
  734. package/dist/dashboard/node_modules/caniuse-lite/data/features/progress.js +0 -1
  735. package/dist/dashboard/node_modules/caniuse-lite/data/features/promise-finally.js +0 -1
  736. package/dist/dashboard/node_modules/caniuse-lite/data/features/promises.js +0 -1
  737. package/dist/dashboard/node_modules/caniuse-lite/data/features/proximity.js +0 -1
  738. package/dist/dashboard/node_modules/caniuse-lite/data/features/proxy.js +0 -1
  739. package/dist/dashboard/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -1
  740. package/dist/dashboard/node_modules/caniuse-lite/data/features/push-api.js +0 -1
  741. package/dist/dashboard/node_modules/caniuse-lite/data/features/queryselector.js +0 -1
  742. package/dist/dashboard/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -1
  743. package/dist/dashboard/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -1
  744. package/dist/dashboard/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -1
  745. package/dist/dashboard/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -1
  746. package/dist/dashboard/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -1
  747. package/dist/dashboard/node_modules/caniuse-lite/data/features/rellist.js +0 -1
  748. package/dist/dashboard/node_modules/caniuse-lite/data/features/rem.js +0 -1
  749. package/dist/dashboard/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -1
  750. package/dist/dashboard/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -1
  751. package/dist/dashboard/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -1
  752. package/dist/dashboard/node_modules/caniuse-lite/data/features/resource-timing.js +0 -1
  753. package/dist/dashboard/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -1
  754. package/dist/dashboard/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -1
  755. package/dist/dashboard/node_modules/caniuse-lite/data/features/ruby.js +0 -1
  756. package/dist/dashboard/node_modules/caniuse-lite/data/features/run-in.js +0 -1
  757. package/dist/dashboard/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -1
  758. package/dist/dashboard/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -1
  759. package/dist/dashboard/node_modules/caniuse-lite/data/features/script-async.js +0 -1
  760. package/dist/dashboard/node_modules/caniuse-lite/data/features/script-defer.js +0 -1
  761. package/dist/dashboard/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -1
  762. package/dist/dashboard/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -1
  763. package/dist/dashboard/node_modules/caniuse-lite/data/features/sdch.js +0 -1
  764. package/dist/dashboard/node_modules/caniuse-lite/data/features/selection-api.js +0 -1
  765. package/dist/dashboard/node_modules/caniuse-lite/data/features/server-timing.js +0 -1
  766. package/dist/dashboard/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -1
  767. package/dist/dashboard/node_modules/caniuse-lite/data/features/setimmediate.js +0 -1
  768. package/dist/dashboard/node_modules/caniuse-lite/data/features/shadowdom.js +0 -1
  769. package/dist/dashboard/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -1
  770. package/dist/dashboard/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -1
  771. package/dist/dashboard/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -1
  772. package/dist/dashboard/node_modules/caniuse-lite/data/features/sni.js +0 -1
  773. package/dist/dashboard/node_modules/caniuse-lite/data/features/spdy.js +0 -1
  774. package/dist/dashboard/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -1
  775. package/dist/dashboard/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -1
  776. package/dist/dashboard/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -1
  777. package/dist/dashboard/node_modules/caniuse-lite/data/features/sql-storage.js +0 -1
  778. package/dist/dashboard/node_modules/caniuse-lite/data/features/srcset.js +0 -1
  779. package/dist/dashboard/node_modules/caniuse-lite/data/features/stream.js +0 -1
  780. package/dist/dashboard/node_modules/caniuse-lite/data/features/streams.js +0 -1
  781. package/dist/dashboard/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -1
  782. package/dist/dashboard/node_modules/caniuse-lite/data/features/style-scoped.js +0 -1
  783. package/dist/dashboard/node_modules/caniuse-lite/data/features/subresource-bundling.js +0 -1
  784. package/dist/dashboard/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -1
  785. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-css.js +0 -1
  786. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-filters.js +0 -1
  787. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -1
  788. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -1
  789. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-html.js +0 -1
  790. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-html5.js +0 -1
  791. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-img.js +0 -1
  792. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg-smil.js +0 -1
  793. package/dist/dashboard/node_modules/caniuse-lite/data/features/svg.js +0 -1
  794. package/dist/dashboard/node_modules/caniuse-lite/data/features/sxg.js +0 -1
  795. package/dist/dashboard/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -1
  796. package/dist/dashboard/node_modules/caniuse-lite/data/features/template-literals.js +0 -1
  797. package/dist/dashboard/node_modules/caniuse-lite/data/features/template.js +0 -1
  798. package/dist/dashboard/node_modules/caniuse-lite/data/features/temporal.js +0 -1
  799. package/dist/dashboard/node_modules/caniuse-lite/data/features/testfeat.js +0 -1
  800. package/dist/dashboard/node_modules/caniuse-lite/data/features/text-decoration.js +0 -1
  801. package/dist/dashboard/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -1
  802. package/dist/dashboard/node_modules/caniuse-lite/data/features/text-overflow.js +0 -1
  803. package/dist/dashboard/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -1
  804. package/dist/dashboard/node_modules/caniuse-lite/data/features/text-stroke.js +0 -1
  805. package/dist/dashboard/node_modules/caniuse-lite/data/features/textcontent.js +0 -1
  806. package/dist/dashboard/node_modules/caniuse-lite/data/features/textencoder.js +0 -1
  807. package/dist/dashboard/node_modules/caniuse-lite/data/features/tls1-1.js +0 -1
  808. package/dist/dashboard/node_modules/caniuse-lite/data/features/tls1-2.js +0 -1
  809. package/dist/dashboard/node_modules/caniuse-lite/data/features/tls1-3.js +0 -1
  810. package/dist/dashboard/node_modules/caniuse-lite/data/features/touch.js +0 -1
  811. package/dist/dashboard/node_modules/caniuse-lite/data/features/transforms2d.js +0 -1
  812. package/dist/dashboard/node_modules/caniuse-lite/data/features/transforms3d.js +0 -1
  813. package/dist/dashboard/node_modules/caniuse-lite/data/features/trusted-types.js +0 -1
  814. package/dist/dashboard/node_modules/caniuse-lite/data/features/ttf.js +0 -1
  815. package/dist/dashboard/node_modules/caniuse-lite/data/features/typedarrays.js +0 -1
  816. package/dist/dashboard/node_modules/caniuse-lite/data/features/u2f.js +0 -1
  817. package/dist/dashboard/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -1
  818. package/dist/dashboard/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -1
  819. package/dist/dashboard/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -1
  820. package/dist/dashboard/node_modules/caniuse-lite/data/features/url.js +0 -1
  821. package/dist/dashboard/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -1
  822. package/dist/dashboard/node_modules/caniuse-lite/data/features/use-strict.js +0 -1
  823. package/dist/dashboard/node_modules/caniuse-lite/data/features/user-select-none.js +0 -1
  824. package/dist/dashboard/node_modules/caniuse-lite/data/features/user-timing.js +0 -1
  825. package/dist/dashboard/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -1
  826. package/dist/dashboard/node_modules/caniuse-lite/data/features/vector-effect.js +0 -1
  827. package/dist/dashboard/node_modules/caniuse-lite/data/features/vibration.js +0 -1
  828. package/dist/dashboard/node_modules/caniuse-lite/data/features/video.js +0 -1
  829. package/dist/dashboard/node_modules/caniuse-lite/data/features/videotracks.js +0 -1
  830. package/dist/dashboard/node_modules/caniuse-lite/data/features/view-transitions.js +0 -1
  831. package/dist/dashboard/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -1
  832. package/dist/dashboard/node_modules/caniuse-lite/data/features/viewport-units.js +0 -1
  833. package/dist/dashboard/node_modules/caniuse-lite/data/features/wai-aria.js +0 -1
  834. package/dist/dashboard/node_modules/caniuse-lite/data/features/wake-lock.js +0 -1
  835. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-bigint.js +0 -1
  836. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +0 -1
  837. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-extended-const.js +0 -1
  838. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-gc.js +0 -1
  839. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +0 -1
  840. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-multi-value.js +0 -1
  841. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +0 -1
  842. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +0 -1
  843. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-reference-types.js +0 -1
  844. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +0 -1
  845. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-signext.js +0 -1
  846. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-simd.js +0 -1
  847. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +0 -1
  848. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm-threads.js +0 -1
  849. package/dist/dashboard/node_modules/caniuse-lite/data/features/wasm.js +0 -1
  850. package/dist/dashboard/node_modules/caniuse-lite/data/features/wav.js +0 -1
  851. package/dist/dashboard/node_modules/caniuse-lite/data/features/wbr-element.js +0 -1
  852. package/dist/dashboard/node_modules/caniuse-lite/data/features/web-animation.js +0 -1
  853. package/dist/dashboard/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -1
  854. package/dist/dashboard/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -1
  855. package/dist/dashboard/node_modules/caniuse-lite/data/features/web-serial.js +0 -1
  856. package/dist/dashboard/node_modules/caniuse-lite/data/features/web-share.js +0 -1
  857. package/dist/dashboard/node_modules/caniuse-lite/data/features/webauthn.js +0 -1
  858. package/dist/dashboard/node_modules/caniuse-lite/data/features/webcodecs.js +0 -1
  859. package/dist/dashboard/node_modules/caniuse-lite/data/features/webgl.js +0 -1
  860. package/dist/dashboard/node_modules/caniuse-lite/data/features/webgl2.js +0 -1
  861. package/dist/dashboard/node_modules/caniuse-lite/data/features/webgpu.js +0 -1
  862. package/dist/dashboard/node_modules/caniuse-lite/data/features/webhid.js +0 -1
  863. package/dist/dashboard/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -1
  864. package/dist/dashboard/node_modules/caniuse-lite/data/features/webm.js +0 -1
  865. package/dist/dashboard/node_modules/caniuse-lite/data/features/webnfc.js +0 -1
  866. package/dist/dashboard/node_modules/caniuse-lite/data/features/webp.js +0 -1
  867. package/dist/dashboard/node_modules/caniuse-lite/data/features/websockets.js +0 -1
  868. package/dist/dashboard/node_modules/caniuse-lite/data/features/webtransport.js +0 -1
  869. package/dist/dashboard/node_modules/caniuse-lite/data/features/webusb.js +0 -1
  870. package/dist/dashboard/node_modules/caniuse-lite/data/features/webvr.js +0 -1
  871. package/dist/dashboard/node_modules/caniuse-lite/data/features/webvtt.js +0 -1
  872. package/dist/dashboard/node_modules/caniuse-lite/data/features/webworkers.js +0 -1
  873. package/dist/dashboard/node_modules/caniuse-lite/data/features/webxr.js +0 -1
  874. package/dist/dashboard/node_modules/caniuse-lite/data/features/will-change.js +0 -1
  875. package/dist/dashboard/node_modules/caniuse-lite/data/features/woff.js +0 -1
  876. package/dist/dashboard/node_modules/caniuse-lite/data/features/woff2.js +0 -1
  877. package/dist/dashboard/node_modules/caniuse-lite/data/features/word-break.js +0 -1
  878. package/dist/dashboard/node_modules/caniuse-lite/data/features/wordwrap.js +0 -1
  879. package/dist/dashboard/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -1
  880. package/dist/dashboard/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -1
  881. package/dist/dashboard/node_modules/caniuse-lite/data/features/xhr2.js +0 -1
  882. package/dist/dashboard/node_modules/caniuse-lite/data/features/xhtml.js +0 -1
  883. package/dist/dashboard/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -1
  884. package/dist/dashboard/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -1
  885. package/dist/dashboard/node_modules/caniuse-lite/data/features/zstd.js +0 -1
  886. package/dist/dashboard/node_modules/caniuse-lite/data/features.js +0 -1
  887. package/dist/dashboard/node_modules/caniuse-lite/dist/lib/statuses.js +0 -9
  888. package/dist/dashboard/node_modules/caniuse-lite/dist/lib/supported.js +0 -9
  889. package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -47
  890. package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -1
  891. package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -1
  892. package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -52
  893. package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/features.js +0 -6
  894. package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/index.js +0 -4
  895. package/dist/dashboard/node_modules/caniuse-lite/dist/unpacker/region.js +0 -22
  896. package/dist/dashboard/node_modules/caniuse-lite/package.json +0 -34
  897. package/dist/dashboard/node_modules/client-only/index.js +0 -0
  898. package/dist/dashboard/node_modules/client-only/package.json +0 -19
  899. package/dist/dashboard/node_modules/file-uri-to-path/index.js +0 -66
  900. package/dist/dashboard/node_modules/file-uri-to-path/package.json +0 -32
  901. package/dist/dashboard/node_modules/graceful-fs/clone.js +0 -23
  902. package/dist/dashboard/node_modules/graceful-fs/graceful-fs.js +0 -448
  903. package/dist/dashboard/node_modules/graceful-fs/legacy-streams.js +0 -118
  904. package/dist/dashboard/node_modules/graceful-fs/package.json +0 -53
  905. package/dist/dashboard/node_modules/graceful-fs/polyfills.js +0 -355
  906. package/dist/dashboard/node_modules/nanoid/non-secure/index.cjs +0 -34
  907. package/dist/dashboard/node_modules/nanoid/non-secure/package.json +0 -6
  908. package/dist/dashboard/node_modules/nanoid/package.json +0 -89
  909. package/dist/dashboard/node_modules/next/dist/build/analysis/extract-const-value.js +0 -200
  910. package/dist/dashboard/node_modules/next/dist/build/analysis/get-page-static-info.js +0 -496
  911. package/dist/dashboard/node_modules/next/dist/build/analysis/parse-module.js +0 -27
  912. package/dist/dashboard/node_modules/next/dist/build/babel/loader/get-config.js +0 -335
  913. package/dist/dashboard/node_modules/next/dist/build/babel/loader/index.js +0 -38
  914. package/dist/dashboard/node_modules/next/dist/build/babel/loader/transform.js +0 -97
  915. package/dist/dashboard/node_modules/next/dist/build/babel/loader/util.js +0 -20
  916. package/dist/dashboard/node_modules/next/dist/build/babel/plugins/commonjs.js +0 -42
  917. package/dist/dashboard/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +0 -32
  918. package/dist/dashboard/node_modules/next/dist/build/babel/plugins/next-page-config.js +0 -116
  919. package/dist/dashboard/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +0 -25
  920. package/dist/dashboard/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +0 -328
  921. package/dist/dashboard/node_modules/next/dist/build/build-context.js +0 -58
  922. package/dist/dashboard/node_modules/next/dist/build/create-compiler-aliases.js +0 -281
  923. package/dist/dashboard/node_modules/next/dist/build/deployment-id.js +0 -18
  924. package/dist/dashboard/node_modules/next/dist/build/entries.js +0 -624
  925. package/dist/dashboard/node_modules/next/dist/build/get-babel-config-file.js +0 -35
  926. package/dist/dashboard/node_modules/next/dist/build/handle-externals.js +0 -280
  927. package/dist/dashboard/node_modules/next/dist/build/load-entrypoint.js +0 -128
  928. package/dist/dashboard/node_modules/next/dist/build/load-jsconfig.js +0 -144
  929. package/dist/dashboard/node_modules/next/dist/build/normalize-catchall-routes.js +0 -76
  930. package/dist/dashboard/node_modules/next/dist/build/output/index.js +0 -295
  931. package/dist/dashboard/node_modules/next/dist/build/output/log.js +0 -115
  932. package/dist/dashboard/node_modules/next/dist/build/output/store.js +0 -214
  933. package/dist/dashboard/node_modules/next/dist/build/polyfills/fetch/index.js +0 -6
  934. package/dist/dashboard/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +0 -7
  935. package/dist/dashboard/node_modules/next/dist/build/polyfills/object-assign.js +0 -6
  936. package/dist/dashboard/node_modules/next/dist/build/polyfills/object.assign/auto.js +0 -4
  937. package/dist/dashboard/node_modules/next/dist/build/polyfills/object.assign/implementation.js +0 -4
  938. package/dist/dashboard/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +0 -6
  939. package/dist/dashboard/node_modules/next/dist/build/polyfills/object.assign/shim.js +0 -6
  940. package/dist/dashboard/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +0 -1
  941. package/dist/dashboard/node_modules/next/dist/build/polyfills/process.js +0 -5
  942. package/dist/dashboard/node_modules/next/dist/build/swc/index.js +0 -975
  943. package/dist/dashboard/node_modules/next/dist/build/swc/options.js +0 -357
  944. package/dist/dashboard/node_modules/next/dist/build/utils.js +0 -1584
  945. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/base.js +0 -58
  946. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/index.js +0 -568
  947. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +0 -47
  948. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +0 -21
  949. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +0 -37
  950. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +0 -62
  951. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +0 -22
  952. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +0 -84
  953. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +0 -62
  954. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +0 -45
  955. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +0 -162
  956. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/index.js +0 -42
  957. package/dist/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +0 -16
  958. package/dist/dashboard/node_modules/next/dist/build/webpack/config/helpers.js +0 -78
  959. package/dist/dashboard/node_modules/next/dist/build/webpack/config/index.js +0 -46
  960. package/dist/dashboard/node_modules/next/dist/build/webpack/config/utils.js +0 -13
  961. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +0 -32
  962. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +0 -89
  963. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +0 -269
  964. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +0 -36
  965. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +0 -107
  966. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +0 -207
  967. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +0 -327
  968. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +0 -91
  969. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +0 -26
  970. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +0 -463
  971. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +0 -15
  972. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +0 -156
  973. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +0 -27
  974. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +0 -17
  975. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +0 -410
  976. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +0 -90
  977. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +0 -58
  978. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +0 -52
  979. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +0 -120
  980. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +0 -59
  981. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +0 -129
  982. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +0 -40
  983. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +0 -35
  984. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +0 -117
  985. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +0 -89
  986. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +0 -100
  987. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +0 -70
  988. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +0 -186
  989. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +0 -90
  990. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +0 -99
  991. package/dist/dashboard/node_modules/next/dist/build/webpack/loaders/utils.js +0 -117
  992. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +0 -66
  993. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +0 -235
  994. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +0 -67
  995. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +0 -277
  996. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +0 -90
  997. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/define-env-plugin.js +0 -174
  998. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +0 -694
  999. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +0 -351
  1000. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/font-stylesheet-gathering-plugin.js +0 -224
  1001. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +0 -219
  1002. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +0 -114
  1003. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +0 -558
  1004. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +0 -25
  1005. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +0 -85
  1006. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +0 -120
  1007. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +0 -524
  1008. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +0 -556
  1009. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +0 -14
  1010. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +0 -123
  1011. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +0 -45
  1012. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +0 -146
  1013. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +0 -284
  1014. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +0 -149
  1015. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +0 -58
  1016. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin.js +0 -173
  1017. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/terser-webpack-plugin/src/index.js +0 -273
  1018. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +0 -89
  1019. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +0 -43
  1020. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +0 -19
  1021. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +0 -29
  1022. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +0 -29
  1023. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +0 -25
  1024. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +0 -33
  1025. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +0 -26
  1026. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +0 -150
  1027. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseRSC.js +0 -97
  1028. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +0 -42
  1029. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +0 -18
  1030. package/dist/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +0 -143
  1031. package/dist/dashboard/node_modules/next/dist/build/webpack/stringify-request.js +0 -15
  1032. package/dist/dashboard/node_modules/next/dist/build/webpack/utils.js +0 -97
  1033. package/dist/dashboard/node_modules/next/dist/build/webpack-config-rules/resolve.js +0 -58
  1034. package/dist/dashboard/node_modules/next/dist/build/webpack-config.js +0 -2026
  1035. package/dist/dashboard/node_modules/next/dist/client/add-base-path.js +0 -24
  1036. package/dist/dashboard/node_modules/next/dist/client/add-locale.js +0 -28
  1037. package/dist/dashboard/node_modules/next/dist/client/components/action-async-storage-instance.js +0 -20
  1038. package/dist/dashboard/node_modules/next/dist/client/components/action-async-storage.external.js +0 -20
  1039. package/dist/dashboard/node_modules/next/dist/client/components/app-router-headers.js +0 -77
  1040. package/dist/dashboard/node_modules/next/dist/client/components/async-local-storage.js +0 -44
  1041. package/dist/dashboard/node_modules/next/dist/client/components/bailout-to-client-rendering.js +0 -25
  1042. package/dist/dashboard/node_modules/next/dist/client/components/dev-root-not-found-boundary.js +0 -50
  1043. package/dist/dashboard/node_modules/next/dist/client/components/hooks-server-context.js +0 -44
  1044. package/dist/dashboard/node_modules/next/dist/client/components/match-segments.js +0 -52
  1045. package/dist/dashboard/node_modules/next/dist/client/components/navigation.js +0 -268
  1046. package/dist/dashboard/node_modules/next/dist/client/components/navigation.react-server.js +0 -63
  1047. package/dist/dashboard/node_modules/next/dist/client/components/noop-head.js +0 -21
  1048. package/dist/dashboard/node_modules/next/dist/client/components/not-found-boundary.js +0 -107
  1049. package/dist/dashboard/node_modules/next/dist/client/components/not-found-error.js +0 -96
  1050. package/dist/dashboard/node_modules/next/dist/client/components/not-found.js +0 -43
  1051. package/dist/dashboard/node_modules/next/dist/client/components/parallel-route-default.js +0 -35
  1052. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js +0 -120
  1053. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js +0 -19
  1054. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js +0 -30
  1055. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js +0 -86
  1056. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js +0 -29
  1057. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js +0 -29
  1058. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js +0 -29
  1059. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js +0 -47
  1060. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js +0 -30
  1061. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js +0 -178
  1062. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js +0 -32
  1063. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js +0 -30
  1064. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js +0 -62
  1065. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js +0 -62
  1066. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js +0 -19
  1067. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js +0 -2716
  1068. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js +0 -30
  1069. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js +0 -42
  1070. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js +0 -67
  1071. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js +0 -108
  1072. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js +0 -19
  1073. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js +0 -30
  1074. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js +0 -36
  1075. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js +0 -32
  1076. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js +0 -30
  1077. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js +0 -104
  1078. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js +0 -32
  1079. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js +0 -30
  1080. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js +0 -74
  1081. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js +0 -99
  1082. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js +0 -339
  1083. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js +0 -81
  1084. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js +0 -62
  1085. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js +0 -186
  1086. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js +0 -126
  1087. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js +0 -164
  1088. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js +0 -47
  1089. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getRawSourceMap.js +0 -44
  1090. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getSourceMapUrl.js +0 -33
  1091. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js +0 -36
  1092. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js +0 -77
  1093. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js +0 -404
  1094. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js +0 -75
  1095. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js +0 -25
  1096. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js +0 -98
  1097. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js +0 -37
  1098. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js +0 -145
  1099. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js +0 -37
  1100. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js +0 -44
  1101. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js +0 -46
  1102. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js +0 -43
  1103. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js +0 -135
  1104. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js +0 -37
  1105. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js +0 -55
  1106. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js +0 -37
  1107. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js +0 -56
  1108. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js +0 -82
  1109. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js +0 -70
  1110. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js +0 -172
  1111. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.js +0 -124
  1112. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/server/middleware.js +0 -263
  1113. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/server/shared.js +0 -103
  1114. package/dist/dashboard/node_modules/next/dist/client/components/react-dev-overlay/shared.js +0 -187
  1115. package/dist/dashboard/node_modules/next/dist/client/components/redirect-status-code.js +0 -24
  1116. package/dist/dashboard/node_modules/next/dist/client/components/redirect.js +0 -115
  1117. package/dist/dashboard/node_modules/next/dist/client/components/request-async-storage-instance.js +0 -20
  1118. package/dist/dashboard/node_modules/next/dist/client/components/request-async-storage.external.js +0 -37
  1119. package/dist/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -21
  1120. package/dist/dashboard/node_modules/next/dist/client/components/static-generation-async-storage-instance.js +0 -20
  1121. package/dist/dashboard/node_modules/next/dist/client/components/static-generation-async-storage.external.js +0 -20
  1122. package/dist/dashboard/node_modules/next/dist/client/components/static-generation-bailout.js +0 -43
  1123. package/dist/dashboard/node_modules/next/dist/client/detect-domain-locale.js +0 -26
  1124. package/dist/dashboard/node_modules/next/dist/client/has-base-path.js +0 -23
  1125. package/dist/dashboard/node_modules/next/dist/client/head-manager.js +0 -205
  1126. package/dist/dashboard/node_modules/next/dist/client/normalize-trailing-slash.js +0 -36
  1127. package/dist/dashboard/node_modules/next/dist/client/remove-base-path.js +0 -32
  1128. package/dist/dashboard/node_modules/next/dist/client/remove-locale.js +0 -28
  1129. package/dist/dashboard/node_modules/next/dist/client/request-idle-callback.js +0 -44
  1130. package/dist/dashboard/node_modules/next/dist/client/resolve-href.js +0 -79
  1131. package/dist/dashboard/node_modules/next/dist/client/route-loader.js +0 -319
  1132. package/dist/dashboard/node_modules/next/dist/client/router.js +0 -189
  1133. package/dist/dashboard/node_modules/next/dist/client/script.js +0 -357
  1134. package/dist/dashboard/node_modules/next/dist/client/trusted-types.js +0 -40
  1135. package/dist/dashboard/node_modules/next/dist/client/with-router.js +0 -37
  1136. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -336
  1137. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +0 -1
  1138. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +0 -46
  1139. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +0 -1
  1140. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +0 -1
  1141. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js.text.js +0 -1
  1142. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +0 -1
  1143. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js.text.js +0 -1
  1144. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +0 -1
  1145. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js.text.js +0 -1
  1146. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +0 -5
  1147. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +0 -251
  1148. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +0 -1
  1149. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js.text.js +0 -1
  1150. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +0 -1
  1151. package/dist/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +0 -1
  1152. package/dist/dashboard/node_modules/next/dist/compiled/@hapi/accept/index.js +0 -1
  1153. package/dist/dashboard/node_modules/next/dist/compiled/@hapi/accept/package.json +0 -1
  1154. package/dist/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +0 -1
  1155. package/dist/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +0 -1
  1156. package/dist/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/index.js +0 -1
  1157. package/dist/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/package.json +0 -1
  1158. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/constants.js +0 -10
  1159. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/fontkit/index.js +0 -1
  1160. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/format-available-values.js +0 -9
  1161. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js +0 -65
  1162. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/fetch-font-file.js +0 -39
  1163. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js +0 -35
  1164. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json +0 -14483
  1165. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js +0 -53
  1166. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/get-font-axes.js +0 -67
  1167. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js +0 -56
  1168. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js +0 -24
  1169. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js +0 -8
  1170. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/loader.js +0 -165
  1171. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/retry.js +0 -19
  1172. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js +0 -27
  1173. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js +0 -97
  1174. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js +0 -86
  1175. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/local/loader.js +0 -75
  1176. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js +0 -86
  1177. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js +0 -73
  1178. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/dist/next-font-error.js +0 -12
  1179. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/google/loader.js +0 -1
  1180. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/local/loader.js +0 -1
  1181. package/dist/dashboard/node_modules/next/dist/compiled/@next/font/package.json +0 -1
  1182. package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +0 -130
  1183. package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js +0 -69
  1184. package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js +0 -170
  1185. package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/loader.js +0 -21
  1186. package/dist/dashboard/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js +0 -27
  1187. package/dist/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/index.js +0 -1
  1188. package/dist/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/package.json +0 -1
  1189. package/dist/dashboard/node_modules/next/dist/compiled/@vercel/nft/LICENSE +0 -7
  1190. package/dist/dashboard/node_modules/next/dist/compiled/@vercel/nft/index.js +0 -24
  1191. package/dist/dashboard/node_modules/next/dist/compiled/@vercel/nft/package.json +0 -1
  1192. package/dist/dashboard/node_modules/next/dist/compiled/acorn/acorn.js +0 -1
  1193. package/dist/dashboard/node_modules/next/dist/compiled/acorn/package.json +0 -1
  1194. package/dist/dashboard/node_modules/next/dist/compiled/amphtml-validator/index.js +0 -17
  1195. package/dist/dashboard/node_modules/next/dist/compiled/amphtml-validator/package.json +0 -1
  1196. package/dist/dashboard/node_modules/next/dist/compiled/anser/index.js +0 -1
  1197. package/dist/dashboard/node_modules/next/dist/compiled/anser/package.json +0 -1
  1198. package/dist/dashboard/node_modules/next/dist/compiled/assert/assert.js +0 -7
  1199. package/dist/dashboard/node_modules/next/dist/compiled/assert/package.json +0 -1
  1200. package/dist/dashboard/node_modules/next/dist/compiled/async-retry/index.js +0 -1
  1201. package/dist/dashboard/node_modules/next/dist/compiled/async-retry/package.json +0 -1
  1202. package/dist/dashboard/node_modules/next/dist/compiled/async-sema/index.js +0 -1
  1203. package/dist/dashboard/node_modules/next/dist/compiled/async-sema/package.json +0 -1
  1204. package/dist/dashboard/node_modules/next/dist/compiled/babel/bundle.js +0 -1871
  1205. package/dist/dashboard/node_modules/next/dist/compiled/babel/code-frame.js +0 -1
  1206. package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-block-hoist-plugin.js +0 -1
  1207. package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-config.js +0 -1
  1208. package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-normalize-file.js +0 -1
  1209. package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-normalize-opts.js +0 -1
  1210. package/dist/dashboard/node_modules/next/dist/compiled/babel/core-lib-plugin-pass.js +0 -1
  1211. package/dist/dashboard/node_modules/next/dist/compiled/babel/core.js +0 -1
  1212. package/dist/dashboard/node_modules/next/dist/compiled/babel/generator.js +0 -1
  1213. package/dist/dashboard/node_modules/next/dist/compiled/babel/package.json +0 -1
  1214. package/dist/dashboard/node_modules/next/dist/compiled/babel/parser.js +0 -1
  1215. package/dist/dashboard/node_modules/next/dist/compiled/babel/plugin-transform-define.js +0 -1
  1216. package/dist/dashboard/node_modules/next/dist/compiled/babel/plugin-transform-modules-commonjs.js +0 -1
  1217. package/dist/dashboard/node_modules/next/dist/compiled/babel/traverse.js +0 -1
  1218. package/dist/dashboard/node_modules/next/dist/compiled/babel/types.js +0 -1
  1219. package/dist/dashboard/node_modules/next/dist/compiled/babel-packages/package.json +0 -1
  1220. package/dist/dashboard/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +0 -399
  1221. package/dist/dashboard/node_modules/next/dist/compiled/browserify-zlib/index.js +0 -1
  1222. package/dist/dashboard/node_modules/next/dist/compiled/browserify-zlib/package.json +0 -1
  1223. package/dist/dashboard/node_modules/next/dist/compiled/browserslist/index.js +0 -1
  1224. package/dist/dashboard/node_modules/next/dist/compiled/browserslist/package.json +0 -1
  1225. package/dist/dashboard/node_modules/next/dist/compiled/buffer/index.js +0 -9
  1226. package/dist/dashboard/node_modules/next/dist/compiled/buffer/package.json +0 -1
  1227. package/dist/dashboard/node_modules/next/dist/compiled/bytes/index.js +0 -8
  1228. package/dist/dashboard/node_modules/next/dist/compiled/bytes/package.json +0 -1
  1229. package/dist/dashboard/node_modules/next/dist/compiled/ci-info/index.js +0 -1
  1230. package/dist/dashboard/node_modules/next/dist/compiled/ci-info/package.json +0 -1
  1231. package/dist/dashboard/node_modules/next/dist/compiled/commander/index.js +0 -1
  1232. package/dist/dashboard/node_modules/next/dist/compiled/commander/package.json +0 -1
  1233. package/dist/dashboard/node_modules/next/dist/compiled/comment-json/index.js +0 -7
  1234. package/dist/dashboard/node_modules/next/dist/compiled/comment-json/package.json +0 -1
  1235. package/dist/dashboard/node_modules/next/dist/compiled/compression/index.js +0 -51
  1236. package/dist/dashboard/node_modules/next/dist/compiled/compression/package.json +0 -1
  1237. package/dist/dashboard/node_modules/next/dist/compiled/conf/index.js +0 -15
  1238. package/dist/dashboard/node_modules/next/dist/compiled/conf/package.json +0 -1
  1239. package/dist/dashboard/node_modules/next/dist/compiled/constants-browserify/constants.json +0 -209
  1240. package/dist/dashboard/node_modules/next/dist/compiled/constants-browserify/package.json +0 -1
  1241. package/dist/dashboard/node_modules/next/dist/compiled/content-disposition/index.js +0 -6
  1242. package/dist/dashboard/node_modules/next/dist/compiled/content-disposition/package.json +0 -1
  1243. package/dist/dashboard/node_modules/next/dist/compiled/cookie/index.js +0 -7
  1244. package/dist/dashboard/node_modules/next/dist/compiled/cookie/package.json +0 -1
  1245. package/dist/dashboard/node_modules/next/dist/compiled/cross-spawn/index.js +0 -1
  1246. package/dist/dashboard/node_modules/next/dist/compiled/cross-spawn/package.json +0 -1
  1247. package/dist/dashboard/node_modules/next/dist/compiled/crypto-browserify/index.js +0 -3
  1248. package/dist/dashboard/node_modules/next/dist/compiled/crypto-browserify/package.json +0 -1
  1249. package/dist/dashboard/node_modules/next/dist/compiled/css.escape/css.escape.js +0 -1
  1250. package/dist/dashboard/node_modules/next/dist/compiled/css.escape/package.json +0 -1
  1251. package/dist/dashboard/node_modules/next/dist/compiled/cssnano-simple/index.js +0 -190
  1252. package/dist/dashboard/node_modules/next/dist/compiled/data-uri-to-buffer/index.js +0 -1
  1253. package/dist/dashboard/node_modules/next/dist/compiled/data-uri-to-buffer/package.json +0 -1
  1254. package/dist/dashboard/node_modules/next/dist/compiled/debug/index.js +0 -1
  1255. package/dist/dashboard/node_modules/next/dist/compiled/debug/package.json +0 -1
  1256. package/dist/dashboard/node_modules/next/dist/compiled/devalue/devalue.umd.js +0 -1
  1257. package/dist/dashboard/node_modules/next/dist/compiled/devalue/package.json +0 -1
  1258. package/dist/dashboard/node_modules/next/dist/compiled/domain-browser/index.js +0 -1
  1259. package/dist/dashboard/node_modules/next/dist/compiled/domain-browser/package.json +0 -1
  1260. package/dist/dashboard/node_modules/next/dist/compiled/edge-runtime/index.js +0 -1
  1261. package/dist/dashboard/node_modules/next/dist/compiled/edge-runtime/package.json +0 -1
  1262. package/dist/dashboard/node_modules/next/dist/compiled/events/events.js +0 -1
  1263. package/dist/dashboard/node_modules/next/dist/compiled/events/package.json +0 -1
  1264. package/dist/dashboard/node_modules/next/dist/compiled/find-up/index.js +0 -1
  1265. package/dist/dashboard/node_modules/next/dist/compiled/find-up/package.json +0 -1
  1266. package/dist/dashboard/node_modules/next/dist/compiled/fresh/index.js +0 -8
  1267. package/dist/dashboard/node_modules/next/dist/compiled/fresh/package.json +0 -1
  1268. package/dist/dashboard/node_modules/next/dist/compiled/get-orientation/index.js +0 -1
  1269. package/dist/dashboard/node_modules/next/dist/compiled/get-orientation/package.json +0 -1
  1270. package/dist/dashboard/node_modules/next/dist/compiled/glob/glob.js +0 -1
  1271. package/dist/dashboard/node_modules/next/dist/compiled/glob/package.json +0 -1
  1272. package/dist/dashboard/node_modules/next/dist/compiled/gzip-size/index.js +0 -1
  1273. package/dist/dashboard/node_modules/next/dist/compiled/gzip-size/package.json +0 -1
  1274. package/dist/dashboard/node_modules/next/dist/compiled/http-proxy/index.js +0 -34
  1275. package/dist/dashboard/node_modules/next/dist/compiled/http-proxy/package.json +0 -1
  1276. package/dist/dashboard/node_modules/next/dist/compiled/http-proxy-agent/index.js +0 -1
  1277. package/dist/dashboard/node_modules/next/dist/compiled/http-proxy-agent/package.json +0 -1
  1278. package/dist/dashboard/node_modules/next/dist/compiled/https-browserify/index.js +0 -1
  1279. package/dist/dashboard/node_modules/next/dist/compiled/https-browserify/package.json +0 -1
  1280. package/dist/dashboard/node_modules/next/dist/compiled/https-proxy-agent/index.js +0 -1
  1281. package/dist/dashboard/node_modules/next/dist/compiled/https-proxy-agent/package.json +0 -1
  1282. package/dist/dashboard/node_modules/next/dist/compiled/icss-utils/index.js +0 -1
  1283. package/dist/dashboard/node_modules/next/dist/compiled/icss-utils/package.json +0 -1
  1284. package/dist/dashboard/node_modules/next/dist/compiled/ignore-loader/index.js +0 -1
  1285. package/dist/dashboard/node_modules/next/dist/compiled/ignore-loader/package.json +0 -1
  1286. package/dist/dashboard/node_modules/next/dist/compiled/image-size/index.js +0 -1
  1287. package/dist/dashboard/node_modules/next/dist/compiled/image-size/package.json +0 -1
  1288. package/dist/dashboard/node_modules/next/dist/compiled/is-animated/index.js +0 -1
  1289. package/dist/dashboard/node_modules/next/dist/compiled/is-animated/package.json +0 -1
  1290. package/dist/dashboard/node_modules/next/dist/compiled/is-docker/index.js +0 -1
  1291. package/dist/dashboard/node_modules/next/dist/compiled/is-docker/package.json +0 -1
  1292. package/dist/dashboard/node_modules/next/dist/compiled/is-wsl/index.js +0 -1
  1293. package/dist/dashboard/node_modules/next/dist/compiled/is-wsl/package.json +0 -1
  1294. package/dist/dashboard/node_modules/next/dist/compiled/jest-worker/index.js +0 -1
  1295. package/dist/dashboard/node_modules/next/dist/compiled/jest-worker/package.json +0 -1
  1296. package/dist/dashboard/node_modules/next/dist/compiled/jest-worker/processChild.js +0 -1
  1297. package/dist/dashboard/node_modules/next/dist/compiled/jest-worker/threadChild.js +0 -1
  1298. package/dist/dashboard/node_modules/next/dist/compiled/json5/index.js +0 -1
  1299. package/dist/dashboard/node_modules/next/dist/compiled/json5/package.json +0 -1
  1300. package/dist/dashboard/node_modules/next/dist/compiled/jsonwebtoken/index.js +0 -11
  1301. package/dist/dashboard/node_modules/next/dist/compiled/jsonwebtoken/package.json +0 -1
  1302. package/dist/dashboard/node_modules/next/dist/compiled/loader-utils2/index.js +0 -1
  1303. package/dist/dashboard/node_modules/next/dist/compiled/loader-utils2/package.json +0 -1
  1304. package/dist/dashboard/node_modules/next/dist/compiled/loader-utils3/index.js +0 -1
  1305. package/dist/dashboard/node_modules/next/dist/compiled/loader-utils3/package.json +0 -1
  1306. package/dist/dashboard/node_modules/next/dist/compiled/lodash.curry/index.js +0 -1
  1307. package/dist/dashboard/node_modules/next/dist/compiled/lodash.curry/package.json +0 -1
  1308. package/dist/dashboard/node_modules/next/dist/compiled/lru-cache/index.js +0 -1
  1309. package/dist/dashboard/node_modules/next/dist/compiled/lru-cache/package.json +0 -1
  1310. package/dist/dashboard/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js +0 -1
  1311. package/dist/dashboard/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js +0 -1
  1312. package/dist/dashboard/node_modules/next/dist/compiled/mini-css-extract-plugin/package.json +0 -1
  1313. package/dist/dashboard/node_modules/next/dist/compiled/nanoid/index.cjs +0 -1
  1314. package/dist/dashboard/node_modules/next/dist/compiled/nanoid/package.json +0 -1
  1315. package/dist/dashboard/node_modules/next/dist/compiled/native-url/index.js +0 -1
  1316. package/dist/dashboard/node_modules/next/dist/compiled/native-url/package.json +0 -1
  1317. package/dist/dashboard/node_modules/next/dist/compiled/neo-async/async.js +0 -1
  1318. package/dist/dashboard/node_modules/next/dist/compiled/neo-async/package.json +0 -1
  1319. package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +0 -21
  1320. package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +0 -21
  1321. package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +0 -21
  1322. package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +0 -21
  1323. package/dist/dashboard/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +0 -7
  1324. package/dist/dashboard/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +0 -32
  1325. package/dist/dashboard/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +0 -32
  1326. package/dist/dashboard/node_modules/next/dist/compiled/node-fetch/index.js +0 -1
  1327. package/dist/dashboard/node_modules/next/dist/compiled/node-fetch/package.json +0 -1
  1328. package/dist/dashboard/node_modules/next/dist/compiled/node-html-parser/index.js +0 -2
  1329. package/dist/dashboard/node_modules/next/dist/compiled/node-html-parser/package.json +0 -1
  1330. package/dist/dashboard/node_modules/next/dist/compiled/os-browserify/browser.js +0 -1
  1331. package/dist/dashboard/node_modules/next/dist/compiled/os-browserify/package.json +0 -1
  1332. package/dist/dashboard/node_modules/next/dist/compiled/p-limit/index.js +0 -1
  1333. package/dist/dashboard/node_modules/next/dist/compiled/p-limit/package.json +0 -1
  1334. package/dist/dashboard/node_modules/next/dist/compiled/path-browserify/index.js +0 -1
  1335. package/dist/dashboard/node_modules/next/dist/compiled/path-browserify/package.json +0 -1
  1336. package/dist/dashboard/node_modules/next/dist/compiled/path-to-regexp/index.js +0 -406
  1337. package/dist/dashboard/node_modules/next/dist/compiled/picomatch/index.js +0 -1
  1338. package/dist/dashboard/node_modules/next/dist/compiled/picomatch/package.json +0 -1
  1339. package/dist/dashboard/node_modules/next/dist/compiled/platform/package.json +0 -1
  1340. package/dist/dashboard/node_modules/next/dist/compiled/platform/platform.js +0 -7
  1341. package/dist/dashboard/node_modules/next/dist/compiled/postcss-flexbugs-fixes/index.js +0 -1
  1342. package/dist/dashboard/node_modules/next/dist/compiled/postcss-flexbugs-fixes/package.json +0 -1
  1343. package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-extract-imports/index.js +0 -1
  1344. package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-extract-imports/package.json +0 -1
  1345. package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-local-by-default/index.js +0 -2
  1346. package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-local-by-default/package.json +0 -1
  1347. package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-scope/index.js +0 -2
  1348. package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-scope/package.json +0 -1
  1349. package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-values/index.js +0 -1
  1350. package/dist/dashboard/node_modules/next/dist/compiled/postcss-modules-values/package.json +0 -1
  1351. package/dist/dashboard/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +0 -1
  1352. package/dist/dashboard/node_modules/next/dist/compiled/postcss-preset-env/index.cjs +0 -94
  1353. package/dist/dashboard/node_modules/next/dist/compiled/postcss-preset-env/package.json +0 -1
  1354. package/dist/dashboard/node_modules/next/dist/compiled/postcss-scss/package.json +0 -1
  1355. package/dist/dashboard/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js +0 -1
  1356. package/dist/dashboard/node_modules/next/dist/compiled/postcss-value-parser/index.js +0 -1
  1357. package/dist/dashboard/node_modules/next/dist/compiled/postcss-value-parser/package.json +0 -1
  1358. package/dist/dashboard/node_modules/next/dist/compiled/process/browser.js +0 -1
  1359. package/dist/dashboard/node_modules/next/dist/compiled/process/package.json +0 -1
  1360. package/dist/dashboard/node_modules/next/dist/compiled/punycode/package.json +0 -1
  1361. package/dist/dashboard/node_modules/next/dist/compiled/punycode/punycode.js +0 -1
  1362. package/dist/dashboard/node_modules/next/dist/compiled/querystring-es3/index.js +0 -1
  1363. package/dist/dashboard/node_modules/next/dist/compiled/querystring-es3/package.json +0 -1
  1364. package/dist/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +0 -221
  1365. package/dist/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js +0 -14
  1366. package/dist/dashboard/node_modules/next/dist/compiled/react-is/index.js +0 -7
  1367. package/dist/dashboard/node_modules/next/dist/compiled/react-is/package.json +0 -26
  1368. package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/babel.js +0 -7
  1369. package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js +0 -842
  1370. package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js +0 -24
  1371. package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js +0 -658
  1372. package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js +0 -10
  1373. package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/package.json +0 -39
  1374. package/dist/dashboard/node_modules/next/dist/compiled/react-refresh/runtime.js +0 -7
  1375. package/dist/dashboard/node_modules/next/dist/compiled/regenerator-runtime/package.json +0 -19
  1376. package/dist/dashboard/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +0 -729
  1377. package/dist/dashboard/node_modules/next/dist/compiled/sass-loader/cjs.js +0 -1
  1378. package/dist/dashboard/node_modules/next/dist/compiled/sass-loader/package.json +0 -1
  1379. package/dist/dashboard/node_modules/next/dist/compiled/schema-utils3/index.js +0 -3
  1380. package/dist/dashboard/node_modules/next/dist/compiled/schema-utils3/package.json +0 -1
  1381. package/dist/dashboard/node_modules/next/dist/compiled/semver/index.js +0 -1
  1382. package/dist/dashboard/node_modules/next/dist/compiled/semver/package.json +0 -1
  1383. package/dist/dashboard/node_modules/next/dist/compiled/send/index.js +0 -85
  1384. package/dist/dashboard/node_modules/next/dist/compiled/send/package.json +0 -1
  1385. package/dist/dashboard/node_modules/next/dist/compiled/setimmediate/package.json +0 -1
  1386. package/dist/dashboard/node_modules/next/dist/compiled/setimmediate/setImmediate.js +0 -1
  1387. package/dist/dashboard/node_modules/next/dist/compiled/shell-quote/index.js +0 -1
  1388. package/dist/dashboard/node_modules/next/dist/compiled/shell-quote/package.json +0 -1
  1389. package/dist/dashboard/node_modules/next/dist/compiled/source-map/package.json +0 -1
  1390. package/dist/dashboard/node_modules/next/dist/compiled/source-map/source-map.js +0 -1
  1391. package/dist/dashboard/node_modules/next/dist/compiled/source-map08/package.json +0 -1
  1392. package/dist/dashboard/node_modules/next/dist/compiled/source-map08/source-map.js +0 -3002
  1393. package/dist/dashboard/node_modules/next/dist/compiled/stacktrace-parser/package.json +0 -1
  1394. package/dist/dashboard/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +0 -1
  1395. package/dist/dashboard/node_modules/next/dist/compiled/stream-browserify/index.js +0 -1
  1396. package/dist/dashboard/node_modules/next/dist/compiled/stream-browserify/package.json +0 -1
  1397. package/dist/dashboard/node_modules/next/dist/compiled/stream-http/index.js +0 -1
  1398. package/dist/dashboard/node_modules/next/dist/compiled/stream-http/package.json +0 -1
  1399. package/dist/dashboard/node_modules/next/dist/compiled/string-hash/index.js +0 -1
  1400. package/dist/dashboard/node_modules/next/dist/compiled/string-hash/package.json +0 -1
  1401. package/dist/dashboard/node_modules/next/dist/compiled/string_decoder/package.json +0 -1
  1402. package/dist/dashboard/node_modules/next/dist/compiled/string_decoder/string_decoder.js +0 -1
  1403. package/dist/dashboard/node_modules/next/dist/compiled/strip-ansi/index.js +0 -1
  1404. package/dist/dashboard/node_modules/next/dist/compiled/strip-ansi/package.json +0 -1
  1405. package/dist/dashboard/node_modules/next/dist/compiled/superstruct/index.cjs +0 -1
  1406. package/dist/dashboard/node_modules/next/dist/compiled/superstruct/package.json +0 -1
  1407. package/dist/dashboard/node_modules/next/dist/compiled/tar/index.js +0 -1
  1408. package/dist/dashboard/node_modules/next/dist/compiled/tar/package.json +0 -1
  1409. package/dist/dashboard/node_modules/next/dist/compiled/text-table/index.js +0 -1
  1410. package/dist/dashboard/node_modules/next/dist/compiled/text-table/package.json +0 -1
  1411. package/dist/dashboard/node_modules/next/dist/compiled/timers-browserify/main.js +0 -1
  1412. package/dist/dashboard/node_modules/next/dist/compiled/timers-browserify/package.json +0 -1
  1413. package/dist/dashboard/node_modules/next/dist/compiled/tty-browserify/index.js +0 -1
  1414. package/dist/dashboard/node_modules/next/dist/compiled/tty-browserify/package.json +0 -1
  1415. package/dist/dashboard/node_modules/next/dist/compiled/unistore/package.json +0 -1
  1416. package/dist/dashboard/node_modules/next/dist/compiled/unistore/unistore.js +0 -1
  1417. package/dist/dashboard/node_modules/next/dist/compiled/util/package.json +0 -1
  1418. package/dist/dashboard/node_modules/next/dist/compiled/util/util.js +0 -1
  1419. package/dist/dashboard/node_modules/next/dist/compiled/vm-browserify/index.js +0 -1
  1420. package/dist/dashboard/node_modules/next/dist/compiled/vm-browserify/package.json +0 -1
  1421. package/dist/dashboard/node_modules/next/dist/compiled/watchpack/package.json +0 -1
  1422. package/dist/dashboard/node_modules/next/dist/compiled/watchpack/watchpack.js +0 -1
  1423. package/dist/dashboard/node_modules/next/dist/compiled/webpack/package.json +0 -1
  1424. package/dist/dashboard/node_modules/next/dist/compiled/webpack/webpack.js +0 -26
  1425. package/dist/dashboard/node_modules/next/dist/compiled/webpack-sources3/index.js +0 -1
  1426. package/dist/dashboard/node_modules/next/dist/compiled/webpack-sources3/package.json +0 -1
  1427. package/dist/dashboard/node_modules/next/dist/compiled/ws/index.js +0 -1
  1428. package/dist/dashboard/node_modules/next/dist/compiled/ws/package.json +0 -1
  1429. package/dist/dashboard/node_modules/next/dist/compiled/zod/index.js +0 -1
  1430. package/dist/dashboard/node_modules/next/dist/compiled/zod/package.json +0 -1
  1431. package/dist/dashboard/node_modules/next/dist/experimental/testmode/context.js +0 -57
  1432. package/dist/dashboard/node_modules/next/dist/experimental/testmode/fetch.js +0 -133
  1433. package/dist/dashboard/node_modules/next/dist/experimental/testmode/httpget.js +0 -26
  1434. package/dist/dashboard/node_modules/next/dist/experimental/testmode/server.js +0 -62
  1435. package/dist/dashboard/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js +0 -16
  1436. package/dist/dashboard/node_modules/next/dist/export/helpers/is-navigation-signal-error.js +0 -15
  1437. package/dist/dashboard/node_modules/next/dist/export/utils.js +0 -24
  1438. package/dist/dashboard/node_modules/next/dist/lib/batcher.js +0 -59
  1439. package/dist/dashboard/node_modules/next/dist/lib/build-custom-route.js +0 -39
  1440. package/dist/dashboard/node_modules/next/dist/lib/client-reference.js +0 -16
  1441. package/dist/dashboard/node_modules/next/dist/lib/coalesced-function.js +0 -39
  1442. package/dist/dashboard/node_modules/next/dist/lib/compile-error.js +0 -14
  1443. package/dist/dashboard/node_modules/next/dist/lib/constants.js +0 -334
  1444. package/dist/dashboard/node_modules/next/dist/lib/create-client-router-filter.js +0 -67
  1445. package/dist/dashboard/node_modules/next/dist/lib/detached-promise.js +0 -32
  1446. package/dist/dashboard/node_modules/next/dist/lib/detect-typo.js +0 -51
  1447. package/dist/dashboard/node_modules/next/dist/lib/download-swc.js +0 -171
  1448. package/dist/dashboard/node_modules/next/dist/lib/fatal-error.js +0 -14
  1449. package/dist/dashboard/node_modules/next/dist/lib/file-exists.js +0 -53
  1450. package/dist/dashboard/node_modules/next/dist/lib/find-config.js +0 -102
  1451. package/dist/dashboard/node_modules/next/dist/lib/find-pages-dir.js +0 -50
  1452. package/dist/dashboard/node_modules/next/dist/lib/find-root.js +0 -45
  1453. package/dist/dashboard/node_modules/next/dist/lib/format-dynamic-import-path.js +0 -24
  1454. package/dist/dashboard/node_modules/next/dist/lib/format-server-error.js +0 -74
  1455. package/dist/dashboard/node_modules/next/dist/lib/fs/rename.js +0 -128
  1456. package/dist/dashboard/node_modules/next/dist/lib/fs/write-atomic.js +0 -28
  1457. package/dist/dashboard/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +0 -88
  1458. package/dist/dashboard/node_modules/next/dist/lib/get-project-dir.js +0 -51
  1459. package/dist/dashboard/node_modules/next/dist/lib/has-necessary-dependencies.js +0 -46
  1460. package/dist/dashboard/node_modules/next/dist/lib/helpers/get-cache-directory.js +0 -62
  1461. package/dist/dashboard/node_modules/next/dist/lib/helpers/get-online.js +0 -50
  1462. package/dist/dashboard/node_modules/next/dist/lib/helpers/get-pkg-manager.js +0 -63
  1463. package/dist/dashboard/node_modules/next/dist/lib/helpers/get-registry.js +0 -32
  1464. package/dist/dashboard/node_modules/next/dist/lib/helpers/install.js +0 -105
  1465. package/dist/dashboard/node_modules/next/dist/lib/install-dependencies.js +0 -40
  1466. package/dist/dashboard/node_modules/next/dist/lib/interop-default.js +0 -15
  1467. package/dist/dashboard/node_modules/next/dist/lib/is-api-route.js +0 -15
  1468. package/dist/dashboard/node_modules/next/dist/lib/is-app-page-route.js +0 -15
  1469. package/dist/dashboard/node_modules/next/dist/lib/is-app-route-route.js +0 -15
  1470. package/dist/dashboard/node_modules/next/dist/lib/is-edge-runtime.js +0 -16
  1471. package/dist/dashboard/node_modules/next/dist/lib/is-error.js +0 -44
  1472. package/dist/dashboard/node_modules/next/dist/lib/is-internal-component.js +0 -36
  1473. package/dist/dashboard/node_modules/next/dist/lib/is-serializable-props.js +0 -82
  1474. package/dist/dashboard/node_modules/next/dist/lib/known-edge-safe-packages.json +0 -1
  1475. package/dist/dashboard/node_modules/next/dist/lib/load-custom-routes.js +0 -504
  1476. package/dist/dashboard/node_modules/next/dist/lib/metadata/clone-metadata.js +0 -33
  1477. package/dist/dashboard/node_modules/next/dist/lib/metadata/constants.js +0 -40
  1478. package/dist/dashboard/node_modules/next/dist/lib/metadata/default-metadata.js +0 -77
  1479. package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/alternate.js +0 -55
  1480. package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/basic.js +0 -281
  1481. package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/icons.js +0 -66
  1482. package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/meta.js +0 -123
  1483. package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/opengraph.js +0 -474
  1484. package/dist/dashboard/node_modules/next/dist/lib/metadata/generate/utils.js +0 -38
  1485. package/dist/dashboard/node_modules/next/dist/lib/metadata/get-metadata-route.js +0 -85
  1486. package/dist/dashboard/node_modules/next/dist/lib/metadata/is-metadata-route.js +0 -115
  1487. package/dist/dashboard/node_modules/next/dist/lib/metadata/metadata.js +0 -163
  1488. package/dist/dashboard/node_modules/next/dist/lib/metadata/resolve-metadata.js +0 -629
  1489. package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +0 -218
  1490. package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +0 -56
  1491. package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +0 -178
  1492. package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +0 -40
  1493. package/dist/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +0 -136
  1494. package/dist/dashboard/node_modules/next/dist/lib/needs-experimental-react.js +0 -16
  1495. package/dist/dashboard/node_modules/next/dist/lib/non-nullable.js +0 -15
  1496. package/dist/dashboard/node_modules/next/dist/lib/oxford-comma-list.js +0 -15
  1497. package/dist/dashboard/node_modules/next/dist/lib/page-types.js +0 -18
  1498. package/dist/dashboard/node_modules/next/dist/lib/patch-incorrect-lockfile.js +0 -181
  1499. package/dist/dashboard/node_modules/next/dist/lib/pick.js +0 -19
  1500. package/dist/dashboard/node_modules/next/dist/lib/picocolors.js +0 -177
  1501. package/dist/dashboard/node_modules/next/dist/lib/pretty-bytes.js +0 -70
  1502. package/dist/dashboard/node_modules/next/dist/lib/realpath.js +0 -20
  1503. package/dist/dashboard/node_modules/next/dist/lib/recursive-delete.js +0 -75
  1504. package/dist/dashboard/node_modules/next/dist/lib/recursive-readdir.js +0 -124
  1505. package/dist/dashboard/node_modules/next/dist/lib/redirect-status.js +0 -46
  1506. package/dist/dashboard/node_modules/next/dist/lib/resolve-from.js +0 -55
  1507. package/dist/dashboard/node_modules/next/dist/lib/scheduler.js +0 -49
  1508. package/dist/dashboard/node_modules/next/dist/lib/semver-noop.js +0 -18
  1509. package/dist/dashboard/node_modules/next/dist/lib/server-external-packages.json +0 -53
  1510. package/dist/dashboard/node_modules/next/dist/lib/try-to-parse-path.js +0 -50
  1511. package/dist/dashboard/node_modules/next/dist/lib/turbopack-warning.js +0 -205
  1512. package/dist/dashboard/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +0 -258
  1513. package/dist/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +0 -61
  1514. package/dist/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +0 -52
  1515. package/dist/dashboard/node_modules/next/dist/lib/typescript/missingDependencyError.js +0 -23
  1516. package/dist/dashboard/node_modules/next/dist/lib/typescript/runTypeCheck.js +0 -95
  1517. package/dist/dashboard/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +0 -62
  1518. package/dist/dashboard/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +0 -296
  1519. package/dist/dashboard/node_modules/next/dist/lib/url.js +0 -45
  1520. package/dist/dashboard/node_modules/next/dist/lib/verify-partytown-setup.js +0 -110
  1521. package/dist/dashboard/node_modules/next/dist/lib/verify-typescript-setup.js +0 -165
  1522. package/dist/dashboard/node_modules/next/dist/lib/wait.js +0 -19
  1523. package/dist/dashboard/node_modules/next/dist/lib/with-promise-cache.js +0 -24
  1524. package/dist/dashboard/node_modules/next/dist/pages/_app.js +0 -42
  1525. package/dist/dashboard/node_modules/next/dist/pages/_document.js +0 -851
  1526. package/dist/dashboard/node_modules/next/dist/server/accept-header.js +0 -120
  1527. package/dist/dashboard/node_modules/next/dist/server/api-utils/get-cookie-parser.js +0 -22
  1528. package/dist/dashboard/node_modules/next/dist/server/api-utils/index.js +0 -198
  1529. package/dist/dashboard/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +0 -86
  1530. package/dist/dashboard/node_modules/next/dist/server/app-render/action-handler.js +0 -730
  1531. package/dist/dashboard/node_modules/next/dist/server/app-render/action-utils.js +0 -65
  1532. package/dist/dashboard/node_modules/next/dist/server/app-render/app-render.js +0 -1034
  1533. package/dist/dashboard/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +0 -53
  1534. package/dist/dashboard/node_modules/next/dist/server/app-render/create-component-tree.js +0 -455
  1535. package/dist/dashboard/node_modules/next/dist/server/app-render/create-error-handler.js +0 -99
  1536. package/dist/dashboard/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +0 -50
  1537. package/dist/dashboard/node_modules/next/dist/server/app-render/csrf-protection.js +0 -90
  1538. package/dist/dashboard/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -195
  1539. package/dist/dashboard/node_modules/next/dist/server/app-render/encryption-utils.js +0 -174
  1540. package/dist/dashboard/node_modules/next/dist/server/app-render/flight-render-result.js +0 -28
  1541. package/dist/dashboard/node_modules/next/dist/server/app-render/get-asset-query-string.js +0 -28
  1542. package/dist/dashboard/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +0 -48
  1543. package/dist/dashboard/node_modules/next/dist/server/app-render/get-layer-assets.js +0 -85
  1544. package/dist/dashboard/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +0 -39
  1545. package/dist/dashboard/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +0 -40
  1546. package/dist/dashboard/node_modules/next/dist/server/app-render/get-segment-param.js +0 -42
  1547. package/dist/dashboard/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +0 -38
  1548. package/dist/dashboard/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +0 -19
  1549. package/dist/dashboard/node_modules/next/dist/server/app-render/interop-default.js +0 -17
  1550. package/dist/dashboard/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +0 -83
  1551. package/dist/dashboard/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +0 -37
  1552. package/dist/dashboard/node_modules/next/dist/server/app-render/parse-loader-tree.js +0 -29
  1553. package/dist/dashboard/node_modules/next/dist/server/app-render/react-server.node.js +0 -35
  1554. package/dist/dashboard/node_modules/next/dist/server/app-render/required-scripts.js +0 -71
  1555. package/dist/dashboard/node_modules/next/dist/server/app-render/server-inserted-html.js +0 -41
  1556. package/dist/dashboard/node_modules/next/dist/server/app-render/static/static-renderer.js +0 -165
  1557. package/dist/dashboard/node_modules/next/dist/server/app-render/strip-flight-headers.js +0 -18
  1558. package/dist/dashboard/node_modules/next/dist/server/app-render/types.js +0 -43
  1559. package/dist/dashboard/node_modules/next/dist/server/app-render/use-flight-response.js +0 -126
  1560. package/dist/dashboard/node_modules/next/dist/server/app-render/validate-url.js +0 -29
  1561. package/dist/dashboard/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +0 -150
  1562. package/dist/dashboard/node_modules/next/dist/server/async-storage/draft-mode-provider.js +0 -53
  1563. package/dist/dashboard/node_modules/next/dist/server/async-storage/request-async-storage-wrapper.js +0 -109
  1564. package/dist/dashboard/node_modules/next/dist/server/async-storage/static-generation-async-storage-wrapper.js +0 -53
  1565. package/dist/dashboard/node_modules/next/dist/server/base-http/index.js +0 -54
  1566. package/dist/dashboard/node_modules/next/dist/server/base-http/node.js +0 -119
  1567. package/dist/dashboard/node_modules/next/dist/server/base-server.js +0 -2253
  1568. package/dist/dashboard/node_modules/next/dist/server/body-streams.js +0 -90
  1569. package/dist/dashboard/node_modules/next/dist/server/capsize-font-metrics.json +0 -30312
  1570. package/dist/dashboard/node_modules/next/dist/server/client-component-renderer-logger.js +0 -69
  1571. package/dist/dashboard/node_modules/next/dist/server/config-schema.js +0 -483
  1572. package/dist/dashboard/node_modules/next/dist/server/config-shared.js +0 -165
  1573. package/dist/dashboard/node_modules/next/dist/server/config-utils.js +0 -189
  1574. package/dist/dashboard/node_modules/next/dist/server/config.js +0 -825
  1575. package/dist/dashboard/node_modules/next/dist/server/crypto-utils.js +0 -70
  1576. package/dist/dashboard/node_modules/next/dist/server/dev/hot-middleware.js +0 -215
  1577. package/dist/dashboard/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +0 -748
  1578. package/dist/dashboard/node_modules/next/dist/server/dev/hot-reloader-types.js +0 -29
  1579. package/dist/dashboard/node_modules/next/dist/server/dev/hot-reloader-webpack.js +0 -1192
  1580. package/dist/dashboard/node_modules/next/dist/server/dev/log-app-dir-error.js +0 -80
  1581. package/dist/dashboard/node_modules/next/dist/server/dev/messages.js +0 -13
  1582. package/dist/dashboard/node_modules/next/dist/server/dev/next-dev-server.js +0 -601
  1583. package/dist/dashboard/node_modules/next/dist/server/dev/on-demand-entry-handler.js +0 -663
  1584. package/dist/dashboard/node_modules/next/dist/server/dev/parse-version-info.js +0 -108
  1585. package/dist/dashboard/node_modules/next/dist/server/dev/static-paths-worker.js +0 -72
  1586. package/dist/dashboard/node_modules/next/dist/server/dev/turbopack/entry-key.js +0 -39
  1587. package/dist/dashboard/node_modules/next/dist/server/dev/turbopack/manifest-loader.js +0 -327
  1588. package/dist/dashboard/node_modules/next/dist/server/dev/turbopack-utils.js +0 -713
  1589. package/dist/dashboard/node_modules/next/dist/server/font-utils.js +0 -205
  1590. package/dist/dashboard/node_modules/next/dist/server/future/helpers/i18n-provider.js +0 -146
  1591. package/dist/dashboard/node_modules/next/dist/server/future/helpers/interception-routes.js +0 -89
  1592. package/dist/dashboard/node_modules/next/dist/server/future/helpers/module-loader/node-module-loader.js +0 -21
  1593. package/dist/dashboard/node_modules/next/dist/server/future/helpers/module-loader/route-module-loader.js +0 -22
  1594. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/absolute-filename-normalizer.js +0 -33
  1595. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/app-bundle-path-normalizer.js +0 -48
  1596. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/app-filename-normalizer.js +0 -22
  1597. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/app-page-normalizer.js +0 -19
  1598. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/app-pathname-normalizer.js +0 -55
  1599. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/app/index.js +0 -42
  1600. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/index.js +0 -44
  1601. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/pages-bundle-path-normalizer.js +0 -55
  1602. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/pages-filename-normalizer.js +0 -22
  1603. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/pages-page-normalizer.js +0 -19
  1604. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/built/pages/pages-pathname-normalizer.js +0 -19
  1605. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.js +0 -26
  1606. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/normalizers.js +0 -23
  1607. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/prefixing-normalizer.js +0 -26
  1608. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/action.js +0 -19
  1609. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/base-path.js +0 -21
  1610. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/next-data.js +0 -34
  1611. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/postponed.js +0 -27
  1612. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.js +0 -19
  1613. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/prefix.js +0 -35
  1614. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/rsc.js +0 -19
  1615. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/request/suffix.js +0 -27
  1616. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/underscore-normalizer.js +0 -17
  1617. package/dist/dashboard/node_modules/next/dist/server/future/normalizers/wrap-normalizer-fn.js +0 -17
  1618. package/dist/dashboard/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.js +0 -16
  1619. package/dist/dashboard/node_modules/next/dist/server/future/route-kind.js +0 -29
  1620. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-managers/default-route-matcher-manager.js +0 -227
  1621. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-managers/dev-route-matcher-manager.js +0 -126
  1622. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/app-page-route-matcher-provider.js +0 -55
  1623. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/app-route-route-matcher-provider.js +0 -43
  1624. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +0 -78
  1625. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +0 -43
  1626. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +0 -80
  1627. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +0 -80
  1628. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/file-cache-route-matcher-provider.js +0 -28
  1629. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +0 -106
  1630. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +0 -43
  1631. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/helpers/cached-route-matcher-provider.js +0 -30
  1632. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +0 -34
  1633. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +0 -20
  1634. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/manifest-route-matcher-provider.js +0 -21
  1635. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/pages-api-route-matcher-provider.js +0 -56
  1636. package/dist/dashboard/node_modules/next/dist/server/future/route-matcher-providers/pages-route-matcher-provider.js +0 -65
  1637. package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/app-page-route-matcher.js +0 -18
  1638. package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/app-route-route-matcher.js +0 -15
  1639. package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/locale-route-matcher.js +0 -68
  1640. package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/pages-api-route-matcher.js +0 -30
  1641. package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/pages-route-matcher.js +0 -30
  1642. package/dist/dashboard/node_modules/next/dist/server/future/route-matchers/route-matcher.js +0 -54
  1643. package/dist/dashboard/node_modules/next/dist/server/future/route-matches/pages-api-route-match.js +0 -16
  1644. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js +0 -24
  1645. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/module.js +0 -94
  1646. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/module.render.js +0 -20
  1647. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js +0 -4
  1648. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js +0 -4
  1649. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.js +0 -107
  1650. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js +0 -4
  1651. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js +0 -4
  1652. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/html-context.js +0 -4
  1653. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js +0 -4
  1654. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable-context.js +0 -4
  1655. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable.js +0 -4
  1656. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js +0 -4
  1657. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js +0 -4
  1658. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/entrypoints.js +0 -136
  1659. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/entrypoints.js +0 -115
  1660. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/checks.js +0 -45
  1661. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/helpers/response-handlers.js +0 -67
  1662. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/builtin/_error.js +0 -78
  1663. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js +0 -14
  1664. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/module.js +0 -92
  1665. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/module.render.js +0 -20
  1666. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js +0 -4
  1667. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/app-router-context.js +0 -4
  1668. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.js +0 -107
  1669. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js +0 -4
  1670. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/hooks-client-context.js +0 -4
  1671. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js +0 -4
  1672. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/image-config-context.js +0 -4
  1673. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable-context.js +0 -4
  1674. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable.js +0 -4
  1675. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context.js +0 -4
  1676. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/server-inserted-html.js +0 -4
  1677. package/dist/dashboard/node_modules/next/dist/server/future/route-modules/route-module.js +0 -18
  1678. package/dist/dashboard/node_modules/next/dist/server/get-app-route-from-entrypoint.js +0 -30
  1679. package/dist/dashboard/node_modules/next/dist/server/get-route-from-entrypoint.js +0 -35
  1680. package/dist/dashboard/node_modules/next/dist/server/htmlescape.js +0 -37
  1681. package/dist/dashboard/node_modules/next/dist/server/image-optimizer.js +0 -914
  1682. package/dist/dashboard/node_modules/next/dist/server/internal-utils.js +0 -54
  1683. package/dist/dashboard/node_modules/next/dist/server/lib/app-dir-module.js +0 -54
  1684. package/dist/dashboard/node_modules/next/dist/server/lib/app-info-log.js +0 -113
  1685. package/dist/dashboard/node_modules/next/dist/server/lib/builtin-request-context.js +0 -38
  1686. package/dist/dashboard/node_modules/next/dist/server/lib/clone-response.js +0 -54
  1687. package/dist/dashboard/node_modules/next/dist/server/lib/dedupe-fetch.js +0 -157
  1688. package/dist/dashboard/node_modules/next/dist/server/lib/dev-bundler-service.js +0 -55
  1689. package/dist/dashboard/node_modules/next/dist/server/lib/etag.js +0 -56
  1690. package/dist/dashboard/node_modules/next/dist/server/lib/find-page-file.js +0 -111
  1691. package/dist/dashboard/node_modules/next/dist/server/lib/format-hostname.js +0 -16
  1692. package/dist/dashboard/node_modules/next/dist/server/lib/incremental-cache/fetch-cache.js +0 -320
  1693. package/dist/dashboard/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +0 -322
  1694. package/dist/dashboard/node_modules/next/dist/server/lib/incremental-cache/index.js +0 -407
  1695. package/dist/dashboard/node_modules/next/dist/server/lib/incremental-cache/shared-revalidate-timings.js +0 -57
  1696. package/dist/dashboard/node_modules/next/dist/server/lib/is-ipv6.js +0 -41
  1697. package/dist/dashboard/node_modules/next/dist/server/lib/match-next-data-pathname.js +0 -18
  1698. package/dist/dashboard/node_modules/next/dist/server/lib/mock-request.js +0 -329
  1699. package/dist/dashboard/node_modules/next/dist/server/lib/node-fs-methods.js +0 -28
  1700. package/dist/dashboard/node_modules/next/dist/server/lib/patch-fetch.js +0 -653
  1701. package/dist/dashboard/node_modules/next/dist/server/lib/render-server.js +0 -114
  1702. package/dist/dashboard/node_modules/next/dist/server/lib/revalidate.js +0 -22
  1703. package/dist/dashboard/node_modules/next/dist/server/lib/router-server.js +0 -502
  1704. package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +0 -76
  1705. package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/build-data-route.js +0 -44
  1706. package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/filesystem.js +0 -536
  1707. package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -16
  1708. package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/proxy-request.js +0 -110
  1709. package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +0 -567
  1710. package/dist/dashboard/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +0 -830
  1711. package/dist/dashboard/node_modules/next/dist/server/lib/server-action-request-meta.js +0 -53
  1712. package/dist/dashboard/node_modules/next/dist/server/lib/server-ipc/invoke-request.js +0 -33
  1713. package/dist/dashboard/node_modules/next/dist/server/lib/server-ipc/request-utils.js +0 -60
  1714. package/dist/dashboard/node_modules/next/dist/server/lib/server-ipc/utils.js +0 -80
  1715. package/dist/dashboard/node_modules/next/dist/server/lib/squoosh/main.js +0 -136
  1716. package/dist/dashboard/node_modules/next/dist/server/lib/start-server.js +0 -325
  1717. package/dist/dashboard/node_modules/next/dist/server/lib/to-route.js +0 -37
  1718. package/dist/dashboard/node_modules/next/dist/server/lib/trace/constants.js +0 -202
  1719. package/dist/dashboard/node_modules/next/dist/server/lib/trace/tracer.js +0 -214
  1720. package/dist/dashboard/node_modules/next/dist/server/lib/utils.js +0 -87
  1721. package/dist/dashboard/node_modules/next/dist/server/load-components.js +0 -128
  1722. package/dist/dashboard/node_modules/next/dist/server/load-default-error-components.js +0 -39
  1723. package/dist/dashboard/node_modules/next/dist/server/load-manifest.js +0 -70
  1724. package/dist/dashboard/node_modules/next/dist/server/match-bundle.js +0 -25
  1725. package/dist/dashboard/node_modules/next/dist/server/next-server.js +0 -1277
  1726. package/dist/dashboard/node_modules/next/dist/server/next-typescript.js +0 -13
  1727. package/dist/dashboard/node_modules/next/dist/server/next.js +0 -335
  1728. package/dist/dashboard/node_modules/next/dist/server/node-environment.js +0 -17
  1729. package/dist/dashboard/node_modules/next/dist/server/node-polyfill-crypto.js +0 -20
  1730. package/dist/dashboard/node_modules/next/dist/server/optimize-amp.js +0 -22
  1731. package/dist/dashboard/node_modules/next/dist/server/pipe-readable.js +0 -132
  1732. package/dist/dashboard/node_modules/next/dist/server/post-process.js +0 -175
  1733. package/dist/dashboard/node_modules/next/dist/server/render-result.js +0 -147
  1734. package/dist/dashboard/node_modules/next/dist/server/render.js +0 -1028
  1735. package/dist/dashboard/node_modules/next/dist/server/request-meta.js +0 -78
  1736. package/dist/dashboard/node_modules/next/dist/server/require-hook.js +0 -68
  1737. package/dist/dashboard/node_modules/next/dist/server/require.js +0 -121
  1738. package/dist/dashboard/node_modules/next/dist/server/response-cache/index.js +0 -149
  1739. package/dist/dashboard/node_modules/next/dist/server/response-cache/types.js +0 -6
  1740. package/dist/dashboard/node_modules/next/dist/server/response-cache/utils.js +0 -64
  1741. package/dist/dashboard/node_modules/next/dist/server/send-payload.js +0 -123
  1742. package/dist/dashboard/node_modules/next/dist/server/send-response.js +0 -51
  1743. package/dist/dashboard/node_modules/next/dist/server/serve-static.js +0 -62
  1744. package/dist/dashboard/node_modules/next/dist/server/server-route-utils.js +0 -30
  1745. package/dist/dashboard/node_modules/next/dist/server/server-utils.js +0 -306
  1746. package/dist/dashboard/node_modules/next/dist/server/setup-http-agent-env.js +0 -27
  1747. package/dist/dashboard/node_modules/next/dist/server/stream-utils/encodedTags.js +0 -82
  1748. package/dist/dashboard/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +0 -484
  1749. package/dist/dashboard/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +0 -69
  1750. package/dist/dashboard/node_modules/next/dist/server/typescript/constant.js +0 -96
  1751. package/dist/dashboard/node_modules/next/dist/server/typescript/index.js +0 -204
  1752. package/dist/dashboard/node_modules/next/dist/server/typescript/rules/client-boundary.js +0 -68
  1753. package/dist/dashboard/node_modules/next/dist/server/typescript/rules/config.js +0 -388
  1754. package/dist/dashboard/node_modules/next/dist/server/typescript/rules/entry.js +0 -149
  1755. package/dist/dashboard/node_modules/next/dist/server/typescript/rules/error.js +0 -38
  1756. package/dist/dashboard/node_modules/next/dist/server/typescript/rules/metadata.js +0 -389
  1757. package/dist/dashboard/node_modules/next/dist/server/typescript/rules/server-boundary.js +0 -112
  1758. package/dist/dashboard/node_modules/next/dist/server/typescript/rules/server.js +0 -79
  1759. package/dist/dashboard/node_modules/next/dist/server/typescript/utils.js +0 -194
  1760. package/dist/dashboard/node_modules/next/dist/server/utils.js +0 -87
  1761. package/dist/dashboard/node_modules/next/dist/server/web/error.js +0 -54
  1762. package/dist/dashboard/node_modules/next/dist/server/web/http.js +0 -39
  1763. package/dist/dashboard/node_modules/next/dist/server/web/next-url.js +0 -191
  1764. package/dist/dashboard/node_modules/next/dist/server/web/sandbox/context.js +0 -416
  1765. package/dist/dashboard/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +0 -35
  1766. package/dist/dashboard/node_modules/next/dist/server/web/sandbox/index.js +0 -28
  1767. package/dist/dashboard/node_modules/next/dist/server/web/sandbox/resource-managers.js +0 -62
  1768. package/dist/dashboard/node_modules/next/dist/server/web/sandbox/sandbox.js +0 -115
  1769. package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -192
  1770. package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +0 -134
  1771. package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -30
  1772. package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -150
  1773. package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -29
  1774. package/dist/dashboard/node_modules/next/dist/server/web/spec-extension/request.js +0 -100
  1775. package/dist/dashboard/node_modules/next/dist/server/web/utils.js +0 -147
  1776. package/dist/dashboard/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +0 -18
  1777. package/dist/dashboard/node_modules/next/dist/shared/lib/amp-mode.js +0 -16
  1778. package/dist/dashboard/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -51
  1779. package/dist/dashboard/node_modules/next/dist/shared/lib/bloom-filter.js +0 -86
  1780. package/dist/dashboard/node_modules/next/dist/shared/lib/constants.js +0 -414
  1781. package/dist/dashboard/node_modules/next/dist/shared/lib/deep-freeze.js +0 -30
  1782. package/dist/dashboard/node_modules/next/dist/shared/lib/encode-uri-path.js +0 -15
  1783. package/dist/dashboard/node_modules/next/dist/shared/lib/error-source.js +0 -36
  1784. package/dist/dashboard/node_modules/next/dist/shared/lib/escape-regexp.js +0 -22
  1785. package/dist/dashboard/node_modules/next/dist/shared/lib/get-hostname.js +0 -23
  1786. package/dist/dashboard/node_modules/next/dist/shared/lib/hash.js +0 -42
  1787. package/dist/dashboard/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +0 -18
  1788. package/dist/dashboard/node_modules/next/dist/shared/lib/head.js +0 -189
  1789. package/dist/dashboard/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -39
  1790. package/dist/dashboard/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +0 -36
  1791. package/dist/dashboard/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -26
  1792. package/dist/dashboard/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +0 -63
  1793. package/dist/dashboard/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -30
  1794. package/dist/dashboard/node_modules/next/dist/shared/lib/image-blur-svg.js +0 -23
  1795. package/dist/dashboard/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +0 -19
  1796. package/dist/dashboard/node_modules/next/dist/shared/lib/image-config.js +0 -69
  1797. package/dist/dashboard/node_modules/next/dist/shared/lib/is-plain-object.js +0 -42
  1798. package/dist/dashboard/node_modules/next/dist/shared/lib/isomorphic/path.js +0 -14
  1799. package/dist/dashboard/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -39
  1800. package/dist/dashboard/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +0 -20
  1801. package/dist/dashboard/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +0 -248
  1802. package/dist/dashboard/node_modules/next/dist/shared/lib/magic-identifier.js +0 -99
  1803. package/dist/dashboard/node_modules/next/dist/shared/lib/match-local-pattern.js +0 -47
  1804. package/dist/dashboard/node_modules/next/dist/shared/lib/match-remote-pattern.js +0 -61
  1805. package/dist/dashboard/node_modules/next/dist/shared/lib/mitt.js +0 -46
  1806. package/dist/dashboard/node_modules/next/dist/shared/lib/modern-browserslist-target.js +0 -18
  1807. package/dist/dashboard/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +0 -28
  1808. package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +0 -26
  1809. package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js +0 -19
  1810. package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +0 -18
  1811. package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -18
  1812. package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +0 -40
  1813. package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +0 -26
  1814. package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +0 -19
  1815. package/dist/dashboard/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +0 -20
  1816. package/dist/dashboard/node_modules/next/dist/shared/lib/router/adapters.js +0 -139
  1817. package/dist/dashboard/node_modules/next/dist/shared/lib/router/router.js +0 -1728
  1818. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/add-locale.js +0 -28
  1819. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -20
  1820. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +0 -20
  1821. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/app-paths.js +0 -51
  1822. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +0 -17
  1823. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/compare-states.js +0 -34
  1824. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +0 -16
  1825. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +0 -27
  1826. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/format-url.js +0 -111
  1827. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +0 -19
  1828. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +0 -54
  1829. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +0 -26
  1830. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js +0 -35
  1831. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/index.js +0 -26
  1832. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +0 -53
  1833. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/is-bot.js +0 -15
  1834. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +0 -21
  1835. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +0 -26
  1836. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +0 -31
  1837. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/omit.js +0 -21
  1838. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-path.js +0 -33
  1839. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +0 -29
  1840. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-url.js +0 -30
  1841. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -20
  1842. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/path-match.js +0 -49
  1843. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +0 -236
  1844. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/querystring.js +0 -73
  1845. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +0 -22
  1846. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +0 -39
  1847. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -21
  1848. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js +0 -118
  1849. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +0 -40
  1850. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/route-regex.js +0 -192
  1851. package/dist/dashboard/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +0 -170
  1852. package/dist/dashboard/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -18
  1853. package/dist/dashboard/node_modules/next/dist/shared/lib/runtime-config.external.js +0 -31
  1854. package/dist/dashboard/node_modules/next/dist/shared/lib/segment.js +0 -34
  1855. package/dist/dashboard/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -36
  1856. package/dist/dashboard/node_modules/next/dist/shared/lib/side-effect.js +0 -66
  1857. package/dist/dashboard/node_modules/next/dist/shared/lib/utils/warn-once.js +0 -22
  1858. package/dist/dashboard/node_modules/next/dist/shared/lib/utils.js +0 -203
  1859. package/dist/dashboard/node_modules/next/dist/telemetry/anonymous-meta.js +0 -89
  1860. package/dist/dashboard/node_modules/next/dist/telemetry/ci-info.js +0 -41
  1861. package/dist/dashboard/node_modules/next/dist/telemetry/detached-flush.js +0 -49
  1862. package/dist/dashboard/node_modules/next/dist/telemetry/events/build.js +0 -114
  1863. package/dist/dashboard/node_modules/next/dist/telemetry/events/index.js +0 -23
  1864. package/dist/dashboard/node_modules/next/dist/telemetry/events/plugins.js +0 -51
  1865. package/dist/dashboard/node_modules/next/dist/telemetry/events/swc-load-failure.js +0 -55
  1866. package/dist/dashboard/node_modules/next/dist/telemetry/events/version.js +0 -86
  1867. package/dist/dashboard/node_modules/next/dist/telemetry/flush-and-exit.js +0 -20
  1868. package/dist/dashboard/node_modules/next/dist/telemetry/post-payload.js +0 -44
  1869. package/dist/dashboard/node_modules/next/dist/telemetry/project-id.js +0 -48
  1870. package/dist/dashboard/node_modules/next/dist/telemetry/storage.js +0 -290
  1871. package/dist/dashboard/node_modules/next/dist/trace/index.js +0 -54
  1872. package/dist/dashboard/node_modules/next/dist/trace/report/index.js +0 -35
  1873. package/dist/dashboard/node_modules/next/dist/trace/report/to-json.js +0 -161
  1874. package/dist/dashboard/node_modules/next/dist/trace/report/to-telemetry.js +0 -36
  1875. package/dist/dashboard/node_modules/next/dist/trace/shared.js +0 -33
  1876. package/dist/dashboard/node_modules/next/dist/trace/trace.js +0 -194
  1877. package/dist/dashboard/node_modules/next/font/google/target.css +0 -1
  1878. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/at-rule.js +0 -25
  1879. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/comment.js +0 -13
  1880. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/container.js +0 -439
  1881. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/css-syntax-error.js +0 -100
  1882. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/declaration.js +0 -24
  1883. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/document.js +0 -33
  1884. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/fromJSON.js +0 -54
  1885. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/input.js +0 -248
  1886. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/lazy-result.js +0 -550
  1887. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/list.js +0 -58
  1888. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/map-generator.js +0 -359
  1889. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/no-work-result.js +0 -135
  1890. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/node.js +0 -381
  1891. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/parse.js +0 -42
  1892. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/parser.js +0 -610
  1893. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/postcss.js +0 -101
  1894. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/previous-map.js +0 -142
  1895. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/processor.js +0 -67
  1896. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/result.js +0 -42
  1897. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/root.js +0 -61
  1898. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/rule.js +0 -27
  1899. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/stringifier.js +0 -353
  1900. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/stringify.js +0 -11
  1901. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/symbols.js +0 -5
  1902. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/terminal-highlight.js +0 -70
  1903. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/tokenize.js +0 -266
  1904. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/warn-once.js +0 -13
  1905. package/dist/dashboard/node_modules/next/node_modules/postcss/lib/warning.js +0 -37
  1906. package/dist/dashboard/node_modules/next/node_modules/postcss/package.json +0 -88
  1907. package/dist/dashboard/node_modules/next/package.json +0 -337
  1908. package/dist/dashboard/node_modules/picocolors/package.json +0 -25
  1909. package/dist/dashboard/node_modules/picocolors/picocolors.js +0 -75
  1910. package/dist/dashboard/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +0 -10
  1911. package/dist/dashboard/node_modules/react/cjs/react-jsx-runtime.development.js +0 -1333
  1912. package/dist/dashboard/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -11
  1913. package/dist/dashboard/node_modules/react/cjs/react.development.js +0 -2740
  1914. package/dist/dashboard/node_modules/react/cjs/react.production.min.js +0 -26
  1915. package/dist/dashboard/node_modules/react/index.js +0 -7
  1916. package/dist/dashboard/node_modules/react/jsx-dev-runtime.js +0 -7
  1917. package/dist/dashboard/node_modules/react/jsx-runtime.js +0 -7
  1918. package/dist/dashboard/node_modules/react/package.json +0 -47
  1919. package/dist/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +0 -7029
  1920. package/dist/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +0 -93
  1921. package/dist/dashboard/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -7014
  1922. package/dist/dashboard/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -96
  1923. package/dist/dashboard/node_modules/react-dom/cjs/react-dom.production.min.js +0 -322
  1924. package/dist/dashboard/node_modules/react-dom/index.js +0 -38
  1925. package/dist/dashboard/node_modules/react-dom/package.json +0 -62
  1926. package/dist/dashboard/node_modules/react-dom/server.browser.js +0 -17
  1927. package/dist/dashboard/node_modules/scheduler/cjs/scheduler.development.js +0 -634
  1928. package/dist/dashboard/node_modules/scheduler/cjs/scheduler.production.min.js +0 -19
  1929. package/dist/dashboard/node_modules/scheduler/index.js +0 -7
  1930. package/dist/dashboard/node_modules/scheduler/package.json +0 -36
  1931. package/dist/dashboard/node_modules/source-map-js/lib/array-set.js +0 -121
  1932. package/dist/dashboard/node_modules/source-map-js/lib/base64-vlq.js +0 -140
  1933. package/dist/dashboard/node_modules/source-map-js/lib/base64.js +0 -67
  1934. package/dist/dashboard/node_modules/source-map-js/lib/binary-search.js +0 -111
  1935. package/dist/dashboard/node_modules/source-map-js/lib/mapping-list.js +0 -79
  1936. package/dist/dashboard/node_modules/source-map-js/lib/quick-sort.js +0 -132
  1937. package/dist/dashboard/node_modules/source-map-js/lib/source-map-consumer.js +0 -1188
  1938. package/dist/dashboard/node_modules/source-map-js/lib/source-map-generator.js +0 -444
  1939. package/dist/dashboard/node_modules/source-map-js/lib/source-node.js +0 -413
  1940. package/dist/dashboard/node_modules/source-map-js/lib/util.js +0 -594
  1941. package/dist/dashboard/node_modules/source-map-js/package.json +0 -71
  1942. package/dist/dashboard/node_modules/source-map-js/source-map.js +0 -8
  1943. package/dist/dashboard/node_modules/streamsearch/lib/sbmh.js +0 -267
  1944. package/dist/dashboard/node_modules/streamsearch/package.json +0 -34
  1945. package/dist/dashboard/node_modules/styled-jsx/dist/index/index.js +0 -499
  1946. package/dist/dashboard/node_modules/styled-jsx/index.js +0 -1
  1947. package/dist/dashboard/node_modules/styled-jsx/package.json +0 -129
  1948. package/dist/dashboard/node_modules/styled-jsx/style.js +0 -1
  1949. package/dist/dashboard/package.json +0 -29
  1950. package/dist/dashboard/server.js +0 -38
@@ -1,1728 +0,0 @@
1
- // tslint:disable:no-console
2
- "use strict";
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- 0 && (module.exports = {
7
- createKey: null,
8
- default: null,
9
- matchesMiddleware: null
10
- });
11
- function _export(target, all) {
12
- for(var name in all)Object.defineProperty(target, name, {
13
- enumerable: true,
14
- get: all[name]
15
- });
16
- }
17
- _export(exports, {
18
- createKey: function() {
19
- return createKey;
20
- },
21
- default: function() {
22
- return Router;
23
- },
24
- matchesMiddleware: function() {
25
- return matchesMiddleware;
26
- }
27
- });
28
- const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
29
- const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
30
- const _removetrailingslash = require("./utils/remove-trailing-slash");
31
- const _routeloader = require("../../../client/route-loader");
32
- const _script = require("../../../client/script");
33
- const _iserror = /*#__PURE__*/ _interop_require_wildcard._(require("../../../lib/is-error"));
34
- const _denormalizepagepath = require("../page-path/denormalize-page-path");
35
- const _normalizelocalepath = require("../i18n/normalize-locale-path");
36
- const _mitt = /*#__PURE__*/ _interop_require_default._(require("../mitt"));
37
- const _utils = require("../utils");
38
- const _isdynamic = require("./utils/is-dynamic");
39
- const _parserelativeurl = require("./utils/parse-relative-url");
40
- const _resolverewrites = /*#__PURE__*/ _interop_require_default._(require("./utils/resolve-rewrites"));
41
- const _routematcher = require("./utils/route-matcher");
42
- const _routeregex = require("./utils/route-regex");
43
- const _formaturl = require("./utils/format-url");
44
- const _detectdomainlocale = require("../../../client/detect-domain-locale");
45
- const _parsepath = require("./utils/parse-path");
46
- const _addlocale = require("../../../client/add-locale");
47
- const _removelocale = require("../../../client/remove-locale");
48
- const _removebasepath = require("../../../client/remove-base-path");
49
- const _addbasepath = require("../../../client/add-base-path");
50
- const _hasbasepath = require("../../../client/has-base-path");
51
- const _resolvehref = require("../../../client/resolve-href");
52
- const _isapiroute = require("../../../lib/is-api-route");
53
- const _getnextpathnameinfo = require("./utils/get-next-pathname-info");
54
- const _formatnextpathnameinfo = require("./utils/format-next-pathname-info");
55
- const _comparestates = require("./utils/compare-states");
56
- const _islocalurl = require("./utils/is-local-url");
57
- const _isbot = require("./utils/is-bot");
58
- const _omit = require("./utils/omit");
59
- const _interpolateas = require("./utils/interpolate-as");
60
- const _handlesmoothscroll = require("./utils/handle-smooth-scroll");
61
- function buildCancellationError() {
62
- return Object.assign(new Error("Route Cancelled"), {
63
- cancelled: true
64
- });
65
- }
66
- async function matchesMiddleware(options) {
67
- const matchers = await Promise.resolve(options.router.pageLoader.getMiddleware());
68
- if (!matchers) return false;
69
- const { pathname: asPathname } = (0, _parsepath.parsePath)(options.asPath);
70
- // remove basePath first since path prefix has to be in the order of `/${basePath}/${locale}`
71
- const cleanedAs = (0, _hasbasepath.hasBasePath)(asPathname) ? (0, _removebasepath.removeBasePath)(asPathname) : asPathname;
72
- const asWithBasePathAndLocale = (0, _addbasepath.addBasePath)((0, _addlocale.addLocale)(cleanedAs, options.locale));
73
- // Check only path match on client. Matching "has" should be done on server
74
- // where we can access more info such as headers, HttpOnly cookie, etc.
75
- return matchers.some((m)=>new RegExp(m.regexp).test(asWithBasePathAndLocale));
76
- }
77
- function stripOrigin(url) {
78
- const origin = (0, _utils.getLocationOrigin)();
79
- return url.startsWith(origin) ? url.substring(origin.length) : url;
80
- }
81
- function prepareUrlAs(router, url, as) {
82
- // If url and as provided as an object representation,
83
- // we'll format them into the string version here.
84
- let [resolvedHref, resolvedAs] = (0, _resolvehref.resolveHref)(router, url, true);
85
- const origin = (0, _utils.getLocationOrigin)();
86
- const hrefWasAbsolute = resolvedHref.startsWith(origin);
87
- const asWasAbsolute = resolvedAs && resolvedAs.startsWith(origin);
88
- resolvedHref = stripOrigin(resolvedHref);
89
- resolvedAs = resolvedAs ? stripOrigin(resolvedAs) : resolvedAs;
90
- const preparedUrl = hrefWasAbsolute ? resolvedHref : (0, _addbasepath.addBasePath)(resolvedHref);
91
- const preparedAs = as ? stripOrigin((0, _resolvehref.resolveHref)(router, as)) : resolvedAs || resolvedHref;
92
- return {
93
- url: preparedUrl,
94
- as: asWasAbsolute ? preparedAs : (0, _addbasepath.addBasePath)(preparedAs)
95
- };
96
- }
97
- function resolveDynamicRoute(pathname, pages) {
98
- const cleanPathname = (0, _removetrailingslash.removeTrailingSlash)((0, _denormalizepagepath.denormalizePagePath)(pathname));
99
- if (cleanPathname === "/404" || cleanPathname === "/_error") {
100
- return pathname;
101
- }
102
- // handle resolving href for dynamic routes
103
- if (!pages.includes(cleanPathname)) {
104
- // eslint-disable-next-line array-callback-return
105
- pages.some((page)=>{
106
- if ((0, _isdynamic.isDynamicRoute)(page) && (0, _routeregex.getRouteRegex)(page).re.test(cleanPathname)) {
107
- pathname = page;
108
- return true;
109
- }
110
- });
111
- }
112
- return (0, _removetrailingslash.removeTrailingSlash)(pathname);
113
- }
114
- function getMiddlewareData(source, response, options) {
115
- const nextConfig = {
116
- basePath: options.router.basePath,
117
- i18n: {
118
- locales: options.router.locales
119
- },
120
- trailingSlash: Boolean(process.env.__NEXT_TRAILING_SLASH)
121
- };
122
- const rewriteHeader = response.headers.get("x-nextjs-rewrite");
123
- let rewriteTarget = rewriteHeader || response.headers.get("x-nextjs-matched-path");
124
- const matchedPath = response.headers.get("x-matched-path");
125
- if (matchedPath && !rewriteTarget && !matchedPath.includes("__next_data_catchall") && !matchedPath.includes("/_error") && !matchedPath.includes("/404")) {
126
- // leverage x-matched-path to detect next.config.js rewrites
127
- rewriteTarget = matchedPath;
128
- }
129
- if (rewriteTarget) {
130
- if (rewriteTarget.startsWith("/") || process.env.__NEXT_EXTERNAL_MIDDLEWARE_REWRITE_RESOLVE) {
131
- const parsedRewriteTarget = (0, _parserelativeurl.parseRelativeUrl)(rewriteTarget);
132
- const pathnameInfo = (0, _getnextpathnameinfo.getNextPathnameInfo)(parsedRewriteTarget.pathname, {
133
- nextConfig,
134
- parseData: true
135
- });
136
- let fsPathname = (0, _removetrailingslash.removeTrailingSlash)(pathnameInfo.pathname);
137
- return Promise.all([
138
- options.router.pageLoader.getPageList(),
139
- (0, _routeloader.getClientBuildManifest)()
140
- ]).then((param)=>{
141
- let [pages, { __rewrites: rewrites }] = param;
142
- let as = (0, _addlocale.addLocale)(pathnameInfo.pathname, pathnameInfo.locale);
143
- if ((0, _isdynamic.isDynamicRoute)(as) || !rewriteHeader && pages.includes((0, _normalizelocalepath.normalizeLocalePath)((0, _removebasepath.removeBasePath)(as), options.router.locales).pathname)) {
144
- const parsedSource = (0, _getnextpathnameinfo.getNextPathnameInfo)((0, _parserelativeurl.parseRelativeUrl)(source).pathname, {
145
- nextConfig: process.env.__NEXT_HAS_REWRITES ? undefined : nextConfig,
146
- parseData: true
147
- });
148
- as = (0, _addbasepath.addBasePath)(parsedSource.pathname);
149
- parsedRewriteTarget.pathname = as;
150
- }
151
- if (process.env.__NEXT_HAS_REWRITES) {
152
- const result = (0, _resolverewrites.default)(as, pages, rewrites, parsedRewriteTarget.query, (path)=>resolveDynamicRoute(path, pages), options.router.locales);
153
- if (result.matchedPage) {
154
- parsedRewriteTarget.pathname = result.parsedAs.pathname;
155
- as = parsedRewriteTarget.pathname;
156
- Object.assign(parsedRewriteTarget.query, result.parsedAs.query);
157
- }
158
- } else if (!pages.includes(fsPathname)) {
159
- const resolvedPathname = resolveDynamicRoute(fsPathname, pages);
160
- if (resolvedPathname !== fsPathname) {
161
- fsPathname = resolvedPathname;
162
- }
163
- }
164
- const resolvedHref = !pages.includes(fsPathname) ? resolveDynamicRoute((0, _normalizelocalepath.normalizeLocalePath)((0, _removebasepath.removeBasePath)(parsedRewriteTarget.pathname), options.router.locales).pathname, pages) : fsPathname;
165
- if ((0, _isdynamic.isDynamicRoute)(resolvedHref)) {
166
- const matches = (0, _routematcher.getRouteMatcher)((0, _routeregex.getRouteRegex)(resolvedHref))(as);
167
- Object.assign(parsedRewriteTarget.query, matches || {});
168
- }
169
- return {
170
- type: "rewrite",
171
- parsedAs: parsedRewriteTarget,
172
- resolvedHref
173
- };
174
- });
175
- }
176
- const src = (0, _parsepath.parsePath)(source);
177
- const pathname = (0, _formatnextpathnameinfo.formatNextPathnameInfo)({
178
- ...(0, _getnextpathnameinfo.getNextPathnameInfo)(src.pathname, {
179
- nextConfig,
180
- parseData: true
181
- }),
182
- defaultLocale: options.router.defaultLocale,
183
- buildId: ""
184
- });
185
- return Promise.resolve({
186
- type: "redirect-external",
187
- destination: "" + pathname + src.query + src.hash
188
- });
189
- }
190
- const redirectTarget = response.headers.get("x-nextjs-redirect");
191
- if (redirectTarget) {
192
- if (redirectTarget.startsWith("/")) {
193
- const src = (0, _parsepath.parsePath)(redirectTarget);
194
- const pathname = (0, _formatnextpathnameinfo.formatNextPathnameInfo)({
195
- ...(0, _getnextpathnameinfo.getNextPathnameInfo)(src.pathname, {
196
- nextConfig,
197
- parseData: true
198
- }),
199
- defaultLocale: options.router.defaultLocale,
200
- buildId: ""
201
- });
202
- return Promise.resolve({
203
- type: "redirect-internal",
204
- newAs: "" + pathname + src.query + src.hash,
205
- newUrl: "" + pathname + src.query + src.hash
206
- });
207
- }
208
- return Promise.resolve({
209
- type: "redirect-external",
210
- destination: redirectTarget
211
- });
212
- }
213
- return Promise.resolve({
214
- type: "next"
215
- });
216
- }
217
- async function withMiddlewareEffects(options) {
218
- const matches = await matchesMiddleware(options);
219
- if (!matches || !options.fetchData) {
220
- return null;
221
- }
222
- const data = await options.fetchData();
223
- const effect = await getMiddlewareData(data.dataHref, data.response, options);
224
- return {
225
- dataHref: data.dataHref,
226
- json: data.json,
227
- response: data.response,
228
- text: data.text,
229
- cacheKey: data.cacheKey,
230
- effect
231
- };
232
- }
233
- const manualScrollRestoration = process.env.__NEXT_SCROLL_RESTORATION && typeof window !== "undefined" && "scrollRestoration" in window.history && !!function() {
234
- try {
235
- let v = "__next";
236
- // eslint-disable-next-line no-sequences
237
- return sessionStorage.setItem(v, v), sessionStorage.removeItem(v), true;
238
- } catch (n) {}
239
- }();
240
- const SSG_DATA_NOT_FOUND = Symbol("SSG_DATA_NOT_FOUND");
241
- function fetchRetry(url, attempts, options) {
242
- return fetch(url, {
243
- // Cookies are required to be present for Next.js' SSG "Preview Mode".
244
- // Cookies may also be required for `getServerSideProps`.
245
- //
246
- // > `fetch` won’t send cookies, unless you set the credentials init
247
- // > option.
248
- // https://developer.mozilla.org/docs/Web/API/Fetch_API/Using_Fetch
249
- //
250
- // > For maximum browser compatibility when it comes to sending &
251
- // > receiving cookies, always supply the `credentials: 'same-origin'`
252
- // > option instead of relying on the default.
253
- // https://github.com/github/fetch#caveats
254
- credentials: "same-origin",
255
- method: options.method || "GET",
256
- headers: Object.assign({}, options.headers, {
257
- "x-nextjs-data": "1"
258
- })
259
- }).then((response)=>{
260
- return !response.ok && attempts > 1 && response.status >= 500 ? fetchRetry(url, attempts - 1, options) : response;
261
- });
262
- }
263
- function tryToParseAsJSON(text) {
264
- try {
265
- return JSON.parse(text);
266
- } catch (error) {
267
- return null;
268
- }
269
- }
270
- function fetchNextData(param) {
271
- let { dataHref, inflightCache, isPrefetch, hasMiddleware, isServerRender, parseJSON, persistCache, isBackground, unstable_skipClientCache } = param;
272
- const { href: cacheKey } = new URL(dataHref, window.location.href);
273
- const getData = (params)=>{
274
- var _params_method;
275
- return fetchRetry(dataHref, isServerRender ? 3 : 1, {
276
- headers: Object.assign({}, isPrefetch ? {
277
- purpose: "prefetch"
278
- } : {}, isPrefetch && hasMiddleware ? {
279
- "x-middleware-prefetch": "1"
280
- } : {}),
281
- method: (_params_method = params == null ? void 0 : params.method) != null ? _params_method : "GET"
282
- }).then((response)=>{
283
- if (response.ok && (params == null ? void 0 : params.method) === "HEAD") {
284
- return {
285
- dataHref,
286
- response,
287
- text: "",
288
- json: {},
289
- cacheKey
290
- };
291
- }
292
- return response.text().then((text)=>{
293
- if (!response.ok) {
294
- /**
295
- * When the data response is a redirect because of a middleware
296
- * we do not consider it an error. The headers must bring the
297
- * mapped location.
298
- * TODO: Change the status code in the handler.
299
- */ if (hasMiddleware && [
300
- 301,
301
- 302,
302
- 307,
303
- 308
304
- ].includes(response.status)) {
305
- return {
306
- dataHref,
307
- response,
308
- text,
309
- json: {},
310
- cacheKey
311
- };
312
- }
313
- if (response.status === 404) {
314
- var _tryToParseAsJSON;
315
- if ((_tryToParseAsJSON = tryToParseAsJSON(text)) == null ? void 0 : _tryToParseAsJSON.notFound) {
316
- return {
317
- dataHref,
318
- json: {
319
- notFound: SSG_DATA_NOT_FOUND
320
- },
321
- response,
322
- text,
323
- cacheKey
324
- };
325
- }
326
- }
327
- const error = new Error("Failed to load static props");
328
- /**
329
- * We should only trigger a server-side transition if this was
330
- * caused on a client-side transition. Otherwise, we'd get into
331
- * an infinite loop.
332
- */ if (!isServerRender) {
333
- (0, _routeloader.markAssetError)(error);
334
- }
335
- throw error;
336
- }
337
- return {
338
- dataHref,
339
- json: parseJSON ? tryToParseAsJSON(text) : null,
340
- response,
341
- text,
342
- cacheKey
343
- };
344
- });
345
- }).then((data)=>{
346
- if (!persistCache || process.env.NODE_ENV !== "production" || data.response.headers.get("x-middleware-cache") === "no-cache") {
347
- delete inflightCache[cacheKey];
348
- }
349
- return data;
350
- }).catch((err)=>{
351
- if (!unstable_skipClientCache) {
352
- delete inflightCache[cacheKey];
353
- }
354
- if (// chrome
355
- err.message === "Failed to fetch" || // firefox
356
- err.message === "NetworkError when attempting to fetch resource." || // safari
357
- err.message === "Load failed") {
358
- (0, _routeloader.markAssetError)(err);
359
- }
360
- throw err;
361
- });
362
- };
363
- // when skipping client cache we wait to update
364
- // inflight cache until successful data response
365
- // this allows racing click event with fetching newer data
366
- // without blocking navigation when stale data is available
367
- if (unstable_skipClientCache && persistCache) {
368
- return getData({}).then((data)=>{
369
- if (data.response.headers.get("x-middleware-cache") !== "no-cache") {
370
- // only update cache if not marked as no-cache
371
- inflightCache[cacheKey] = Promise.resolve(data);
372
- }
373
- return data;
374
- });
375
- }
376
- if (inflightCache[cacheKey] !== undefined) {
377
- return inflightCache[cacheKey];
378
- }
379
- return inflightCache[cacheKey] = getData(isBackground ? {
380
- method: "HEAD"
381
- } : {});
382
- }
383
- function createKey() {
384
- return Math.random().toString(36).slice(2, 10);
385
- }
386
- function handleHardNavigation(param) {
387
- let { url, router } = param;
388
- // ensure we don't trigger a hard navigation to the same
389
- // URL as this can end up with an infinite refresh
390
- if (url === (0, _addbasepath.addBasePath)((0, _addlocale.addLocale)(router.asPath, router.locale))) {
391
- throw new Error("Invariant: attempted to hard navigate to the same URL " + url + " " + location.href);
392
- }
393
- window.location.href = url;
394
- }
395
- const getCancelledHandler = (param)=>{
396
- let { route, router } = param;
397
- let cancelled = false;
398
- const cancel = router.clc = ()=>{
399
- cancelled = true;
400
- };
401
- const handleCancelled = ()=>{
402
- if (cancelled) {
403
- const error = new Error('Abort fetching component for route: "' + route + '"');
404
- error.cancelled = true;
405
- throw error;
406
- }
407
- if (cancel === router.clc) {
408
- router.clc = null;
409
- }
410
- };
411
- return handleCancelled;
412
- };
413
- class Router {
414
- reload() {
415
- window.location.reload();
416
- }
417
- /**
418
- * Go back in history
419
- */ back() {
420
- window.history.back();
421
- }
422
- /**
423
- * Go forward in history
424
- */ forward() {
425
- window.history.forward();
426
- }
427
- /**
428
- * Performs a `pushState` with arguments
429
- * @param url of the route
430
- * @param as masks `url` for the browser
431
- * @param options object you can define `shallow` and other options
432
- */ push(url, as, options) {
433
- if (options === void 0) options = {};
434
- if (process.env.__NEXT_SCROLL_RESTORATION) {
435
- // TODO: remove in the future when we update history before route change
436
- // is complete, as the popstate event should handle this capture.
437
- if (manualScrollRestoration) {
438
- try {
439
- // Snapshot scroll position right before navigating to a new page:
440
- sessionStorage.setItem("__next_scroll_" + this._key, JSON.stringify({
441
- x: self.pageXOffset,
442
- y: self.pageYOffset
443
- }));
444
- } catch (e) {}
445
- }
446
- }
447
- ({ url, as } = prepareUrlAs(this, url, as));
448
- return this.change("pushState", url, as, options);
449
- }
450
- /**
451
- * Performs a `replaceState` with arguments
452
- * @param url of the route
453
- * @param as masks `url` for the browser
454
- * @param options object you can define `shallow` and other options
455
- */ replace(url, as, options) {
456
- if (options === void 0) options = {};
457
- ({ url, as } = prepareUrlAs(this, url, as));
458
- return this.change("replaceState", url, as, options);
459
- }
460
- async _bfl(as, resolvedAs, locale, skipNavigate) {
461
- if (process.env.__NEXT_CLIENT_ROUTER_FILTER_ENABLED) {
462
- let matchesBflStatic = false;
463
- let matchesBflDynamic = false;
464
- for (const curAs of [
465
- as,
466
- resolvedAs
467
- ]){
468
- if (curAs) {
469
- const asNoSlash = (0, _removetrailingslash.removeTrailingSlash)(new URL(curAs, "http://n").pathname);
470
- const asNoSlashLocale = (0, _addbasepath.addBasePath)((0, _addlocale.addLocale)(asNoSlash, locale || this.locale));
471
- if (asNoSlash !== (0, _removetrailingslash.removeTrailingSlash)(new URL(this.asPath, "http://n").pathname)) {
472
- var _this__bfl_s, _this__bfl_s1;
473
- matchesBflStatic = matchesBflStatic || !!((_this__bfl_s = this._bfl_s) == null ? void 0 : _this__bfl_s.contains(asNoSlash)) || !!((_this__bfl_s1 = this._bfl_s) == null ? void 0 : _this__bfl_s1.contains(asNoSlashLocale));
474
- for (const normalizedAS of [
475
- asNoSlash,
476
- asNoSlashLocale
477
- ]){
478
- // if any sub-path of as matches a dynamic filter path
479
- // it should be hard navigated
480
- const curAsParts = normalizedAS.split("/");
481
- for(let i = 0; !matchesBflDynamic && i < curAsParts.length + 1; i++){
482
- var _this__bfl_d;
483
- const currentPart = curAsParts.slice(0, i).join("/");
484
- if (currentPart && ((_this__bfl_d = this._bfl_d) == null ? void 0 : _this__bfl_d.contains(currentPart))) {
485
- matchesBflDynamic = true;
486
- break;
487
- }
488
- }
489
- }
490
- // if the client router filter is matched then we trigger
491
- // a hard navigation
492
- if (matchesBflStatic || matchesBflDynamic) {
493
- if (skipNavigate) {
494
- return true;
495
- }
496
- handleHardNavigation({
497
- url: (0, _addbasepath.addBasePath)((0, _addlocale.addLocale)(as, locale || this.locale, this.defaultLocale)),
498
- router: this
499
- });
500
- return new Promise(()=>{});
501
- }
502
- }
503
- }
504
- }
505
- }
506
- return false;
507
- }
508
- async change(method, url, as, options, forcedScroll) {
509
- var _this_components_pathname;
510
- if (!(0, _islocalurl.isLocalURL)(url)) {
511
- handleHardNavigation({
512
- url,
513
- router: this
514
- });
515
- return false;
516
- }
517
- // WARNING: `_h` is an internal option for handing Next.js client-side
518
- // hydration. Your app should _never_ use this property. It may change at
519
- // any time without notice.
520
- const isQueryUpdating = options._h === 1;
521
- if (!isQueryUpdating && !options.shallow) {
522
- await this._bfl(as, undefined, options.locale);
523
- }
524
- let shouldResolveHref = isQueryUpdating || options._shouldResolveHref || (0, _parsepath.parsePath)(url).pathname === (0, _parsepath.parsePath)(as).pathname;
525
- const nextState = {
526
- ...this.state
527
- };
528
- // for static pages with query params in the URL we delay
529
- // marking the router ready until after the query is updated
530
- // or a navigation has occurred
531
- const readyStateChange = this.isReady !== true;
532
- this.isReady = true;
533
- const isSsr = this.isSsr;
534
- if (!isQueryUpdating) {
535
- this.isSsr = false;
536
- }
537
- // if a route transition is already in progress before
538
- // the query updating is triggered ignore query updating
539
- if (isQueryUpdating && this.clc) {
540
- return false;
541
- }
542
- const prevLocale = nextState.locale;
543
- if (process.env.__NEXT_I18N_SUPPORT) {
544
- nextState.locale = options.locale === false ? this.defaultLocale : options.locale || nextState.locale;
545
- if (typeof options.locale === "undefined") {
546
- options.locale = nextState.locale;
547
- }
548
- const parsedAs = (0, _parserelativeurl.parseRelativeUrl)((0, _hasbasepath.hasBasePath)(as) ? (0, _removebasepath.removeBasePath)(as) : as);
549
- const localePathResult = (0, _normalizelocalepath.normalizeLocalePath)(parsedAs.pathname, this.locales);
550
- if (localePathResult.detectedLocale) {
551
- nextState.locale = localePathResult.detectedLocale;
552
- parsedAs.pathname = (0, _addbasepath.addBasePath)(parsedAs.pathname);
553
- as = (0, _formaturl.formatWithValidation)(parsedAs);
554
- url = (0, _addbasepath.addBasePath)((0, _normalizelocalepath.normalizeLocalePath)((0, _hasbasepath.hasBasePath)(url) ? (0, _removebasepath.removeBasePath)(url) : url, this.locales).pathname);
555
- }
556
- let didNavigate = false;
557
- // we need to wrap this in the env check again since regenerator runtime
558
- // moves this on its own due to the return
559
- if (process.env.__NEXT_I18N_SUPPORT) {
560
- var _this_locales;
561
- // if the locale isn't configured hard navigate to show 404 page
562
- if (!((_this_locales = this.locales) == null ? void 0 : _this_locales.includes(nextState.locale))) {
563
- parsedAs.pathname = (0, _addlocale.addLocale)(parsedAs.pathname, nextState.locale);
564
- handleHardNavigation({
565
- url: (0, _formaturl.formatWithValidation)(parsedAs),
566
- router: this
567
- });
568
- // this was previously a return but was removed in favor
569
- // of better dead code elimination with regenerator runtime
570
- didNavigate = true;
571
- }
572
- }
573
- const detectedDomain = (0, _detectdomainlocale.detectDomainLocale)(this.domainLocales, undefined, nextState.locale);
574
- // we need to wrap this in the env check again since regenerator runtime
575
- // moves this on its own due to the return
576
- if (process.env.__NEXT_I18N_SUPPORT) {
577
- // if we are navigating to a domain locale ensure we redirect to the
578
- // correct domain
579
- if (!didNavigate && detectedDomain && this.isLocaleDomain && self.location.hostname !== detectedDomain.domain) {
580
- const asNoBasePath = (0, _removebasepath.removeBasePath)(as);
581
- handleHardNavigation({
582
- url: "http" + (detectedDomain.http ? "" : "s") + "://" + detectedDomain.domain + (0, _addbasepath.addBasePath)("" + (nextState.locale === detectedDomain.defaultLocale ? "" : "/" + nextState.locale) + (asNoBasePath === "/" ? "" : asNoBasePath) || "/"),
583
- router: this
584
- });
585
- // this was previously a return but was removed in favor
586
- // of better dead code elimination with regenerator runtime
587
- didNavigate = true;
588
- }
589
- }
590
- if (didNavigate) {
591
- return new Promise(()=>{});
592
- }
593
- }
594
- // marking route changes as a navigation start entry
595
- if (_utils.ST) {
596
- performance.mark("routeChange");
597
- }
598
- const { shallow = false, scroll = true } = options;
599
- const routeProps = {
600
- shallow
601
- };
602
- if (this._inFlightRoute && this.clc) {
603
- if (!isSsr) {
604
- Router.events.emit("routeChangeError", buildCancellationError(), this._inFlightRoute, routeProps);
605
- }
606
- this.clc();
607
- this.clc = null;
608
- }
609
- as = (0, _addbasepath.addBasePath)((0, _addlocale.addLocale)((0, _hasbasepath.hasBasePath)(as) ? (0, _removebasepath.removeBasePath)(as) : as, options.locale, this.defaultLocale));
610
- const cleanedAs = (0, _removelocale.removeLocale)((0, _hasbasepath.hasBasePath)(as) ? (0, _removebasepath.removeBasePath)(as) : as, nextState.locale);
611
- this._inFlightRoute = as;
612
- const localeChange = prevLocale !== nextState.locale;
613
- // If the url change is only related to a hash change
614
- // We should not proceed. We should only change the state.
615
- if (!isQueryUpdating && this.onlyAHashChange(cleanedAs) && !localeChange) {
616
- nextState.asPath = cleanedAs;
617
- Router.events.emit("hashChangeStart", as, routeProps);
618
- // TODO: do we need the resolved href when only a hash change?
619
- this.changeState(method, url, as, {
620
- ...options,
621
- scroll: false
622
- });
623
- if (scroll) {
624
- this.scrollToHash(cleanedAs);
625
- }
626
- try {
627
- await this.set(nextState, this.components[nextState.route], null);
628
- } catch (err) {
629
- if ((0, _iserror.default)(err) && err.cancelled) {
630
- Router.events.emit("routeChangeError", err, cleanedAs, routeProps);
631
- }
632
- throw err;
633
- }
634
- Router.events.emit("hashChangeComplete", as, routeProps);
635
- return true;
636
- }
637
- let parsed = (0, _parserelativeurl.parseRelativeUrl)(url);
638
- let { pathname, query } = parsed;
639
- // The build manifest needs to be loaded before auto-static dynamic pages
640
- // get their query parameters to allow ensuring they can be parsed properly
641
- // when rewritten to
642
- let pages, rewrites;
643
- try {
644
- [pages, { __rewrites: rewrites }] = await Promise.all([
645
- this.pageLoader.getPageList(),
646
- (0, _routeloader.getClientBuildManifest)(),
647
- this.pageLoader.getMiddleware()
648
- ]);
649
- } catch (err) {
650
- // If we fail to resolve the page list or client-build manifest, we must
651
- // do a server-side transition:
652
- handleHardNavigation({
653
- url: as,
654
- router: this
655
- });
656
- return false;
657
- }
658
- // If asked to change the current URL we should reload the current page
659
- // (not location.reload() but reload getInitialProps and other Next.js stuffs)
660
- // We also need to set the method = replaceState always
661
- // as this should not go into the history (That's how browsers work)
662
- // We should compare the new asPath to the current asPath, not the url
663
- if (!this.urlIsNew(cleanedAs) && !localeChange) {
664
- method = "replaceState";
665
- }
666
- // we need to resolve the as value using rewrites for dynamic SSG
667
- // pages to allow building the data URL correctly
668
- let resolvedAs = as;
669
- // url and as should always be prefixed with basePath by this
670
- // point by either next/link or router.push/replace so strip the
671
- // basePath from the pathname to match the pages dir 1-to-1
672
- pathname = pathname ? (0, _removetrailingslash.removeTrailingSlash)((0, _removebasepath.removeBasePath)(pathname)) : pathname;
673
- let route = (0, _removetrailingslash.removeTrailingSlash)(pathname);
674
- const parsedAsPathname = as.startsWith("/") && (0, _parserelativeurl.parseRelativeUrl)(as).pathname;
675
- // if we detected the path as app route during prefetching
676
- // trigger hard navigation
677
- if ((_this_components_pathname = this.components[pathname]) == null ? void 0 : _this_components_pathname.__appRouter) {
678
- handleHardNavigation({
679
- url: as,
680
- router: this
681
- });
682
- return new Promise(()=>{});
683
- }
684
- const isMiddlewareRewrite = !!(parsedAsPathname && route !== parsedAsPathname && (!(0, _isdynamic.isDynamicRoute)(route) || !(0, _routematcher.getRouteMatcher)((0, _routeregex.getRouteRegex)(route))(parsedAsPathname)));
685
- // we don't attempt resolve asPath when we need to execute
686
- // middleware as the resolving will occur server-side
687
- const isMiddlewareMatch = !options.shallow && await matchesMiddleware({
688
- asPath: as,
689
- locale: nextState.locale,
690
- router: this
691
- });
692
- if (isQueryUpdating && isMiddlewareMatch) {
693
- shouldResolveHref = false;
694
- }
695
- if (shouldResolveHref && pathname !== "/_error") {
696
- options._shouldResolveHref = true;
697
- if (process.env.__NEXT_HAS_REWRITES && as.startsWith("/")) {
698
- const rewritesResult = (0, _resolverewrites.default)((0, _addbasepath.addBasePath)((0, _addlocale.addLocale)(cleanedAs, nextState.locale), true), pages, rewrites, query, (p)=>resolveDynamicRoute(p, pages), this.locales);
699
- if (rewritesResult.externalDest) {
700
- handleHardNavigation({
701
- url: as,
702
- router: this
703
- });
704
- return true;
705
- }
706
- if (!isMiddlewareMatch) {
707
- resolvedAs = rewritesResult.asPath;
708
- }
709
- if (rewritesResult.matchedPage && rewritesResult.resolvedHref) {
710
- // if this directly matches a page we need to update the href to
711
- // allow the correct page chunk to be loaded
712
- pathname = rewritesResult.resolvedHref;
713
- parsed.pathname = (0, _addbasepath.addBasePath)(pathname);
714
- if (!isMiddlewareMatch) {
715
- url = (0, _formaturl.formatWithValidation)(parsed);
716
- }
717
- }
718
- } else {
719
- parsed.pathname = resolveDynamicRoute(pathname, pages);
720
- if (parsed.pathname !== pathname) {
721
- pathname = parsed.pathname;
722
- parsed.pathname = (0, _addbasepath.addBasePath)(pathname);
723
- if (!isMiddlewareMatch) {
724
- url = (0, _formaturl.formatWithValidation)(parsed);
725
- }
726
- }
727
- }
728
- }
729
- if (!(0, _islocalurl.isLocalURL)(as)) {
730
- if (process.env.NODE_ENV !== "production") {
731
- throw new Error('Invalid href: "' + url + '" and as: "' + as + '", received relative href and external as' + "\nSee more info: https://nextjs.org/docs/messages/invalid-relative-url-external-as");
732
- }
733
- handleHardNavigation({
734
- url: as,
735
- router: this
736
- });
737
- return false;
738
- }
739
- resolvedAs = (0, _removelocale.removeLocale)((0, _removebasepath.removeBasePath)(resolvedAs), nextState.locale);
740
- route = (0, _removetrailingslash.removeTrailingSlash)(pathname);
741
- let routeMatch = false;
742
- if ((0, _isdynamic.isDynamicRoute)(route)) {
743
- const parsedAs = (0, _parserelativeurl.parseRelativeUrl)(resolvedAs);
744
- const asPathname = parsedAs.pathname;
745
- const routeRegex = (0, _routeregex.getRouteRegex)(route);
746
- routeMatch = (0, _routematcher.getRouteMatcher)(routeRegex)(asPathname);
747
- const shouldInterpolate = route === asPathname;
748
- const interpolatedAs = shouldInterpolate ? (0, _interpolateas.interpolateAs)(route, asPathname, query) : {};
749
- if (!routeMatch || shouldInterpolate && !interpolatedAs.result) {
750
- const missingParams = Object.keys(routeRegex.groups).filter((param)=>!query[param] && !routeRegex.groups[param].optional);
751
- if (missingParams.length > 0 && !isMiddlewareMatch) {
752
- if (process.env.NODE_ENV !== "production") {
753
- console.warn("" + (shouldInterpolate ? "Interpolating href" : "Mismatching `as` and `href`") + " failed to manually provide " + ("the params: " + missingParams.join(", ") + " in the `href`'s `query`"));
754
- }
755
- throw new Error((shouldInterpolate ? "The provided `href` (" + url + ") value is missing query values (" + missingParams.join(", ") + ") to be interpolated properly. " : "The provided `as` value (" + asPathname + ") is incompatible with the `href` value (" + route + "). ") + ("Read more: https://nextjs.org/docs/messages/" + (shouldInterpolate ? "href-interpolation-failed" : "incompatible-href-as")));
756
- }
757
- } else if (shouldInterpolate) {
758
- as = (0, _formaturl.formatWithValidation)(Object.assign({}, parsedAs, {
759
- pathname: interpolatedAs.result,
760
- query: (0, _omit.omit)(query, interpolatedAs.params)
761
- }));
762
- } else {
763
- // Merge params into `query`, overwriting any specified in search
764
- Object.assign(query, routeMatch);
765
- }
766
- }
767
- if (!isQueryUpdating) {
768
- Router.events.emit("routeChangeStart", as, routeProps);
769
- }
770
- const isErrorRoute = this.pathname === "/404" || this.pathname === "/_error";
771
- try {
772
- var _self___NEXT_DATA___props_pageProps, _self___NEXT_DATA___props, _routeInfo_props;
773
- let routeInfo = await this.getRouteInfo({
774
- route,
775
- pathname,
776
- query,
777
- as,
778
- resolvedAs,
779
- routeProps,
780
- locale: nextState.locale,
781
- isPreview: nextState.isPreview,
782
- hasMiddleware: isMiddlewareMatch,
783
- unstable_skipClientCache: options.unstable_skipClientCache,
784
- isQueryUpdating: isQueryUpdating && !this.isFallback,
785
- isMiddlewareRewrite
786
- });
787
- if (!isQueryUpdating && !options.shallow) {
788
- await this._bfl(as, "resolvedAs" in routeInfo ? routeInfo.resolvedAs : undefined, nextState.locale);
789
- }
790
- if ("route" in routeInfo && isMiddlewareMatch) {
791
- pathname = routeInfo.route || route;
792
- route = pathname;
793
- if (!routeProps.shallow) {
794
- query = Object.assign({}, routeInfo.query || {}, query);
795
- }
796
- const cleanedParsedPathname = (0, _hasbasepath.hasBasePath)(parsed.pathname) ? (0, _removebasepath.removeBasePath)(parsed.pathname) : parsed.pathname;
797
- if (routeMatch && pathname !== cleanedParsedPathname) {
798
- Object.keys(routeMatch).forEach((key)=>{
799
- if (routeMatch && query[key] === routeMatch[key]) {
800
- delete query[key];
801
- }
802
- });
803
- }
804
- if ((0, _isdynamic.isDynamicRoute)(pathname)) {
805
- const prefixedAs = !routeProps.shallow && routeInfo.resolvedAs ? routeInfo.resolvedAs : (0, _addbasepath.addBasePath)((0, _addlocale.addLocale)(new URL(as, location.href).pathname, nextState.locale), true);
806
- let rewriteAs = prefixedAs;
807
- if ((0, _hasbasepath.hasBasePath)(rewriteAs)) {
808
- rewriteAs = (0, _removebasepath.removeBasePath)(rewriteAs);
809
- }
810
- if (process.env.__NEXT_I18N_SUPPORT) {
811
- const localeResult = (0, _normalizelocalepath.normalizeLocalePath)(rewriteAs, this.locales);
812
- nextState.locale = localeResult.detectedLocale || nextState.locale;
813
- rewriteAs = localeResult.pathname;
814
- }
815
- const routeRegex = (0, _routeregex.getRouteRegex)(pathname);
816
- const curRouteMatch = (0, _routematcher.getRouteMatcher)(routeRegex)(new URL(rewriteAs, location.href).pathname);
817
- if (curRouteMatch) {
818
- Object.assign(query, curRouteMatch);
819
- }
820
- }
821
- }
822
- // If the routeInfo brings a redirect we simply apply it.
823
- if ("type" in routeInfo) {
824
- if (routeInfo.type === "redirect-internal") {
825
- return this.change(method, routeInfo.newUrl, routeInfo.newAs, options);
826
- } else {
827
- handleHardNavigation({
828
- url: routeInfo.destination,
829
- router: this
830
- });
831
- return new Promise(()=>{});
832
- }
833
- }
834
- const component = routeInfo.Component;
835
- if (component && component.unstable_scriptLoader) {
836
- const scripts = [].concat(component.unstable_scriptLoader());
837
- scripts.forEach((script)=>{
838
- (0, _script.handleClientScriptLoad)(script.props);
839
- });
840
- }
841
- // handle redirect on client-transition
842
- if ((routeInfo.__N_SSG || routeInfo.__N_SSP) && routeInfo.props) {
843
- if (routeInfo.props.pageProps && routeInfo.props.pageProps.__N_REDIRECT) {
844
- // Use the destination from redirect without adding locale
845
- options.locale = false;
846
- const destination = routeInfo.props.pageProps.__N_REDIRECT;
847
- // check if destination is internal (resolves to a page) and attempt
848
- // client-navigation if it is falling back to hard navigation if
849
- // it's not
850
- if (destination.startsWith("/") && routeInfo.props.pageProps.__N_REDIRECT_BASE_PATH !== false) {
851
- const parsedHref = (0, _parserelativeurl.parseRelativeUrl)(destination);
852
- parsedHref.pathname = resolveDynamicRoute(parsedHref.pathname, pages);
853
- const { url: newUrl, as: newAs } = prepareUrlAs(this, destination, destination);
854
- return this.change(method, newUrl, newAs, options);
855
- }
856
- handleHardNavigation({
857
- url: destination,
858
- router: this
859
- });
860
- return new Promise(()=>{});
861
- }
862
- nextState.isPreview = !!routeInfo.props.__N_PREVIEW;
863
- // handle SSG data 404
864
- if (routeInfo.props.notFound === SSG_DATA_NOT_FOUND) {
865
- let notFoundRoute;
866
- try {
867
- await this.fetchComponent("/404");
868
- notFoundRoute = "/404";
869
- } catch (_) {
870
- notFoundRoute = "/_error";
871
- }
872
- routeInfo = await this.getRouteInfo({
873
- route: notFoundRoute,
874
- pathname: notFoundRoute,
875
- query,
876
- as,
877
- resolvedAs,
878
- routeProps: {
879
- shallow: false
880
- },
881
- locale: nextState.locale,
882
- isPreview: nextState.isPreview,
883
- isNotFound: true
884
- });
885
- if ("type" in routeInfo) {
886
- throw new Error("Unexpected middleware effect on /404");
887
- }
888
- }
889
- }
890
- if (isQueryUpdating && this.pathname === "/_error" && ((_self___NEXT_DATA___props = self.__NEXT_DATA__.props) == null ? void 0 : (_self___NEXT_DATA___props_pageProps = _self___NEXT_DATA___props.pageProps) == null ? void 0 : _self___NEXT_DATA___props_pageProps.statusCode) === 500 && ((_routeInfo_props = routeInfo.props) == null ? void 0 : _routeInfo_props.pageProps)) {
891
- // ensure statusCode is still correct for static 500 page
892
- // when updating query information
893
- routeInfo.props.pageProps.statusCode = 500;
894
- }
895
- var _routeInfo_route;
896
- // shallow routing is only allowed for same page URL changes.
897
- const isValidShallowRoute = options.shallow && nextState.route === ((_routeInfo_route = routeInfo.route) != null ? _routeInfo_route : route);
898
- var _options_scroll;
899
- const shouldScroll = (_options_scroll = options.scroll) != null ? _options_scroll : !isQueryUpdating && !isValidShallowRoute;
900
- const resetScroll = shouldScroll ? {
901
- x: 0,
902
- y: 0
903
- } : null;
904
- const upcomingScrollState = forcedScroll != null ? forcedScroll : resetScroll;
905
- // the new state that the router gonna set
906
- const upcomingRouterState = {
907
- ...nextState,
908
- route,
909
- pathname,
910
- query,
911
- asPath: cleanedAs,
912
- isFallback: false
913
- };
914
- // When the page being rendered is the 404 page, we should only update the
915
- // query parameters. Route changes here might add the basePath when it
916
- // wasn't originally present. This is also why this block is before the
917
- // below `changeState` call which updates the browser's history (changing
918
- // the URL).
919
- if (isQueryUpdating && isErrorRoute) {
920
- var _self___NEXT_DATA___props_pageProps1, _self___NEXT_DATA___props1, _routeInfo_props1;
921
- routeInfo = await this.getRouteInfo({
922
- route: this.pathname,
923
- pathname: this.pathname,
924
- query,
925
- as,
926
- resolvedAs,
927
- routeProps: {
928
- shallow: false
929
- },
930
- locale: nextState.locale,
931
- isPreview: nextState.isPreview,
932
- isQueryUpdating: isQueryUpdating && !this.isFallback
933
- });
934
- if ("type" in routeInfo) {
935
- throw new Error("Unexpected middleware effect on " + this.pathname);
936
- }
937
- if (this.pathname === "/_error" && ((_self___NEXT_DATA___props1 = self.__NEXT_DATA__.props) == null ? void 0 : (_self___NEXT_DATA___props_pageProps1 = _self___NEXT_DATA___props1.pageProps) == null ? void 0 : _self___NEXT_DATA___props_pageProps1.statusCode) === 500 && ((_routeInfo_props1 = routeInfo.props) == null ? void 0 : _routeInfo_props1.pageProps)) {
938
- // ensure statusCode is still correct for static 500 page
939
- // when updating query information
940
- routeInfo.props.pageProps.statusCode = 500;
941
- }
942
- try {
943
- await this.set(upcomingRouterState, routeInfo, upcomingScrollState);
944
- } catch (err) {
945
- if ((0, _iserror.default)(err) && err.cancelled) {
946
- Router.events.emit("routeChangeError", err, cleanedAs, routeProps);
947
- }
948
- throw err;
949
- }
950
- return true;
951
- }
952
- Router.events.emit("beforeHistoryChange", as, routeProps);
953
- this.changeState(method, url, as, options);
954
- // for query updates we can skip it if the state is unchanged and we don't
955
- // need to scroll
956
- // https://github.com/vercel/next.js/issues/37139
957
- const canSkipUpdating = isQueryUpdating && !upcomingScrollState && !readyStateChange && !localeChange && (0, _comparestates.compareRouterStates)(upcomingRouterState, this.state);
958
- if (!canSkipUpdating) {
959
- try {
960
- await this.set(upcomingRouterState, routeInfo, upcomingScrollState);
961
- } catch (e) {
962
- if (e.cancelled) routeInfo.error = routeInfo.error || e;
963
- else throw e;
964
- }
965
- if (routeInfo.error) {
966
- if (!isQueryUpdating) {
967
- Router.events.emit("routeChangeError", routeInfo.error, cleanedAs, routeProps);
968
- }
969
- throw routeInfo.error;
970
- }
971
- if (process.env.__NEXT_I18N_SUPPORT) {
972
- if (nextState.locale) {
973
- document.documentElement.lang = nextState.locale;
974
- }
975
- }
976
- if (!isQueryUpdating) {
977
- Router.events.emit("routeChangeComplete", as, routeProps);
978
- }
979
- // A hash mark # is the optional last part of a URL
980
- const hashRegex = /#.+$/;
981
- if (shouldScroll && hashRegex.test(as)) {
982
- this.scrollToHash(as);
983
- }
984
- }
985
- return true;
986
- } catch (err) {
987
- if ((0, _iserror.default)(err) && err.cancelled) {
988
- return false;
989
- }
990
- throw err;
991
- }
992
- }
993
- changeState(method, url, as, options) {
994
- if (options === void 0) options = {};
995
- if (process.env.NODE_ENV !== "production") {
996
- if (typeof window.history === "undefined") {
997
- console.error("Warning: window.history is not available.");
998
- return;
999
- }
1000
- if (typeof window.history[method] === "undefined") {
1001
- console.error("Warning: window.history." + method + " is not available");
1002
- return;
1003
- }
1004
- }
1005
- if (method !== "pushState" || (0, _utils.getURL)() !== as) {
1006
- this._shallow = options.shallow;
1007
- window.history[method]({
1008
- url,
1009
- as,
1010
- options,
1011
- __N: true,
1012
- key: this._key = method !== "pushState" ? this._key : createKey()
1013
- }, // Most browsers currently ignores this parameter, although they may use it in the future.
1014
- // Passing the empty string here should be safe against future changes to the method.
1015
- // https://developer.mozilla.org/docs/Web/API/History/replaceState
1016
- "", as);
1017
- }
1018
- }
1019
- async handleRouteInfoError(err, pathname, query, as, routeProps, loadErrorFail) {
1020
- console.error(err);
1021
- if (err.cancelled) {
1022
- // bubble up cancellation errors
1023
- throw err;
1024
- }
1025
- if ((0, _routeloader.isAssetError)(err) || loadErrorFail) {
1026
- Router.events.emit("routeChangeError", err, as, routeProps);
1027
- // If we can't load the page it could be one of following reasons
1028
- // 1. Page doesn't exists
1029
- // 2. Page does exist in a different zone
1030
- // 3. Internal error while loading the page
1031
- // So, doing a hard reload is the proper way to deal with this.
1032
- handleHardNavigation({
1033
- url: as,
1034
- router: this
1035
- });
1036
- // Changing the URL doesn't block executing the current code path.
1037
- // So let's throw a cancellation error stop the routing logic.
1038
- throw buildCancellationError();
1039
- }
1040
- try {
1041
- let props;
1042
- const { page: Component, styleSheets } = await this.fetchComponent("/_error");
1043
- const routeInfo = {
1044
- props,
1045
- Component,
1046
- styleSheets,
1047
- err,
1048
- error: err
1049
- };
1050
- if (!routeInfo.props) {
1051
- try {
1052
- routeInfo.props = await this.getInitialProps(Component, {
1053
- err,
1054
- pathname,
1055
- query
1056
- });
1057
- } catch (gipErr) {
1058
- console.error("Error in error page `getInitialProps`: ", gipErr);
1059
- routeInfo.props = {};
1060
- }
1061
- }
1062
- return routeInfo;
1063
- } catch (routeInfoErr) {
1064
- return this.handleRouteInfoError((0, _iserror.default)(routeInfoErr) ? routeInfoErr : new Error(routeInfoErr + ""), pathname, query, as, routeProps, true);
1065
- }
1066
- }
1067
- async getRouteInfo(param) {
1068
- let { route: requestedRoute, pathname, query, as, resolvedAs, routeProps, locale, hasMiddleware, isPreview, unstable_skipClientCache, isQueryUpdating, isMiddlewareRewrite, isNotFound } = param;
1069
- /**
1070
- * This `route` binding can change if there's a rewrite
1071
- * so we keep a reference to the original requested route
1072
- * so we can store the cache for it and avoid re-requesting every time
1073
- * for shallow routing purposes.
1074
- */ let route = requestedRoute;
1075
- try {
1076
- var _data_effect, _data_effect1, _data_effect2, _data_response;
1077
- let existingInfo = this.components[route];
1078
- if (routeProps.shallow && existingInfo && this.route === route) {
1079
- return existingInfo;
1080
- }
1081
- const handleCancelled = getCancelledHandler({
1082
- route,
1083
- router: this
1084
- });
1085
- if (hasMiddleware) {
1086
- existingInfo = undefined;
1087
- }
1088
- let cachedRouteInfo = existingInfo && !("initial" in existingInfo) && process.env.NODE_ENV !== "development" ? existingInfo : undefined;
1089
- const isBackground = isQueryUpdating;
1090
- const fetchNextDataParams = {
1091
- dataHref: this.pageLoader.getDataHref({
1092
- href: (0, _formaturl.formatWithValidation)({
1093
- pathname,
1094
- query
1095
- }),
1096
- skipInterpolation: true,
1097
- asPath: isNotFound ? "/404" : resolvedAs,
1098
- locale
1099
- }),
1100
- hasMiddleware: true,
1101
- isServerRender: this.isSsr,
1102
- parseJSON: true,
1103
- inflightCache: isBackground ? this.sbc : this.sdc,
1104
- persistCache: !isPreview,
1105
- isPrefetch: false,
1106
- unstable_skipClientCache,
1107
- isBackground
1108
- };
1109
- let data = isQueryUpdating && !isMiddlewareRewrite ? null : await withMiddlewareEffects({
1110
- fetchData: ()=>fetchNextData(fetchNextDataParams),
1111
- asPath: isNotFound ? "/404" : resolvedAs,
1112
- locale: locale,
1113
- router: this
1114
- }).catch((err)=>{
1115
- // we don't hard error during query updating
1116
- // as it's un-necessary and doesn't need to be fatal
1117
- // unless it is a fallback route and the props can't
1118
- // be loaded
1119
- if (isQueryUpdating) {
1120
- return null;
1121
- }
1122
- throw err;
1123
- });
1124
- // when rendering error routes we don't apply middleware
1125
- // effects
1126
- if (data && (pathname === "/_error" || pathname === "/404")) {
1127
- data.effect = undefined;
1128
- }
1129
- if (isQueryUpdating) {
1130
- if (!data) {
1131
- data = {
1132
- json: self.__NEXT_DATA__.props
1133
- };
1134
- } else {
1135
- data.json = self.__NEXT_DATA__.props;
1136
- }
1137
- }
1138
- handleCancelled();
1139
- if ((data == null ? void 0 : (_data_effect = data.effect) == null ? void 0 : _data_effect.type) === "redirect-internal" || (data == null ? void 0 : (_data_effect1 = data.effect) == null ? void 0 : _data_effect1.type) === "redirect-external") {
1140
- return data.effect;
1141
- }
1142
- if ((data == null ? void 0 : (_data_effect2 = data.effect) == null ? void 0 : _data_effect2.type) === "rewrite") {
1143
- const resolvedRoute = (0, _removetrailingslash.removeTrailingSlash)(data.effect.resolvedHref);
1144
- const pages = await this.pageLoader.getPageList();
1145
- // during query updating the page must match although during
1146
- // client-transition a redirect that doesn't match a page
1147
- // can be returned and this should trigger a hard navigation
1148
- // which is valid for incremental migration
1149
- if (!isQueryUpdating || pages.includes(resolvedRoute)) {
1150
- route = resolvedRoute;
1151
- pathname = data.effect.resolvedHref;
1152
- query = {
1153
- ...query,
1154
- ...data.effect.parsedAs.query
1155
- };
1156
- resolvedAs = (0, _removebasepath.removeBasePath)((0, _normalizelocalepath.normalizeLocalePath)(data.effect.parsedAs.pathname, this.locales).pathname);
1157
- // Check again the cache with the new destination.
1158
- existingInfo = this.components[route];
1159
- if (routeProps.shallow && existingInfo && this.route === route && !hasMiddleware) {
1160
- // If we have a match with the current route due to rewrite,
1161
- // we can copy the existing information to the rewritten one.
1162
- // Then, we return the information along with the matched route.
1163
- return {
1164
- ...existingInfo,
1165
- route
1166
- };
1167
- }
1168
- }
1169
- }
1170
- if ((0, _isapiroute.isAPIRoute)(route)) {
1171
- handleHardNavigation({
1172
- url: as,
1173
- router: this
1174
- });
1175
- return new Promise(()=>{});
1176
- }
1177
- const routeInfo = cachedRouteInfo || await this.fetchComponent(route).then((res)=>({
1178
- Component: res.page,
1179
- styleSheets: res.styleSheets,
1180
- __N_SSG: res.mod.__N_SSG,
1181
- __N_SSP: res.mod.__N_SSP
1182
- }));
1183
- if (process.env.NODE_ENV !== "production") {
1184
- const { isValidElementType } = require("next/dist/compiled/react-is");
1185
- if (!isValidElementType(routeInfo.Component)) {
1186
- throw new Error('The default export is not a React Component in page: "' + pathname + '"');
1187
- }
1188
- }
1189
- const wasBailedPrefetch = data == null ? void 0 : (_data_response = data.response) == null ? void 0 : _data_response.headers.get("x-middleware-skip");
1190
- const shouldFetchData = routeInfo.__N_SSG || routeInfo.__N_SSP;
1191
- // For non-SSG prefetches that bailed before sending data
1192
- // we clear the cache to fetch full response
1193
- if (wasBailedPrefetch && (data == null ? void 0 : data.dataHref)) {
1194
- delete this.sdc[data.dataHref];
1195
- }
1196
- const { props, cacheKey } = await this._getData(async ()=>{
1197
- if (shouldFetchData) {
1198
- if ((data == null ? void 0 : data.json) && !wasBailedPrefetch) {
1199
- return {
1200
- cacheKey: data.cacheKey,
1201
- props: data.json
1202
- };
1203
- }
1204
- const dataHref = (data == null ? void 0 : data.dataHref) ? data.dataHref : this.pageLoader.getDataHref({
1205
- href: (0, _formaturl.formatWithValidation)({
1206
- pathname,
1207
- query
1208
- }),
1209
- asPath: resolvedAs,
1210
- locale
1211
- });
1212
- const fetched = await fetchNextData({
1213
- dataHref,
1214
- isServerRender: this.isSsr,
1215
- parseJSON: true,
1216
- inflightCache: wasBailedPrefetch ? {} : this.sdc,
1217
- persistCache: !isPreview,
1218
- isPrefetch: false,
1219
- unstable_skipClientCache
1220
- });
1221
- return {
1222
- cacheKey: fetched.cacheKey,
1223
- props: fetched.json || {}
1224
- };
1225
- }
1226
- return {
1227
- headers: {},
1228
- props: await this.getInitialProps(routeInfo.Component, // we provide AppTree later so this needs to be `any`
1229
- {
1230
- pathname,
1231
- query,
1232
- asPath: as,
1233
- locale,
1234
- locales: this.locales,
1235
- defaultLocale: this.defaultLocale
1236
- })
1237
- };
1238
- });
1239
- // Only bust the data cache for SSP routes although
1240
- // middleware can skip cache per request with
1241
- // x-middleware-cache: no-cache as well
1242
- if (routeInfo.__N_SSP && fetchNextDataParams.dataHref && cacheKey) {
1243
- delete this.sdc[cacheKey];
1244
- }
1245
- // we kick off a HEAD request in the background
1246
- // when a non-prefetch request is made to signal revalidation
1247
- if (!this.isPreview && routeInfo.__N_SSG && process.env.NODE_ENV !== "development" && !isQueryUpdating) {
1248
- fetchNextData(Object.assign({}, fetchNextDataParams, {
1249
- isBackground: true,
1250
- persistCache: false,
1251
- inflightCache: this.sbc
1252
- })).catch(()=>{});
1253
- }
1254
- props.pageProps = Object.assign({}, props.pageProps);
1255
- routeInfo.props = props;
1256
- routeInfo.route = route;
1257
- routeInfo.query = query;
1258
- routeInfo.resolvedAs = resolvedAs;
1259
- this.components[route] = routeInfo;
1260
- return routeInfo;
1261
- } catch (err) {
1262
- return this.handleRouteInfoError((0, _iserror.getProperError)(err), pathname, query, as, routeProps);
1263
- }
1264
- }
1265
- set(state, data, resetScroll) {
1266
- this.state = state;
1267
- return this.sub(data, this.components["/_app"].Component, resetScroll);
1268
- }
1269
- /**
1270
- * Callback to execute before replacing router state
1271
- * @param cb callback to be executed
1272
- */ beforePopState(cb) {
1273
- this._bps = cb;
1274
- }
1275
- onlyAHashChange(as) {
1276
- if (!this.asPath) return false;
1277
- const [oldUrlNoHash, oldHash] = this.asPath.split("#", 2);
1278
- const [newUrlNoHash, newHash] = as.split("#", 2);
1279
- // Makes sure we scroll to the provided hash if the url/hash are the same
1280
- if (newHash && oldUrlNoHash === newUrlNoHash && oldHash === newHash) {
1281
- return true;
1282
- }
1283
- // If the urls are change, there's more than a hash change
1284
- if (oldUrlNoHash !== newUrlNoHash) {
1285
- return false;
1286
- }
1287
- // If the hash has changed, then it's a hash only change.
1288
- // This check is necessary to handle both the enter and
1289
- // leave hash === '' cases. The identity case falls through
1290
- // and is treated as a next reload.
1291
- return oldHash !== newHash;
1292
- }
1293
- scrollToHash(as) {
1294
- const [, hash = ""] = as.split("#", 2);
1295
- (0, _handlesmoothscroll.handleSmoothScroll)(()=>{
1296
- // Scroll to top if the hash is just `#` with no value or `#top`
1297
- // To mirror browsers
1298
- if (hash === "" || hash === "top") {
1299
- window.scrollTo(0, 0);
1300
- return;
1301
- }
1302
- // Decode hash to make non-latin anchor works.
1303
- const rawHash = decodeURIComponent(hash);
1304
- // First we check if the element by id is found
1305
- const idEl = document.getElementById(rawHash);
1306
- if (idEl) {
1307
- idEl.scrollIntoView();
1308
- return;
1309
- }
1310
- // If there's no element with the id, we check the `name` property
1311
- // To mirror browsers
1312
- const nameEl = document.getElementsByName(rawHash)[0];
1313
- if (nameEl) {
1314
- nameEl.scrollIntoView();
1315
- }
1316
- }, {
1317
- onlyHashChange: this.onlyAHashChange(as)
1318
- });
1319
- }
1320
- urlIsNew(asPath) {
1321
- return this.asPath !== asPath;
1322
- }
1323
- /**
1324
- * Prefetch page code, you may wait for the data during page rendering.
1325
- * This feature only works in production!
1326
- * @param url the href of prefetched page
1327
- * @param asPath the as path of the prefetched page
1328
- */ async prefetch(url, asPath, options) {
1329
- if (asPath === void 0) asPath = url;
1330
- if (options === void 0) options = {};
1331
- // Prefetch is not supported in development mode because it would trigger on-demand-entries
1332
- if (process.env.NODE_ENV !== "production") {
1333
- return;
1334
- }
1335
- if (typeof window !== "undefined" && (0, _isbot.isBot)(window.navigator.userAgent)) {
1336
- // No prefetches for bots that render the link since they are typically navigating
1337
- // links via the equivalent of a hard navigation and hence never utilize these
1338
- // prefetches.
1339
- return;
1340
- }
1341
- let parsed = (0, _parserelativeurl.parseRelativeUrl)(url);
1342
- const urlPathname = parsed.pathname;
1343
- let { pathname, query } = parsed;
1344
- const originalPathname = pathname;
1345
- if (process.env.__NEXT_I18N_SUPPORT) {
1346
- if (options.locale === false) {
1347
- pathname = (0, _normalizelocalepath.normalizeLocalePath)(pathname, this.locales).pathname;
1348
- parsed.pathname = pathname;
1349
- url = (0, _formaturl.formatWithValidation)(parsed);
1350
- let parsedAs = (0, _parserelativeurl.parseRelativeUrl)(asPath);
1351
- const localePathResult = (0, _normalizelocalepath.normalizeLocalePath)(parsedAs.pathname, this.locales);
1352
- parsedAs.pathname = localePathResult.pathname;
1353
- options.locale = localePathResult.detectedLocale || this.defaultLocale;
1354
- asPath = (0, _formaturl.formatWithValidation)(parsedAs);
1355
- }
1356
- }
1357
- const pages = await this.pageLoader.getPageList();
1358
- let resolvedAs = asPath;
1359
- const locale = typeof options.locale !== "undefined" ? options.locale || undefined : this.locale;
1360
- const isMiddlewareMatch = await matchesMiddleware({
1361
- asPath: asPath,
1362
- locale: locale,
1363
- router: this
1364
- });
1365
- if (process.env.__NEXT_HAS_REWRITES && asPath.startsWith("/")) {
1366
- let rewrites;
1367
- ({ __rewrites: rewrites } = await (0, _routeloader.getClientBuildManifest)());
1368
- const rewritesResult = (0, _resolverewrites.default)((0, _addbasepath.addBasePath)((0, _addlocale.addLocale)(asPath, this.locale), true), pages, rewrites, parsed.query, (p)=>resolveDynamicRoute(p, pages), this.locales);
1369
- if (rewritesResult.externalDest) {
1370
- return;
1371
- }
1372
- if (!isMiddlewareMatch) {
1373
- resolvedAs = (0, _removelocale.removeLocale)((0, _removebasepath.removeBasePath)(rewritesResult.asPath), this.locale);
1374
- }
1375
- if (rewritesResult.matchedPage && rewritesResult.resolvedHref) {
1376
- // if this directly matches a page we need to update the href to
1377
- // allow the correct page chunk to be loaded
1378
- pathname = rewritesResult.resolvedHref;
1379
- parsed.pathname = pathname;
1380
- if (!isMiddlewareMatch) {
1381
- url = (0, _formaturl.formatWithValidation)(parsed);
1382
- }
1383
- }
1384
- }
1385
- parsed.pathname = resolveDynamicRoute(parsed.pathname, pages);
1386
- if ((0, _isdynamic.isDynamicRoute)(parsed.pathname)) {
1387
- pathname = parsed.pathname;
1388
- parsed.pathname = pathname;
1389
- Object.assign(query, (0, _routematcher.getRouteMatcher)((0, _routeregex.getRouteRegex)(parsed.pathname))((0, _parsepath.parsePath)(asPath).pathname) || {});
1390
- if (!isMiddlewareMatch) {
1391
- url = (0, _formaturl.formatWithValidation)(parsed);
1392
- }
1393
- }
1394
- const data = process.env.__NEXT_MIDDLEWARE_PREFETCH === "strict" ? null : await withMiddlewareEffects({
1395
- fetchData: ()=>fetchNextData({
1396
- dataHref: this.pageLoader.getDataHref({
1397
- href: (0, _formaturl.formatWithValidation)({
1398
- pathname: originalPathname,
1399
- query
1400
- }),
1401
- skipInterpolation: true,
1402
- asPath: resolvedAs,
1403
- locale
1404
- }),
1405
- hasMiddleware: true,
1406
- isServerRender: false,
1407
- parseJSON: true,
1408
- inflightCache: this.sdc,
1409
- persistCache: !this.isPreview,
1410
- isPrefetch: true
1411
- }),
1412
- asPath: asPath,
1413
- locale: locale,
1414
- router: this
1415
- });
1416
- /**
1417
- * If there was a rewrite we apply the effects of the rewrite on the
1418
- * current parameters for the prefetch.
1419
- */ if ((data == null ? void 0 : data.effect.type) === "rewrite") {
1420
- parsed.pathname = data.effect.resolvedHref;
1421
- pathname = data.effect.resolvedHref;
1422
- query = {
1423
- ...query,
1424
- ...data.effect.parsedAs.query
1425
- };
1426
- resolvedAs = data.effect.parsedAs.pathname;
1427
- url = (0, _formaturl.formatWithValidation)(parsed);
1428
- }
1429
- /**
1430
- * If there is a redirect to an external destination then we don't have
1431
- * to prefetch content as it will be unused.
1432
- */ if ((data == null ? void 0 : data.effect.type) === "redirect-external") {
1433
- return;
1434
- }
1435
- const route = (0, _removetrailingslash.removeTrailingSlash)(pathname);
1436
- if (await this._bfl(asPath, resolvedAs, options.locale, true)) {
1437
- this.components[urlPathname] = {
1438
- __appRouter: true
1439
- };
1440
- }
1441
- await Promise.all([
1442
- this.pageLoader._isSsg(route).then((isSsg)=>{
1443
- return isSsg ? fetchNextData({
1444
- dataHref: (data == null ? void 0 : data.json) ? data == null ? void 0 : data.dataHref : this.pageLoader.getDataHref({
1445
- href: url,
1446
- asPath: resolvedAs,
1447
- locale: locale
1448
- }),
1449
- isServerRender: false,
1450
- parseJSON: true,
1451
- inflightCache: this.sdc,
1452
- persistCache: !this.isPreview,
1453
- isPrefetch: true,
1454
- unstable_skipClientCache: options.unstable_skipClientCache || options.priority && !!process.env.__NEXT_OPTIMISTIC_CLIENT_CACHE
1455
- }).then(()=>false).catch(()=>false) : false;
1456
- }),
1457
- this.pageLoader[options.priority ? "loadPage" : "prefetch"](route)
1458
- ]);
1459
- }
1460
- async fetchComponent(route) {
1461
- const handleCancelled = getCancelledHandler({
1462
- route,
1463
- router: this
1464
- });
1465
- try {
1466
- const componentResult = await this.pageLoader.loadPage(route);
1467
- handleCancelled();
1468
- return componentResult;
1469
- } catch (err) {
1470
- handleCancelled();
1471
- throw err;
1472
- }
1473
- }
1474
- _getData(fn) {
1475
- let cancelled = false;
1476
- const cancel = ()=>{
1477
- cancelled = true;
1478
- };
1479
- this.clc = cancel;
1480
- return fn().then((data)=>{
1481
- if (cancel === this.clc) {
1482
- this.clc = null;
1483
- }
1484
- if (cancelled) {
1485
- const err = new Error("Loading initial props cancelled");
1486
- err.cancelled = true;
1487
- throw err;
1488
- }
1489
- return data;
1490
- });
1491
- }
1492
- _getFlightData(dataHref) {
1493
- // Do not cache RSC flight response since it's not a static resource
1494
- return fetchNextData({
1495
- dataHref,
1496
- isServerRender: true,
1497
- parseJSON: false,
1498
- inflightCache: this.sdc,
1499
- persistCache: false,
1500
- isPrefetch: false
1501
- }).then((param)=>{
1502
- let { text } = param;
1503
- return {
1504
- data: text
1505
- };
1506
- });
1507
- }
1508
- getInitialProps(Component, ctx) {
1509
- const { Component: App } = this.components["/_app"];
1510
- const AppTree = this._wrapApp(App);
1511
- ctx.AppTree = AppTree;
1512
- return (0, _utils.loadGetInitialProps)(App, {
1513
- AppTree,
1514
- Component,
1515
- router: this,
1516
- ctx
1517
- });
1518
- }
1519
- get route() {
1520
- return this.state.route;
1521
- }
1522
- get pathname() {
1523
- return this.state.pathname;
1524
- }
1525
- get query() {
1526
- return this.state.query;
1527
- }
1528
- get asPath() {
1529
- return this.state.asPath;
1530
- }
1531
- get locale() {
1532
- return this.state.locale;
1533
- }
1534
- get isFallback() {
1535
- return this.state.isFallback;
1536
- }
1537
- get isPreview() {
1538
- return this.state.isPreview;
1539
- }
1540
- constructor(pathname, query, as, { initialProps, pageLoader, App, wrapApp, Component, err, subscription, isFallback, locale, locales, defaultLocale, domainLocales, isPreview }){
1541
- // Server Data Cache (full data requests)
1542
- this.sdc = {};
1543
- // Server Background Cache (HEAD requests)
1544
- this.sbc = {};
1545
- this.isFirstPopStateEvent = true;
1546
- this._key = createKey();
1547
- this.onPopState = (e)=>{
1548
- const { isFirstPopStateEvent } = this;
1549
- this.isFirstPopStateEvent = false;
1550
- const state = e.state;
1551
- if (!state) {
1552
- // We get state as undefined for two reasons.
1553
- // 1. With older safari (< 8) and older chrome (< 34)
1554
- // 2. When the URL changed with #
1555
- //
1556
- // In the both cases, we don't need to proceed and change the route.
1557
- // (as it's already changed)
1558
- // But we can simply replace the state with the new changes.
1559
- // Actually, for (1) we don't need to nothing. But it's hard to detect that event.
1560
- // So, doing the following for (1) does no harm.
1561
- const { pathname, query } = this;
1562
- this.changeState("replaceState", (0, _formaturl.formatWithValidation)({
1563
- pathname: (0, _addbasepath.addBasePath)(pathname),
1564
- query
1565
- }), (0, _utils.getURL)());
1566
- return;
1567
- }
1568
- // __NA is used to identify if the history entry can be handled by the app-router.
1569
- if (state.__NA) {
1570
- window.location.reload();
1571
- return;
1572
- }
1573
- if (!state.__N) {
1574
- return;
1575
- }
1576
- // Safari fires popstateevent when reopening the browser.
1577
- if (isFirstPopStateEvent && this.locale === state.options.locale && state.as === this.asPath) {
1578
- return;
1579
- }
1580
- let forcedScroll;
1581
- const { url, as, options, key } = state;
1582
- if (process.env.__NEXT_SCROLL_RESTORATION) {
1583
- if (manualScrollRestoration) {
1584
- if (this._key !== key) {
1585
- // Snapshot current scroll position:
1586
- try {
1587
- sessionStorage.setItem("__next_scroll_" + this._key, JSON.stringify({
1588
- x: self.pageXOffset,
1589
- y: self.pageYOffset
1590
- }));
1591
- } catch (e) {}
1592
- // Restore old scroll position:
1593
- try {
1594
- const v = sessionStorage.getItem("__next_scroll_" + key);
1595
- forcedScroll = JSON.parse(v);
1596
- } catch (e) {
1597
- forcedScroll = {
1598
- x: 0,
1599
- y: 0
1600
- };
1601
- }
1602
- }
1603
- }
1604
- }
1605
- this._key = key;
1606
- const { pathname } = (0, _parserelativeurl.parseRelativeUrl)(url);
1607
- // Make sure we don't re-render on initial load,
1608
- // can be caused by navigating back from an external site
1609
- if (this.isSsr && as === (0, _addbasepath.addBasePath)(this.asPath) && pathname === (0, _addbasepath.addBasePath)(this.pathname)) {
1610
- return;
1611
- }
1612
- // If the downstream application returns falsy, return.
1613
- // They will then be responsible for handling the event.
1614
- if (this._bps && !this._bps(state)) {
1615
- return;
1616
- }
1617
- this.change("replaceState", url, as, Object.assign({}, options, {
1618
- shallow: options.shallow && this._shallow,
1619
- locale: options.locale || this.defaultLocale,
1620
- // @ts-ignore internal value not exposed on types
1621
- _h: 0
1622
- }), forcedScroll);
1623
- };
1624
- // represents the current component key
1625
- const route = (0, _removetrailingslash.removeTrailingSlash)(pathname);
1626
- // set up the component cache (by route keys)
1627
- this.components = {};
1628
- // We should not keep the cache, if there's an error
1629
- // Otherwise, this cause issues when when going back and
1630
- // come again to the errored page.
1631
- if (pathname !== "/_error") {
1632
- this.components[route] = {
1633
- Component,
1634
- initial: true,
1635
- props: initialProps,
1636
- err,
1637
- __N_SSG: initialProps && initialProps.__N_SSG,
1638
- __N_SSP: initialProps && initialProps.__N_SSP
1639
- };
1640
- }
1641
- this.components["/_app"] = {
1642
- Component: App,
1643
- styleSheets: []
1644
- };
1645
- if (process.env.__NEXT_CLIENT_ROUTER_FILTER_ENABLED) {
1646
- const { BloomFilter } = require("../../lib/bloom-filter");
1647
- const routerFilterSValue = process.env.__NEXT_CLIENT_ROUTER_S_FILTER;
1648
- const staticFilterData = routerFilterSValue ? routerFilterSValue : undefined;
1649
- const routerFilterDValue = process.env.__NEXT_CLIENT_ROUTER_D_FILTER;
1650
- const dynamicFilterData = routerFilterDValue ? routerFilterDValue : undefined;
1651
- if (staticFilterData == null ? void 0 : staticFilterData.numHashes) {
1652
- this._bfl_s = new BloomFilter(staticFilterData.numItems, staticFilterData.errorRate);
1653
- this._bfl_s.import(staticFilterData);
1654
- }
1655
- if (dynamicFilterData == null ? void 0 : dynamicFilterData.numHashes) {
1656
- this._bfl_d = new BloomFilter(dynamicFilterData.numItems, dynamicFilterData.errorRate);
1657
- this._bfl_d.import(dynamicFilterData);
1658
- }
1659
- }
1660
- // Backwards compat for Router.router.events
1661
- // TODO: Should be remove the following major version as it was never documented
1662
- this.events = Router.events;
1663
- this.pageLoader = pageLoader;
1664
- // if auto prerendered and dynamic route wait to update asPath
1665
- // until after mount to prevent hydration mismatch
1666
- const autoExportDynamic = (0, _isdynamic.isDynamicRoute)(pathname) && self.__NEXT_DATA__.autoExport;
1667
- this.basePath = process.env.__NEXT_ROUTER_BASEPATH || "";
1668
- this.sub = subscription;
1669
- this.clc = null;
1670
- this._wrapApp = wrapApp;
1671
- // make sure to ignore extra popState in safari on navigating
1672
- // back from external site
1673
- this.isSsr = true;
1674
- this.isLocaleDomain = false;
1675
- this.isReady = !!(self.__NEXT_DATA__.gssp || self.__NEXT_DATA__.gip || self.__NEXT_DATA__.isExperimentalCompile || self.__NEXT_DATA__.appGip && !self.__NEXT_DATA__.gsp || !autoExportDynamic && !self.location.search && !process.env.__NEXT_HAS_REWRITES);
1676
- if (process.env.__NEXT_I18N_SUPPORT) {
1677
- this.locales = locales;
1678
- this.defaultLocale = defaultLocale;
1679
- this.domainLocales = domainLocales;
1680
- this.isLocaleDomain = !!(0, _detectdomainlocale.detectDomainLocale)(domainLocales, self.location.hostname);
1681
- }
1682
- this.state = {
1683
- route,
1684
- pathname,
1685
- query,
1686
- asPath: autoExportDynamic ? pathname : as,
1687
- isPreview: !!isPreview,
1688
- locale: process.env.__NEXT_I18N_SUPPORT ? locale : undefined,
1689
- isFallback
1690
- };
1691
- this._initialMatchesMiddlewarePromise = Promise.resolve(false);
1692
- if (typeof window !== "undefined") {
1693
- // make sure "as" doesn't start with double slashes or else it can
1694
- // throw an error as it's considered invalid
1695
- if (!as.startsWith("//")) {
1696
- // in order for `e.state` to work on the `onpopstate` event
1697
- // we have to register the initial route upon initialization
1698
- const options = {
1699
- locale
1700
- };
1701
- const asPath = (0, _utils.getURL)();
1702
- this._initialMatchesMiddlewarePromise = matchesMiddleware({
1703
- router: this,
1704
- locale,
1705
- asPath
1706
- }).then((matches)=>{
1707
- options._shouldResolveHref = as !== pathname;
1708
- this.changeState("replaceState", matches ? asPath : (0, _formaturl.formatWithValidation)({
1709
- pathname: (0, _addbasepath.addBasePath)(pathname),
1710
- query
1711
- }), asPath, options);
1712
- return matches;
1713
- });
1714
- }
1715
- window.addEventListener("popstate", this.onPopState);
1716
- // enable custom scroll restoration handling when available
1717
- // otherwise fallback to browser's default handling
1718
- if (process.env.__NEXT_SCROLL_RESTORATION) {
1719
- if (manualScrollRestoration) {
1720
- window.history.scrollRestoration = "manual";
1721
- }
1722
- }
1723
- }
1724
- }
1725
- }
1726
- Router.events = (0, _mitt.default)();
1727
-
1728
- //# sourceMappingURL=router.js.map