@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.
- package/dist/.next/BUILD_ID +1 -1
- package/dist/.next/app-path-routes-manifest.json +8 -0
- package/dist/.next/build-manifest.json +5 -5
- package/dist/.next/routes-manifest.json +48 -0
- package/dist/.next/server/app/_global-error/page/build-manifest.json +2 -2
- package/dist/.next/server/app/_global-error/page.js +1 -1
- package/dist/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/dist/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_global-error.html +1 -1
- package/dist/.next/server/app/_global-error.rsc +1 -1
- package/dist/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dist/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/.next/server/app/_not-found/page/build-manifest.json +2 -2
- package/dist/.next/server/app/_not-found/page.js +2 -2
- package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found.html +1 -1
- package/dist/.next/server/app/_not-found.rsc +18 -17
- package/dist/.next/server/app/_not-found.segments/_full.segment.rsc +18 -17
- package/dist/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/dist/.next/server/app/_not-found.segments/_index.segment.rsc +7 -6
- package/dist/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/dist/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/dist/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dist/.next/server/app/api/memory/route/app-paths-manifest.json +3 -0
- package/dist/.next/server/app/api/memory/route/build-manifest.json +9 -0
- package/dist/.next/server/app/api/memory/route/server-reference-manifest.json +4 -0
- package/dist/.next/server/app/api/memory/route.js +7 -0
- package/dist/.next/server/app/api/memory/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/memory/route_client-reference-manifest.js +3 -0
- package/dist/.next/server/app/api/skills/catalog/route/app-paths-manifest.json +3 -0
- package/dist/.next/server/app/api/skills/catalog/route/build-manifest.json +9 -0
- package/dist/.next/server/app/api/skills/catalog/route/server-reference-manifest.json +4 -0
- package/dist/.next/server/app/api/skills/catalog/route.js +6 -0
- package/dist/.next/server/app/api/skills/catalog/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/skills/catalog/route_client-reference-manifest.js +3 -0
- package/dist/.next/server/app/api/skills/detail/route/app-paths-manifest.json +3 -0
- package/dist/.next/server/app/api/skills/detail/route/build-manifest.json +9 -0
- package/dist/.next/server/app/api/skills/detail/route/server-reference-manifest.json +4 -0
- package/dist/.next/server/app/api/skills/detail/route.js +6 -0
- package/dist/.next/server/app/api/skills/detail/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/skills/detail/route_client-reference-manifest.js +3 -0
- package/dist/.next/server/app/api/skills/install/route/app-paths-manifest.json +3 -0
- package/dist/.next/server/app/api/skills/install/route/build-manifest.json +9 -0
- package/dist/.next/server/app/api/skills/install/route/server-reference-manifest.json +4 -0
- package/dist/.next/server/app/api/skills/install/route.js +6 -0
- package/dist/.next/server/app/api/skills/install/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/skills/install/route_client-reference-manifest.js +3 -0
- package/dist/.next/server/app/api/skills/route.js +1 -1
- package/dist/.next/server/app/api/skills/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/workspace/download/route/app-paths-manifest.json +3 -0
- package/dist/.next/server/app/api/workspace/download/route/build-manifest.json +9 -0
- package/dist/.next/server/app/api/workspace/download/route/server-reference-manifest.json +4 -0
- package/dist/.next/server/app/api/workspace/download/route.js +6 -0
- package/dist/.next/server/app/api/workspace/download/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/workspace/download/route_client-reference-manifest.js +3 -0
- package/dist/.next/server/app/api/workspace/file/route/app-paths-manifest.json +3 -0
- package/dist/.next/server/app/api/workspace/file/route/build-manifest.json +9 -0
- package/dist/.next/server/app/api/workspace/file/route/server-reference-manifest.json +4 -0
- package/dist/.next/server/app/api/workspace/file/route.js +6 -0
- package/dist/.next/server/app/api/workspace/file/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/workspace/file/route_client-reference-manifest.js +3 -0
- package/dist/.next/server/app/api/workspace/route/app-paths-manifest.json +3 -0
- package/dist/.next/server/app/api/workspace/route/build-manifest.json +9 -0
- package/dist/.next/server/app/api/workspace/route/server-reference-manifest.json +4 -0
- package/dist/.next/server/app/api/workspace/route.js +6 -0
- package/dist/.next/server/app/api/workspace/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/workspace/route_client-reference-manifest.js +3 -0
- package/dist/.next/server/app/api/workspace/upload/route/app-paths-manifest.json +3 -0
- package/dist/.next/server/app/api/workspace/upload/route/build-manifest.json +9 -0
- package/dist/.next/server/app/api/workspace/upload/route/server-reference-manifest.json +4 -0
- package/dist/.next/server/app/api/workspace/upload/route.js +6 -0
- package/dist/.next/server/app/api/workspace/upload/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/workspace/upload/route_client-reference-manifest.js +3 -0
- package/dist/.next/server/app/index.html +1 -1
- package/dist/.next/server/app/index.rsc +20 -19
- package/dist/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
- package/dist/.next/server/app/index.segments/_full.segment.rsc +20 -19
- package/dist/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/dist/.next/server/app/index.segments/_index.segment.rsc +7 -6
- package/dist/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/dist/.next/server/app/page/build-manifest.json +2 -2
- package/dist/.next/server/app/page.js +2 -2
- package/dist/.next/server/app/page.js.nft.json +1 -1
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app-paths-manifest.json +8 -0
- package/dist/.next/server/chunks/[root-of-the-server]__0.xy1xu._.js +6 -0
- package/dist/.next/server/chunks/[root-of-the-server]__02gm-06._.js +3 -0
- package/dist/.next/server/chunks/[root-of-the-server]__03roqz7._.js +6 -0
- package/dist/.next/server/chunks/[root-of-the-server]__03tck01._.js +6 -0
- package/dist/.next/server/chunks/[root-of-the-server]__08tq50a._.js +3 -0
- package/dist/.next/server/chunks/[root-of-the-server]__0fo0dt2._.js +3 -0
- package/dist/.next/server/chunks/[root-of-the-server]__0hlva1f._.js +3 -0
- package/dist/.next/server/chunks/[root-of-the-server]__10402uj._.js +6 -0
- package/dist/.next/server/chunks/[root-of-the-server]__10s5b0x._.js +3 -0
- package/dist/.next/server/chunks/_next-internal_server_app_api_memory_route_actions_0jf5z0q.js +3 -0
- package/dist/.next/server/chunks/_next-internal_server_app_api_skills_catalog_route_actions_0pp.pug.js +3 -0
- package/dist/.next/server/chunks/_next-internal_server_app_api_skills_detail_route_actions_02~v0so.js +3 -0
- package/dist/.next/server/chunks/_next-internal_server_app_api_skills_install_route_actions_03-v3ve.js +3 -0
- package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_download_route_actions_0y83v2y.js +3 -0
- package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_file_route_actions_06tfudj.js +3 -0
- package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_route_actions_0rc11bi.js +3 -0
- package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_upload_route_actions_070kzk5.js +3 -0
- package/dist/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0firp2j.js +3 -0
- package/dist/.next/server/chunks/ssr/{[root-of-the-server]__069oppe._.js → [root-of-the-server]__01cqrhy._.js} +2 -2
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__04-lgb_._.js +3 -0
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__098zro9._.js +3 -3
- package/dist/.next/server/chunks/ssr/{[root-of-the-server]__0g4ly72._.js → [root-of-the-server]__0e_kl3j._.js} +2 -2
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__0lb9jwe._.js +1 -1
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__0tcyn68._.js +1 -1
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__0wd7vkh._.js +168 -0
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__0zi~h76._.js +1 -1
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__1130a6w._.js +3 -0
- package/dist/.next/server/chunks/ssr/_03eop86._.js +4 -0
- package/dist/.next/server/functions-config-manifest.json +10 -1
- package/dist/.next/server/middleware-build-manifest.js +5 -5
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/static/chunks/{131mzyo~hpjqh.js → 09j8za_6zxpaz.js} +1 -1
- package/dist/.next/static/chunks/09wbros..cs3n.css +2 -0
- package/dist/.next/static/chunks/0jtueskz-y_9~.js +2 -0
- package/dist/.next/static/chunks/{0kc55v1u8ldv6.js → 0lrwh2x39flkq.js} +34 -29
- package/dist/.next/static/chunks/{turbopack-0byzsf22k8au7.js → turbopack-0yd~9xptp2nkd.js} +1 -1
- package/dist/package.json +10 -2
- package/package.json +10 -2
- package/dist/.next/server/app/_global-error/page.js.map +0 -5
- package/dist/.next/server/app/_not-found/page.js.map +0 -5
- package/dist/.next/server/app/api/evosci-config/route.js.map +0 -5
- package/dist/.next/server/app/api/skills/route.js.map +0 -5
- package/dist/.next/server/app/icon.png/route.js.map +0 -5
- package/dist/.next/server/app/page.js.map +0 -5
- package/dist/.next/server/chunks/[root-of-the-server]__0jcdo_8._.js +0 -3
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__0ruwz1q._.js +0 -3
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__12ur71h._.js +0 -163
- package/dist/.next/server/chunks/ssr/node_modules_06h~7p-._.js +0 -4
- package/dist/.next/server/chunks/ssr/node_modules_@swc_helpers_cjs__interop_require_default_cjs_11~q6fv._.js +0 -3
- package/dist/.next/static/chunks/167j_.qvshngx.js +0 -2
- package/dist/.next/static/chunks/16bymncnuytip.css +0 -2
- /package/dist/.next/static/{GNGDfMXLX_GJ4Sri4Mr2r → I0vBlqvF804k9K7DPlfT3}/_buildManifest.js +0 -0
- /package/dist/.next/static/{GNGDfMXLX_GJ4Sri4Mr2r → I0vBlqvF804k9K7DPlfT3}/_clientMiddlewareManifest.js +0 -0
- /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.