@evoscientist/webui 0.0.2 → 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 +7 -0
- package/dist/.next/build-manifest.json +3 -3
- package/dist/.next/routes-manifest.json +42 -0
- 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.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.js +1 -1
- 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 +2 -2
- package/dist/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/dist/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/dist/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- 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.js +1 -1
- package/dist/.next/server/app/api/workspace/upload/route.js.nft.json +1 -1
- package/dist/.next/server/app/index.html +1 -1
- package/dist/.next/server/app/index.rsc +3 -3
- package/dist/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/dist/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/dist/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/dist/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/dist/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/dist/.next/server/app/page.js +1 -1
- 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 +7 -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/node_modules_next_dist_esm_build_templates_app-route_0firp2j.js +3 -0
- 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]__0~c~7_y._.js → [root-of-the-server]__0e_kl3j._.js} +2 -2
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__0wd7vkh._.js +168 -0
- package/dist/.next/server/functions-config-manifest.json +7 -0
- package/dist/.next/server/middleware-build-manifest.js +3 -3
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/static/chunks/09wbros..cs3n.css +2 -0
- package/dist/.next/static/chunks/{0bcatlsfnsa1w.js → 0lrwh2x39flkq.js} +32 -30
- package/dist/package.json +10 -1
- package/package.json +10 -1
- package/dist/.next/server/chunks/[root-of-the-server]__0jcdo_8._.js +0 -3
- package/dist/.next/server/chunks/[root-of-the-server]__12gt1j0._.js +0 -3
- package/dist/.next/server/chunks/ssr/[root-of-the-server]__12ur71h._.js +0 -166
- 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/0rng-b-qj2x95.css +0 -2
- /package/dist/.next/static/{fF8OFhkmpEV3b0v3u9BmF → I0vBlqvF804k9K7DPlfT3}/_buildManifest.js +0 -0
- /package/dist/.next/static/{fF8OFhkmpEV3b0v3u9BmF → I0vBlqvF804k9K7DPlfT3}/_clientMiddlewareManifest.js +0 -0
- /package/dist/.next/static/{fF8OFhkmpEV3b0v3u9BmF → 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.