@sapienx/agentos 0.1.7 → 0.1.9

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 (530) hide show
  1. package/bundle/.next/BUILD_ID +1 -1
  2. package/bundle/.next/app-path-routes-manifest.json +17 -12
  3. package/bundle/.next/build-manifest.json +6 -6
  4. package/bundle/.next/prerender-manifest.json +3 -3
  5. package/bundle/.next/required-server-files.json +18 -6
  6. package/bundle/.next/routes-manifest.json +39 -0
  7. package/bundle/.next/server/app/_global-error/page.js +32 -3
  8. package/bundle/.next/server/app/_global-error/page.js.nft.json +1 -1
  9. package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/bundle/.next/server/app/_global-error.html +1 -2
  11. package/bundle/.next/server/app/_global-error.rsc +15 -11
  12. package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +15 -11
  13. package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +2 -2
  14. package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +4 -3
  15. package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
  16. package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +4 -3
  17. package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  18. package/bundle/.next/server/app/_not-found/page.js +2 -2
  19. package/bundle/.next/server/app/_not-found/page.js.nft.json +1 -1
  20. package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  21. package/bundle/.next/server/app/_not-found.html +1 -1
  22. package/bundle/.next/server/app/_not-found.rsc +14 -12
  23. package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +14 -12
  24. package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  25. package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
  26. package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  27. package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -3
  28. package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  29. package/bundle/.next/server/app/api/agents/route.js +1 -1
  30. package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
  31. package/bundle/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
  32. package/bundle/.next/server/app/api/diagnostics/route.js +1 -1
  33. package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
  34. package/bundle/.next/server/app/api/diagnostics/route_client-reference-manifest.js +1 -1
  35. package/bundle/.next/server/app/api/files/reveal/route.js +1 -1
  36. package/bundle/.next/server/app/api/files/reveal/route.js.nft.json +1 -1
  37. package/bundle/.next/server/app/api/files/reveal/route_client-reference-manifest.js +1 -1
  38. package/bundle/.next/server/app/api/gateway/control/route.js +1 -1
  39. package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
  40. package/bundle/.next/server/app/api/gateway/control/route_client-reference-manifest.js +1 -1
  41. package/bundle/.next/server/app/api/mission/route.js +1 -1
  42. package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
  43. package/bundle/.next/server/app/api/mission/route_client-reference-manifest.js +1 -1
  44. package/bundle/.next/server/app/api/models/providers/route.js +2 -0
  45. package/bundle/.next/server/app/api/models/providers/route.js.nft.json +1 -0
  46. package/bundle/.next/server/app/api/models/providers/route_client-reference-manifest.js +1 -0
  47. package/bundle/.next/server/app/api/onboarding/models/route.js +2 -2
  48. package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
  49. package/bundle/.next/server/app/api/onboarding/models/route_client-reference-manifest.js +1 -1
  50. package/bundle/.next/server/app/api/onboarding/route.js +2 -2
  51. package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
  52. package/bundle/.next/server/app/api/onboarding/route_client-reference-manifest.js +1 -1
  53. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js +2 -2
  54. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
  55. package/bundle/.next/server/app/api/planner/[planId]/deploy/route_client-reference-manifest.js +1 -1
  56. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js +1 -0
  57. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js.nft.json +1 -0
  58. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route_client-reference-manifest.js +1 -0
  59. package/bundle/.next/server/app/api/planner/[planId]/route.js +1 -1
  60. package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
  61. package/bundle/.next/server/app/api/planner/[planId]/route_client-reference-manifest.js +1 -1
  62. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js +1 -1
  63. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
  64. package/bundle/.next/server/app/api/planner/[planId]/simulate/route_client-reference-manifest.js +1 -1
  65. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js +1 -1
  66. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
  67. package/bundle/.next/server/app/api/planner/[planId]/turn/route_client-reference-manifest.js +1 -1
  68. package/bundle/.next/server/app/api/planner/route.js +1 -1
  69. package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
  70. package/bundle/.next/server/app/api/planner/route_client-reference-manifest.js +1 -1
  71. package/bundle/.next/server/app/api/reset/route.js +2 -2
  72. package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -1
  73. package/bundle/.next/server/app/api/reset/route_client-reference-manifest.js +1 -1
  74. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js +1 -1
  75. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
  76. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route_client-reference-manifest.js +1 -1
  77. package/bundle/.next/server/app/api/settings/gateway/route.js +1 -1
  78. package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
  79. package/bundle/.next/server/app/api/settings/gateway/route_client-reference-manifest.js +1 -1
  80. package/bundle/.next/server/app/api/settings/workspace-root/route.js +1 -1
  81. package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
  82. package/bundle/.next/server/app/api/settings/workspace-root/route_client-reference-manifest.js +1 -1
  83. package/bundle/.next/server/app/api/snapshot/route.js +1 -1
  84. package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
  85. package/bundle/.next/server/app/api/snapshot/route_client-reference-manifest.js +1 -1
  86. package/bundle/.next/server/app/api/stream/route.js +2 -2
  87. package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
  88. package/bundle/.next/server/app/api/stream/route_client-reference-manifest.js +1 -1
  89. package/bundle/.next/server/app/api/system/open-terminal/route.js +1 -1
  90. package/bundle/.next/server/app/api/system/open-terminal/route.js.nft.json +1 -1
  91. package/bundle/.next/server/app/api/system/open-terminal/route_client-reference-manifest.js +1 -1
  92. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js +1 -0
  93. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js.nft.json +1 -0
  94. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route_client-reference-manifest.js +1 -0
  95. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js +4 -0
  96. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js.nft.json +1 -0
  97. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route_client-reference-manifest.js +1 -0
  98. package/bundle/.next/server/app/api/update/route.js +2 -2
  99. package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
  100. package/bundle/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  101. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js +1 -0
  102. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js.nft.json +1 -0
  103. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route_client-reference-manifest.js +1 -0
  104. package/bundle/.next/server/app/api/workspaces/route.js +2 -2
  105. package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
  106. package/bundle/.next/server/app/api/workspaces/route_client-reference-manifest.js +1 -1
  107. package/bundle/.next/server/app/page.js +164 -13
  108. package/bundle/.next/server/app/page.js.nft.json +1 -1
  109. package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
  110. package/bundle/.next/server/app-paths-manifest.json +17 -12
  111. package/bundle/.next/server/chunks/212.js +98 -0
  112. package/bundle/.next/server/chunks/35.js +45 -0
  113. package/bundle/.next/server/chunks/408.js +18 -0
  114. package/bundle/.next/server/chunks/49.js +250 -0
  115. package/bundle/.next/server/chunks/661.js +1 -0
  116. package/bundle/.next/server/chunks/678.js +1 -0
  117. package/bundle/.next/server/chunks/825.js +1 -0
  118. package/bundle/.next/server/functions-config-manifest.json +6 -1
  119. package/bundle/.next/server/middleware-build-manifest.js +1 -1
  120. package/bundle/.next/server/pages/404.html +1 -1
  121. package/bundle/.next/server/pages/500.html +1 -2
  122. package/bundle/.next/server/prefetch-hints.json +1 -0
  123. package/bundle/.next/server/server-reference-manifest.json +1 -1
  124. package/bundle/.next/static/GiI1KbaEnOWQ2uB6c5S7l/_buildManifest.js +1 -0
  125. package/bundle/.next/static/chunks/424-90a1df1753670aa3.js +32 -0
  126. package/bundle/.next/static/chunks/4a846800-6992bfdb6d680e8c.js +1 -0
  127. package/bundle/.next/static/chunks/583-20f3363124499c5d.js +1 -0
  128. package/bundle/.next/static/chunks/805-27fb5cc3e5bbb716.js +15 -0
  129. package/bundle/.next/static/chunks/app/_global-error/page-e372189c79e963a1.js +1 -0
  130. package/bundle/.next/static/chunks/app/_not-found/page-e372189c79e963a1.js +1 -0
  131. package/bundle/.next/static/chunks/app/api/agents/route-e372189c79e963a1.js +1 -0
  132. package/bundle/.next/static/chunks/app/api/diagnostics/route-e372189c79e963a1.js +1 -0
  133. package/bundle/.next/static/chunks/app/api/files/reveal/route-e372189c79e963a1.js +1 -0
  134. package/bundle/.next/static/chunks/app/api/gateway/control/route-e372189c79e963a1.js +1 -0
  135. package/bundle/.next/static/chunks/app/api/mission/route-e372189c79e963a1.js +1 -0
  136. package/bundle/.next/static/chunks/app/api/models/providers/route-e372189c79e963a1.js +1 -0
  137. package/bundle/.next/static/chunks/app/api/onboarding/models/route-e372189c79e963a1.js +1 -0
  138. package/bundle/.next/static/chunks/app/api/onboarding/route-e372189c79e963a1.js +1 -0
  139. package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-e372189c79e963a1.js +1 -0
  140. package/bundle/.next/static/chunks/app/api/planner/[planId]/document-rewrite/route-e372189c79e963a1.js +1 -0
  141. package/bundle/.next/static/chunks/app/api/planner/[planId]/route-e372189c79e963a1.js +1 -0
  142. package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-e372189c79e963a1.js +1 -0
  143. package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-e372189c79e963a1.js +1 -0
  144. package/bundle/.next/static/chunks/app/api/planner/route-e372189c79e963a1.js +1 -0
  145. package/bundle/.next/static/chunks/app/api/reset/route-e372189c79e963a1.js +1 -0
  146. package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-e372189c79e963a1.js +1 -0
  147. package/bundle/.next/static/chunks/app/api/settings/gateway/route-e372189c79e963a1.js +1 -0
  148. package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-e372189c79e963a1.js +1 -0
  149. package/bundle/.next/static/chunks/app/api/snapshot/route-e372189c79e963a1.js +1 -0
  150. package/bundle/.next/static/chunks/app/api/stream/route-e372189c79e963a1.js +1 -0
  151. package/bundle/.next/static/chunks/app/api/system/open-terminal/route-e372189c79e963a1.js +1 -0
  152. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/abort/route-e372189c79e963a1.js +1 -0
  153. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/stream/route-e372189c79e963a1.js +1 -0
  154. package/bundle/.next/static/chunks/app/api/update/route-e372189c79e963a1.js +1 -0
  155. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/edit-draft/route-e372189c79e963a1.js +1 -0
  156. package/bundle/.next/static/chunks/app/api/workspaces/route-e372189c79e963a1.js +1 -0
  157. package/bundle/.next/static/chunks/app/layout-f64f74d82381e703.js +1 -0
  158. package/bundle/.next/static/chunks/app/not-found-e372189c79e963a1.js +1 -0
  159. package/bundle/.next/static/chunks/app/page-f4845e91032a411f.js +163 -0
  160. package/bundle/.next/static/chunks/f6503f1c-76bd524eece75922.js +1 -0
  161. package/bundle/.next/static/chunks/framework-3804ea39af33aa2e.js +1 -0
  162. package/bundle/.next/static/chunks/main-28f7be32434a5aa2.js +5 -0
  163. package/bundle/.next/static/chunks/main-app-5eca1027f109d5af.js +1 -0
  164. package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-e372189c79e963a1.js +1 -0
  165. package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-e372189c79e963a1.js +1 -0
  166. package/bundle/.next/static/chunks/next/dist/client/components/builtin/global-error-e382d739d625239d.js +1 -0
  167. package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-e372189c79e963a1.js +1 -0
  168. package/bundle/.next/static/chunks/webpack-5bdc2ea2996939e4.js +1 -0
  169. package/bundle/.next/static/css/de551c93149758e0.css +3 -0
  170. package/bundle/node_modules/@next/env/package.json +1 -1
  171. package/bundle/node_modules/next/dist/build/adapter/setup-node-env.external.js +15 -0
  172. package/bundle/node_modules/next/dist/build/analysis/extract-const-value.js +78 -63
  173. package/bundle/node_modules/next/dist/build/analysis/get-page-static-info.js +64 -40
  174. package/bundle/node_modules/next/dist/build/create-compiler-aliases.js +2 -0
  175. package/bundle/node_modules/next/dist/build/define-env.js +29 -11
  176. package/bundle/node_modules/next/dist/build/duration-to-string.js +1 -1
  177. package/bundle/node_modules/next/dist/build/entries.js +55 -295
  178. package/bundle/node_modules/next/dist/build/file-classifier.js +76 -0
  179. package/bundle/node_modules/next/dist/build/get-supported-browsers.js +38 -0
  180. package/bundle/node_modules/next/dist/build/load-jsconfig.js +7 -7
  181. package/bundle/node_modules/next/dist/build/lockfile.js +90 -9
  182. package/bundle/node_modules/next/dist/build/next-config-ts/transpile-config.js +128 -49
  183. package/bundle/node_modules/next/dist/build/print-build-errors.js +72 -0
  184. package/bundle/node_modules/next/dist/build/route-discovery.js +353 -0
  185. package/bundle/node_modules/next/dist/build/segment-config/app/app-segment-config.js +34 -17
  186. package/bundle/node_modules/next/dist/build/static-paths/app.js +68 -15
  187. package/bundle/node_modules/next/dist/build/static-paths/pages.js +3 -3
  188. package/bundle/node_modules/next/dist/build/swc/index.js +125 -48
  189. package/bundle/node_modules/next/dist/build/swc/loaderWorkerPool.js +40 -0
  190. package/bundle/node_modules/next/dist/build/swc/options.js +23 -6
  191. package/bundle/node_modules/next/dist/build/utils.js +48 -94
  192. package/bundle/node_modules/next/dist/build/webpack/config/blocks/css/index.js +14 -3
  193. package/bundle/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +4 -2
  194. package/bundle/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +4 -2
  195. package/bundle/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +1 -0
  196. package/bundle/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +5 -5
  197. package/bundle/node_modules/next/dist/build/webpack/config/index.js +3 -2
  198. package/bundle/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +2 -1
  199. package/bundle/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +8 -1
  200. package/bundle/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +13 -4
  201. package/bundle/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +3 -1
  202. package/bundle/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin-utils.js +2 -16
  203. package/bundle/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +2 -2
  204. package/bundle/node_modules/next/dist/build/webpack/plugins/deferred-entries-plugin.js +106 -0
  205. package/bundle/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +16 -8
  206. package/bundle/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +24 -11
  207. package/bundle/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +21 -2
  208. package/bundle/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +6 -5
  209. package/bundle/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +10 -14
  210. package/bundle/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +18 -4
  211. package/bundle/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +5 -4
  212. package/bundle/node_modules/next/dist/build/webpack-config.js +18 -8
  213. package/bundle/node_modules/next/dist/cli/next-test.js +4 -3
  214. package/bundle/node_modules/next/dist/client/app-find-source-map-url.js +2 -1
  215. package/bundle/node_modules/next/dist/client/components/app-router-headers.js +10 -0
  216. package/bundle/node_modules/next/dist/client/components/app-router-instance.js +82 -4
  217. package/bundle/node_modules/next/dist/client/components/app-router.js +39 -20
  218. package/bundle/node_modules/next/dist/client/components/builtin/app-error.js +29 -65
  219. package/bundle/node_modules/next/dist/client/components/builtin/error-styles.js +165 -0
  220. package/bundle/node_modules/next/dist/client/components/builtin/global-error.js +56 -38
  221. package/bundle/node_modules/next/dist/client/components/error-boundary.js +16 -6
  222. package/bundle/node_modules/next/dist/client/components/forbidden.js +1 -1
  223. package/bundle/node_modules/next/dist/client/components/handle-isr-error.js +3 -4
  224. package/bundle/node_modules/next/dist/client/components/links.js +7 -0
  225. package/bundle/node_modules/next/dist/client/components/navigation-untracked.js +2 -0
  226. package/bundle/node_modules/next/dist/client/components/navigation.js +27 -0
  227. package/bundle/node_modules/next/dist/client/components/navigation.react-server.js +5 -2
  228. package/bundle/node_modules/next/dist/client/components/not-found.js +1 -1
  229. package/bundle/node_modules/next/dist/client/components/redirect-boundary.js +1 -1
  230. package/bundle/node_modules/next/dist/client/components/redirect-error.js +0 -9
  231. package/bundle/node_modules/next/dist/client/components/redirect.js +2 -2
  232. package/bundle/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +73 -0
  233. package/bundle/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +102 -8
  234. package/bundle/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +165 -48
  235. package/bundle/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +19 -11
  236. package/bundle/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +669 -457
  237. package/bundle/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js +49 -0
  238. package/bundle/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +19 -20
  239. package/bundle/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +5 -117
  240. package/bundle/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +34 -19
  241. package/bundle/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +16 -32
  242. package/bundle/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +85 -57
  243. package/bundle/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +12 -10
  244. package/bundle/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +10 -1
  245. package/bundle/node_modules/next/dist/client/components/router-reducer/router-reducer.js +1 -1
  246. package/bundle/node_modules/next/dist/client/components/segment-cache/bfcache.js +128 -0
  247. package/bundle/node_modules/next/dist/client/components/segment-cache/cache.js +732 -231
  248. package/bundle/node_modules/next/dist/client/components/segment-cache/lru.js +13 -6
  249. package/bundle/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js +194 -0
  250. package/bundle/node_modules/next/dist/client/components/segment-cache/navigation.js +388 -250
  251. package/bundle/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js +543 -0
  252. package/bundle/node_modules/next/dist/client/components/segment-cache/scheduler.js +154 -55
  253. package/bundle/node_modules/next/dist/client/components/segment-cache/vary-path.js +63 -1
  254. package/bundle/node_modules/next/dist/client/components/unauthorized.js +1 -1
  255. package/bundle/node_modules/next/dist/client/components/use-action-queue.js +49 -3
  256. package/bundle/node_modules/next/dist/client/dev/hot-reloader/app/hot-reloader-app.js +9 -1
  257. package/bundle/node_modules/next/dist/client/flight-data-helpers.js +42 -29
  258. package/bundle/node_modules/next/dist/client/lib/javascript-url.js +32 -0
  259. package/bundle/node_modules/next/dist/client/lib/promise.js +53 -0
  260. package/bundle/node_modules/next/dist/client/{app-build-id.js → navigation-build-id.js} +17 -13
  261. package/bundle/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js +14 -0
  262. package/bundle/node_modules/next/dist/client/route-loader.js +9 -46
  263. package/bundle/node_modules/next/dist/client/router.js +1 -1
  264. package/bundle/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json +74 -3
  265. package/bundle/node_modules/next/dist/compiled/babel/bundle.js +1 -1
  266. package/bundle/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +4 -4
  267. package/bundle/node_modules/next/dist/compiled/browserslist/index.js +1 -1
  268. package/bundle/node_modules/next/dist/compiled/http-proxy/index.js +5 -5
  269. package/bundle/node_modules/next/dist/compiled/next-devtools/index.js +2209 -23
  270. package/bundle/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +42 -12
  271. package/bundle/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +42 -12
  272. package/bundle/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +42 -12
  273. package/bundle/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +42 -12
  274. package/bundle/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +2 -2
  275. package/bundle/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +10 -10
  276. package/bundle/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +10 -10
  277. package/bundle/node_modules/next/dist/compiled/react-is/package.json +1 -1
  278. package/bundle/node_modules/next/dist/compiled/tar/index.min.js +1 -0
  279. package/bundle/node_modules/next/dist/compiled/tar/package.json +1 -1
  280. package/bundle/node_modules/next/dist/compiled/unistore/unistore.js +1 -1
  281. package/bundle/node_modules/next/dist/lib/bundler.js +97 -0
  282. package/bundle/node_modules/next/dist/lib/constants.js +19 -4
  283. package/bundle/node_modules/next/dist/lib/download-swc.js +2 -2
  284. package/bundle/node_modules/next/dist/lib/find-root.js +11 -7
  285. package/bundle/node_modules/next/dist/lib/format-server-error.js +1 -0
  286. package/bundle/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +3 -20
  287. package/bundle/node_modules/next/dist/lib/interop-default.js +1 -0
  288. package/bundle/node_modules/next/dist/lib/is-interception-route-rewrite.js +18 -0
  289. package/bundle/node_modules/next/dist/lib/load-custom-routes.js +49 -5
  290. package/bundle/node_modules/next/dist/lib/memory/trace.js +109 -0
  291. package/bundle/node_modules/next/dist/lib/metadata/get-metadata-route.js +11 -2
  292. package/bundle/node_modules/next/dist/lib/needs-experimental-react.js +2 -2
  293. package/bundle/node_modules/next/dist/lib/patch-incorrect-lockfile.js +5 -5
  294. package/bundle/node_modules/next/dist/lib/try-to-parse-path.js +1 -2
  295. package/bundle/node_modules/next/dist/lib/turbopack-warning.js +0 -1
  296. package/bundle/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +6 -3
  297. package/bundle/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +1 -1
  298. package/bundle/node_modules/next/dist/lib/typescript/missingDependencyError.js +1 -1
  299. package/bundle/node_modules/next/dist/lib/typescript/runTypeCheck.js +6 -8
  300. package/bundle/node_modules/next/dist/lib/typescript/type-paths.js +7 -12
  301. package/bundle/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +17 -7
  302. package/bundle/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +9 -12
  303. package/bundle/node_modules/next/dist/lib/verify-typescript-setup.js +66 -16
  304. package/bundle/node_modules/next/dist/next-devtools/server/shared.js +6 -10
  305. package/bundle/node_modules/next/dist/next-devtools/shared/webpack-module-path.js +4 -4
  306. package/bundle/node_modules/next/dist/next-devtools/userspace/app/app-dev-overlay-error-boundary.js +22 -4
  307. package/bundle/node_modules/next/dist/next-devtools/userspace/app/errors/stitched-error.js +7 -1
  308. package/bundle/node_modules/next/dist/next-devtools/userspace/app/forward-logs.js +18 -13
  309. package/bundle/node_modules/next/dist/next-devtools/userspace/app/segment-explorer-node.js +7 -4
  310. package/bundle/node_modules/next/dist/server/app-render/action-handler.js +83 -15
  311. package/bundle/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +0 -82
  312. package/bundle/node_modules/next/dist/server/app-render/app-render-render-utils.js +45 -81
  313. package/bundle/node_modules/next/dist/server/app-render/app-render.js +1746 -803
  314. package/bundle/node_modules/next/dist/server/app-render/create-component-tree.js +136 -50
  315. package/bundle/node_modules/next/dist/server/app-render/create-error-handler.js +6 -4
  316. package/bundle/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +52 -26
  317. package/bundle/node_modules/next/dist/server/app-render/csrf-protection.js +14 -3
  318. package/bundle/node_modules/next/dist/server/app-render/debug-channel-server.js +30 -0
  319. package/bundle/node_modules/next/dist/server/app-render/debug-channel-server.web.js +71 -0
  320. package/bundle/node_modules/next/dist/server/app-render/dynamic-rendering.js +353 -37
  321. package/bundle/node_modules/next/dist/server/app-render/get-asset-query-string.js +2 -2
  322. package/bundle/node_modules/next/dist/server/app-render/get-layer-assets.js +1 -1
  323. package/bundle/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js +13 -0
  324. package/bundle/node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js +18 -0
  325. package/bundle/node_modules/next/dist/server/app-render/instant-validation/instant-config.js +181 -0
  326. package/bundle/node_modules/next/dist/server/app-render/instant-validation/instant-samples-client.js +128 -0
  327. package/bundle/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js +432 -0
  328. package/bundle/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js +33 -0
  329. package/bundle/node_modules/next/dist/server/app-render/instant-validation/stream-utils.js +96 -0
  330. package/bundle/node_modules/next/dist/server/app-render/manifests-singleton.js +8 -1
  331. package/bundle/node_modules/next/dist/server/app-render/postponed-state.js +2 -1
  332. package/bundle/node_modules/next/dist/server/app-render/prospective-render-utils.js +1 -0
  333. package/bundle/node_modules/next/dist/server/app-render/segment-explorer-path.js +35 -10
  334. package/bundle/node_modules/next/dist/server/app-render/staged-rendering.js +142 -72
  335. package/bundle/node_modules/next/dist/server/app-render/stale-time.js +111 -0
  336. package/bundle/node_modules/next/dist/server/app-render/stream-ops.js +106 -0
  337. package/bundle/node_modules/next/dist/server/app-render/stream-ops.web.js +163 -0
  338. package/bundle/node_modules/next/dist/server/app-render/types.js +10 -4
  339. package/bundle/node_modules/next/dist/server/app-render/use-flight-response.js +3 -1
  340. package/bundle/node_modules/next/dist/server/app-render/vary-params.js +336 -0
  341. package/bundle/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +59 -12
  342. package/bundle/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +54 -26
  343. package/bundle/node_modules/next/dist/server/async-storage/request-store.js +4 -4
  344. package/bundle/node_modules/next/dist/server/async-storage/work-store.js +2 -5
  345. package/bundle/node_modules/next/dist/server/base-server.js +65 -53
  346. package/bundle/node_modules/next/dist/server/config-schema.js +93 -8
  347. package/bundle/node_modules/next/dist/server/config-shared.js +57 -7
  348. package/bundle/node_modules/next/dist/server/config.js +96 -25
  349. package/bundle/node_modules/next/dist/server/dev/browser-logs/file-logger.js +9 -6
  350. package/bundle/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +46 -0
  351. package/bundle/node_modules/next/dist/server/dev/browser-logs/source-map.js +1 -4
  352. package/bundle/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +264 -33
  353. package/bundle/node_modules/next/dist/server/dev/hot-reloader-webpack.js +8 -4
  354. package/bundle/node_modules/next/dist/server/dev/log-requests.js +10 -2
  355. package/bundle/node_modules/next/dist/server/dev/middleware-turbopack.js +20 -10
  356. package/bundle/node_modules/next/dist/server/dev/middleware-webpack.js +13 -3
  357. package/bundle/node_modules/next/dist/server/dev/next-dev-server.js +19 -6
  358. package/bundle/node_modules/next/dist/server/dev/on-demand-entry-handler.js +69 -0
  359. package/bundle/node_modules/next/dist/server/dev/require-cache.js +51 -21
  360. package/bundle/node_modules/next/dist/server/dev/server-action-logger.js +37 -0
  361. package/bundle/node_modules/next/dist/server/dev/static-paths-worker.js +1 -0
  362. package/bundle/node_modules/next/dist/server/dev/turbopack-utils.js +6 -15
  363. package/bundle/node_modules/next/dist/server/dynamic-rendering-utils.js +22 -0
  364. package/bundle/node_modules/next/dist/server/image-optimizer.js +157 -27
  365. package/bundle/node_modules/next/dist/server/lib/app-info-log.js +16 -38
  366. package/bundle/node_modules/next/dist/server/lib/cache-control.js +1 -1
  367. package/bundle/node_modules/next/dist/server/lib/clone-response.js +16 -16
  368. package/bundle/node_modules/next/dist/server/lib/cpu-profile.js +47 -16
  369. package/bundle/node_modules/next/dist/server/lib/dev-bundler-service.js +2 -2
  370. package/bundle/node_modules/next/dist/server/lib/disk-lru-cache.external.js +57 -0
  371. package/bundle/node_modules/next/dist/server/lib/find-page-file.js +27 -7
  372. package/bundle/node_modules/next/dist/server/lib/implicit-tags.js +3 -3
  373. package/bundle/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +5 -3
  374. package/bundle/node_modules/next/dist/server/lib/incremental-cache/index.js +32 -10
  375. package/bundle/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +18 -1
  376. package/bundle/node_modules/next/dist/server/lib/install-code-frame.js +22 -0
  377. package/bundle/node_modules/next/dist/server/lib/lru-cache.js +9 -1
  378. package/bundle/node_modules/next/dist/server/lib/patch-fetch.js +40 -7
  379. package/bundle/node_modules/next/dist/server/lib/postponed-request-body.js +64 -0
  380. package/bundle/node_modules/next/dist/server/lib/render-server.js +4 -1
  381. package/bundle/node_modules/next/dist/server/lib/router-server.js +24 -13
  382. package/bundle/node_modules/next/dist/server/lib/router-utils/block-cross-site-dev.js +110 -0
  383. package/bundle/node_modules/next/dist/server/lib/router-utils/filesystem.js +16 -15
  384. package/bundle/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +32 -11
  385. package/bundle/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +3 -3
  386. package/bundle/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +71 -71
  387. package/bundle/node_modules/next/dist/server/lib/router-utils/typegen.js +247 -2
  388. package/bundle/node_modules/next/dist/server/lib/server-ipc/utils.js +2 -1
  389. package/bundle/node_modules/next/dist/server/lib/start-server.js +73 -39
  390. package/bundle/node_modules/next/dist/server/lib/trace/tracer.js +11 -1
  391. package/bundle/node_modules/next/dist/server/lib/utils.js +40 -11
  392. package/bundle/node_modules/next/dist/server/load-components.js +2 -0
  393. package/bundle/node_modules/next/dist/server/load-manifest.external.js +37 -17
  394. package/bundle/node_modules/next/dist/server/mcp/tools/get-errors.js +11 -4
  395. package/bundle/node_modules/next/dist/server/mcp/tools/get-logs.js +9 -3
  396. package/bundle/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +52 -44
  397. package/bundle/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +6 -2
  398. package/bundle/node_modules/next/dist/server/mcp/tools/get-routes.js +44 -79
  399. package/bundle/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +12 -4
  400. package/bundle/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +62 -72
  401. package/bundle/node_modules/next/dist/server/next-server.js +69 -99
  402. package/bundle/node_modules/next/dist/server/next.js +3 -0
  403. package/bundle/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +61 -6
  404. package/bundle/node_modules/next/dist/server/node-environment-extensions/date.js +4 -4
  405. package/bundle/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +13 -6
  406. package/bundle/node_modules/next/dist/server/node-environment-extensions/{utils.js → io-utils.js} +14 -5
  407. package/bundle/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +8 -8
  408. package/bundle/node_modules/next/dist/server/node-environment-extensions/process-error-handlers.js +91 -0
  409. package/bundle/node_modules/next/dist/server/node-environment-extensions/random.js +2 -2
  410. package/bundle/node_modules/next/dist/server/node-environment-extensions/{unhandled-rejection.js → unhandled-rejection.external.js} +23 -4
  411. package/bundle/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +3 -3
  412. package/bundle/node_modules/next/dist/server/node-environment.js +1 -1
  413. package/bundle/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +2 -1
  414. package/bundle/node_modules/next/dist/server/patch-error-inspect.js +37 -20
  415. package/bundle/node_modules/next/dist/server/render-result.js +9 -0
  416. package/bundle/node_modules/next/dist/server/render.js +27 -25
  417. package/bundle/node_modules/next/dist/server/require-hook.js +19 -8
  418. package/bundle/node_modules/next/dist/server/response-cache/utils.js +1 -0
  419. package/bundle/node_modules/next/dist/server/resume-data-cache/cache-store.js +35 -23
  420. package/bundle/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +16 -7
  421. package/bundle/node_modules/next/dist/server/revalidation-utils.js +12 -7
  422. package/bundle/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +2 -1
  423. package/bundle/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +4 -1
  424. package/bundle/node_modules/next/dist/server/route-modules/app-page/module.js +31 -1
  425. package/bundle/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.js +25 -0
  426. package/bundle/node_modules/next/dist/server/route-modules/pages/pages-handler.js +31 -8
  427. package/bundle/node_modules/next/dist/server/route-modules/route-module.js +71 -18
  428. package/bundle/node_modules/next/dist/server/stream-utils/encoded-tags.js +8 -0
  429. package/bundle/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +239 -58
  430. package/bundle/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +7 -2
  431. package/bundle/node_modules/next/dist/server/typescript/constant.js +1 -0
  432. package/bundle/node_modules/next/dist/server/typescript/rules/config.js +14 -3
  433. package/bundle/node_modules/next/dist/server/web/adapter.js +7 -3
  434. package/bundle/node_modules/next/dist/server/web/next-url.js +6 -2
  435. package/bundle/node_modules/next/dist/server/web/sandbox/sandbox.js +3 -0
  436. package/bundle/node_modules/next/dist/shared/lib/app-router-types.js +30 -11
  437. package/bundle/node_modules/next/dist/shared/lib/constants.js +7 -7
  438. package/bundle/node_modules/next/dist/shared/lib/deployment-id.js +37 -10
  439. package/bundle/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
  440. package/bundle/node_modules/next/dist/shared/lib/errors/code-frame.js +20 -0
  441. package/bundle/node_modules/next/dist/shared/lib/format-webpack-messages.js +22 -2
  442. package/bundle/node_modules/next/dist/shared/lib/image-config.js +3 -1
  443. package/bundle/node_modules/next/dist/shared/lib/is-internal.js +2 -0
  444. package/bundle/node_modules/next/dist/shared/lib/magic-identifier.js +6 -6
  445. package/bundle/node_modules/next/dist/shared/lib/router/router.js +32 -0
  446. package/bundle/node_modules/next/dist/shared/lib/router/utils/app-paths.js +11 -0
  447. package/bundle/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +11 -4
  448. package/bundle/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +3 -2
  449. package/bundle/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +9 -2
  450. package/bundle/node_modules/next/dist/shared/lib/router/utils/parse-url.js +8 -2
  451. package/bundle/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js +32 -0
  452. package/bundle/node_modules/next/dist/shared/lib/server-reference-info.js +4 -0
  453. package/bundle/node_modules/next/dist/shared/lib/size-limit.js +6 -1
  454. package/bundle/node_modules/next/dist/shared/lib/turbopack/compilation-events.js +47 -10
  455. package/bundle/node_modules/next/dist/shared/lib/turbopack/manifest-loader.js +90 -116
  456. package/bundle/node_modules/next/dist/shared/lib/turbopack/utils.js +14 -26
  457. package/bundle/node_modules/next/dist/shared/lib/utils/reflect-utils.js +69 -0
  458. package/bundle/node_modules/next/dist/shared/lib/utils.js +2 -2
  459. package/bundle/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
  460. package/bundle/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
  461. package/bundle/node_modules/next/dist/telemetry/events/version.js +2 -2
  462. package/bundle/node_modules/next/dist/trace/index.js +4 -0
  463. package/bundle/node_modules/next/dist/trace/report/to-json-build.js +11 -108
  464. package/bundle/node_modules/next/dist/trace/report/to-json.js +52 -38
  465. package/bundle/node_modules/next/dist/trace/trace.js +15 -1
  466. package/bundle/node_modules/next/package.json +21 -23
  467. package/bundle/node_modules/react/cjs/react.development.js +1284 -0
  468. package/bundle/package.json +2 -2
  469. package/bundle/scripts/openclaw-mission-dispatch-runner.mjs +84 -24
  470. package/bundle/server.js +1 -1
  471. package/package.json +1 -1
  472. package/bundle/.next/server/chunks/31.js +0 -1
  473. package/bundle/.next/server/chunks/350.js +0 -1
  474. package/bundle/.next/server/chunks/419.js +0 -249
  475. package/bundle/.next/server/chunks/463.js +0 -13
  476. package/bundle/.next/server/chunks/603.js +0 -91
  477. package/bundle/.next/server/chunks/709.js +0 -22
  478. package/bundle/.next/server/chunks/957.js +0 -1
  479. package/bundle/.next/static/chunks/26-8f7c2b7e8773b4cb.js +0 -2
  480. package/bundle/.next/static/chunks/273-31916bcd40e3f381.js +0 -1
  481. package/bundle/.next/static/chunks/474f1956-ebf51c0dd00ff236.js +0 -1
  482. package/bundle/.next/static/chunks/4a846800-817e4d43c6c4047f.js +0 -1
  483. package/bundle/.next/static/chunks/768-10d6bd3c2342134e.js +0 -13
  484. package/bundle/.next/static/chunks/app/_global-error/page-b01b0a6fdf60f7fe.js +0 -1
  485. package/bundle/.next/static/chunks/app/_not-found/page-b01b0a6fdf60f7fe.js +0 -1
  486. package/bundle/.next/static/chunks/app/api/agents/route-b01b0a6fdf60f7fe.js +0 -1
  487. package/bundle/.next/static/chunks/app/api/diagnostics/route-b01b0a6fdf60f7fe.js +0 -1
  488. package/bundle/.next/static/chunks/app/api/files/reveal/route-b01b0a6fdf60f7fe.js +0 -1
  489. package/bundle/.next/static/chunks/app/api/gateway/control/route-b01b0a6fdf60f7fe.js +0 -1
  490. package/bundle/.next/static/chunks/app/api/mission/route-b01b0a6fdf60f7fe.js +0 -1
  491. package/bundle/.next/static/chunks/app/api/onboarding/models/route-b01b0a6fdf60f7fe.js +0 -1
  492. package/bundle/.next/static/chunks/app/api/onboarding/route-b01b0a6fdf60f7fe.js +0 -1
  493. package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-b01b0a6fdf60f7fe.js +0 -1
  494. package/bundle/.next/static/chunks/app/api/planner/[planId]/route-b01b0a6fdf60f7fe.js +0 -1
  495. package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-b01b0a6fdf60f7fe.js +0 -1
  496. package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-b01b0a6fdf60f7fe.js +0 -1
  497. package/bundle/.next/static/chunks/app/api/planner/route-b01b0a6fdf60f7fe.js +0 -1
  498. package/bundle/.next/static/chunks/app/api/reset/route-b01b0a6fdf60f7fe.js +0 -1
  499. package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-b01b0a6fdf60f7fe.js +0 -1
  500. package/bundle/.next/static/chunks/app/api/settings/gateway/route-b01b0a6fdf60f7fe.js +0 -1
  501. package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-b01b0a6fdf60f7fe.js +0 -1
  502. package/bundle/.next/static/chunks/app/api/snapshot/route-b01b0a6fdf60f7fe.js +0 -1
  503. package/bundle/.next/static/chunks/app/api/stream/route-b01b0a6fdf60f7fe.js +0 -1
  504. package/bundle/.next/static/chunks/app/api/system/open-terminal/route-b01b0a6fdf60f7fe.js +0 -1
  505. package/bundle/.next/static/chunks/app/api/update/route-b01b0a6fdf60f7fe.js +0 -1
  506. package/bundle/.next/static/chunks/app/api/workspaces/route-b01b0a6fdf60f7fe.js +0 -1
  507. package/bundle/.next/static/chunks/app/layout-6c2c9cd9b518452f.js +0 -1
  508. package/bundle/.next/static/chunks/app/not-found-b01b0a6fdf60f7fe.js +0 -1
  509. package/bundle/.next/static/chunks/app/page-863784e11f2deb8d.js +0 -14
  510. package/bundle/.next/static/chunks/framework-56f40d86ebc2172f.js +0 -1
  511. package/bundle/.next/static/chunks/main-app-245e6e74e3ad1df9.js +0 -1
  512. package/bundle/.next/static/chunks/main-f015e68ea54ff136.js +0 -5
  513. package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-b01b0a6fdf60f7fe.js +0 -1
  514. package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-b01b0a6fdf60f7fe.js +0 -1
  515. package/bundle/.next/static/chunks/next/dist/client/components/builtin/global-error-62eeb2b37b76f847.js +0 -1
  516. package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b01b0a6fdf60f7fe.js +0 -1
  517. package/bundle/.next/static/chunks/webpack-032b5b42e067a790.js +0 -1
  518. package/bundle/.next/static/css/a321f34e664c439e.css +0 -3
  519. package/bundle/.next/static/sgPf3JHUUWvk8YndSq2L9/_buildManifest.js +0 -1
  520. package/bundle/node_modules/next/dist/client/components/router-reducer/handle-mutable.js +0 -66
  521. package/bundle/node_modules/next/dist/compiled/babel/code-frame.js +0 -1
  522. package/bundle/node_modules/next/dist/compiled/babel-code-frame/index.js +0 -1
  523. package/bundle/node_modules/next/dist/compiled/babel-code-frame/package.json +0 -1
  524. package/bundle/node_modules/next/dist/compiled/tar/index.js +0 -1
  525. package/bundle/node_modules/next/dist/server/app-render/staged-validation.js +0 -32
  526. package/bundle/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +0 -76
  527. package/bundle/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js +0 -52
  528. package/bundle/node_modules/typescript/lib/typescript.js +0 -200276
  529. package/bundle/node_modules/typescript/package.json +0 -120
  530. /package/bundle/.next/static/{sgPf3JHUUWvk8YndSq2L9 → GiI1KbaEnOWQ2uB6c5S7l}/_ssgManifest.js +0 -0
@@ -94,11 +94,14 @@ function _interop_require_wildcard(obj, nodeInterop) {
94
94
  }
95
95
  const PARSE_PATTERN = /(?<!(_jsx|jsx-))runtime|preferredRegion|getStaticProps|getServerSideProps|generateStaticParams|export const|generateImageMetadata|generateSitemaps|middleware|proxy/;
96
96
  const CLIENT_MODULE_LABEL = /\/\* __next_internal_client_entry_do_not_use__ ([^ ]*) (cjs|auto) \*\//;
97
- const ACTION_MODULE_LABEL = /\/\* __next_internal_action_entry_do_not_use__ (\{[^}]+\}) \*\//;
97
+ // Match JSON object that may contain nested objects (for loc info)
98
+ // The JSON ends right before the closing " */"
99
+ const ACTION_MODULE_LABEL = /\/\* __next_internal_action_entry_do_not_use__ (\{.*\}) \*\//;
98
100
  const CLIENT_DIRECTIVE = 'use client';
99
101
  const SERVER_ACTION_DIRECTIVE = 'use server';
100
102
  function getRSCModuleInformation(source, isReactServerLayer) {
101
103
  const actionsJson = source.match(ACTION_MODULE_LABEL);
104
+ // Parse action metadata - supports both old format (string) and new format (object with loc)
102
105
  const parsedActionsMeta = actionsJson ? JSON.parse(actionsJson[1]) : undefined;
103
106
  const clientInfoMatch = source.match(CLIENT_MODULE_LABEL);
104
107
  const isClientRef = !!clientInfoMatch;
@@ -300,16 +303,16 @@ function validateMiddlewareProxyExports({ ast, page, pageFilePath, isDev }) {
300
303
  _log.errorOnce(message);
301
304
  } else {
302
305
  throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
303
- value: "E394",
306
+ value: "E903",
304
307
  enumerable: false,
305
308
  configurable: true
306
309
  });
307
310
  }
308
311
  }
309
312
  }
310
- async function tryToReadFile(filePath, shouldThrow) {
313
+ function tryToReadFile(filePath, shouldThrow) {
311
314
  try {
312
- return await _fs.promises.readFile(filePath, {
315
+ return (0, _fs.readFileSync)(filePath, {
313
316
  encoding: 'utf8'
314
317
  });
315
318
  } catch (error) {
@@ -396,7 +399,7 @@ function warnAboutExperimentalEdge(apiRoute) {
396
399
  }
397
400
  let hadUnsupportedValue = false;
398
401
  const warnedUnsupportedValueMap = new _lrucache.LRUCache(250, ()=>1);
399
- function warnAboutUnsupportedValue(pageFilePath, page, error) {
402
+ function warnAboutUnsupportedValue(pageFilePath, page, result) {
400
403
  hadUnsupportedValue = true;
401
404
  const isProductionBuild = process.env.NODE_ENV === 'production';
402
405
  if (// we only log for the server compilation so it's not
@@ -406,21 +409,21 @@ function warnAboutUnsupportedValue(pageFilePath, page, error) {
406
409
  return;
407
410
  }
408
411
  warnedUnsupportedValueMap.set(pageFilePath, true);
409
- const message = `Next.js can't recognize the exported \`config\` field in ` + (page ? `route "${page}"` : `"${pageFilePath}"`) + ':\n' + error.message + (error.path ? ` at "${error.path}"` : '') + '.\n' + 'Read More - https://nextjs.org/docs/messages/invalid-page-config';
412
+ const message = `Next.js can't recognize the exported \`config\` field in ` + (page ? `route "${page}"` : `"${pageFilePath}"`) + ':\n' + result.unsupported + (result.path ? ` at "${result.path}"` : '') + '.\n' + 'Read More - https://nextjs.org/docs/messages/invalid-page-config';
410
413
  // for a build we use `Log.error` instead of throwing
411
414
  // so that all errors can be logged before exiting the process
412
415
  if (isProductionBuild) {
413
416
  _log.error(message);
414
417
  } else {
415
418
  throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
416
- value: "E394",
419
+ value: "E1013",
417
420
  enumerable: false,
418
421
  configurable: true
419
422
  });
420
423
  }
421
424
  }
422
425
  async function getAppPageStaticInfo({ pageFilePath, nextConfig, isDev, page }) {
423
- const content = await tryToReadFile(pageFilePath, !isDev);
426
+ const content = tryToReadFile(pageFilePath, !isDev);
424
427
  if (!content || !PARSE_PATTERN.test(content)) {
425
428
  return {
426
429
  type: _pagetypes.PAGE_TYPES.APP,
@@ -443,22 +446,19 @@ async function getAppPageStaticInfo({ pageFilePath, nextConfig, isDev, page }) {
443
446
  const exportedConfig = {};
444
447
  if (exports1) {
445
448
  for (const property of exports1){
446
- try {
447
- exportedConfig[property] = (0, _extractconstvalue.extractExportedConstValue)(ast, property);
448
- } catch (e) {
449
- if (e instanceof _extractconstvalue.UnsupportedValueError) {
450
- warnAboutUnsupportedValue(pageFilePath, page, e);
451
- }
449
+ const result = (0, _extractconstvalue.extractExportedConstValue)(ast, property);
450
+ if (result !== null && 'unsupported' in result) {
451
+ warnAboutUnsupportedValue(pageFilePath, page, result);
452
+ } else if (result !== null) {
453
+ exportedConfig[property] = result.value;
452
454
  }
453
455
  }
454
456
  }
455
- try {
456
- exportedConfig.config = (0, _extractconstvalue.extractExportedConstValue)(ast, 'config');
457
- } catch (e) {
458
- if (e instanceof _extractconstvalue.UnsupportedValueError) {
459
- warnAboutUnsupportedValue(pageFilePath, page, e);
460
- }
461
- // `export config` doesn't exist, or other unknown error thrown by swc, silence them
457
+ const configResult = (0, _extractconstvalue.extractExportedConstValue)(ast, 'config');
458
+ if (configResult !== null && 'unsupported' in configResult) {
459
+ warnAboutUnsupportedValue(pageFilePath, page, configResult);
460
+ } else if (configResult !== null) {
461
+ exportedConfig.config = configResult.value;
462
462
  }
463
463
  const route = (0, _apppaths.normalizeAppPath)(page);
464
464
  const config = (0, _appsegmentconfig.parseAppSegmentConfig)(exportedConfig, route);
@@ -478,9 +478,36 @@ async function getAppPageStaticInfo({ pageFilePath, nextConfig, isDev, page }) {
478
478
  configurable: true
479
479
  });
480
480
  }
481
- if ('unstable_prefetch' in config && !nextConfig.cacheComponents) {
482
- throw Object.defineProperty(new Error(`Page "${page}" cannot use \`export const unstable_prefetch = ...\` without enabling \`cacheComponents\`.`), "__NEXT_ERROR_CODE", {
483
- value: "E905",
481
+ // Prevent use client and unstable_instant in the same file.
482
+ if ((directives == null ? void 0 : directives.has('client')) && 'unstable_instant' in config) {
483
+ throw Object.defineProperty(new Error(`Page "${page}" cannot export "unstable_instant" from a Client Component module. To use this API, convert this module to a Server Component by removing the "use client" directive.`), "__NEXT_ERROR_CODE", {
484
+ value: "E1075",
485
+ enumerable: false,
486
+ configurable: true
487
+ });
488
+ }
489
+ if ('unstable_instant' in config && !nextConfig.cacheComponents) {
490
+ throw Object.defineProperty(new Error(`Page "${page}" cannot use \`export const unstable_instant = ...\` without enabling \`cacheComponents\`.`), "__NEXT_ERROR_CODE", {
491
+ value: "E990",
492
+ enumerable: false,
493
+ configurable: true
494
+ });
495
+ }
496
+ // Prevent unstable_dynamicStaleTime in layouts.
497
+ if ('unstable_dynamicStaleTime' in config) {
498
+ const isLayout = /\/layout\.[^/]+$/.test(pageFilePath);
499
+ if (isLayout) {
500
+ throw Object.defineProperty(new Error(`"${page}" cannot use \`export const unstable_dynamicStaleTime\`. This config is only supported in page files, not layouts.`), "__NEXT_ERROR_CODE", {
501
+ value: "E1137",
502
+ enumerable: false,
503
+ configurable: true
504
+ });
505
+ }
506
+ }
507
+ // Prevent combining unstable_dynamicStaleTime and unstable_instant.
508
+ if ('unstable_dynamicStaleTime' in config && 'unstable_instant' in config) {
509
+ throw Object.defineProperty(new Error(`Page "${page}" cannot use both \`export const unstable_dynamicStaleTime\` and \`export const unstable_instant\`.`), "__NEXT_ERROR_CODE", {
510
+ value: "E1136",
484
511
  enumerable: false,
485
512
  configurable: true
486
513
  });
@@ -501,7 +528,7 @@ async function getAppPageStaticInfo({ pageFilePath, nextConfig, isDev, page }) {
501
528
  }
502
529
  async function getPagesPageStaticInfo({ pageFilePath, nextConfig, isDev, page }) {
503
530
  var _config_config, _config_config1, _config_config2;
504
- const content = await tryToReadFile(pageFilePath, !isDev);
531
+ const content = tryToReadFile(pageFilePath, !isDev);
505
532
  if (!content || !PARSE_PATTERN.test(content)) {
506
533
  return {
507
534
  type: _pagetypes.PAGE_TYPES.PAGES,
@@ -524,22 +551,19 @@ async function getPagesPageStaticInfo({ pageFilePath, nextConfig, isDev, page })
524
551
  const exportedConfig = {};
525
552
  if (exports1) {
526
553
  for (const property of exports1){
527
- try {
528
- exportedConfig[property] = (0, _extractconstvalue.extractExportedConstValue)(ast, property);
529
- } catch (e) {
530
- if (e instanceof _extractconstvalue.UnsupportedValueError) {
531
- warnAboutUnsupportedValue(pageFilePath, page, e);
532
- }
554
+ const result = (0, _extractconstvalue.extractExportedConstValue)(ast, property);
555
+ if (result !== null && 'unsupported' in result) {
556
+ warnAboutUnsupportedValue(pageFilePath, page, result);
557
+ } else if (result !== null) {
558
+ exportedConfig[property] = result.value;
533
559
  }
534
560
  }
535
561
  }
536
- try {
537
- exportedConfig.config = (0, _extractconstvalue.extractExportedConstValue)(ast, 'config');
538
- } catch (e) {
539
- if (e instanceof _extractconstvalue.UnsupportedValueError) {
540
- warnAboutUnsupportedValue(pageFilePath, page, e);
541
- }
542
- // `export config` doesn't exist, or other unknown error thrown by swc, silence them
562
+ const configResult = (0, _extractconstvalue.extractExportedConstValue)(ast, 'config');
563
+ if (configResult !== null && 'unsupported' in configResult) {
564
+ warnAboutUnsupportedValue(pageFilePath, page, configResult);
565
+ } else if (configResult !== null) {
566
+ exportedConfig.config = configResult.value;
543
567
  }
544
568
  // Validate the config.
545
569
  const route = (0, _normalizepagepath.normalizePagePath)(page);
@@ -557,7 +581,7 @@ async function getPagesPageStaticInfo({ pageFilePath, nextConfig, isDev, page })
557
581
  resolvedRuntime = _constants.SERVER_RUNTIME.nodejs;
558
582
  } else {
559
583
  throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
560
- value: "E394",
584
+ value: "E1031",
561
585
  enumerable: false,
562
586
  configurable: true
563
587
  });
@@ -572,7 +596,7 @@ async function getPagesPageStaticInfo({ pageFilePath, nextConfig, isDev, page })
572
596
  _log.error(message);
573
597
  } else {
574
598
  throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
575
- value: "E394",
599
+ value: "E1015",
576
600
  enumerable: false,
577
601
  configurable: true
578
602
  });
@@ -197,6 +197,7 @@ function createServerOnlyClientOnlyAliases(isServer) {
197
197
  }
198
198
  function createNextApiEsmAliases() {
199
199
  const mapping = {
200
+ error: 'next/dist/api/error',
200
201
  head: 'next/dist/api/head',
201
202
  image: 'next/dist/api/image',
202
203
  constants: 'next/dist/api/constants',
@@ -229,6 +230,7 @@ function createAppRouterApiAliases(isServerOnlyLayer) {
229
230
  form: 'next/dist/client/app-dir/form'
230
231
  };
231
232
  if (isServerOnlyLayer) {
233
+ mapping['error'] = 'next/dist/api/error.react-server';
232
234
  mapping['navigation'] = 'next/dist/api/navigation.react-server';
233
235
  mapping['link'] = 'next/dist/client/app-dir/link.react-server';
234
236
  }
@@ -17,12 +17,13 @@ function _interop_require_default(obj) {
17
17
  default: obj
18
18
  };
19
19
  }
20
+ const DEFINE_ENV_EXPRESSION = Symbol('DEFINE_ENV_EXPRESSION');
20
21
  /**
21
22
  * Serializes the DefineEnv config so that it can be inserted into the code by Webpack/Turbopack, JSON stringifies each value.
22
23
  */ function serializeDefineEnv(defineEnv) {
23
24
  const defineEnvStringified = Object.fromEntries(Object.entries(defineEnv).map(([key, value])=>[
24
25
  key,
25
- JSON.stringify(value)
26
+ typeof value === 'object' && DEFINE_ENV_EXPRESSION in value ? value[DEFINE_ENV_EXPRESSION] : JSON.stringify(value)
26
27
  ]));
27
28
  return defineEnvStringified;
28
29
  }
@@ -48,7 +49,7 @@ function getImageConfig(config, dev) {
48
49
  };
49
50
  }
50
51
  function getDefineEnv({ isTurbopack, clientRouterFilters, config, dev, distDir, projectPath, fetchCacheKeyPrefix, hasRewrites, isClient, isEdgeServer, isNodeServer, middlewareMatchers, omitNonDeterministic, rewrites }) {
51
- var _config_experimental, _config_experimental1, _config_experimental2, _config_experimental_staleTimes, _config_experimental_staleTimes1, _config_experimental_staleTimes2, _config_experimental_staleTimes3, _config_i18n, _config_compiler;
52
+ var _config_experimental, _config_experimental1, _config_experimental_staleTimes, _config_experimental_staleTimes1, _config_experimental_staleTimes2, _config_experimental_staleTimes3, _config_i18n, _config_compiler;
52
53
  const nextPublicEnv = (0, _staticenv.getNextPublicEnvironmentVariables)();
53
54
  const nextConfigEnv = (0, _staticenv.getNextConfigEnv)(config);
54
55
  const isPPREnabled = (0, _ppr.checkIsAppPPREnabled)(config.experimental.ppr);
@@ -72,23 +73,33 @@ function getDefineEnv({ isTurbopack, clientRouterFilters, config, dev, distDir,
72
73
  'process.turbopack': isTurbopack,
73
74
  'process.env.TURBOPACK': isTurbopack,
74
75
  'process.env.__NEXT_BUNDLER': isTurbopack ? 'Turbopack' : process.env.NEXT_RSPACK ? 'Rspack' : 'Webpack',
75
- // minimal mode is enforced when an adapter is configured
76
- 'process.env.MINIMAL_MODE': Boolean(config.experimental.adapterPath),
77
76
  // TODO: enforce `NODE_ENV` on `process.env`, and add a test:
78
77
  'process.env.NODE_ENV': dev || config.experimental.allowDevelopmentBuild ? 'development' : 'production',
78
+ 'process.env.__NEXT_DEV_SERVER': dev ? '1' : '',
79
79
  'process.env.NEXT_RUNTIME': isEdgeServer ? 'edge' : isNodeServer ? 'nodejs' : '',
80
80
  'process.env.NEXT_MINIMAL': '',
81
81
  'process.env.__NEXT_APP_NAV_FAIL_HANDLING': Boolean(config.experimental.appNavFailHandling),
82
+ 'process.env.__NEXT_APP_NEW_SCROLL_HANDLER': Boolean(config.experimental.appNewScrollHandler),
82
83
  'process.env.__NEXT_PPR': isPPREnabled,
83
84
  'process.env.__NEXT_CACHE_COMPONENTS': isCacheComponentsEnabled,
85
+ 'process.env.__NEXT_EXPERIMENTAL_CACHED_NAVIGATIONS': Boolean(config.experimental.cachedNavigations),
86
+ 'process.env.__NEXT_INSTANT_NAV_TOGGLE': !!config.experimental.instantNavigationDevToolsToggle,
84
87
  'process.env.__NEXT_USE_CACHE': isUseCacheEnabled,
85
- ...isClient ? {
86
- // TODO use `globalThis.NEXT_DEPLOYMENT_ID` on client to still support accessing
87
- // process.env.NEXT_DEPLOYMENT_ID in userland
88
- 'process.env.NEXT_DEPLOYMENT_ID': ((_config_experimental = config.experimental) == null ? void 0 : _config_experimental.useSkewCookie) ? false : config.deploymentId || false
88
+ 'process.env.NEXT_IMMUTABLE_ASSET_TOKEN': config.experimental.immutableAssetToken || '',
89
+ ...((_config_experimental = config.experimental) == null ? void 0 : _config_experimental.useSkewCookie) || !config.deploymentId ? {
90
+ 'process.env.NEXT_DEPLOYMENT_ID': false
91
+ } : isClient ? isTurbopack ? {
92
+ // This is set at runtime by packages/next/src/client/register-deployment-id-global.ts
93
+ 'process.env.NEXT_DEPLOYMENT_ID': {
94
+ [DEFINE_ENV_EXPRESSION]: 'globalThis.NEXT_DEPLOYMENT_ID'
95
+ }
96
+ } : {
97
+ // For Webpack, we currently don't use the non-inlining globalThis.NEXT_DEPLOYMENT_ID
98
+ // approach because we cannot forward this global variable to web workers easily.
99
+ 'process.env.NEXT_DEPLOYMENT_ID': config.deploymentId || false
89
100
  } : ((_config_experimental1 = config.experimental) == null ? void 0 : _config_experimental1.runtimeServerDeploymentId) ? {
90
101
  } : {
91
- 'process.env.NEXT_DEPLOYMENT_ID': ((_config_experimental2 = config.experimental) == null ? void 0 : _config_experimental2.useSkewCookie) ? false : config.deploymentId || false
102
+ 'process.env.NEXT_DEPLOYMENT_ID': config.deploymentId || false
92
103
  },
93
104
  // Propagates the `__NEXT_EXPERIMENTAL_STATIC_SHELL_DEBUGGING` environment
94
105
  // variable to the client.
@@ -106,6 +117,7 @@ function getDefineEnv({ isTurbopack, clientRouterFilters, config, dev, distDir,
106
117
  'process.env.__NEXT_CLIENT_ROUTER_D_FILTER': (clientRouterFilters == null ? void 0 : clientRouterFilters.dynamicFilter) ?? false,
107
118
  'process.env.__NEXT_CLIENT_VALIDATE_RSC_REQUEST_HEADERS': Boolean(config.experimental.validateRSCRequestHeaders),
108
119
  'process.env.__NEXT_DYNAMIC_ON_HOVER': Boolean(config.experimental.dynamicOnHover),
120
+ 'process.env.__NEXT_PREFETCH_INLINING': Boolean(config.experimental.prefetchInlining),
109
121
  'process.env.__NEXT_OPTIMISTIC_CLIENT_CACHE': config.experimental.optimisticClientCache ?? true,
110
122
  'process.env.__NEXT_MIDDLEWARE_PREFETCH': config.experimental.proxyPrefetch ?? 'flexible',
111
123
  'process.env.__NEXT_CROSS_ORIGIN': config.crossOrigin,
@@ -165,7 +177,7 @@ function getDefineEnv({ isTurbopack, clientRouterFilters, config, dev, distDir,
165
177
  'process.env.__NEXT_RELATIVE_DIST_DIR': config.distDir,
166
178
  'process.env.__NEXT_RELATIVE_PROJECT_DIR': _nodepath.default.relative(process.cwd(), projectPath)
167
179
  } : {},
168
- 'process.env.__NEXT_BROWSER_DEBUG_INFO_IN_TERMINAL': JSON.stringify(config.experimental.browserDebugInfoInTerminal || false),
180
+ 'process.env.__NEXT_BROWSER_DEBUG_INFO_IN_TERMINAL': JSON.stringify(config.logging && config.logging.browserToTerminal || false),
169
181
  'process.env.__NEXT_MCP_SERVER': !!config.experimental.mcpServer,
170
182
  // The devtools need to know whether or not to show an option to clear the
171
183
  // bundler cache. This option may be removed later once Turbopack's
@@ -181,7 +193,13 @@ function getDefineEnv({ isTurbopack, clientRouterFilters, config, dev, distDir,
181
193
  // no-op that just restarts the development server.
182
194
  'process.env.__NEXT_BUNDLER_HAS_PERSISTENT_CACHE': !isTurbopack || (config.experimental.turbopackFileSystemCacheForDev ?? false),
183
195
  'process.env.__NEXT_REACT_DEBUG_CHANNEL': config.experimental.reactDebugChannel ?? false,
184
- 'process.env.__NEXT_TRANSITION_INDICATOR': config.experimental.transitionIndicator ?? false
196
+ 'process.env.__NEXT_TRANSITION_INDICATOR': config.experimental.transitionIndicator ?? false,
197
+ 'process.env.__NEXT_GESTURE_TRANSITION': config.experimental.gestureTransition ?? false,
198
+ 'process.env.__NEXT_OPTIMISTIC_ROUTING': config.experimental.optimisticRouting ?? false,
199
+ 'process.env.__NEXT_VARY_PARAMS': config.experimental.varyParams ?? false,
200
+ 'process.env.__NEXT_EXPOSE_TESTING_API': dev || config.experimental.exposeTestingApiInProductionBuild === true,
201
+ 'process.env.__NEXT_CACHE_LIFE': config.cacheLife,
202
+ 'process.env.__NEXT_CLIENT_PARAM_PARSING_ORIGINS': config.experimental.clientParamParsingOrigins || []
185
203
  };
186
204
  const userDefines = ((_config_compiler = config.compiler) == null ? void 0 : _config_compiler.define) ?? {};
187
205
  for(const key in userDefines){
@@ -57,7 +57,7 @@ function durationToString(compilerDuration) {
57
57
  } else if (compilerDuration > SECONDS_THRESHOLD_LOW) {
58
58
  return `${compilerDuration.toFixed(1)}s`;
59
59
  } else {
60
- return `${(compilerDuration * MILLISECONDS_PER_SECOND).toFixed(1)}ms`;
60
+ return `${(compilerDuration * MILLISECONDS_PER_SECOND).toFixed(0)}ms`;
61
61
  }
62
62
  }
63
63
  /**