fleetlens 1.0.13 → 1.0.14
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/app/apps/web/.next/BUILD_ID +1 -1
- package/app/apps/web/.next/build-manifest.json +3 -3
- package/app/apps/web/.next/prerender-manifest.json +3 -3
- package/app/apps/web/.next/server/app/_global-error.html +1 -1
- package/app/apps/web/.next/server/app/_global-error.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/agent/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/changelog/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/day/[date]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/day/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/digest/[date]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/digest/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/insights/[key]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/insights/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/parallelism/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/print/[key]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/projects/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/runs/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/team/onboarding/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/team/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/usage/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/chunks/[root-of-the-server]__02.51sr._.js +1 -1
- package/app/apps/web/.next/server/chunks/[root-of-the-server]__0zyh554._.js +1 -1
- package/app/apps/web/.next/server/chunks/packages_parser_dist_06d9se1._.js +1 -1
- package/app/apps/web/.next/server/chunks/packages_parser_dist_10ihc3~._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/_0k8yioi._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/apps_web_0epqfet._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/apps_web_components_0x014hn._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/apps_web_lib_changelog_ts_0n7_p1d._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/packages_parser_dist_0mx_509._.js +1 -1
- package/app/apps/web/.next/server/middleware-build-manifest.js +3 -3
- package/app/apps/web/.next/server/middleware-manifest.json +5 -5
- package/app/apps/web/.next/server/pages/500.html +1 -1
- package/app/apps/web/.next/server/server-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/app/apps/web/.next/static/chunks/00_9zw_tjem-o.js +14 -0
- package/app/apps/web/.next/static/chunks/{0r~~~j3kmv7s_.js → 08os0c_3cdpqn.js} +1 -1
- package/app/apps/web/.next/static/chunks/0f9bdjq4n1ykp.js +1 -0
- package/app/apps/web/app/usage/page.tsx +264 -1
- package/app/apps/web/lib/changelog-data.generated.ts +1 -1
- package/app/apps/web/lib/usage-data.ts +1 -1
- package/app/apps/web/lib/usage-display.test.ts +15 -0
- package/app/apps/web/lib/usage-display.ts +22 -3
- package/app/apps/web/package.json +1 -1
- package/app/apps/web/tsconfig.tsbuildinfo +1 -1
- package/dist/daemon-worker.js +358 -92
- package/dist/index.js +564 -155
- package/menubar/Fleetlens.app/Contents/Info.plist +2 -2
- package/menubar/Fleetlens.app/Contents/MacOS/FleetlensMenubar +0 -0
- package/menubar/Fleetlens.app/Contents/Resources/command-code.svg +4 -0
- package/menubar/Fleetlens.app/Contents/_CodeSignature/CodeResources +11 -0
- package/package.json +1 -1
- package/app/apps/web/.next/static/chunks/0lcq6isl3n79m.js +0 -1
- package/app/apps/web/.next/static/chunks/0livk1wjx5m4o.js +0 -14
- /package/app/apps/web/.next/static/{h9pB-Efqh5oayfi0_lGfY → FOCI6RnIt_wZ2j2ZEqW5_}/_buildManifest.js +0 -0
- /package/app/apps/web/.next/static/{h9pB-Efqh5oayfi0_lGfY → FOCI6RnIt_wZ2j2ZEqW5_}/_clientMiddlewareManifest.js +0 -0
- /package/app/apps/web/.next/static/{h9pB-Efqh5oayfi0_lGfY → FOCI6RnIt_wZ2j2ZEqW5_}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/usage/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx <module evaluation>":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0r~~~j3kmv7s_.js","/_next/static/chunks/0livk1wjx5m4o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0lcq6isl3n79m.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"36373":{"*":{"id":64405,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36373":{"*":{"id":51071,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/usage/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0r~~~j3kmv7s_.js","static/chunks/0livk1wjx5m4o.js","static/chunks/0n1d620va1z.z.js","static/chunks/0lcq6isl3n79m.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0r~~~j3kmv7s_.js","static/chunks/0livk1wjx5m4o.js","static/chunks/0n1d620va1z.z.js","static/chunks/0lcq6isl3n79m.js"],"[project]/apps/web/app/usage/page":["static/chunks/0r~~~j3kmv7s_.js","static/chunks/0livk1wjx5m4o.js","static/chunks/0n1d620va1z.z.js","static/chunks/0lcq6isl3n79m.js","static/chunks/0d~6j~aj2vr1t.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/usage/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx <module evaluation>":{"id":36373,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx":{"id":36373,"name":"*","chunks":["/_next/static/chunks/08os0c_3cdpqn.js","/_next/static/chunks/00_9zw_tjem-o.js","/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0f9bdjq4n1ykp.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"36373":{"*":{"id":64405,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0s~wd1k._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36373":{"*":{"id":51071,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/usage/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/08os0c_3cdpqn.js","static/chunks/00_9zw_tjem-o.js","static/chunks/0n1d620va1z.z.js","static/chunks/0f9bdjq4n1ykp.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/08os0c_3cdpqn.js","static/chunks/00_9zw_tjem-o.js","static/chunks/0n1d620va1z.z.js","static/chunks/0f9bdjq4n1ykp.js"],"[project]/apps/web/app/usage/page":["static/chunks/08os0c_3cdpqn.js","static/chunks/00_9zw_tjem-o.js","static/chunks/0n1d620va1z.z.js","static/chunks/0f9bdjq4n1ykp.js","static/chunks/0d~6j~aj2vr1t.js"]}};
|
|
3
3
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},26996,e=>{"use strict";e.s(["default",0,{name:"@claude-lens/web",version:"1.0.
|
|
1
|
+
module.exports=[93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},26996,e=>{"use strict";e.s(["default",0,{name:"@claude-lens/web",version:"1.0.14",private:!0,description:"Local-only dashboard for Claude Code sessions. Reads ~/.claude/projects/*.jsonl and visualizes agent activity.",license:"MIT",scripts:{dev:"next dev -p 3321",build:"next build",start:"next start -p 3321",lint:"eslint",typecheck:"tsc --noEmit",test:"vitest run --passWithNoTests",clean:"rm -rf .next .turbo dist *.tsbuildinfo","test:coverage":"vitest run --passWithNoTests --coverage"},dependencies:{"@claude-lens/entries":"workspace:^","@claude-lens/parser":"workspace:*","@tanstack/react-virtual":"^3.13.23",clsx:"^2.1.1","lucide-react":"^0.468.0",next:"16.2.2",react:"19.2.4","react-dom":"19.2.4","react-markdown":"^10.1.0",recharts:"^2.15.0","remark-gfm":"^4.0.1",zod:"^4.3.6"},devDependencies:{"@tailwindcss/postcss":"^4.1.0","@types/node":"^20.11.0","@types/react":"^19.0.0","@types/react-dom":"^19.0.0",eslint:"^9.0.0","eslint-config-next":"16.2.2",tailwindcss:"^4.1.0",typescript:"^5.5.0",vitest:"^2.0.0"}}])},17488,e=>{"use strict";var t=e.i(47909),r=e.i(74017),a=e.i(96250),n=e.i(59756),s=e.i(61916),i=e.i(74677),o=e.i(69741),l=e.i(16795),d=e.i(87718),u=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),v=e.i(74838),x=e.i(10372),R=e.i(93695);e.i(52474);var m=e.i(220),f=e.i(89171),g=e.i(26996);async function w(){return f.NextResponse.json({ok:!0,version:g.default.version})}e.s(["GET",0,w,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],9135);var y=e.i(9135);let E=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/health/route",pathname:"/api/health",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/apps/web/app/api/health/route.ts",nextConfigOutput:"standalone",userland:y,...{}}),{workAsyncStorage:C,workUnitAsyncStorage:b,serverHooks:A}=E;async function T(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),E.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let f="/api/health/route";f=f.replace(/\/index$/,"")||"/";let g=await E.prepare(e,t,{srcPage:f,multiZoneDraftMode:!1});if(!g)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:y,nextConfig:C,parsedUrl:b,isDraftMode:A,prerenderManifest:T,routerServerContext:k,isOnDemandRevalidate:N,revalidateOnlyGenerated:q,resolvedPathname:P,clientReferenceManifest:S,serverActionsManifest:_}=g,j=(0,o.normalizeAppPath)(f),O=!!(T.dynamicRoutes[j]||T.routes[P]),H=async()=>((null==k?void 0:k.render404)?await k.render404(e,t,b,!1):t.end("This page could not be found"),null);if(O&&!A){let e=!!T.routes[P],t=T.dynamicRoutes[j];if(t&&!1===t.fallback&&!e){if(C.adapterPath)return await H();throw new R.NoFallbackError}}let I=null;!O||E.isDev||A||(I="/index"===(I=P)?"/":I);let M=!0===E.isDev||!O,U=O&&!M;_&&S&&(0,i.setManifestsSingleton)({page:f,clientReferenceManifest:S,serverActionsManifest:_});let D=e.method||"GET",$=(0,s.getTracer)(),F=$.getActiveScopeSpan(),K=!!(null==k?void 0:k.isWrappedByNextServer),B=!!(0,n.getRequestMeta)(e,"minimalMode"),L=(0,n.getRequestMeta)(e,"incrementalCache")||await E.getIncrementalCache(e,C,T,B);null==L||L.resetRequestCache(),globalThis.__incrementalCache=L;let W={params:y,previewProps:T.preview,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:M,incrementalCache:L,cacheLifeProfiles:C.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>E.onRequestError(e,t,a,n,k)},sharedContext:{buildId:w}},G=new l.NodeNextRequest(e),z=new l.NodeNextResponse(t),V=d.NextRequestAdapter.fromNodeNextRequest(G,(0,d.signalFromNodeResponse)(t));try{let n,i=async e=>E.handle(V,W).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=$.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${D} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${D} ${f}`)}),o=async n=>{var s,o;let l=async({previousCacheEntry:r})=>{try{if(!B&&N&&q&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await i(n);e.fetchMetrics=W.renderOpts.fetchMetrics;let o=W.renderOpts.pendingWaitUntil;o&&a.waitUntil&&(a.waitUntil(o),o=void 0);let l=W.renderOpts.collectedTags;if(!O)return await (0,c.sendResponse)(G,z,s,W.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);l&&(t[x.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==W.renderOpts.collectedRevalidate&&!(W.renderOpts.collectedRevalidate>=x.INFINITE_CACHE)&&W.renderOpts.collectedRevalidate,a=void 0===W.renderOpts.collectedExpire||W.renderOpts.collectedExpire>=x.INFINITE_CACHE?void 0:W.renderOpts.collectedExpire;return{value:{kind:m.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await E.onRequestError(e,t,{routerKind:"App Router",routePath:f,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:N})},!1,k),t}},d=await E.handleResponse({req:e,nextConfig:C,cacheKey:I,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:T,isRoutePPREnabled:!1,isOnDemandRevalidate:N,revalidateOnlyGenerated:q,responseGenerator:l,waitUntil:a.waitUntil,isMinimalMode:B});if(!O)return null;if((null==d||null==(s=d.value)?void 0:s.kind)!==m.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(o=d.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});B||t.setHeader("x-nextjs-cache",N?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return B&&O||u.delete(x.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,v.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(G,z,new Response(d.value.body,{headers:u,status:d.value.status||200})),null};K&&F?await o(F):(n=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(u.BaseServerSpan.handleRequest,{spanName:`${D} ${f}`,kind:s.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},o),void 0,!K))}catch(t){if(t instanceof R.NoFallbackError||await E.onRequestError(e,t,{routerKind:"App Router",routePath:j,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:N})},!1,k),O)throw t;return await (0,c.sendResponse)(G,z,new Response(null,{status:500})),null}}e.s(["handler",0,T,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:b})},"routeModule",0,E,"serverHooks",0,A,"workAsyncStorage",0,C,"workUnitAsyncStorage",0,b],17488)}];
|
|
2
2
|
|
|
3
3
|
//# sourceMappingURL=%5Broot-of-the-server%5D__02.51sr._.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[50227,(e,t,s)=>{t.exports=e.x("node:path",()=>require("node:path"))},2157,(e,t,s)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},60526,(e,t,s)=>{t.exports=e.x("node:os",()=>require("node:os"))},66680,(e,t,s)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},18622,(e,t,s)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,s)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,s)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},70406,(e,t,s)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,s)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},27174,e=>{"use strict";e.i(39587),e.s([])},26996,e=>{"use strict";e.s(["default",0,{name:"@claude-lens/web",version:"1.0.13",private:!0,description:"Local-only dashboard for Claude Code sessions. Reads ~/.claude/projects/*.jsonl and visualizes agent activity.",license:"MIT",scripts:{dev:"next dev -p 3321",build:"next build",start:"next start -p 3321",lint:"eslint",typecheck:"tsc --noEmit",test:"vitest run --passWithNoTests",clean:"rm -rf .next .turbo dist *.tsbuildinfo","test:coverage":"vitest run --passWithNoTests --coverage"},dependencies:{"@claude-lens/entries":"workspace:^","@claude-lens/parser":"workspace:*","@tanstack/react-virtual":"^3.13.23",clsx:"^2.1.1","lucide-react":"^0.468.0",next:"16.2.2",react:"19.2.4","react-dom":"19.2.4","react-markdown":"^10.1.0",recharts:"^2.15.0","remark-gfm":"^4.0.1",zod:"^4.3.6"},devDependencies:{"@tailwindcss/postcss":"^4.1.0","@types/node":"^20.11.0","@types/react":"^19.0.0","@types/react-dom":"^19.0.0",eslint:"^9.0.0","eslint-config-next":"16.2.2",tailwindcss:"^4.1.0",typescript:"^5.5.0",vitest:"^2.0.0"}}])},86040,e=>{"use strict";e.i(27174);var t=e.i(36521);let s=/\[request interrupted|interrupted by user/i,r=/rate.?limit|overloaded_error|api error|Error sending message/i,n=/<command-name>(\/[^<\s]+)<\/command-name>(?:[\s\S]*?<command-args>([\s\S]*?)<\/command-args>)?/,o=/<task-notification>/;function i(e){for(let t of e)if(t?.type==="text")return t.text}function a(e){return e<1e3?String(e):e<1e4?(e/1e3).toFixed(1)+"k":e<1e6?Math.round(e/1e3)+"k":e<1e7?(e/1e6).toFixed(2)+"M":(e/1e6).toFixed(1)+"M"}function l(e){if(void 0===e||e<0)return"—";let t=Math.floor(e/1e3),s=Math.floor(t/3600),r=String(Math.floor(t%3600/60)).padStart(2,"0"),n=String(t%60).padStart(2,"0");return`${s}:${r}:${n}`}function u(e){if(void 0===e)return"—";if(e<1e3)return`${e}ms`;let t=Math.round(e/1e3);if(t<60)return`${t}s`;let s=Math.floor(t/60),r=t%60;if(s<60)return r?`${s}m ${r}s`:`${s}m`;let n=Math.floor(s/60),o=s%60;return o?`${n}h ${o}m`:`${n}h`}function p(e,t){if(!e)return"";let s=e.replace(/\s+/g," ").trim();return s.length>t?s.slice(0,t-1)+"…":s}e.s(["summarizeSessionForAI",0,function(e){let d,f=function(e){let a=new Map;for(let t of e){if(!t.messageId)continue;let e=a.get(t.messageId)??[];e.push(t),a.set(t.messageId,e)}let l=e.filter(e=>{if("system"===e.role||"meta"===e.role||"tool-result"===e.role||"agent-thinking"===e.role)return!1;if("user"===e.role){let s=i(e.blocks)??"";if(0===e.blocks.length||!s.trim())return!1;if(n.test(s)||o.test(s))return!0;if((0,t.isFrameworkInjectedUserInput)(s))return!1}return!0}),u=[];for(let e=0;e<l.length;e++){let t=l[e];if("tool-call"===t.role){let t=e;for(;e+1<l.length&&"tool-call"===l[e+1].role;)e++;let s=l.slice(t,e+1),r=[],n=new Map;for(let e of s){let t=e.toolName??"tool";n.has(t)||r.push(t),n.set(t,(n.get(t)??0)+1)}let o=r.map(e=>({name:e,count:n.get(e)??1}));u.push({kind:"tool-group",toolNames:o,count:s.length,events:s,tOffsetMs:s[0].tOffsetMs,gapMs:s[0].gapMs});continue}if("user"===t.role){let e=i(t.blocks)??"",r=function(e){if(!o.test(e))return null;let t=t=>{let s=e.match(RegExp(`<${t}>([\\s\\S]*?)<\\/${t}>`));return s?s[1].trim():void 0},s=(t("status")??"").toLowerCase(),r="unknown";return"success"===s||"ok"===s||"done"===s||"completed"===s?r="success":"failed"===s||"error"===s||"fail"===s?r="failed":("running"===s||"in_progress"===s)&&(r="running"),{status:r,summary:t("summary")??"Background task notification",taskId:t("task-id"),toolUseId:t("tool-use-id"),outputFile:t("output-file")}}(e);if(r){u.push({kind:"task-notification",event:t,status:r.status,summary:r.summary,taskId:r.taskId,toolUseId:r.toolUseId,outputFile:r.outputFile,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}if(s.test(e)){u.push({kind:"interrupt",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}let a=e.match(n);if(a){let e=a[1],s=(a[2]??"").trim(),r=s?`${e} ${s}`:e;u.push({kind:"user",event:t,displayPreview:r,displayBlocks:[{type:"text",text:r}],tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}u.push({kind:"user",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}if("agent"===t.role){let e=i(t.blocks)??"";if(function(e){if(!e.usage)return!1;let t=e.usage;return 0===t.input&&0===t.output&&0===t.cacheRead&&0===t.cacheWrite}(t)){u.push({kind:"model",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs}),r.test(e)&&e.length<500&&u.push({kind:"error",event:t,message:e,tOffsetMs:t.tOffsetMs,gapMs:0});continue}if(r.test(e)&&e.length<500){u.push({kind:"error",event:t,message:e,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}let s=t.messageId?a.get(t.messageId)??[t]:[t];u.push({kind:"agent",event:t,groupedEvents:s,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}}return u}(e.events),c=function(e){let t=[],s=[],r=null,n=()=>{let e,n;if(0===s.length)return;let o=0,i=0,a=0,l=new Map,u=new Set,p={input:0,output:0,cacheRead:0,cacheWrite:0};for(let t=0;t<s.length;t++){let r=s[t];if("agent"===r.kind){o++,void 0===e&&(e=t);let s=r.event.messageId,n=r.event.usage;s&&!u.has(s)&&n&&(u.add(s),p.input+=n.input,p.output+=n.output,p.cacheRead+=n.cacheRead,p.cacheWrite+=n.cacheWrite)}else if("tool-group"===r.kind)for(let e of(i+=r.count,r.toolNames))l.set(e.name,(l.get(e.name)??0)+e.count);else"error"===r.kind&&a++}for(let e=s.length-1;e>=0;e--){if("agent"!==s[e].kind)continue;let t=s[e-1];if(t?.kind!=="task-notification"){n=e;break}}if(void 0===n){for(let e=s.length-1;e>=0;e--)if("agent"===s[e].kind){n=e;break}}let d=void 0!==e&&"agent"===s[e].kind?s[e].event.preview:void 0,f=void 0!==n&&"agent"===s[n].kind?s[n].event.preview:void 0,c=Array.from(l.entries()).sort((e,t)=>t[1]-e[1]).map(([e,t])=>({name:e,count:t})),m=s[0],g=s[s.length-1],h=r?.tOffsetMs??m.tOffsetMs,v=g.tOffsetMs;t.push({kind:"turn",rows:s,firstPrimaryIndex:"tool-group"===m.kind?m.events[0].index:m.event.index,tOffsetMs:h,durationMs:void 0!==h&&void 0!==v&&v>=h?v-h:void 0,summary:{agentMessages:o,toolCalls:i,errors:a,firstAgentPreview:d,finalAgentPreview:f,firstAgentIndex:e,finalAgentIndex:n,toolNames:c,totalTokens:p}}),s=[]};for(let o of e)"user"===o.kind||"interrupt"===o.kind?(n(),t.push(o),r=o):s.push(o);return n(),t}(f),m=e.totalUsage.input+e.totalUsage.cacheRead+e.totalUsage.cacheWrite,g=e.totalUsage.cacheRead+e.totalUsage.cacheWrite,h=new Map;for(let e of f)if("tool-group"===e.kind)for(let t of e.toolNames)h.set(t.name,(h.get(t.name)??0)+t.count);let v=Array.from(h.entries()).sort((e,t)=>t[1]-e[1]).slice(0,8).map(([e,t])=>`${e}\xd7${t}`).join(", "),k=f.find(e=>"user"===e.kind&&!e.event.preview.startsWith("<command-name>")&&!e.event.preview.startsWith("Base directory for this skill:")),x=k?.kind==="user"?k.displayBlocks?.[0]?.type==="text"?k.displayBlocks[0].text:(d=k.event.blocks.find(e=>e?.type==="text"),d?.text??k.event.preview):"",M=f.filter(e=>"error"===e.kind),$=M.length>0?`${M.length} errors, first: "${p(M[0].message,160)}"`:"none",y=[],w=e.durationMs??0;for(let t of e.events){if("tool-call"!==t.role||"Bash"!==t.toolName)continue;let e=t.blocks.find(e=>e&&"tool_use"===e.type),s="string"==typeof e?.input?.command?e.input.command:"";if(!/gh\s+pr\s+create\b/i.test(s))continue;let r=s.match(/--title\s+["']([^"']+)["']/),n=r?.[1]??s.replace(/^gh pr create /,"").slice(0,120),o=w>0&&void 0!==t.tOffsetMs?Math.round(t.tOffsetMs/w*100):0;y.push({offsetPct:o,titleOrCmd:n})}let O="";for(let e=c.length-1;e>=0;e--){let t=c[e];if("turn"!==t.kind)continue;let s=t.summary.finalAgentIndex;if(void 0!==s){let e=t.rows[s];if(e?.kind==="agent"){let t=e.event.blocks.find(e=>e&&"text"===e.type);O=t?.text??e.event.preview;break}}}let b=[];for(let e of c){if(b.length>=40){b.push({offset:"...",line:`(+${c.length-b.length} more rows)`});break}if("user"===e.kind){let t=p(function(e){switch(e.kind){case"user":return e.displayPreview??e.event.preview;case"agent":return e.event.preview;case"tool-group":return e.toolNames.slice(0,4).map(e=>e.count>1?`${e.name} \xd7${e.count}`:e.name).join(", ");case"interrupt":return"[interrupted]";case"model":return"[zero-usage response]";case"error":return`ERROR: ${e.message}`;case"task-notification":return`BG task ${e.status}: ${e.summary}`;default:return""}}(e),180);t.startsWith("<command-name>")||b.push({offset:l(e.tOffsetMs),line:`USER: ${t}`})}else if("turn"===e.kind){let t=e.summary,s=t.firstAgentPreview?p(t.firstAgentPreview,180):"",r=t.finalAgentPreview?p(t.finalAgentPreview,180):"",n=s&&r&&s===r,o=t.toolNames.slice(0,3).map(e=>e.count>1?`${e.name}\xd7${e.count}`:e.name).join(", "),i=`${t.agentMessages} msg, ${t.toolCalls} tools${t.errors>0?`, ${t.errors} err`:""}`,a=n||!r?s:`${s} → ${r}`;b.push({offset:l(e.tOffsetMs),line:`TURN (${i}${o?`, ${o}`:""}): ${a}`})}else"interrupt"===e.kind&&b.push({offset:l(e.tOffsetMs),line:"INTERRUPT"})}let I=[];for(let t of(I.push(`# Session ${e.id}`),I.push(`project: ${e.projectName}`),e.model&&I.push(`model: ${e.model}`),I.push(`duration: ${u(e.durationMs)} | active: ${u(e.airTimeMs??e.durationMs)}`),I.push(`events: ${e.eventCount} | tokens: ${a(m)} in / ${a(e.totalUsage.output)} out${g>0?` (+${a(g)} cached)`:""}`),I.push(`tool calls: ${e.toolCallCount??0}${v?` (${v})`:""}`),I.push(`turns: ${e.turnCount??0}`),e.firstTimestamp&&I.push(`started: ${e.firstTimestamp}`),I.push(""),x&&(I.push("## First user message"),I.push(p(x,1200)),I.push("")),I.push("## Timeline"),b))I.push(`[${t.offset}] ${t.line}`);if(I.push(""),y.length>0){for(let e of(I.push("## PRs shipped"),y))I.push(`- at ${e.offsetPct}% into session: ${p(e.titleOrCmd,160)}`);I.push("")}return I.push("## Errors encountered"),I.push($),I.push(""),O&&(I.push("## Final agent message"),I.push(p(O,800))),I.join("\n")}],86040)}];
|
|
1
|
+
module.exports=[50227,(e,t,s)=>{t.exports=e.x("node:path",()=>require("node:path"))},2157,(e,t,s)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},60526,(e,t,s)=>{t.exports=e.x("node:os",()=>require("node:os"))},66680,(e,t,s)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},18622,(e,t,s)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,s)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,s)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},70406,(e,t,s)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,s)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},27174,e=>{"use strict";e.i(39587),e.s([])},26996,e=>{"use strict";e.s(["default",0,{name:"@claude-lens/web",version:"1.0.14",private:!0,description:"Local-only dashboard for Claude Code sessions. Reads ~/.claude/projects/*.jsonl and visualizes agent activity.",license:"MIT",scripts:{dev:"next dev -p 3321",build:"next build",start:"next start -p 3321",lint:"eslint",typecheck:"tsc --noEmit",test:"vitest run --passWithNoTests",clean:"rm -rf .next .turbo dist *.tsbuildinfo","test:coverage":"vitest run --passWithNoTests --coverage"},dependencies:{"@claude-lens/entries":"workspace:^","@claude-lens/parser":"workspace:*","@tanstack/react-virtual":"^3.13.23",clsx:"^2.1.1","lucide-react":"^0.468.0",next:"16.2.2",react:"19.2.4","react-dom":"19.2.4","react-markdown":"^10.1.0",recharts:"^2.15.0","remark-gfm":"^4.0.1",zod:"^4.3.6"},devDependencies:{"@tailwindcss/postcss":"^4.1.0","@types/node":"^20.11.0","@types/react":"^19.0.0","@types/react-dom":"^19.0.0",eslint:"^9.0.0","eslint-config-next":"16.2.2",tailwindcss:"^4.1.0",typescript:"^5.5.0",vitest:"^2.0.0"}}])},86040,e=>{"use strict";e.i(27174);var t=e.i(36521);let s=/\[request interrupted|interrupted by user/i,r=/rate.?limit|overloaded_error|api error|Error sending message/i,n=/<command-name>(\/[^<\s]+)<\/command-name>(?:[\s\S]*?<command-args>([\s\S]*?)<\/command-args>)?/,o=/<task-notification>/;function i(e){for(let t of e)if(t?.type==="text")return t.text}function a(e){return e<1e3?String(e):e<1e4?(e/1e3).toFixed(1)+"k":e<1e6?Math.round(e/1e3)+"k":e<1e7?(e/1e6).toFixed(2)+"M":(e/1e6).toFixed(1)+"M"}function l(e){if(void 0===e||e<0)return"—";let t=Math.floor(e/1e3),s=Math.floor(t/3600),r=String(Math.floor(t%3600/60)).padStart(2,"0"),n=String(t%60).padStart(2,"0");return`${s}:${r}:${n}`}function u(e){if(void 0===e)return"—";if(e<1e3)return`${e}ms`;let t=Math.round(e/1e3);if(t<60)return`${t}s`;let s=Math.floor(t/60),r=t%60;if(s<60)return r?`${s}m ${r}s`:`${s}m`;let n=Math.floor(s/60),o=s%60;return o?`${n}h ${o}m`:`${n}h`}function p(e,t){if(!e)return"";let s=e.replace(/\s+/g," ").trim();return s.length>t?s.slice(0,t-1)+"…":s}e.s(["summarizeSessionForAI",0,function(e){let d,f=function(e){let a=new Map;for(let t of e){if(!t.messageId)continue;let e=a.get(t.messageId)??[];e.push(t),a.set(t.messageId,e)}let l=e.filter(e=>{if("system"===e.role||"meta"===e.role||"tool-result"===e.role||"agent-thinking"===e.role)return!1;if("user"===e.role){let s=i(e.blocks)??"";if(0===e.blocks.length||!s.trim())return!1;if(n.test(s)||o.test(s))return!0;if((0,t.isFrameworkInjectedUserInput)(s))return!1}return!0}),u=[];for(let e=0;e<l.length;e++){let t=l[e];if("tool-call"===t.role){let t=e;for(;e+1<l.length&&"tool-call"===l[e+1].role;)e++;let s=l.slice(t,e+1),r=[],n=new Map;for(let e of s){let t=e.toolName??"tool";n.has(t)||r.push(t),n.set(t,(n.get(t)??0)+1)}let o=r.map(e=>({name:e,count:n.get(e)??1}));u.push({kind:"tool-group",toolNames:o,count:s.length,events:s,tOffsetMs:s[0].tOffsetMs,gapMs:s[0].gapMs});continue}if("user"===t.role){let e=i(t.blocks)??"",r=function(e){if(!o.test(e))return null;let t=t=>{let s=e.match(RegExp(`<${t}>([\\s\\S]*?)<\\/${t}>`));return s?s[1].trim():void 0},s=(t("status")??"").toLowerCase(),r="unknown";return"success"===s||"ok"===s||"done"===s||"completed"===s?r="success":"failed"===s||"error"===s||"fail"===s?r="failed":("running"===s||"in_progress"===s)&&(r="running"),{status:r,summary:t("summary")??"Background task notification",taskId:t("task-id"),toolUseId:t("tool-use-id"),outputFile:t("output-file")}}(e);if(r){u.push({kind:"task-notification",event:t,status:r.status,summary:r.summary,taskId:r.taskId,toolUseId:r.toolUseId,outputFile:r.outputFile,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}if(s.test(e)){u.push({kind:"interrupt",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}let a=e.match(n);if(a){let e=a[1],s=(a[2]??"").trim(),r=s?`${e} ${s}`:e;u.push({kind:"user",event:t,displayPreview:r,displayBlocks:[{type:"text",text:r}],tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}u.push({kind:"user",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}if("agent"===t.role){let e=i(t.blocks)??"";if(function(e){if(!e.usage)return!1;let t=e.usage;return 0===t.input&&0===t.output&&0===t.cacheRead&&0===t.cacheWrite}(t)){u.push({kind:"model",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs}),r.test(e)&&e.length<500&&u.push({kind:"error",event:t,message:e,tOffsetMs:t.tOffsetMs,gapMs:0});continue}if(r.test(e)&&e.length<500){u.push({kind:"error",event:t,message:e,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}let s=t.messageId?a.get(t.messageId)??[t]:[t];u.push({kind:"agent",event:t,groupedEvents:s,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}}return u}(e.events),c=function(e){let t=[],s=[],r=null,n=()=>{let e,n;if(0===s.length)return;let o=0,i=0,a=0,l=new Map,u=new Set,p={input:0,output:0,cacheRead:0,cacheWrite:0};for(let t=0;t<s.length;t++){let r=s[t];if("agent"===r.kind){o++,void 0===e&&(e=t);let s=r.event.messageId,n=r.event.usage;s&&!u.has(s)&&n&&(u.add(s),p.input+=n.input,p.output+=n.output,p.cacheRead+=n.cacheRead,p.cacheWrite+=n.cacheWrite)}else if("tool-group"===r.kind)for(let e of(i+=r.count,r.toolNames))l.set(e.name,(l.get(e.name)??0)+e.count);else"error"===r.kind&&a++}for(let e=s.length-1;e>=0;e--){if("agent"!==s[e].kind)continue;let t=s[e-1];if(t?.kind!=="task-notification"){n=e;break}}if(void 0===n){for(let e=s.length-1;e>=0;e--)if("agent"===s[e].kind){n=e;break}}let d=void 0!==e&&"agent"===s[e].kind?s[e].event.preview:void 0,f=void 0!==n&&"agent"===s[n].kind?s[n].event.preview:void 0,c=Array.from(l.entries()).sort((e,t)=>t[1]-e[1]).map(([e,t])=>({name:e,count:t})),m=s[0],g=s[s.length-1],h=r?.tOffsetMs??m.tOffsetMs,v=g.tOffsetMs;t.push({kind:"turn",rows:s,firstPrimaryIndex:"tool-group"===m.kind?m.events[0].index:m.event.index,tOffsetMs:h,durationMs:void 0!==h&&void 0!==v&&v>=h?v-h:void 0,summary:{agentMessages:o,toolCalls:i,errors:a,firstAgentPreview:d,finalAgentPreview:f,firstAgentIndex:e,finalAgentIndex:n,toolNames:c,totalTokens:p}}),s=[]};for(let o of e)"user"===o.kind||"interrupt"===o.kind?(n(),t.push(o),r=o):s.push(o);return n(),t}(f),m=e.totalUsage.input+e.totalUsage.cacheRead+e.totalUsage.cacheWrite,g=e.totalUsage.cacheRead+e.totalUsage.cacheWrite,h=new Map;for(let e of f)if("tool-group"===e.kind)for(let t of e.toolNames)h.set(t.name,(h.get(t.name)??0)+t.count);let v=Array.from(h.entries()).sort((e,t)=>t[1]-e[1]).slice(0,8).map(([e,t])=>`${e}\xd7${t}`).join(", "),k=f.find(e=>"user"===e.kind&&!e.event.preview.startsWith("<command-name>")&&!e.event.preview.startsWith("Base directory for this skill:")),x=k?.kind==="user"?k.displayBlocks?.[0]?.type==="text"?k.displayBlocks[0].text:(d=k.event.blocks.find(e=>e?.type==="text"),d?.text??k.event.preview):"",M=f.filter(e=>"error"===e.kind),$=M.length>0?`${M.length} errors, first: "${p(M[0].message,160)}"`:"none",y=[],w=e.durationMs??0;for(let t of e.events){if("tool-call"!==t.role||"Bash"!==t.toolName)continue;let e=t.blocks.find(e=>e&&"tool_use"===e.type),s="string"==typeof e?.input?.command?e.input.command:"";if(!/gh\s+pr\s+create\b/i.test(s))continue;let r=s.match(/--title\s+["']([^"']+)["']/),n=r?.[1]??s.replace(/^gh pr create /,"").slice(0,120),o=w>0&&void 0!==t.tOffsetMs?Math.round(t.tOffsetMs/w*100):0;y.push({offsetPct:o,titleOrCmd:n})}let O="";for(let e=c.length-1;e>=0;e--){let t=c[e];if("turn"!==t.kind)continue;let s=t.summary.finalAgentIndex;if(void 0!==s){let e=t.rows[s];if(e?.kind==="agent"){let t=e.event.blocks.find(e=>e&&"text"===e.type);O=t?.text??e.event.preview;break}}}let b=[];for(let e of c){if(b.length>=40){b.push({offset:"...",line:`(+${c.length-b.length} more rows)`});break}if("user"===e.kind){let t=p(function(e){switch(e.kind){case"user":return e.displayPreview??e.event.preview;case"agent":return e.event.preview;case"tool-group":return e.toolNames.slice(0,4).map(e=>e.count>1?`${e.name} \xd7${e.count}`:e.name).join(", ");case"interrupt":return"[interrupted]";case"model":return"[zero-usage response]";case"error":return`ERROR: ${e.message}`;case"task-notification":return`BG task ${e.status}: ${e.summary}`;default:return""}}(e),180);t.startsWith("<command-name>")||b.push({offset:l(e.tOffsetMs),line:`USER: ${t}`})}else if("turn"===e.kind){let t=e.summary,s=t.firstAgentPreview?p(t.firstAgentPreview,180):"",r=t.finalAgentPreview?p(t.finalAgentPreview,180):"",n=s&&r&&s===r,o=t.toolNames.slice(0,3).map(e=>e.count>1?`${e.name}\xd7${e.count}`:e.name).join(", "),i=`${t.agentMessages} msg, ${t.toolCalls} tools${t.errors>0?`, ${t.errors} err`:""}`,a=n||!r?s:`${s} → ${r}`;b.push({offset:l(e.tOffsetMs),line:`TURN (${i}${o?`, ${o}`:""}): ${a}`})}else"interrupt"===e.kind&&b.push({offset:l(e.tOffsetMs),line:"INTERRUPT"})}let I=[];for(let t of(I.push(`# Session ${e.id}`),I.push(`project: ${e.projectName}`),e.model&&I.push(`model: ${e.model}`),I.push(`duration: ${u(e.durationMs)} | active: ${u(e.airTimeMs??e.durationMs)}`),I.push(`events: ${e.eventCount} | tokens: ${a(m)} in / ${a(e.totalUsage.output)} out${g>0?` (+${a(g)} cached)`:""}`),I.push(`tool calls: ${e.toolCallCount??0}${v?` (${v})`:""}`),I.push(`turns: ${e.turnCount??0}`),e.firstTimestamp&&I.push(`started: ${e.firstTimestamp}`),I.push(""),x&&(I.push("## First user message"),I.push(p(x,1200)),I.push("")),I.push("## Timeline"),b))I.push(`[${t.offset}] ${t.line}`);if(I.push(""),y.length>0){for(let e of(I.push("## PRs shipped"),y))I.push(`- at ${e.offsetPct}% into session: ${p(e.titleOrCmd,160)}`);I.push("")}return I.push("## Errors encountered"),I.push($),I.push(""),O&&(I.push("## Final agent message"),I.push(p(O,800))),I.join("\n")}],86040)}];
|
|
2
2
|
|
|
3
3
|
//# sourceMappingURL=%5Broot-of-the-server%5D__0zyh554._.js.map
|