@evoscientist/webui 0.0.1 → 0.0.3

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 (144) hide show
  1. package/dist/.next/BUILD_ID +1 -1
  2. package/dist/.next/app-path-routes-manifest.json +8 -0
  3. package/dist/.next/build-manifest.json +5 -5
  4. package/dist/.next/routes-manifest.json +48 -0
  5. package/dist/.next/server/app/_global-error/page/build-manifest.json +2 -2
  6. package/dist/.next/server/app/_global-error/page.js +1 -1
  7. package/dist/.next/server/app/_global-error/page.js.nft.json +1 -1
  8. package/dist/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  9. package/dist/.next/server/app/_global-error.html +1 -1
  10. package/dist/.next/server/app/_global-error.rsc +1 -1
  11. package/dist/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  12. package/dist/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  13. package/dist/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  14. package/dist/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  15. package/dist/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  16. package/dist/.next/server/app/_not-found/page/build-manifest.json +2 -2
  17. package/dist/.next/server/app/_not-found/page.js +2 -2
  18. package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
  19. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  20. package/dist/.next/server/app/_not-found.html +1 -1
  21. package/dist/.next/server/app/_not-found.rsc +18 -17
  22. package/dist/.next/server/app/_not-found.segments/_full.segment.rsc +18 -17
  23. package/dist/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  24. package/dist/.next/server/app/_not-found.segments/_index.segment.rsc +7 -6
  25. package/dist/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  26. package/dist/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  27. package/dist/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  28. package/dist/.next/server/app/api/memory/route/app-paths-manifest.json +3 -0
  29. package/dist/.next/server/app/api/memory/route/build-manifest.json +9 -0
  30. package/dist/.next/server/app/api/memory/route/server-reference-manifest.json +4 -0
  31. package/dist/.next/server/app/api/memory/route.js +7 -0
  32. package/dist/.next/server/app/api/memory/route.js.nft.json +1 -0
  33. package/dist/.next/server/app/api/memory/route_client-reference-manifest.js +3 -0
  34. package/dist/.next/server/app/api/skills/catalog/route/app-paths-manifest.json +3 -0
  35. package/dist/.next/server/app/api/skills/catalog/route/build-manifest.json +9 -0
  36. package/dist/.next/server/app/api/skills/catalog/route/server-reference-manifest.json +4 -0
  37. package/dist/.next/server/app/api/skills/catalog/route.js +6 -0
  38. package/dist/.next/server/app/api/skills/catalog/route.js.nft.json +1 -0
  39. package/dist/.next/server/app/api/skills/catalog/route_client-reference-manifest.js +3 -0
  40. package/dist/.next/server/app/api/skills/detail/route/app-paths-manifest.json +3 -0
  41. package/dist/.next/server/app/api/skills/detail/route/build-manifest.json +9 -0
  42. package/dist/.next/server/app/api/skills/detail/route/server-reference-manifest.json +4 -0
  43. package/dist/.next/server/app/api/skills/detail/route.js +6 -0
  44. package/dist/.next/server/app/api/skills/detail/route.js.nft.json +1 -0
  45. package/dist/.next/server/app/api/skills/detail/route_client-reference-manifest.js +3 -0
  46. package/dist/.next/server/app/api/skills/install/route/app-paths-manifest.json +3 -0
  47. package/dist/.next/server/app/api/skills/install/route/build-manifest.json +9 -0
  48. package/dist/.next/server/app/api/skills/install/route/server-reference-manifest.json +4 -0
  49. package/dist/.next/server/app/api/skills/install/route.js +6 -0
  50. package/dist/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  51. package/dist/.next/server/app/api/skills/install/route_client-reference-manifest.js +3 -0
  52. package/dist/.next/server/app/api/skills/route.js +1 -1
  53. package/dist/.next/server/app/api/skills/route.js.nft.json +1 -1
  54. package/dist/.next/server/app/api/workspace/download/route/app-paths-manifest.json +3 -0
  55. package/dist/.next/server/app/api/workspace/download/route/build-manifest.json +9 -0
  56. package/dist/.next/server/app/api/workspace/download/route/server-reference-manifest.json +4 -0
  57. package/dist/.next/server/app/api/workspace/download/route.js +6 -0
  58. package/dist/.next/server/app/api/workspace/download/route.js.nft.json +1 -0
  59. package/dist/.next/server/app/api/workspace/download/route_client-reference-manifest.js +3 -0
  60. package/dist/.next/server/app/api/workspace/file/route/app-paths-manifest.json +3 -0
  61. package/dist/.next/server/app/api/workspace/file/route/build-manifest.json +9 -0
  62. package/dist/.next/server/app/api/workspace/file/route/server-reference-manifest.json +4 -0
  63. package/dist/.next/server/app/api/workspace/file/route.js +6 -0
  64. package/dist/.next/server/app/api/workspace/file/route.js.nft.json +1 -0
  65. package/dist/.next/server/app/api/workspace/file/route_client-reference-manifest.js +3 -0
  66. package/dist/.next/server/app/api/workspace/route/app-paths-manifest.json +3 -0
  67. package/dist/.next/server/app/api/workspace/route/build-manifest.json +9 -0
  68. package/dist/.next/server/app/api/workspace/route/server-reference-manifest.json +4 -0
  69. package/dist/.next/server/app/api/workspace/route.js +6 -0
  70. package/dist/.next/server/app/api/workspace/route.js.nft.json +1 -0
  71. package/dist/.next/server/app/api/workspace/route_client-reference-manifest.js +3 -0
  72. package/dist/.next/server/app/api/workspace/upload/route/app-paths-manifest.json +3 -0
  73. package/dist/.next/server/app/api/workspace/upload/route/build-manifest.json +9 -0
  74. package/dist/.next/server/app/api/workspace/upload/route/server-reference-manifest.json +4 -0
  75. package/dist/.next/server/app/api/workspace/upload/route.js +6 -0
  76. package/dist/.next/server/app/api/workspace/upload/route.js.nft.json +1 -0
  77. package/dist/.next/server/app/api/workspace/upload/route_client-reference-manifest.js +3 -0
  78. package/dist/.next/server/app/index.html +1 -1
  79. package/dist/.next/server/app/index.rsc +20 -19
  80. package/dist/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  81. package/dist/.next/server/app/index.segments/_full.segment.rsc +20 -19
  82. package/dist/.next/server/app/index.segments/_head.segment.rsc +4 -4
  83. package/dist/.next/server/app/index.segments/_index.segment.rsc +7 -6
  84. package/dist/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  85. package/dist/.next/server/app/page/build-manifest.json +2 -2
  86. package/dist/.next/server/app/page.js +2 -2
  87. package/dist/.next/server/app/page.js.nft.json +1 -1
  88. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  89. package/dist/.next/server/app-paths-manifest.json +8 -0
  90. package/dist/.next/server/chunks/[root-of-the-server]__0.xy1xu._.js +6 -0
  91. package/dist/.next/server/chunks/[root-of-the-server]__02gm-06._.js +3 -0
  92. package/dist/.next/server/chunks/[root-of-the-server]__03roqz7._.js +6 -0
  93. package/dist/.next/server/chunks/[root-of-the-server]__03tck01._.js +6 -0
  94. package/dist/.next/server/chunks/[root-of-the-server]__08tq50a._.js +3 -0
  95. package/dist/.next/server/chunks/[root-of-the-server]__0fo0dt2._.js +3 -0
  96. package/dist/.next/server/chunks/[root-of-the-server]__0hlva1f._.js +3 -0
  97. package/dist/.next/server/chunks/[root-of-the-server]__10402uj._.js +6 -0
  98. package/dist/.next/server/chunks/[root-of-the-server]__10s5b0x._.js +3 -0
  99. package/dist/.next/server/chunks/_next-internal_server_app_api_memory_route_actions_0jf5z0q.js +3 -0
  100. package/dist/.next/server/chunks/_next-internal_server_app_api_skills_catalog_route_actions_0pp.pug.js +3 -0
  101. package/dist/.next/server/chunks/_next-internal_server_app_api_skills_detail_route_actions_02~v0so.js +3 -0
  102. package/dist/.next/server/chunks/_next-internal_server_app_api_skills_install_route_actions_03-v3ve.js +3 -0
  103. package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_download_route_actions_0y83v2y.js +3 -0
  104. package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_file_route_actions_06tfudj.js +3 -0
  105. package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_route_actions_0rc11bi.js +3 -0
  106. package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_upload_route_actions_070kzk5.js +3 -0
  107. package/dist/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0firp2j.js +3 -0
  108. package/dist/.next/server/chunks/ssr/{[root-of-the-server]__069oppe._.js → [root-of-the-server]__01cqrhy._.js} +2 -2
  109. package/dist/.next/server/chunks/ssr/[root-of-the-server]__04-lgb_._.js +3 -0
  110. package/dist/.next/server/chunks/ssr/[root-of-the-server]__098zro9._.js +3 -3
  111. package/dist/.next/server/chunks/ssr/{[root-of-the-server]__0g4ly72._.js → [root-of-the-server]__0e_kl3j._.js} +2 -2
  112. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0lb9jwe._.js +1 -1
  113. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0tcyn68._.js +1 -1
  114. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0wd7vkh._.js +168 -0
  115. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0zi~h76._.js +1 -1
  116. package/dist/.next/server/chunks/ssr/[root-of-the-server]__1130a6w._.js +3 -0
  117. package/dist/.next/server/chunks/ssr/_03eop86._.js +4 -0
  118. package/dist/.next/server/functions-config-manifest.json +10 -1
  119. package/dist/.next/server/middleware-build-manifest.js +5 -5
  120. package/dist/.next/server/pages/404.html +1 -1
  121. package/dist/.next/server/pages/500.html +1 -1
  122. package/dist/.next/static/chunks/{131mzyo~hpjqh.js → 09j8za_6zxpaz.js} +1 -1
  123. package/dist/.next/static/chunks/09wbros..cs3n.css +2 -0
  124. package/dist/.next/static/chunks/0jtueskz-y_9~.js +2 -0
  125. package/dist/.next/static/chunks/{0kc55v1u8ldv6.js → 0lrwh2x39flkq.js} +34 -29
  126. package/dist/.next/static/chunks/{turbopack-0byzsf22k8au7.js → turbopack-0yd~9xptp2nkd.js} +1 -1
  127. package/dist/package.json +10 -2
  128. package/package.json +10 -2
  129. package/dist/.next/server/app/_global-error/page.js.map +0 -5
  130. package/dist/.next/server/app/_not-found/page.js.map +0 -5
  131. package/dist/.next/server/app/api/evosci-config/route.js.map +0 -5
  132. package/dist/.next/server/app/api/skills/route.js.map +0 -5
  133. package/dist/.next/server/app/icon.png/route.js.map +0 -5
  134. package/dist/.next/server/app/page.js.map +0 -5
  135. package/dist/.next/server/chunks/[root-of-the-server]__0jcdo_8._.js +0 -3
  136. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0ruwz1q._.js +0 -3
  137. package/dist/.next/server/chunks/ssr/[root-of-the-server]__12ur71h._.js +0 -163
  138. package/dist/.next/server/chunks/ssr/node_modules_06h~7p-._.js +0 -4
  139. package/dist/.next/server/chunks/ssr/node_modules_@swc_helpers_cjs__interop_require_default_cjs_11~q6fv._.js +0 -3
  140. package/dist/.next/static/chunks/167j_.qvshngx.js +0 -2
  141. package/dist/.next/static/chunks/16bymncnuytip.css +0 -2
  142. /package/dist/.next/static/{GNGDfMXLX_GJ4Sri4Mr2r → I0vBlqvF804k9K7DPlfT3}/_buildManifest.js +0 -0
  143. /package/dist/.next/static/{GNGDfMXLX_GJ4Sri4Mr2r → I0vBlqvF804k9K7DPlfT3}/_clientMiddlewareManifest.js +0 -0
  144. /package/dist/.next/static/{GNGDfMXLX_GJ4Sri4Mr2r → I0vBlqvF804k9K7DPlfT3}/_ssgManifest.js +0 -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.