@shepai/cli 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/dist/src/infrastructure/services/port.service.d.ts +20 -0
  2. package/dist/src/infrastructure/services/port.service.d.ts.map +1 -0
  3. package/dist/src/infrastructure/services/port.service.js +47 -0
  4. package/dist/src/infrastructure/services/web-server.service.d.ts +43 -0
  5. package/dist/src/infrastructure/services/web-server.service.d.ts.map +1 -0
  6. package/dist/src/infrastructure/services/web-server.service.js +95 -0
  7. package/dist/src/presentation/cli/commands/ui.command.d.ts +22 -0
  8. package/dist/src/presentation/cli/commands/ui.command.d.ts.map +1 -0
  9. package/dist/src/presentation/cli/commands/ui.command.js +74 -0
  10. package/dist/src/presentation/cli/index.d.ts +1 -0
  11. package/dist/src/presentation/cli/index.d.ts.map +1 -1
  12. package/dist/src/presentation/cli/index.js +3 -0
  13. package/dist/tsconfig.build.tsbuildinfo +1 -1
  14. package/package.json +4 -2
  15. package/web/.next/BUILD_ID +1 -0
  16. package/web/.next/app-path-routes-manifest.json +6 -0
  17. package/web/.next/build/chunks/[root-of-the-server]__0f2e5b60._.js +207 -0
  18. package/web/.next/build/chunks/[root-of-the-server]__0f2e5b60._.js.map +8 -0
  19. package/web/.next/build/chunks/[root-of-the-server]__52e8dcc7._.js +500 -0
  20. package/web/.next/build/chunks/[root-of-the-server]__52e8dcc7._.js.map +11 -0
  21. package/web/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_4ffac355._.js +13 -0
  22. package/web/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_4ffac355._.js.map +5 -0
  23. package/web/.next/build/chunks/[turbopack]_runtime.js +795 -0
  24. package/web/.next/build/chunks/[turbopack]_runtime.js.map +10 -0
  25. package/web/.next/build/chunks/node_modules__pnpm_806d01c0._.js +6758 -0
  26. package/web/.next/build/chunks/node_modules__pnpm_806d01c0._.js.map +47 -0
  27. package/web/.next/build/package.json +1 -0
  28. package/web/.next/build/postcss.js +6 -0
  29. package/web/.next/build/postcss.js.map +5 -0
  30. package/web/.next/build-manifest.json +20 -0
  31. package/web/.next/cache/.previewinfo +1 -0
  32. package/web/.next/cache/.rscinfo +1 -0
  33. package/web/.next/cache/.tsbuildinfo +1 -0
  34. package/web/.next/cache/config.json +7 -0
  35. package/web/.next/diagnostics/build-diagnostics.json +6 -0
  36. package/web/.next/diagnostics/framework.json +1 -0
  37. package/web/.next/export-marker.json +6 -0
  38. package/web/.next/fallback-build-manifest.json +12 -0
  39. package/web/.next/images-manifest.json +67 -0
  40. package/web/.next/next-minimal-server.js.nft.json +1 -0
  41. package/web/.next/next-server.js.nft.json +1 -0
  42. package/web/.next/package.json +1 -0
  43. package/web/.next/prerender-manifest.json +109 -0
  44. package/web/.next/required-server-files.js +320 -0
  45. package/web/.next/required-server-files.json +320 -0
  46. package/web/.next/routes-manifest.json +68 -0
  47. package/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
  48. package/web/.next/server/app/_global-error/page/build-manifest.json +17 -0
  49. package/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
  50. package/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
  51. package/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
  52. package/web/.next/server/app/_global-error/page.js +10 -0
  53. package/web/.next/server/app/_global-error/page.js.map +5 -0
  54. package/web/.next/server/app/_global-error/page.js.nft.json +1 -0
  55. package/web/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
  56. package/web/.next/server/app/_global-error.html +2 -0
  57. package/web/.next/server/app/_global-error.meta +15 -0
  58. package/web/.next/server/app/_global-error.rsc +12 -0
  59. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
  60. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
  61. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
  62. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
  63. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  64. package/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
  65. package/web/.next/server/app/_not-found/page/build-manifest.json +17 -0
  66. package/web/.next/server/app/_not-found/page/next-font-manifest.json +6 -0
  67. package/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
  68. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
  69. package/web/.next/server/app/_not-found/page.js +13 -0
  70. package/web/.next/server/app/_not-found/page.js.map +5 -0
  71. package/web/.next/server/app/_not-found/page.js.nft.json +1 -0
  72. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
  73. package/web/.next/server/app/_not-found.html +11 -0
  74. package/web/.next/server/app/_not-found.meta +16 -0
  75. package/web/.next/server/app/_not-found.rsc +13 -0
  76. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +13 -0
  77. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +5 -0
  78. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
  79. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  80. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
  81. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
  82. package/web/.next/server/app/index.html +11 -0
  83. package/web/.next/server/app/index.meta +14 -0
  84. package/web/.next/server/app/index.rsc +14 -0
  85. package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
  86. package/web/.next/server/app/index.segments/_full.segment.rsc +14 -0
  87. package/web/.next/server/app/index.segments/_head.segment.rsc +5 -0
  88. package/web/.next/server/app/index.segments/_index.segment.rsc +5 -0
  89. package/web/.next/server/app/index.segments/_tree.segment.rsc +2 -0
  90. package/web/.next/server/app/page/app-paths-manifest.json +3 -0
  91. package/web/.next/server/app/page/build-manifest.json +17 -0
  92. package/web/.next/server/app/page/next-font-manifest.json +6 -0
  93. package/web/.next/server/app/page/react-loadable-manifest.json +1 -0
  94. package/web/.next/server/app/page/server-reference-manifest.json +4 -0
  95. package/web/.next/server/app/page.js +16 -0
  96. package/web/.next/server/app/page.js.map +5 -0
  97. package/web/.next/server/app/page.js.nft.json +1 -0
  98. package/web/.next/server/app/page_client-reference-manifest.js +2 -0
  99. package/web/.next/server/app/version/page/app-paths-manifest.json +3 -0
  100. package/web/.next/server/app/version/page/build-manifest.json +17 -0
  101. package/web/.next/server/app/version/page/next-font-manifest.json +6 -0
  102. package/web/.next/server/app/version/page/react-loadable-manifest.json +1 -0
  103. package/web/.next/server/app/version/page/server-reference-manifest.json +4 -0
  104. package/web/.next/server/app/version/page.js +15 -0
  105. package/web/.next/server/app/version/page.js.map +5 -0
  106. package/web/.next/server/app/version/page.js.nft.json +1 -0
  107. package/web/.next/server/app/version/page_client-reference-manifest.js +2 -0
  108. package/web/.next/server/app/version.html +11 -0
  109. package/web/.next/server/app/version.meta +15 -0
  110. package/web/.next/server/app/version.rsc +17 -0
  111. package/web/.next/server/app/version.segments/_full.segment.rsc +17 -0
  112. package/web/.next/server/app/version.segments/_head.segment.rsc +5 -0
  113. package/web/.next/server/app/version.segments/_index.segment.rsc +5 -0
  114. package/web/.next/server/app/version.segments/_tree.segment.rsc +2 -0
  115. package/web/.next/server/app/version.segments/version/__PAGE__.segment.rsc +9 -0
  116. package/web/.next/server/app/version.segments/version.segment.rsc +4 -0
  117. package/web/.next/server/app-paths-manifest.json +6 -0
  118. package/web/.next/server/chunks/ssr/403f9_next_dist_2ff794b1._.js +6 -0
  119. package/web/.next/server/chunks/ssr/403f9_next_dist_2ff794b1._.js.map +1 -0
  120. package/web/.next/server/chunks/ssr/403f9_next_dist_6c821c12._.js +4 -0
  121. package/web/.next/server/chunks/ssr/403f9_next_dist_6c821c12._.js.map +1 -0
  122. package/web/.next/server/chunks/ssr/403f9_next_dist_client_components_44deecdf._.js +3 -0
  123. package/web/.next/server/chunks/ssr/403f9_next_dist_client_components_44deecdf._.js.map +1 -0
  124. package/web/.next/server/chunks/ssr/403f9_next_dist_client_components_builtin_global-error_5fefc4d7.js +3 -0
  125. package/web/.next/server/chunks/ssr/403f9_next_dist_client_components_builtin_global-error_5fefc4d7.js.map +1 -0
  126. package/web/.next/server/chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2906ebd.js +3 -0
  127. package/web/.next/server/chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2906ebd.js.map +1 -0
  128. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js +4 -0
  129. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js.map +1 -0
  130. package/web/.next/server/chunks/ssr/[root-of-the-server]__01b8cb62._.js +3 -0
  131. package/web/.next/server/chunks/ssr/[root-of-the-server]__01b8cb62._.js.map +1 -0
  132. package/web/.next/server/chunks/ssr/[root-of-the-server]__205a2636._.js +3 -0
  133. package/web/.next/server/chunks/ssr/[root-of-the-server]__205a2636._.js.map +1 -0
  134. package/web/.next/server/chunks/ssr/[root-of-the-server]__5aff3b12._.js +3 -0
  135. package/web/.next/server/chunks/ssr/[root-of-the-server]__5aff3b12._.js.map +1 -0
  136. package/web/.next/server/chunks/ssr/[root-of-the-server]__7b98fb96._.js +3 -0
  137. package/web/.next/server/chunks/ssr/[root-of-the-server]__7b98fb96._.js.map +1 -0
  138. package/web/.next/server/chunks/ssr/[root-of-the-server]__8297ff30._.js +3 -0
  139. package/web/.next/server/chunks/ssr/[root-of-the-server]__8297ff30._.js.map +1 -0
  140. package/web/.next/server/chunks/ssr/[root-of-the-server]__c3694f82._.js +10 -0
  141. package/web/.next/server/chunks/ssr/[root-of-the-server]__c3694f82._.js.map +1 -0
  142. package/web/.next/server/chunks/ssr/[root-of-the-server]__d6257aad._.js +3 -0
  143. package/web/.next/server/chunks/ssr/[root-of-the-server]__d6257aad._.js.map +1 -0
  144. package/web/.next/server/chunks/ssr/[root-of-the-server]__d81095d0._.js +3 -0
  145. package/web/.next/server/chunks/ssr/[root-of-the-server]__d81095d0._.js.map +1 -0
  146. package/web/.next/server/chunks/ssr/[turbopack]_runtime.js +795 -0
  147. package/web/.next/server/chunks/ssr/[turbopack]_runtime.js.map +10 -0
  148. package/web/.next/server/chunks/ssr/_0f02ab66._.js +3 -0
  149. package/web/.next/server/chunks/ssr/_0f02ab66._.js.map +1 -0
  150. package/web/.next/server/chunks/ssr/_884ddade._.js +4 -0
  151. package/web/.next/server/chunks/ssr/_884ddade._.js.map +1 -0
  152. package/web/.next/server/chunks/ssr/_90bc0c33._.js +3 -0
  153. package/web/.next/server/chunks/ssr/_90bc0c33._.js.map +1 -0
  154. package/web/.next/server/chunks/ssr/_c536147b._.js +3 -0
  155. package/web/.next/server/chunks/ssr/_c536147b._.js.map +1 -0
  156. package/web/.next/server/chunks/ssr/_c5d377cc._.js +4 -0
  157. package/web/.next/server/chunks/ssr/_c5d377cc._.js.map +1 -0
  158. package/web/.next/server/chunks/ssr/_e519e92f._.js +3 -0
  159. package/web/.next/server/chunks/ssr/_e519e92f._.js.map +1 -0
  160. package/web/.next/server/chunks/ssr/b1a17_presentation_web__next-internal_server_app__global-error_page_actions_4fe4770f.js +3 -0
  161. package/web/.next/server/chunks/ssr/b1a17_presentation_web__next-internal_server_app__global-error_page_actions_4fe4770f.js.map +1 -0
  162. package/web/.next/server/chunks/ssr/node_modules__pnpm_03635e2b._.js +4 -0
  163. package/web/.next/server/chunks/ssr/node_modules__pnpm_03635e2b._.js.map +1 -0
  164. package/web/.next/server/chunks/ssr/node_modules__pnpm_522e4103._.js +3 -0
  165. package/web/.next/server/chunks/ssr/node_modules__pnpm_522e4103._.js.map +1 -0
  166. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_a836bb2a.js +3 -0
  167. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_a836bb2a.js.map +1 -0
  168. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_page_actions_a4e3cb6f.js +3 -0
  169. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_page_actions_a4e3cb6f.js.map +1 -0
  170. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_ea925032.js +3 -0
  171. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_ea925032.js.map +1 -0
  172. package/web/.next/server/chunks/ssr/src_presentation_web_app_layout_tsx_aa3a06bd._.js +13 -0
  173. package/web/.next/server/chunks/ssr/src_presentation_web_app_layout_tsx_aa3a06bd._.js.map +1 -0
  174. package/web/.next/server/chunks/ssr/src_presentation_web_app_not-found_tsx_64b86c46._.js +3 -0
  175. package/web/.next/server/chunks/ssr/src_presentation_web_app_not-found_tsx_64b86c46._.js.map +1 -0
  176. package/web/.next/server/chunks/ssr/src_presentation_web_app_version_page_tsx_1bab7370._.js +3 -0
  177. package/web/.next/server/chunks/ssr/src_presentation_web_app_version_page_tsx_1bab7370._.js.map +1 -0
  178. package/web/.next/server/functions-config-manifest.json +4 -0
  179. package/web/.next/server/interception-route-rewrite-manifest.js +1 -0
  180. package/web/.next/server/middleware-build-manifest.js +21 -0
  181. package/web/.next/server/middleware-manifest.json +6 -0
  182. package/web/.next/server/next-font-manifest.js +1 -0
  183. package/web/.next/server/next-font-manifest.json +6 -0
  184. package/web/.next/server/pages/404.html +11 -0
  185. package/web/.next/server/pages/500.html +2 -0
  186. package/web/.next/server/pages-manifest.json +4 -0
  187. package/web/.next/server/server-reference-manifest.js +1 -0
  188. package/web/.next/server/server-reference-manifest.json +5 -0
  189. package/web/.next/static/Z9XCmAv7-DjAFCpNEPaUt/_buildManifest.js +11 -0
  190. package/web/.next/static/Z9XCmAv7-DjAFCpNEPaUt/_clientMiddlewareManifest.json +1 -0
  191. package/web/.next/static/Z9XCmAv7-DjAFCpNEPaUt/_ssgManifest.js +1 -0
  192. package/web/.next/static/chunks/4d6504b9f2ca7e4d.js +1 -0
  193. package/web/.next/static/chunks/51816495a9eb288c.css +1 -0
  194. package/web/.next/static/chunks/52a5aeb86329ee2e.js +1 -0
  195. package/web/.next/static/chunks/70993ebedee7eab0.js +2 -0
  196. package/web/.next/static/chunks/71462f20e38a4262.js +4 -0
  197. package/web/.next/static/chunks/86484b9b4aa9f859.js +1 -0
  198. package/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
  199. package/web/.next/static/chunks/a6dad97d9634a72d.js.map +1 -0
  200. package/web/.next/static/chunks/ab02eec995295bef.js +1 -0
  201. package/web/.next/static/chunks/b3cc49b27e09fa39.js +1 -0
  202. package/web/.next/static/chunks/f3b4460b1496ef52.js +1 -0
  203. package/web/.next/static/chunks/turbopack-76ba02c6b131eee4.js +4 -0
  204. package/web/.next/trace +1 -0
  205. package/web/.next/trace-build +1 -0
  206. package/web/.next/turbopack +0 -0
  207. package/web/.next/types/link.d.ts +163 -0
  208. package/web/.next/types/routes.d.ts +58 -0
  209. package/web/.next/types/validator.ts +70 -0
  210. package/web/next.config.ts +14 -0
  211. package/web/package.json +38 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.