tower-studio 0.2.38 → 0.2.39

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 (217) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +3 -3
  3. package/.next/standalone/.next/prerender-manifest.json +3 -3
  4. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  5. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  6. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +2 -2
  12. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +40 -28
  13. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  15. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  16. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  17. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  18. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  19. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  20. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  34. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +75 -63
  35. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  36. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  37. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +2 -2
  38. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +40 -28
  39. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  41. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +2 -2
  42. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +40 -28
  43. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  45. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +2 -2
  46. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +57 -45
  47. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  49. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +2 -2
  50. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +107 -95
  51. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  52. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  53. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +2 -2
  54. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +92 -80
  55. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  56. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  57. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +2 -2
  58. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +81 -69
  59. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  60. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  61. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +2 -2
  62. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +82 -70
  63. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  64. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  65. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +2 -2
  66. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +40 -28
  67. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  68. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  69. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +2 -2
  70. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +80 -68
  71. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  72. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  73. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +3 -3
  74. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +91 -79
  75. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  76. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  77. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +2 -2
  78. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +58 -46
  79. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  80. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  81. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
  82. package/.next/standalone/.next/server/chunks/[root-of-the-server]__00llstz._.js +1 -1
  83. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01n7exm._.js +1 -1
  84. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01yu.gw._.js +1 -1
  85. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +1 -1
  86. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qijr4h._.js +1 -1
  87. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~foo~5._.js +1 -1
  88. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  89. package/.next/standalone/.next/server/chunks/src_lib_0i2.v2d._.js +1 -1
  90. package/.next/standalone/.next/server/chunks/src_lib_12xey8u._.js +1 -1
  91. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  92. package/.next/standalone/.next/server/chunks/ssr/{0ws9_lucide-react_dist_esm_icons_0odx0ph._.js → 0ws9_lucide-react_dist_esm_icons_10_90yo._.js} +2 -2
  93. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-tolks._.js +2 -2
  94. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0i97rbw._.js → [root-of-the-server]__0.~z1-.._.js} +2 -2
  95. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05sv58d._.js +1 -1
  96. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
  97. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__062b.yt._.js +2 -2
  98. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__093tt4a._.js +2 -2
  99. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js +3 -0
  100. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0guqcva._.js +2 -2
  101. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gzafdq._.js +1 -1
  102. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0rlar2j._.js → [root-of-the-server]__0i0o7w5._.js} +2 -2
  103. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  104. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__04p5fnx._.js → [root-of-the-server]__0k1ivnj._.js} +2 -2
  105. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dixwk_._.js → [root-of-the-server]__0kgd-1s._.js} +2 -2
  106. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0p0te97._.js +2 -2
  107. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0siyg1p._.js +2 -2
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0t6f4lq._.js +2 -2
  109. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0th-t1a._.js +2 -2
  110. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0mbvmq1._.js → [root-of-the-server]__0xte.35._.js} +2 -2
  111. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  112. package/.next/standalone/.next/server/chunks/ssr/{_00vn2qb._.js → _0-qd2ss._.js} +2 -2
  113. package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
  114. package/.next/standalone/.next/server/chunks/ssr/{_13glpna._.js → _00kwrmr._.js} +2 -2
  115. package/.next/standalone/.next/server/chunks/ssr/_00t6138._.js +2 -2
  116. package/.next/standalone/.next/server/chunks/ssr/_05jv_cy._.js +3 -0
  117. package/.next/standalone/.next/server/chunks/ssr/{_0j84cn0._.js → _06nlsbw._.js} +2 -2
  118. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  119. package/.next/standalone/.next/server/chunks/ssr/_07c-9da._.js +3 -0
  120. package/.next/standalone/.next/server/chunks/ssr/_0_z-t6g._.js +3 -0
  121. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +2 -2
  122. package/.next/standalone/.next/server/chunks/ssr/_0cxhub8._.js +2 -2
  123. package/.next/standalone/.next/server/chunks/ssr/{_0qkt.3y._.js → _0gb8a9_._.js} +2 -2
  124. package/.next/standalone/.next/server/chunks/ssr/_0gxccup._.js +3 -0
  125. package/.next/standalone/.next/server/chunks/ssr/_0hh17jg._.js +1 -1
  126. package/.next/standalone/.next/server/chunks/ssr/_0m.34j8._.js +3 -0
  127. package/.next/standalone/.next/server/chunks/ssr/_0mpce0d._.js +2 -2
  128. package/.next/standalone/.next/server/chunks/ssr/_0muaopo._.js +2 -2
  129. package/.next/standalone/.next/server/chunks/ssr/_0n1l7yo._.js +2 -2
  130. package/.next/standalone/.next/server/chunks/ssr/_0ng0eku._.js +1 -1
  131. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  132. package/.next/standalone/.next/server/chunks/ssr/{_0t53a7_._.js → _0t0oltj._.js} +3 -3
  133. package/.next/standalone/.next/server/chunks/ssr/{_0ght75u._.js → _0v66l8c._.js} +2 -2
  134. package/.next/standalone/.next/server/chunks/ssr/_0w9~m7o._.js +3 -0
  135. package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
  136. package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hhlpw6._.js → node_modules__pnpm_06f0dao._.js} +2 -2
  137. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  138. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  139. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  140. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  141. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  142. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  143. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  144. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  146. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
  147. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  148. package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
  149. package/.next/standalone/.next/server/chunks/ssr/src_lib_0sms4xl._.js +1 -1
  150. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  151. package/.next/standalone/.next/server/pages/500.html +1 -1
  152. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  153. package/.next/standalone/.next/server/server-reference-manifest.json +346 -262
  154. package/.next/standalone/.next/static/chunks/0.euy5rie4v3d.js +1 -0
  155. package/.next/standalone/.next/static/chunks/0.lqb7y9kz5z6.js +1 -0
  156. package/.next/standalone/.next/static/chunks/01.nidb8sf6bh.js +1 -0
  157. package/.next/standalone/.next/static/chunks/{151eqj4g7bidp.js → 01ijm9dpmm34q.js} +1 -1
  158. package/.next/standalone/.next/static/chunks/023v9juzhzc~d.js +1 -0
  159. package/.next/standalone/.next/static/chunks/02jsekc779t5~.js +1 -0
  160. package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +1 -0
  161. package/.next/standalone/.next/static/chunks/{0.nk_89kz3j6c.js → 0_-2es-r~03mg.js} +1 -1
  162. package/.next/standalone/.next/static/chunks/0a._hcvzq4ko7.js +2 -0
  163. package/.next/standalone/.next/static/chunks/{0khxfvo-tgpbc.js → 0dha37i1oc6z~.js} +1 -1
  164. package/.next/standalone/.next/static/chunks/{0wbzgoyu4~g4x.js → 0e9ykduz3_0e1.js} +1 -1
  165. package/.next/standalone/.next/static/chunks/0fy6w5d_zyro0.js +1 -0
  166. package/.next/standalone/.next/static/chunks/0g-gbdkcssn.g.js +1 -0
  167. package/.next/standalone/.next/static/chunks/{14man4i21otxe.js → 0h4k3cicu7g-w.js} +1 -1
  168. package/.next/standalone/.next/static/chunks/{0c0u4it7gyb1..js → 0h73q-9fyea0t.js} +1 -1
  169. package/.next/standalone/.next/static/chunks/0h7~fn.p-fxz_.js +1 -0
  170. package/.next/standalone/.next/static/chunks/0j2n.h0~von8h.js +1 -0
  171. package/.next/standalone/.next/static/chunks/0k.hp06ufx4yp.js +1 -0
  172. package/.next/standalone/.next/static/chunks/0lk-i0jm2ubea.css +1 -0
  173. package/.next/standalone/.next/static/chunks/0p5rare_o5zb1.js +5 -0
  174. package/.next/standalone/.next/static/chunks/0q~4dhw.phxg3.js +1 -0
  175. package/.next/standalone/.next/static/chunks/{0w7_~s93hxxkk.js → 0t_3wwd~mmc.1.js} +1 -1
  176. package/.next/standalone/.next/static/chunks/{0a234qgxmvbfu.js → 0u.3xek3m2ud..js} +1 -1
  177. package/.next/standalone/.next/static/chunks/{0jlzko424.5et.js → 0u.b0t7fueh-x.js} +1 -1
  178. package/.next/standalone/.next/static/chunks/{10mwqzqdpi9d5.js → 0v.l5.sqos562.js} +1 -1
  179. package/.next/standalone/.next/static/chunks/{0bsigqvr2-qcp.js → 0w14di5d0vw6-.js} +1 -1
  180. package/.next/standalone/.next/static/chunks/0z2blg_osfipv.js +1 -0
  181. package/.next/standalone/.next/static/chunks/{0yl2smjfz2bzk.js → 11.r6a56ss7qu.js} +1 -1
  182. package/.next/standalone/.next/static/chunks/{17ldo-bezxis..js → 112wpv9rqw4dp.js} +1 -1
  183. package/.next/standalone/.next/static/chunks/134c60acdsr_g.js +1 -0
  184. package/.next/standalone/.next/static/chunks/13rq33eiffqaz.js +1 -0
  185. package/.next/standalone/package.json +3 -2
  186. package/dist/mcp-server.cjs +6 -3
  187. package/package.json +3 -2
  188. package/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts +113 -0
  189. package/scripts/run-migrations.ts +12 -0
  190. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__046-2.-._.js +0 -3
  191. package/.next/standalone/.next/server/chunks/ssr/_07_.oek._.js +0 -3
  192. package/.next/standalone/.next/server/chunks/ssr/_09ri_be._.js +0 -3
  193. package/.next/standalone/.next/server/chunks/ssr/_0_q.4.i._.js +0 -3
  194. package/.next/standalone/.next/server/chunks/ssr/_0nk7qd4._.js +0 -3
  195. package/.next/standalone/.next/server/chunks/ssr/_0no6nrx._.js +0 -3
  196. package/.next/standalone/.next/server/chunks/ssr/_0vqyl_~._.js +0 -3
  197. package/.next/standalone/.next/static/chunks/01.g0gvh6h11a.js +0 -2
  198. package/.next/standalone/.next/static/chunks/03zzmb3y7kpxl.js +0 -1
  199. package/.next/standalone/.next/static/chunks/04t77qlr4-sw7.js +0 -1
  200. package/.next/standalone/.next/static/chunks/097rglx2_e2oo.js +0 -1
  201. package/.next/standalone/.next/static/chunks/0dt3ljzz2pz0r.css +0 -1
  202. package/.next/standalone/.next/static/chunks/0nfwp8f87wok1.js +0 -1
  203. package/.next/standalone/.next/static/chunks/0qonpqhvpg-tt.js +0 -1
  204. package/.next/standalone/.next/static/chunks/0qu5zm6k.e_de.js +0 -5
  205. package/.next/standalone/.next/static/chunks/0rbykdrqih-0t.js +0 -1
  206. package/.next/standalone/.next/static/chunks/0~uo_7-sxehxf.js +0 -1
  207. package/.next/standalone/.next/static/chunks/10q75vl~mg7vy.js +0 -1
  208. package/.next/standalone/.next/static/chunks/11pivwhywsmj9.js +0 -1
  209. package/.next/standalone/.next/static/chunks/13ipvyn1q8z4y.js +0 -1
  210. package/.next/standalone/.next/static/chunks/13qts-1uv7-ee.js +0 -1
  211. package/.next/standalone/.next/static/chunks/14bii1nj2yewi.js +0 -1
  212. package/.next/standalone/.next/static/chunks/15_ulpp1r-6ra.js +0 -1
  213. package/.next/standalone/.next/static/chunks/15~2jg4z8h54~.js +0 -1
  214. package/.next/standalone/.next/static/chunks/183k6undfylp5.js +0 -1
  215. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_buildManifest.js +0 -0
  216. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_clientMiddlewareManifest.js +0 -0
  217. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "40769e3e7c790732374614ca824e004ce8291d79f2": {
3
+ "4000fd33b002f8f107377429f338f6aaddba6b48e7": {
4
4
  "workers": {
5
5
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
6
6
  "moduleId": 384874,
@@ -12,7 +12,7 @@
12
12
  "exportedName": "createWorkspace",
13
13
  "filename": "src/actions/workspace-actions.ts"
14
14
  },
15
- "609263c53e73f969487fb3a78f5cad865efcc601e8": {
15
+ "60195d33c3642b0391d36a40f9be713c837345bcdc": {
16
16
  "workers": {
17
17
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
18
18
  "moduleId": 384874,
@@ -24,7 +24,7 @@
24
24
  "exportedName": "updateWorkspace",
25
25
  "filename": "src/actions/workspace-actions.ts"
26
26
  },
27
- "405365149185a3f1aa7bf7b74cf5fd91f66a6c9d5b": {
27
+ "401aa0045164b9aaa0699a7eb6df980f436dc0edfe": {
28
28
  "workers": {
29
29
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
30
30
  "moduleId": 384874,
@@ -36,7 +36,7 @@
36
36
  "exportedName": "deleteWorkspace",
37
37
  "filename": "src/actions/workspace-actions.ts"
38
38
  },
39
- "4054f9623c07304a83a2f85e6b3b6fae81dc47f655": {
39
+ "40fe67db1340e8da26e398b83a4596e60c17915573": {
40
40
  "workers": {
41
41
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
42
42
  "moduleId": 384874,
@@ -48,7 +48,7 @@
48
48
  "exportedName": "reorderWorkspaces",
49
49
  "filename": "src/actions/workspace-actions.ts"
50
50
  },
51
- "4030983d0916967d1b45111b1f8932995e322ac168": {
51
+ "403b5916a159649caf9f3f60a8a609eff6478fbbb3": {
52
52
  "workers": {
53
53
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
54
54
  "moduleId": 384874,
@@ -60,7 +60,7 @@
60
60
  "exportedName": "getLabelsForWorkspace",
61
61
  "filename": "src/actions/label-actions.ts"
62
62
  },
63
- "4090dece3eac4df8d9aa55e39136298bd458446dac": {
63
+ "40787eafcd84a6469dab06156a248a9fe75248326d": {
64
64
  "workers": {
65
65
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
66
66
  "moduleId": 384874,
@@ -72,7 +72,7 @@
72
72
  "exportedName": "createLabel",
73
73
  "filename": "src/actions/label-actions.ts"
74
74
  },
75
- "40f89aa83057e20a65456875f67e50fe3a99de604e": {
75
+ "4010642c30732cf2c92871a2410bf6c83ad967b50d": {
76
76
  "workers": {
77
77
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
78
78
  "moduleId": 384874,
@@ -84,7 +84,7 @@
84
84
  "exportedName": "deleteLabel",
85
85
  "filename": "src/actions/label-actions.ts"
86
86
  },
87
- "605c2fc35fe8ffc8c86eea4b9b750a9ac5c7b745f6": {
87
+ "601729ed0bad968a41393fe90d428239c654b0709c": {
88
88
  "workers": {
89
89
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
90
90
  "moduleId": 384874,
@@ -96,7 +96,7 @@
96
96
  "exportedName": "globalSearch",
97
97
  "filename": "src/actions/search-actions.ts"
98
98
  },
99
- "60fed8ee888cd0a6a4480474a484ee4fe77a6d9c20": {
99
+ "60d2d75acc239bcc3016922e2bcf473c4b443f3ca9": {
100
100
  "workers": {
101
101
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
102
102
  "moduleId": 384874,
@@ -108,19 +108,19 @@
108
108
  "exportedName": "getConfigValue",
109
109
  "filename": "src/actions/config-actions.ts"
110
110
  },
111
- "4012b5a73e0f56276592ab3dffbfb4a5886b44ad1f": {
111
+ "404e7cc0e8e3765926dd1f7911020f0d67988d9696": {
112
112
  "workers": {
113
113
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
114
114
  "moduleId": 384874,
115
115
  "async": true,
116
- "exportedName": "resolveGitLocalPath",
116
+ "exportedName": "resolveGitLocalPathWithSource",
117
117
  "filename": "src/actions/config-actions.ts"
118
118
  }
119
119
  },
120
- "exportedName": "resolveGitLocalPath",
120
+ "exportedName": "resolveGitLocalPathWithSource",
121
121
  "filename": "src/actions/config-actions.ts"
122
122
  },
123
- "603afc0abc8a99c0d1556130213be4f1900ced3cf3": {
123
+ "60aec2ccb7f2e37674de7451b5028826a23d1fd408": {
124
124
  "workers": {
125
125
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
126
126
  "moduleId": 384874,
@@ -132,7 +132,19 @@
132
132
  "exportedName": "analyzeProjectDirectory",
133
133
  "filename": "src/actions/project-actions.ts"
134
134
  },
135
- "60c86ef167fca66c0b566738b7d16ce04945d66ce2": {
135
+ "403c3eb99fad3fed76d481d40f018e89b581ec53ea": {
136
+ "workers": {
137
+ "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
138
+ "moduleId": 384874,
139
+ "async": true,
140
+ "exportedName": "resolveGitLocalPath",
141
+ "filename": "src/actions/config-actions.ts"
142
+ }
143
+ },
144
+ "exportedName": "resolveGitLocalPath",
145
+ "filename": "src/actions/config-actions.ts"
146
+ },
147
+ "60e24e764bbd4747cf07763092c8c9e7d893ae14c3": {
136
148
  "workers": {
137
149
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
138
150
  "moduleId": 384874,
@@ -144,7 +156,7 @@
144
156
  "exportedName": "migrateProjectPath",
145
157
  "filename": "src/actions/project-actions.ts"
146
158
  },
147
- "40c7f324fe557fb80c37a1a32181503a0536257351": {
159
+ "40197cd678ef6a311b1ffba1e86ba4f15bd16fd63b": {
148
160
  "workers": {
149
161
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
150
162
  "moduleId": 384874,
@@ -156,7 +168,7 @@
156
168
  "exportedName": "checkMigrationSafety",
157
169
  "filename": "src/actions/project-actions.ts"
158
170
  },
159
- "003ef32d24bc4b29c342acf4c816cf95fa4fe3f598": {
171
+ "003cda51028de7d8ca1763a51d13223b9acbae6c96": {
160
172
  "workers": {
161
173
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
162
174
  "moduleId": 384874,
@@ -168,7 +180,7 @@
168
180
  "exportedName": "getActualWsPort",
169
181
  "filename": "src/actions/config-actions.ts"
170
182
  },
171
- "400e2fda1bae5acb01074e51d080a2be2a77bc34cd": {
183
+ "40bd6bd14273f742080b119c49ce1ae4226a0ea9ae": {
172
184
  "workers": {
173
185
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
174
186
  "moduleId": 384874,
@@ -180,7 +192,7 @@
180
192
  "exportedName": "getConfigValues",
181
193
  "filename": "src/actions/config-actions.ts"
182
194
  },
183
- "40ccc3be5ee2c307201017260aa05492281bf067fb": {
195
+ "40bb3a59850008c559600bccd7be895b059a0cfc73": {
184
196
  "workers": {
185
197
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
186
198
  "moduleId": 384874,
@@ -192,7 +204,7 @@
192
204
  "exportedName": "createProject",
193
205
  "filename": "src/actions/workspace-actions.ts"
194
206
  },
195
- "60c086bb0d6a417695daf1a78de8b35ca7f8183e15": {
207
+ "60b661b64158203fc3f2bfee77e830c7f050c1d9c7": {
196
208
  "workers": {
197
209
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
198
210
  "moduleId": 384874,
@@ -204,7 +216,7 @@
204
216
  "exportedName": "setConfigValue",
205
217
  "filename": "src/actions/config-actions.ts"
206
218
  },
207
- "40b312e080b33001e97622ba996bad24f8aaf9fe1d": {
219
+ "40eb934880e7b3819f12c1c7f91817927d87299cd1": {
208
220
  "workers": {
209
221
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
210
222
  "moduleId": 384874,
@@ -216,7 +228,7 @@
216
228
  "exportedName": "checkExtension",
217
229
  "filename": "src/actions/extension-actions.ts"
218
230
  },
219
- "4054c3d2ea9f6bcddfa7d33d42dc7ae43c5d3bc071": {
231
+ "403c101f24d1e7605a51cedf69da0d41af5c8ce953": {
220
232
  "workers": {
221
233
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
222
234
  "moduleId": 384874,
@@ -228,7 +240,7 @@
228
240
  "exportedName": "installExtension",
229
241
  "filename": "src/actions/extension-actions.ts"
230
242
  },
231
- "40b4afd819167bb48c681e66a7e9184ef54b187356": {
243
+ "40ce35e60ac54cb8269e14dc338b432fad63b05057": {
232
244
  "workers": {
233
245
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
234
246
  "moduleId": 384874,
@@ -240,7 +252,7 @@
240
252
  "exportedName": "uninstallExtension",
241
253
  "filename": "src/actions/extension-actions.ts"
242
254
  },
243
- "003f1dfdc13dd3928867e8ca32a72ccaefc2e0573d": {
255
+ "00592b2050dca8305e2268efac020dae8b2fdb5ee0": {
244
256
  "workers": {
245
257
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
246
258
  "moduleId": 384874,
@@ -252,7 +264,7 @@
252
264
  "exportedName": "getOnboardingStatus",
253
265
  "filename": "src/actions/onboarding-actions.ts"
254
266
  },
255
- "4089bb43b964c3cc5b2848bc729865dee8e56f60a6": {
267
+ "4057ffbbbeabb40cc3e03af5715687d8e537dc4639": {
256
268
  "workers": {
257
269
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
258
270
  "moduleId": 384874,
@@ -264,7 +276,7 @@
264
276
  "exportedName": "dispatchTaskCompletionEvent",
265
277
  "filename": "src/actions/onboarding-actions.ts"
266
278
  },
267
- "40ace337192d4dd9a4a7362eab01bc86850fb4a0d8": {
279
+ "40f772df9c5ef70aa3f0c91a6dc2716b97ed40d3a1": {
268
280
  "workers": {
269
281
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
270
282
  "moduleId": 384874,
@@ -276,7 +288,7 @@
276
288
  "exportedName": "setOnboardingProgress",
277
289
  "filename": "src/actions/onboarding-actions.ts"
278
290
  },
279
- "6003b9bf4e05e9d923ec7aa8ed47b1d2e8b1806cb7": {
291
+ "6049009cebae9501b35174bc10f6e95392e15c1415": {
280
292
  "workers": {
281
293
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
282
294
  "moduleId": 384874,
@@ -288,7 +300,7 @@
288
300
  "exportedName": "setOnboardingExtensions",
289
301
  "filename": "src/actions/onboarding-actions.ts"
290
302
  },
291
- "6022565280345647acafc879d6697aabada2ec392f": {
303
+ "60d40c8f11280124b357c0af9e03f73ddef4889dc1": {
292
304
  "workers": {
293
305
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
294
306
  "moduleId": 384874,
@@ -300,7 +312,7 @@
300
312
  "exportedName": "completeOnboarding",
301
313
  "filename": "src/actions/onboarding-actions.ts"
302
314
  },
303
- "006aab408acb61a0962235f55a3de594983b7dd5bf": {
315
+ "00eaa4c6a465fc639f0823aa156f91447fb561cc40": {
304
316
  "workers": {
305
317
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
306
318
  "moduleId": 384874,
@@ -312,55 +324,55 @@
312
324
  "exportedName": "listAllExtensionStatus",
313
325
  "filename": "src/actions/extension-actions.ts"
314
326
  },
315
- "4019331231d7a31d8f2d3e48967fbfe856229b9e4c": {
327
+ "4016ab9da91da42b860f8b85d6c32bccf3496de2e4": {
316
328
  "workers": {
317
329
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
318
330
  "moduleId": 384874,
319
331
  "async": true,
320
- "exportedName": "getVersionDiff",
332
+ "exportedName": "setCurrentVersion",
321
333
  "filename": "src/actions/version-actions.ts"
322
334
  }
323
335
  },
324
- "exportedName": "getVersionDiff",
336
+ "exportedName": "setCurrentVersion",
325
337
  "filename": "src/actions/version-actions.ts"
326
338
  },
327
- "4019da742b0ec4b2f142aa6b032f694c735768b6c2": {
339
+ "4042cdcae712094709d42082df321526750ddf8b9a": {
328
340
  "workers": {
329
341
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
330
342
  "moduleId": 384874,
331
343
  "async": true,
332
- "exportedName": "createVersion",
344
+ "exportedName": "getVersionDiffStat",
333
345
  "filename": "src/actions/version-actions.ts"
334
346
  }
335
347
  },
336
- "exportedName": "createVersion",
348
+ "exportedName": "getVersionDiffStat",
337
349
  "filename": "src/actions/version-actions.ts"
338
350
  },
339
- "402beeeaad30b138405b95e2ca98c3bc9be2357dd7": {
351
+ "408f957d033515375d14c67a15b77022d11e2598c9": {
340
352
  "workers": {
341
353
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
342
354
  "moduleId": 384874,
343
355
  "async": true,
344
- "exportedName": "setCurrentVersion",
356
+ "exportedName": "getVersionsForPicker",
345
357
  "filename": "src/actions/version-actions.ts"
346
358
  }
347
359
  },
348
- "exportedName": "setCurrentVersion",
360
+ "exportedName": "getVersionsForPicker",
349
361
  "filename": "src/actions/version-actions.ts"
350
362
  },
351
- "4032ae7d74eb777aa91dcbffe35d7f9f37e86aebdb": {
363
+ "409c867f8aac1f101671eda0e63b8b8fb5d930df45": {
352
364
  "workers": {
353
365
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
354
366
  "moduleId": 384874,
355
367
  "async": true,
356
- "exportedName": "getVersionsForPicker",
368
+ "exportedName": "deleteVersion",
357
369
  "filename": "src/actions/version-actions.ts"
358
370
  }
359
371
  },
360
- "exportedName": "getVersionsForPicker",
372
+ "exportedName": "deleteVersion",
361
373
  "filename": "src/actions/version-actions.ts"
362
374
  },
363
- "4079b9c580c6f80e34f3279853929ea454d98c356f": {
375
+ "40d45d7e22e83a07e1d461422cafdb11f6d7c1181d": {
364
376
  "workers": {
365
377
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
366
378
  "moduleId": 384874,
@@ -372,43 +384,43 @@
372
384
  "exportedName": "getProjectVersions",
373
385
  "filename": "src/actions/version-actions.ts"
374
386
  },
375
- "40858d48e0f2abf74612cdbe337d68e0abe5aa0da3": {
387
+ "40da7c092783ebcf1dd22aa3a280e641b2c4427ace": {
376
388
  "workers": {
377
389
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
378
390
  "moduleId": 384874,
379
391
  "async": true,
380
- "exportedName": "deleteVersion",
392
+ "exportedName": "createVersion",
381
393
  "filename": "src/actions/version-actions.ts"
382
394
  }
383
395
  },
384
- "exportedName": "deleteVersion",
396
+ "exportedName": "createVersion",
385
397
  "filename": "src/actions/version-actions.ts"
386
398
  },
387
- "40d053a0c0001deadf83a93f4b80762895f2b50a0f": {
399
+ "40e165d3fde6173d1edb56e3a9bee20141fc08b736": {
388
400
  "workers": {
389
401
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
390
402
  "moduleId": 384874,
391
403
  "async": true,
392
- "exportedName": "getVersionDiffStat",
404
+ "exportedName": "getVersionDiff",
393
405
  "filename": "src/actions/version-actions.ts"
394
406
  }
395
407
  },
396
- "exportedName": "getVersionDiffStat",
408
+ "exportedName": "getVersionDiff",
397
409
  "filename": "src/actions/version-actions.ts"
398
410
  },
399
- "6054ec2dd3dcaa33b023aaf62fb57d4dd0cd24fd7c": {
411
+ "6038a614e3502a569a24b658c514ef727f87f7e097": {
400
412
  "workers": {
401
413
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
402
414
  "moduleId": 384874,
403
415
  "async": true,
404
- "exportedName": "assignTaskVersion",
416
+ "exportedName": "releaseVersion",
405
417
  "filename": "src/actions/version-actions.ts"
406
418
  }
407
419
  },
408
- "exportedName": "assignTaskVersion",
420
+ "exportedName": "releaseVersion",
409
421
  "filename": "src/actions/version-actions.ts"
410
422
  },
411
- "608ab6b30964217d51d8f016deb19becdf63758ff6": {
423
+ "6039b9115f67f2fe4322dfec62fc70c468476ef9da": {
412
424
  "workers": {
413
425
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
414
426
  "moduleId": 384874,
@@ -420,19 +432,19 @@
420
432
  "exportedName": "updateVersion",
421
433
  "filename": "src/actions/version-actions.ts"
422
434
  },
423
- "609bb4cb1eb37f5fcc9f9753c5cb5fdbbbf7adde71": {
435
+ "60aec666b0aea291a0a4bdcd772786d39cdea184fc": {
424
436
  "workers": {
425
437
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
426
438
  "moduleId": 384874,
427
439
  "async": true,
428
- "exportedName": "releaseVersion",
440
+ "exportedName": "assignTaskVersion",
429
441
  "filename": "src/actions/version-actions.ts"
430
442
  }
431
443
  },
432
- "exportedName": "releaseVersion",
444
+ "exportedName": "assignTaskVersion",
433
445
  "filename": "src/actions/version-actions.ts"
434
446
  },
435
- "400a7d1bea9b6bb490268049a765badde143b0a3b9": {
447
+ "40c48208829302674f2f477c34c108d3fd8e37baed": {
436
448
  "workers": {
437
449
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
438
450
  "moduleId": 384874,
@@ -444,7 +456,7 @@
444
456
  "exportedName": "getVersionTypes",
445
457
  "filename": "src/actions/version-type-actions.ts"
446
458
  },
447
- "4005c134080c66bb8cabf390cf0ff11380f0e0b6db": {
459
+ "40dffcd1988fd8b1ac7b1da9ef721a2c75041021d0": {
448
460
  "workers": {
449
461
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
450
462
  "moduleId": 384874,
@@ -456,7 +468,7 @@
456
468
  "exportedName": "getProjectBranches",
457
469
  "filename": "src/actions/git-actions.ts"
458
470
  },
459
- "4078d8e4a64f54b301edad3a8747029da86e985d81": {
471
+ "400b4e64d53a79ea69cb891f33bf0b5825053f5a2f": {
460
472
  "workers": {
461
473
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
462
474
  "moduleId": 384874,
@@ -468,7 +480,7 @@
468
480
  "exportedName": "fetchRemoteBranches",
469
481
  "filename": "src/actions/git-actions.ts"
470
482
  },
471
- "407062bec0e832bf102557236876bb200ead5fc0e4": {
483
+ "4006b9cad3a29c690d7c9b0002f7ba9b7499ba4e41": {
472
484
  "workers": {
473
485
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
474
486
  "moduleId": 384874,
@@ -480,7 +492,7 @@
480
492
  "exportedName": "createVersionType",
481
493
  "filename": "src/actions/version-type-actions.ts"
482
494
  },
483
- "603ab80401f516007823744e14782552534f0ae8c2": {
495
+ "6019c73705f305ba7f164c1d3ee3a1bfcfc7a0236f": {
484
496
  "workers": {
485
497
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
486
498
  "moduleId": 384874,
@@ -492,7 +504,7 @@
492
504
  "exportedName": "updateVersionType",
493
505
  "filename": "src/actions/version-type-actions.ts"
494
506
  },
495
- "40fdff685335d93296e077d0a28576120cf6c67910": {
507
+ "40597dc88c65807f2f5beaf9c32db41ece5fa27d5a": {
496
508
  "workers": {
497
509
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
498
510
  "moduleId": 384874,
@@ -504,7 +516,7 @@
504
516
  "exportedName": "deleteVersionType",
505
517
  "filename": "src/actions/version-type-actions.ts"
506
518
  },
507
- "4020a59af9c321427f702c3c13f21ccd90a0734683": {
519
+ "40c3605bec65c1496fa0fd5123f1e94bdfde2a828e": {
508
520
  "workers": {
509
521
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
510
522
  "moduleId": 384874,
@@ -516,7 +528,7 @@
516
528
  "exportedName": "createTask",
517
529
  "filename": "src/actions/task-actions.ts"
518
530
  },
519
- "40d6e6cd81118bfc412c65781fe012684d0c03711d": {
531
+ "4029968e5a2e65c1d348ba335be069d829745c34c4": {
520
532
  "workers": {
521
533
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
522
534
  "moduleId": 384874,
@@ -528,7 +540,7 @@
528
540
  "exportedName": "getTaskOverview",
529
541
  "filename": "src/actions/task-actions.ts"
530
542
  },
531
- "40b9da4796cde7c3039167d8c9a106bd4eca5494bf": {
543
+ "40dadcf5731aaed6d0df7327cccb194d62be9eca76": {
532
544
  "workers": {
533
545
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
534
546
  "moduleId": 384874,
@@ -540,7 +552,7 @@
540
552
  "exportedName": "getTaskNotes",
541
553
  "filename": "src/actions/note-actions.ts"
542
554
  },
543
- "4024c970ae8e22133b65e280b1f6790b6dcc9e8aab": {
555
+ "40845f88c397d5023344b95513dff908b52205464f": {
544
556
  "workers": {
545
557
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
546
558
  "moduleId": 384874,
@@ -552,7 +564,7 @@
552
564
  "exportedName": "getTaskAssets",
553
565
  "filename": "src/actions/asset-actions.ts"
554
566
  },
555
- "404c560cd8f5726f68215bdda66da5b48b80ba8dca": {
567
+ "402267c2c38e93dab04259f43e1a7495e1628abd45": {
556
568
  "workers": {
557
569
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
558
570
  "moduleId": 384874,
@@ -564,7 +576,7 @@
564
576
  "exportedName": "openInFileManager",
565
577
  "filename": "src/actions/preview-actions.ts"
566
578
  },
567
- "40f28d24ba27f24fcda354e690ce301b9209fb8247": {
579
+ "40efafaef4f35ec883fb17805980ce195985954dd2": {
568
580
  "workers": {
569
581
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
570
582
  "moduleId": 384874,
@@ -576,7 +588,7 @@
576
588
  "exportedName": "openInEditor",
577
589
  "filename": "src/actions/preview-actions.ts"
578
590
  },
579
- "40d2dd1b5fc5c81f4ded0113d429d62fa7910ff56d": {
591
+ "40f396661ea616de9998a0d5cc93a04caa1c39d5da": {
580
592
  "workers": {
581
593
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
582
594
  "moduleId": 384874,
@@ -588,7 +600,7 @@
588
600
  "exportedName": "openInTerminal",
589
601
  "filename": "src/actions/preview-actions.ts"
590
602
  },
591
- "400954e103ea703bf5fe6e03cc8c3f1a4a7b47a9a1": {
603
+ "406e86c83e91c1186830344ed891d8a1ce2757f822": {
592
604
  "workers": {
593
605
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
594
606
  "moduleId": 384874,