@vectorize-io/hindsight-control-plane 0.6.1 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -4
- package/standalone/.next/BUILD_ID +1 -1
- package/standalone/.next/app-path-routes-manifest.json +6 -5
- package/standalone/.next/build-manifest.json +8 -8
- package/standalone/.next/prerender-manifest.json +389 -20
- package/standalone/.next/required-server-files.json +4 -1
- package/standalone/.next/routes-manifest.json +37 -21
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page/build-manifest.json +17 -0
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page.js +16 -0
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page.js.nft.json +1 -0
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/[locale]/dashboard/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/[locale]/dashboard/page/build-manifest.json +17 -0
- package/standalone/.next/server/app/[locale]/dashboard/page.js +16 -0
- package/standalone/.next/server/app/[locale]/dashboard/page.js.nft.json +1 -0
- package/standalone/.next/server/app/[locale]/dashboard/page_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/[locale]/login/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/[locale]/login/page/build-manifest.json +17 -0
- package/standalone/.next/server/app/[locale]/login/page.js +16 -0
- package/standalone/.next/server/app/[locale]/login/page.js.nft.json +1 -0
- package/standalone/.next/server/app/[locale]/login/page_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/[locale]/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/[locale]/page/build-manifest.json +17 -0
- package/standalone/.next/server/app/[locale]/page.js +16 -0
- package/standalone/.next/server/app/[locale]/page.js.nft.json +1 -0
- package/standalone/.next/server/app/[locale]/page_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/_global-error/page/build-manifest.json +5 -5
- package/standalone/.next/server/app/_global-error/page.js +7 -9
- package/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app/_global-error.html +1 -1
- package/standalone/.next/server/app/_global-error.rsc +7 -7
- package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
- package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
- package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
- package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/standalone/.next/server/app/_not-found/page/build-manifest.json +5 -5
- package/standalone/.next/server/app/_not-found/page.js +10 -12
- package/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app/_not-found.html +1 -1
- package/standalone/.next/server/app/_not-found.rsc +15 -19
- package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +15 -19
- package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +4 -8
- package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/standalone/.next/server/app/api/auth/login/route.js +4 -4
- package/standalone/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/auth/logout/route.js +4 -4
- package/standalone/.next/server/app/api/auth/logout/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/audit-logs/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/audit-logs/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/audit-logs/stats/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/audit-logs/stats/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/config/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/config/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/consolidation-recover/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/consolidation-recover/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/directives/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/directives/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/export/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/export/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/import/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/import/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route/build-manifest.json +9 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route.js +7 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route.js.map +5 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/history/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/history/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/observations/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/observations/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/webhooks/[webhookId]/deliveries/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/webhooks/[webhookId]/deliveries/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/webhooks/[webhookId]/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/webhooks/[webhookId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/webhooks/route.js +4 -4
- package/standalone/.next/server/app/api/banks/[bankId]/webhooks/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/route.js +4 -4
- package/standalone/.next/server/app/api/banks/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js +4 -4
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route.js +4 -4
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route.js +4 -4
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/documents/[documentId]/route.js +4 -4
- package/standalone/.next/server/app/api/documents/[documentId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/documents/route.js +4 -4
- package/standalone/.next/server/app/api/documents/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js +4 -4
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/entities/[entityId]/route.js +4 -4
- package/standalone/.next/server/app/api/entities/[entityId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/entities/graph/route.js +4 -4
- package/standalone/.next/server/app/api/entities/graph/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/entities/route.js +4 -4
- package/standalone/.next/server/app/api/entities/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/files/retain/route.js +4 -4
- package/standalone/.next/server/app/api/files/retain/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/graph/route.js +4 -4
- package/standalone/.next/server/app/api/graph/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/health/route.js +4 -4
- package/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/list/route.js +4 -4
- package/standalone/.next/server/app/api/list/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/memories/[memoryId]/history/route.js +4 -4
- package/standalone/.next/server/app/api/memories/[memoryId]/history/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/memories/[memoryId]/route.js +4 -4
- package/standalone/.next/server/app/api/memories/[memoryId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/memories/retain/route.js +4 -4
- package/standalone/.next/server/app/api/memories/retain/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/memories/retain_async/route.js +4 -4
- package/standalone/.next/server/app/api/memories/retain_async/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/operations/[agentId]/route.js +4 -4
- package/standalone/.next/server/app/api/operations/[agentId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/profile/[bankId]/route.js +4 -4
- package/standalone/.next/server/app/api/profile/[bankId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/recall/route.js +4 -4
- package/standalone/.next/server/app/api/recall/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/reflect/route.js +4 -4
- package/standalone/.next/server/app/api/reflect/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/stats/[agentId]/memories-timeseries/route.js +4 -4
- package/standalone/.next/server/app/api/stats/[agentId]/memories-timeseries/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/stats/[agentId]/route.js +4 -4
- package/standalone/.next/server/app/api/stats/[agentId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/version/route.js +4 -4
- package/standalone/.next/server/app/api/version/route.js.nft.json +1 -1
- package/standalone/.next/server/app/de/dashboard.html +1 -0
- package/standalone/.next/server/app/de/dashboard.meta +16 -0
- package/standalone/.next/server/app/de/dashboard.rsc +28 -0
- package/standalone/.next/server/app/de/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/de/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/de/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/de/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/{dashboard.segments → de/dashboard.segments}/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/de/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/de/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/de/login.html +1 -0
- package/standalone/.next/server/app/de/login.meta +16 -0
- package/standalone/.next/server/app/de/login.rsc +28 -0
- package/standalone/.next/server/app/de/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/de/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/de/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/de/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/{login.segments → de/login.segments}/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/de/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/de/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/en/dashboard.html +1 -0
- package/standalone/.next/server/app/en/dashboard.meta +16 -0
- package/standalone/.next/server/app/en/dashboard.rsc +28 -0
- package/standalone/.next/server/app/en/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/en/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/en/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/en/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/{index.segments → en/dashboard.segments}/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/en/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/en/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/en/login.html +1 -0
- package/standalone/.next/server/app/en/login.meta +16 -0
- package/standalone/.next/server/app/en/login.rsc +28 -0
- package/standalone/.next/server/app/en/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/en/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/en/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/en/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/en/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/en/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/en/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/es/dashboard.html +1 -0
- package/standalone/.next/server/app/es/dashboard.meta +16 -0
- package/standalone/.next/server/app/es/dashboard.rsc +28 -0
- package/standalone/.next/server/app/es/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/es/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/es/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/es/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/es/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/es/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/es/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/es/login.html +1 -0
- package/standalone/.next/server/app/es/login.meta +16 -0
- package/standalone/.next/server/app/es/login.rsc +28 -0
- package/standalone/.next/server/app/es/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/es/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/es/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/es/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/es/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/es/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/es/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/fr/dashboard.html +1 -0
- package/standalone/.next/server/app/fr/dashboard.meta +16 -0
- package/standalone/.next/server/app/fr/dashboard.rsc +28 -0
- package/standalone/.next/server/app/fr/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/fr/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/fr/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/fr/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/fr/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/fr/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/fr/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/fr/login.html +1 -0
- package/standalone/.next/server/app/fr/login.meta +16 -0
- package/standalone/.next/server/app/fr/login.rsc +28 -0
- package/standalone/.next/server/app/fr/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/fr/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/fr/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/fr/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/fr/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/fr/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/fr/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/ja/dashboard.html +1 -0
- package/standalone/.next/server/app/ja/dashboard.meta +16 -0
- package/standalone/.next/server/app/ja/dashboard.rsc +28 -0
- package/standalone/.next/server/app/ja/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/ja/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/ja/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/ja/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/ja/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/ja/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/ja/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/ja/login.html +1 -0
- package/standalone/.next/server/app/ja/login.meta +16 -0
- package/standalone/.next/server/app/ja/login.rsc +28 -0
- package/standalone/.next/server/app/ja/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/ja/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/ja/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/ja/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/ja/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/ja/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/ja/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/ko/dashboard.html +1 -0
- package/standalone/.next/server/app/ko/dashboard.meta +16 -0
- package/standalone/.next/server/app/ko/dashboard.rsc +28 -0
- package/standalone/.next/server/app/ko/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/ko/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/ko/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/ko/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/ko/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/ko/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/ko/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/ko/login.html +1 -0
- package/standalone/.next/server/app/ko/login.meta +16 -0
- package/standalone/.next/server/app/ko/login.rsc +28 -0
- package/standalone/.next/server/app/ko/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/ko/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/ko/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/ko/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/ko/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/ko/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/ko/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/pt/dashboard.html +1 -0
- package/standalone/.next/server/app/pt/dashboard.meta +16 -0
- package/standalone/.next/server/app/pt/dashboard.rsc +28 -0
- package/standalone/.next/server/app/pt/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/pt/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/pt/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/pt/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/pt/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/pt/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/pt/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/pt/login.html +1 -0
- package/standalone/.next/server/app/pt/login.meta +16 -0
- package/standalone/.next/server/app/pt/login.rsc +28 -0
- package/standalone/.next/server/app/pt/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/pt/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/pt/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/pt/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/pt/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/pt/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/pt/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/zh/dashboard.html +1 -0
- package/standalone/.next/server/app/zh/dashboard.meta +16 -0
- package/standalone/.next/server/app/zh/dashboard.rsc +28 -0
- package/standalone/.next/server/app/zh/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/zh/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/zh/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/zh/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/zh/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/zh/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/zh/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/zh/login.html +1 -0
- package/standalone/.next/server/app/zh/login.meta +16 -0
- package/standalone/.next/server/app/zh/login.rsc +28 -0
- package/standalone/.next/server/app/zh/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/zh/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/zh/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/zh/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/zh/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/zh/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/zh/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app-paths-manifest.json +6 -5
- package/standalone/.next/server/chunks/0yrl_api_banks_[bankId]_mental-models_[mentalModelId]_clear_route_actions_072d10i.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0-01_nh._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0-ensby._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0-ykzc0._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__01dmrt.._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__02szboy._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__034t-5b._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__045is_g._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__04f8yge._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__09o6ecb._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__09wzap6._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0_522se._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0_85hy3._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0_lg09a._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0_nmf28._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0bj66gx._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0c6gzxo._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0dm~zm5._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0dqqhi5._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0eelqcs._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0g-k5nf._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0g6ttz_._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0h-un1o._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0i_ddhv._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0ie0vnh._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0j_3g3q._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0jrleac._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0kfe-s3._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0kpvc5m._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0ksao0s._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0lxho.q._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0nglzhr._.js +13 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0nlcx8c._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0opgsb1._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0ow3d9r._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0qhbr0h._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0qlh00e._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0qn6ojb._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0qtmdr8._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0qxre7i._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0rrr9x1._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0ti9a8y._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0ugd9zh._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0wdo5wh._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0x~pclg._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__10swise._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__10vi3mt._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__11doxv0._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__134m13c._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__13jqxg3._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__13w-r-z._.js +3 -0
- package/standalone/.next/server/chunks/hindsight-control-plane_src_lib_hindsight-client_ts_08a51-e._.js +1 -1
- package/standalone/.next/server/chunks/ssr/0.eh__next-internal_server_app_[locale]_banks_[bankId]_page_actions_0ue6gbf.js +3 -0
- package/standalone/.next/server/chunks/ssr/0.eh__next-internal_server_app_[locale]_dashboard_page_actions_0do7pmi.js +3 -0
- package/standalone/.next/server/chunks/ssr/0.eh__next-internal_server_app_[locale]_login_page_actions_0i~tp-7.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__09358ph._.js +19 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0cbmrds._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ef0i39._.js +11 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0hb_hxc._.js +3 -0
- package/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0f1equb._.js → [root-of-the-server]__0l4klq3._.js} +2 -2
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0n_awzr._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0sqm5sc._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0tcyn68._.js +33 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y7gibh._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y7riw8._.js +3 -0
- package/standalone/.next/server/chunks/ssr/{[root-of-the-server]__07.c_7l._.js → [root-of-the-server]__0~c-ivw._.js} +3 -3
- package/standalone/.next/server/chunks/ssr/_0-~wj-r._.js +5 -0
- package/standalone/.next/server/chunks/ssr/_04wviei._.js +5 -0
- package/standalone/.next/server/chunks/ssr/_0a1en~h._.js +3 -0
- package/standalone/.next/server/chunks/ssr/_0b.ev0c._.js +5 -0
- package/standalone/.next/server/chunks/ssr/{_0mh~vnk._.js → _0d_o1xx._.js} +2 -2
- package/standalone/.next/server/chunks/ssr/_0htg~ae._.js +3 -0
- package/standalone/.next/server/chunks/ssr/_0xgpb1t._.js +1 -1
- package/standalone/.next/server/chunks/ssr/_13p-5vn._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_[locale]_page_actions_0914.k-.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_app_layout_tsx_0r-lo1z._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_components_bank-selector_tsx_06fpcdx._.js +2 -2
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_0txe2jr._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_de_json_[json]_cjs_0srwftc._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_en_json_[json]_cjs_04--cex._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_es_json_[json]_cjs_038wd7u._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_fr_json_[json]_cjs_0.o-707._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_ja_json_[json]_cjs_0cxdclo._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_ko_json_[json]_cjs_08d_xf1._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_pt_json_[json]_cjs_07-fhnd._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_zh_json_[json]_cjs_06tnqb7._.js +3 -0
- package/standalone/.next/server/chunks/ssr/{_10tj6yd._.js → node_modules_09w7yel._.js} +3 -3
- package/standalone/.next/server/chunks/ssr/node_modules_0utg6.~._.js +8 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_0eytjwn._.js +6 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_0h9llsw._.js +6 -0
- package/standalone/.next/server/chunks/ssr/{0xqq_next_dist_client_components_0qccfea._.js → node_modules_next_dist_client_components_0inhx6q._.js} +2 -2
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_05dtw8y.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0a365-r.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0rc3ul_.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0sh8shx.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0vji4h-.js +4 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0xu7a4..js +4 -0
- package/standalone/.next/server/edge/chunks/[root-of-the-server]__0c-3-sn._.js +11 -0
- package/standalone/.next/server/edge/chunks/_078chv~._.js +3 -0
- package/standalone/.next/server/edge/chunks/node_modules_next_dist_esm_build_templates_edge-wrapper_04.8.xv.js +3 -0
- package/standalone/.next/server/edge/chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_075umn2.js +3 -0
- package/standalone/.next/server/edge/chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_0q-a.hc.js +3 -0
- package/standalone/.next/server/middleware-build-manifest.js +8 -8
- package/standalone/.next/server/middleware-manifest.json +13 -13
- package/standalone/.next/server/pages/404.html +1 -1
- package/standalone/.next/server/pages/500.html +1 -1
- package/standalone/.next/server/server-reference-manifest.js +1 -1
- package/standalone/.next/server/server-reference-manifest.json +1 -1
- package/standalone/.next/static/MMYwrcm_du0E-4B-zWZBI/_clientMiddlewareManifest.js +6 -0
- package/standalone/.next/static/MMYwrcm_du0E-4B-zWZBI/_ssgManifest.js +1 -0
- package/standalone/.next/static/chunks/0.l7-.3tq1zmt.js +9 -0
- package/standalone/.next/static/chunks/00~w_a.ofq1e5.css +2 -0
- package/standalone/.next/static/chunks/{0fe.wql6.w4gs.js → 01xlw8hd842-c.js} +1 -1
- package/standalone/.next/static/chunks/0609lyuhbdhkd.js +3 -0
- package/standalone/.next/static/chunks/063f4u.4z~v2d.js +1 -0
- package/standalone/.next/static/chunks/092d.t26vuq~n.js +5 -0
- package/standalone/.next/static/chunks/0b.234u8uc4ul.js +31 -0
- package/standalone/.next/static/chunks/0cxu7qr5divs~.js +1 -0
- package/standalone/.next/static/chunks/0equ8vbwlrzt1.js +1 -0
- package/standalone/.next/static/chunks/0hapv0s-.qy~7.js +1 -0
- package/standalone/.next/static/chunks/0k8fcq_tsf70-.js +4 -0
- package/standalone/.next/static/chunks/0roluhgciupg2.js +1 -0
- package/standalone/.next/static/chunks/0shp_f7km6-si.js +3 -0
- package/standalone/.next/static/chunks/0xe7gt3~du.d0.js +1 -0
- package/standalone/.next/static/chunks/{0vmyuepchjdz3.js → 0~c8ctlhr75mf.js} +1 -1
- package/standalone/.next/static/chunks/11tqqi8rxondo.js +2 -0
- package/standalone/.next/static/chunks/14ica5bi5y--p.js +3 -0
- package/standalone/.next/static/chunks/turbopack-1577ld28xna95.js +1 -0
- package/standalone/node_modules/@next/env/package.json +1 -1
- package/standalone/node_modules/next/dist/build/static-paths/app.js +2 -1
- package/standalone/node_modules/next/dist/build/swc/index.js +1 -1
- package/standalone/node_modules/next/dist/build/utils.js +2 -1
- package/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +2 -2
- package/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +8 -2
- package/standalone/node_modules/next/dist/client/route-params.js +23 -6
- package/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +2 -2
- package/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +13 -13
- package/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +11 -11
- package/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +2 -2
- package/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +10 -10
- package/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +2 -4
- package/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +3 -3
- package/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +80 -0
- package/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +24 -20
- package/standalone/node_modules/next/dist/server/app-render/action-handler.js +3 -6
- package/standalone/node_modules/next/dist/server/app-render/app-render.js +62 -9
- package/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +16 -0
- package/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +49 -19
- package/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +8 -20
- package/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +8 -7
- package/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +2 -2
- package/standalone/node_modules/next/dist/server/async-storage/work-store.js +2 -1
- package/standalone/node_modules/next/dist/server/base-server.js +13 -5
- package/standalone/node_modules/next/dist/server/config-schema.js +11 -2
- package/standalone/node_modules/next/dist/server/config.js +1 -1
- package/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +18 -16
- package/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +2 -1
- package/standalone/node_modules/next/dist/server/image-optimizer.js +22 -2
- package/standalone/node_modules/next/dist/server/lib/app-info-log.js +1 -1
- package/standalone/node_modules/next/dist/server/lib/is-rsc-request.js +18 -0
- package/standalone/node_modules/next/dist/server/lib/mock-request.js +30 -5
- package/standalone/node_modules/next/dist/server/lib/patch-set-header.js +7 -0
- package/standalone/node_modules/next/dist/server/lib/router-server.js +20 -4
- package/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +18 -4
- package/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +3 -1
- package/standalone/node_modules/next/dist/server/lib/start-server.js +1 -1
- package/standalone/node_modules/next/dist/server/next-server.js +1 -1
- package/standalone/node_modules/next/dist/server/render.js +47 -39
- package/standalone/node_modules/next/dist/server/request/fallback-params.js +27 -1
- package/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +26 -10
- package/standalone/node_modules/next/dist/server/route-modules/route-module.js +11 -1
- package/standalone/node_modules/next/dist/server/server-utils.js +19 -2
- package/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +5 -5
- package/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +1 -1
- package/standalone/node_modules/next/dist/server/web/adapter.js +4 -1
- package/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +2 -1
- package/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
- package/standalone/node_modules/next/dist/{server → shared/lib}/htmlescape.js +15 -0
- package/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +13 -1
- package/standalone/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +56 -10
- package/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
- package/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
- package/standalone/node_modules/next/dist/telemetry/events/version.js +2 -2
- package/standalone/node_modules/next/package.json +15 -15
- package/standalone/package.json +10 -4
- package/standalone/server.js +1 -1
- package/standalone/.next/server/app/banks/[bankId]/page/app-paths-manifest.json +0 -3
- package/standalone/.next/server/app/banks/[bankId]/page/build-manifest.json +0 -17
- package/standalone/.next/server/app/banks/[bankId]/page.js +0 -15
- package/standalone/.next/server/app/banks/[bankId]/page.js.nft.json +0 -1
- package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +0 -3
- package/standalone/.next/server/app/dashboard/page/app-paths-manifest.json +0 -3
- package/standalone/.next/server/app/dashboard/page/build-manifest.json +0 -17
- package/standalone/.next/server/app/dashboard/page.js +0 -15
- package/standalone/.next/server/app/dashboard/page.js.nft.json +0 -1
- package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +0 -3
- package/standalone/.next/server/app/dashboard.html +0 -1
- package/standalone/.next/server/app/dashboard.meta +0 -15
- package/standalone/.next/server/app/dashboard.rsc +0 -24
- package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +0 -24
- package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +0 -9
- package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +0 -2
- package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +0 -9
- package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +0 -5
- package/standalone/.next/server/app/index.html +0 -1
- package/standalone/.next/server/app/index.meta +0 -16
- package/standalone/.next/server/app/index.rsc +0 -19
- package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -6
- package/standalone/.next/server/app/index.segments/_full.segment.rsc +0 -19
- package/standalone/.next/server/app/index.segments/_index.segment.rsc +0 -9
- package/standalone/.next/server/app/index.segments/_tree.segment.rsc +0 -2
- package/standalone/.next/server/app/login/page/app-paths-manifest.json +0 -3
- package/standalone/.next/server/app/login/page/build-manifest.json +0 -17
- package/standalone/.next/server/app/login/page.js +0 -15
- package/standalone/.next/server/app/login/page.js.nft.json +0 -1
- package/standalone/.next/server/app/login/page_client-reference-manifest.js +0 -3
- package/standalone/.next/server/app/login.html +0 -1
- package/standalone/.next/server/app/login.meta +0 -15
- package/standalone/.next/server/app/login.rsc +0 -24
- package/standalone/.next/server/app/login.segments/_full.segment.rsc +0 -24
- package/standalone/.next/server/app/login.segments/_index.segment.rsc +0 -9
- package/standalone/.next/server/app/login.segments/_tree.segment.rsc +0 -2
- package/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +0 -9
- package/standalone/.next/server/app/login.segments/login.segment.rsc +0 -5
- package/standalone/.next/server/app/page/app-paths-manifest.json +0 -3
- package/standalone/.next/server/app/page/build-manifest.json +0 -17
- package/standalone/.next/server/app/page.js +0 -16
- package/standalone/.next/server/app/page.js.nft.json +0 -1
- package/standalone/.next/server/app/page_client-reference-manifest.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0-mzq5k._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__006nmon._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__01qc.lt._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__03i9r24._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__04ov5nx._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0641809._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__072_7sg._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__084.pvp._.js +0 -13
- package/standalone/.next/server/chunks/[root-of-the-server]__0_nif9x._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0_uq85o._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0bzczua._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0d~.2wu._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0e30_2-._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0estz38._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0f~qam_._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0h-01m.._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0h12w8h._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0hof.m7._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0i2otbg._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0i8s1ez._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0idud4m._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0jbb41r._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0k5dzt7._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0m9skry._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0ob35wz._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0oqmwro._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0p518-s._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0q79ahg._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0q8qt00._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0rx61xd._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0s3k8sh._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0sfmlxb._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0sppjv6._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0t1c109._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0t8dn-e._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0tsjs49._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0wb10vh._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0xq~4xc._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0y.4qtn._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0z2j3hx._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0zvjpa~._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0zy9wud._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0~2--h0._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0~49ero._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0~8b2h-._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__10koc90._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__10z2iah._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__12ww4dj._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__13ex1pi._.js +0 -3
- package/standalone/.next/server/chunks/ssr/0.eh__next-internal_server_app_banks_[bankId]_page_actions_0kbguvc.js +0 -3
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js +0 -6
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_0zdefg~._.js +0 -3
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_client_components_builtin_forbidden_0hqinps.js +0 -3
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_client_components_builtin_global-error_10_vrpd.js +0 -3
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_client_components_builtin_unauthorized_0ili.5_.js +0 -3
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_esm_build_templates_app-page_0aave80.js +0 -4
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_esm_build_templates_app-page_0cik78y.js +0 -4
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_esm_build_templates_app-page_0d4rgnj.js +0 -4
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_esm_build_templates_app-page_0fev1c9.js +0 -4
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_esm_build_templates_app-page_0kjoyj0.js +0 -4
- package/standalone/.next/server/chunks/ssr/0xqq_next_dist_esm_build_templates_app-page_0wtkrby.js +0 -4
- package/standalone/.next/server/chunks/ssr/[externals]_next_dist_shared_lib_no-fallback-error_external_0fgm~bn.js +0 -3
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__00p0977._.js +0 -3
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__01gojj5._.js +0 -3
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__021w61p._.js +0 -3
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__09_g7l8._.js +0 -11
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0cuzey5._.js +0 -33
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0huzohk._.js +0 -12
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z9pk.d._.js +0 -3
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0~hnz..._.js +0 -3
- package/standalone/.next/server/chunks/ssr/_08qed-e._.js +0 -3
- package/standalone/.next/server/chunks/ssr/_0dv_n64._.js +0 -3
- package/standalone/.next/server/chunks/ssr/_0q3l4f0._.js +0 -3
- package/standalone/.next/server/chunks/ssr/_0srg9jo._.js +0 -6
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_092-e4h._.js +0 -6
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_0s.~bje._.js +0 -5
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_dashboard_page_actions_0u96g5g.js +0 -3
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_login_page_actions_0cpvup5.js +0 -3
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_page_actions_0fq8cku.js +0 -3
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_0ki2hlw._.js +0 -3
- package/standalone/.next/server/edge/chunks/0rt3_next_dist_esm_build_templates_edge-wrapper_0bx.bt2.js +0 -3
- package/standalone/.next/server/edge/chunks/0rt3_next_dist_esm_build_templates_edge-wrapper_10yyufs.js +0 -3
- package/standalone/.next/server/edge/chunks/0xqq_next_dist_esm_build_templates_edge-wrapper_00.t9w_.js +0 -3
- package/standalone/.next/server/edge/chunks/[root-of-the-server]__03uqjvz._.js +0 -11
- package/standalone/.next/server/edge/chunks/hindsight-control-plane_0xz8f54._.js +0 -3
- package/standalone/.next/static/chunks/0.48ii2q-yie-.js +0 -3
- package/standalone/.next/static/chunks/04r-p7gk1lv_k.js +0 -2
- package/standalone/.next/static/chunks/08gsr4jnmyyhd.js +0 -1
- package/standalone/.next/static/chunks/0h3rkz9znn5s6.js +0 -31
- package/standalone/.next/static/chunks/0lwpzlu3p_37_.js +0 -1
- package/standalone/.next/static/chunks/0ow-v7.pf1_pu.js +0 -4
- package/standalone/.next/static/chunks/0oyxru0ka.5b8.js +0 -1
- package/standalone/.next/static/chunks/0rc788z.mdy14.js +0 -9
- package/standalone/.next/static/chunks/0t4x0.c8~-jkd.js +0 -1
- package/standalone/.next/static/chunks/10tswg3m7bea9.css +0 -2
- package/standalone/.next/static/chunks/110o2cv22kme0.js +0 -1
- package/standalone/.next/static/chunks/11a0z_vz-~75n.js +0 -5
- package/standalone/.next/static/chunks/11h3.87w6dkf7.js +0 -1
- package/standalone/.next/static/chunks/turbopack-0z-lv4_4r7vzv.js +0 -1
- package/standalone/.next/static/ivrhmmzua95PoZD_IAvpe/_clientMiddlewareManifest.js +0 -6
- package/standalone/.next/static/ivrhmmzua95PoZD_IAvpe/_ssgManifest.js +0 -1
- /package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page/next-font-manifest.json +0 -0
- /package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page/react-loadable-manifest.json +0 -0
- /package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page/server-reference-manifest.json +0 -0
- /package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page.js.map +0 -0
- /package/standalone/.next/server/app/{dashboard → [locale]/dashboard}/page/next-font-manifest.json +0 -0
- /package/standalone/.next/server/app/{dashboard → [locale]/dashboard}/page/react-loadable-manifest.json +0 -0
- /package/standalone/.next/server/app/{dashboard → [locale]/dashboard}/page/server-reference-manifest.json +0 -0
- /package/standalone/.next/server/app/{dashboard → [locale]/dashboard}/page.js.map +0 -0
- /package/standalone/.next/server/app/{login → [locale]/login}/page/next-font-manifest.json +0 -0
- /package/standalone/.next/server/app/{login → [locale]/login}/page/react-loadable-manifest.json +0 -0
- /package/standalone/.next/server/app/{login → [locale]/login}/page/server-reference-manifest.json +0 -0
- /package/standalone/.next/server/app/{login → [locale]/login}/page.js.map +0 -0
- /package/standalone/.next/server/app/{page → [locale]/page}/next-font-manifest.json +0 -0
- /package/standalone/.next/server/app/{page → [locale]/page}/react-loadable-manifest.json +0 -0
- /package/standalone/.next/server/app/{page → [locale]/page}/server-reference-manifest.json +0 -0
- /package/standalone/.next/server/app/{page.js.map → [locale]/page.js.map} +0 -0
- /package/standalone/.next/static/{ivrhmmzua95PoZD_IAvpe → MMYwrcm_du0E-4B-zWZBI}/_buildManifest.js +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/colour/color.cjs +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/colour/index.cjs +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/colour/package.json +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linux-x64/README.md +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linux-x64/lib/index.js +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linux-x64/package.json +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linux-x64/versions.json +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linuxmusl-x64/README.md +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linuxmusl-x64/lib/index.js +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linuxmusl-x64/package.json +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-libvips-linuxmusl-x64/versions.json +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-linux-x64/package.json +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- /package/standalone/node_modules/{node_modules/@img → @img}/sharp-linuxmusl-x64/package.json +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/api/context.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/api/diag.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/api/metrics.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/api/propagation.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/api/trace.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/baggage/context-helpers.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/baggage/internal/baggage-impl.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/baggage/internal/symbol.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/baggage/utils.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/context/NoopContextManager.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/context/context.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/context-api.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/diag/ComponentLogger.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/diag/consoleLogger.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/diag/internal/logLevelLogger.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/diag/types.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/diag-api.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/index.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/internal/global-utils.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/internal/semver.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/metrics/Metric.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/metrics/NoopMeter.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/metrics/NoopMeterProvider.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/metrics-api.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/platform/index.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/platform/node/globalThis.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/platform/node/index.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/propagation/NoopTextMapPropagator.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/propagation/TextMapPropagator.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/propagation-api.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/NonRecordingSpan.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/NoopTracer.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/NoopTracerProvider.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/ProxyTracer.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/ProxyTracerProvider.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/SamplingResult.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/context-utils.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/internal/tracestate-impl.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/internal/tracestate-validators.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/internal/utils.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/invalid-span-constants.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/span_kind.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/spancontext-utils.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/status.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace/trace_flags.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/trace-api.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/build/src/version.js +0 -0
- /package/standalone/node_modules/{node_modules/@opentelemetry → @opentelemetry}/api/package.json +0 -0
- /package/standalone/node_modules/{node_modules/@swc → @swc}/helpers/cjs/_interop_require_default.cjs +0 -0
- /package/standalone/node_modules/{node_modules/@swc → @swc}/helpers/cjs/_interop_require_wildcard.cjs +0 -0
- /package/standalone/node_modules/{node_modules/@swc → @swc}/helpers/package.json +0 -0
- /package/standalone/node_modules/{node_modules/client-only → client-only}/index.js +0 -0
- /package/standalone/node_modules/{node_modules/client-only → client-only}/package.json +0 -0
- /package/standalone/node_modules/{node_modules/detect-libc → detect-libc}/lib/detect-libc.js +0 -0
- /package/standalone/node_modules/{node_modules/detect-libc → detect-libc}/lib/elf.js +0 -0
- /package/standalone/node_modules/{node_modules/detect-libc → detect-libc}/lib/filesystem.js +0 -0
- /package/standalone/node_modules/{node_modules/detect-libc → detect-libc}/lib/process.js +0 -0
- /package/standalone/node_modules/{node_modules/detect-libc → detect-libc}/package.json +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/cjs/react-compiler-runtime.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/cjs/react-jsx-dev-runtime.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/cjs/react-jsx-runtime.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/cjs/react.development.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/cjs/react.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/compiler-runtime.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/index.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/jsx-dev-runtime.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/jsx-runtime.js +0 -0
- /package/standalone/node_modules/{node_modules/react → react}/package.json +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/cjs/react-dom-server-legacy.browser.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/cjs/react-dom-server-legacy.node.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/cjs/react-dom-server.browser.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/cjs/react-dom-server.edge.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/cjs/react-dom-server.node.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/cjs/react-dom.production.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/index.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/package.json +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/server.browser.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/server.edge.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/server.node.js +0 -0
- /package/standalone/node_modules/{node_modules/react-dom → react-dom}/static.node.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/classes/comparator.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/classes/range.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/classes/semver.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/cmp.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/coerce.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/compare.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/eq.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/gt.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/gte.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/lt.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/lte.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/neq.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/parse.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/functions/satisfies.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/internal/constants.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/internal/debug.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/internal/identifiers.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/internal/lrucache.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/internal/parse-options.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/internal/re.js +0 -0
- /package/standalone/node_modules/{node_modules/semver → semver}/package.json +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/channel.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/colour.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/composite.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/constructor.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/index.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/input.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/is.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/libvips.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/operation.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/output.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/resize.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/sharp.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/lib/utility.js +0 -0
- /package/standalone/node_modules/{node_modules/sharp → sharp}/package.json +0 -0
- /package/standalone/node_modules/{node_modules/styled-jsx → styled-jsx}/dist/index/index.js +0 -0
- /package/standalone/node_modules/{node_modules/styled-jsx → styled-jsx}/index.js +0 -0
- /package/standalone/node_modules/{node_modules/styled-jsx → styled-jsx}/package.json +0 -0
- /package/standalone/node_modules/{node_modules/styled-jsx → styled-jsx}/style.js +0 -0
|
@@ -25,6 +25,7 @@ const _utils = require("../shared/lib/utils");
|
|
|
25
25
|
const _path = /*#__PURE__*/ _interop_require_wildcard(require("path"));
|
|
26
26
|
const _url = require("url");
|
|
27
27
|
const _formathostname = require("./lib/format-hostname");
|
|
28
|
+
const _isrscrequest = require("./lib/is-rsc-request");
|
|
28
29
|
const _constants = require("../shared/lib/constants");
|
|
29
30
|
const _utils1 = require("../shared/lib/router/utils");
|
|
30
31
|
const _utils2 = require("./utils");
|
|
@@ -76,11 +77,11 @@ const _streamingmetadata = require("./lib/streaming-metadata");
|
|
|
76
77
|
const _decodequerypathparameter = require("./lib/decode-query-path-parameter");
|
|
77
78
|
const _nofallbackerrorexternal = require("../shared/lib/no-fallback-error.external");
|
|
78
79
|
const _fixmojibake = require("./lib/fix-mojibake");
|
|
79
|
-
const _cachebustingsearchparam = require("../shared/lib/router/utils/cache-busting-search-param");
|
|
80
80
|
const _setcachebustingsearchparam = require("../client/components/router-reducer/set-cache-busting-search-param");
|
|
81
81
|
const _fallbackparams = require("./request/fallback-params");
|
|
82
82
|
const _routekind = require("./route-kind");
|
|
83
83
|
const _postponedrequestbody = require("./lib/postponed-request-body");
|
|
84
|
+
const _cachebustingsearchparam = require("../shared/lib/router/utils/cache-busting-search-param");
|
|
84
85
|
function _interop_require_default(obj) {
|
|
85
86
|
return obj && obj.__esModule ? obj : {
|
|
86
87
|
default: obj
|
|
@@ -171,7 +172,7 @@ class Server {
|
|
|
171
172
|
// request path for flight information.
|
|
172
173
|
(0, _stripflightheaders.stripFlightHeaders)(req.headers);
|
|
173
174
|
return false;
|
|
174
|
-
} else if (req.headers[_approuterheaders.RSC_HEADER]
|
|
175
|
+
} else if ((0, _isrscrequest.isRSCRequestHeader)(req.headers[_approuterheaders.RSC_HEADER])) {
|
|
175
176
|
(0, _requestmeta.addRequestMeta)(req, 'isRSCRequest', true);
|
|
176
177
|
if (req.headers[_approuterheaders.NEXT_ROUTER_PREFETCH_HEADER] === '1') {
|
|
177
178
|
(0, _requestmeta.addRequestMeta)(req, 'isPrefetchRSCRequest', true);
|
|
@@ -1208,12 +1209,19 @@ class Server {
|
|
|
1208
1209
|
// This should only happen for static prefetches, so we only handle those here.
|
|
1209
1210
|
(0, _requestmeta.getRequestMeta)(req, 'isPrefetchRSCRequest') ? '1' : undefined;
|
|
1210
1211
|
const segmentPrefetchRSCRequest = headers[_approuterheaders.NEXT_ROUTER_SEGMENT_PREFETCH_HEADER] || (0, _requestmeta.getRequestMeta)(req, 'segmentPrefetchRSCRequest');
|
|
1211
|
-
const expectedHash = (0, _cachebustingsearchparam.computeCacheBustingSearchParam)(routerPrefetch, segmentPrefetchRSCRequest, headers[_approuterheaders.NEXT_ROUTER_STATE_TREE_HEADER], headers[_approuterheaders.NEXT_URL]);
|
|
1212
|
+
const expectedHash = await (0, _cachebustingsearchparam.computeCacheBustingSearchParam)(routerPrefetch, segmentPrefetchRSCRequest, headers[_approuterheaders.NEXT_ROUTER_STATE_TREE_HEADER], headers[_approuterheaders.NEXT_URL]);
|
|
1212
1213
|
const actualHash = (0, _requestmeta.getRequestMeta)(req, 'cacheBustingSearchParam') ?? new URL(req.url || '', 'http://localhost').searchParams.get(_approuterheaders.NEXT_RSC_UNION_QUERY);
|
|
1213
|
-
|
|
1214
|
+
let matchesHash = expectedHash === actualHash;
|
|
1215
|
+
if (!matchesHash && actualHash !== null) {
|
|
1216
|
+
// We'll fallback to checking the legacy hash format to support clients that do not have a secure context
|
|
1217
|
+
matchesHash = (0, _cachebustingsearchparam.computeLegacyCacheBustingSearchParam)(routerPrefetch, segmentPrefetchRSCRequest, headers[_approuterheaders.NEXT_ROUTER_STATE_TREE_HEADER], headers[_approuterheaders.NEXT_URL]) === actualHash;
|
|
1218
|
+
}
|
|
1219
|
+
if (!matchesHash) {
|
|
1214
1220
|
// The hash sent by the client does not match the expected value.
|
|
1215
1221
|
// Redirect to the URL with the correct cache-busting search param.
|
|
1216
1222
|
// This prevents cache poisoning attacks on CDNs that don't respect Vary headers.
|
|
1223
|
+
// We continue to accept the legacy short hash for clients that still
|
|
1224
|
+
// generate the 5-character `_rsc` form.
|
|
1217
1225
|
// Note: When no headers are present, expectedHash is empty string and client
|
|
1218
1226
|
// must send `_rsc` param, otherwise actualHash is null and hash check fails.
|
|
1219
1227
|
const url = new URL(req.url || '', 'http://localhost');
|
|
@@ -1278,7 +1286,7 @@ class Server {
|
|
|
1278
1286
|
// page load) in the Instant Navigation Testing API. Only applies to
|
|
1279
1287
|
// document requests (no RSC header) - RSC requests should proceed normally
|
|
1280
1288
|
// even during a locked scope, with blocking happening on the client side.
|
|
1281
|
-
const hasInstantTestCookie = exposeTestingApi && req.headers[_approuterheaders.RSC_HEADER]
|
|
1289
|
+
const hasInstantTestCookie = exposeTestingApi && !(0, _isrscrequest.isRSCRequestHeader)(req.headers[_approuterheaders.RSC_HEADER]) && typeof req.headers.cookie === 'string' && req.headers.cookie.includes(_approuterheaders.NEXT_INSTANT_TEST_COOKIE + '=') && couldSupportPPR;
|
|
1282
1290
|
// This page supports PPR if it is marked as being `PARTIALLY_STATIC` in the
|
|
1283
1291
|
// prerender manifest and this is an app page.
|
|
1284
1292
|
const isRoutePPREnabled = couldSupportPPR && (((_this = prerenderManifest.routes[pathname] ?? prerenderManifest.dynamicRoutes[pathname]) == null ? void 0 : _this.renderingMode) === 'PARTIALLY_STATIC' || // Ideally we'd want to check the appConfig to see if this page has PPR
|
|
@@ -368,6 +368,7 @@ const experimentalSchema = {
|
|
|
368
368
|
'deterministic'
|
|
369
369
|
]).optional(),
|
|
370
370
|
turbopackInferModuleSideEffects: _zod.z.boolean().optional(),
|
|
371
|
+
turbopackServerFastRefresh: _zod.z.boolean().optional(),
|
|
371
372
|
optimizePackageImports: _zod.z.array(_zod.z.string()).optional(),
|
|
372
373
|
optimizeServerReact: _zod.z.boolean().optional(),
|
|
373
374
|
strictRouteTypes: _zod.z.boolean().optional(),
|
|
@@ -506,8 +507,16 @@ const configSchema = _zod.z.lazy(()=>_zod.z.strictObject({
|
|
|
506
507
|
useLightningcss: _zod.z.boolean().optional()
|
|
507
508
|
})
|
|
508
509
|
]),
|
|
509
|
-
define: _zod.z.record(_zod.z.string(), _zod.z.
|
|
510
|
-
|
|
510
|
+
define: _zod.z.record(_zod.z.string(), _zod.z.union([
|
|
511
|
+
_zod.z.string(),
|
|
512
|
+
_zod.z.number(),
|
|
513
|
+
_zod.z.boolean()
|
|
514
|
+
])).optional(),
|
|
515
|
+
defineServer: _zod.z.record(_zod.z.string(), _zod.z.union([
|
|
516
|
+
_zod.z.string(),
|
|
517
|
+
_zod.z.number(),
|
|
518
|
+
_zod.z.boolean()
|
|
519
|
+
])).optional(),
|
|
511
520
|
runAfterProductionCompile: _zod.z.function().returns(_zod.z.promise(_zod.z.void())).optional()
|
|
512
521
|
}).optional(),
|
|
513
522
|
compress: _zod.z.boolean().optional(),
|
|
@@ -240,7 +240,7 @@ async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetc
|
|
|
240
240
|
}
|
|
241
241
|
const hasRewrites = opts.fsChecker.rewrites.afterFiles.length > 0 || opts.fsChecker.rewrites.beforeFiles.length > 0 || opts.fsChecker.rewrites.fallback.length > 0;
|
|
242
242
|
const hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
|
|
243
|
-
version: "16.2.
|
|
243
|
+
version: "16.2.6"
|
|
244
244
|
});
|
|
245
245
|
// Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
|
|
246
246
|
// of the current `next dev` invocation.
|
|
@@ -294,7 +294,7 @@ async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetc
|
|
|
294
294
|
writeRoutesHashesManifest: false,
|
|
295
295
|
currentNodeJsVersion,
|
|
296
296
|
isPersistentCachingEnabled: (0, _utils2.isFileSystemCacheEnabledForDev)(opts.nextConfig),
|
|
297
|
-
nextVersion: "16.2.
|
|
297
|
+
nextVersion: "16.2.6",
|
|
298
298
|
serverHmr: serverFastRefresh
|
|
299
299
|
}, {
|
|
300
300
|
memoryLimit: (_opts_nextConfig_experimental = opts.nextConfig.experimental) == null ? void 0 : _opts_nextConfig_experimental.turbopackMemoryLimit,
|
|
@@ -404,7 +404,6 @@ async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetc
|
|
|
404
404
|
}
|
|
405
405
|
}, 500);
|
|
406
406
|
function clearRequireCache(key, writtenEndpoint, { force } = {}) {
|
|
407
|
-
var _currentEntrypoints_app_get;
|
|
408
407
|
if (force) {
|
|
409
408
|
for (const { path, contentHash } of writtenEndpoint.serverPaths){
|
|
410
409
|
// We ignore source maps
|
|
@@ -441,23 +440,21 @@ async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetc
|
|
|
441
440
|
}
|
|
442
441
|
const serverPaths = writtenEndpoint.serverPaths.map(({ path: p })=>(0, _path.join)(distDir, p));
|
|
443
442
|
const { type: entryType, page: entryPage } = (0, _entrykey.splitEntryKey)(key);
|
|
444
|
-
|
|
445
|
-
//
|
|
446
|
-
//
|
|
447
|
-
//
|
|
448
|
-
//
|
|
449
|
-
//
|
|
450
|
-
//
|
|
451
|
-
|
|
452
|
-
// - App Router route handlers (route.ts)
|
|
453
|
-
const usesServerHmr = serverFastRefresh && isAppPage && writtenEndpoint.type !== 'edge';
|
|
443
|
+
// Server HMR applies to App Router entries built with the Turbopack Node.js
|
|
444
|
+
// runtime: app pages and regular route handlers. Edge routes, Pages Router
|
|
445
|
+
// pages, middleware/instrumentation, and metadata routes (manifest.ts,
|
|
446
|
+
// robots.ts, sitemap.ts, icon.tsx, etc.) are excluded. Metadata routes are
|
|
447
|
+
// excluded because they serve HTTP responses directly and must re-execute
|
|
448
|
+
// on every request to pick up file changes; the in-place module update
|
|
449
|
+
// model of Server HMR does not apply to them.
|
|
450
|
+
const usesServerHmr = serverFastRefresh && entryType === 'app' && writtenEndpoint.type !== 'edge' && !(0, _ismetadataroute.isMetadataRoute)(entryPage);
|
|
454
451
|
const filesToDelete = [];
|
|
455
452
|
for (const file of serverPaths){
|
|
456
453
|
(0, _renderserver.clearModuleContext)(file);
|
|
457
454
|
const relativePath = (0, _path.relative)(distDir, file);
|
|
458
|
-
if (// For Pages Router, edge routes, middleware, and manifest files
|
|
459
|
-
//
|
|
460
|
-
//
|
|
455
|
+
if (// For Pages Router, edge routes, middleware, and manifest files:
|
|
456
|
+
// clear the sharedCache in evalManifest(), Node.js require.cache,
|
|
457
|
+
// and edge runtime module contexts.
|
|
461
458
|
force || !usesServerHmr || !(serverHmrSubscriptions == null ? void 0 : serverHmrSubscriptions.has(relativePath))) {
|
|
462
459
|
filesToDelete.push(file);
|
|
463
460
|
}
|
|
@@ -1461,6 +1458,11 @@ async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetc
|
|
|
1461
1458
|
if (typeof __next__clear_chunk_cache__ === 'function') {
|
|
1462
1459
|
__next__clear_chunk_cache__();
|
|
1463
1460
|
}
|
|
1461
|
+
// Reset the server HMR handler registry. All server runtime chunks are
|
|
1462
|
+
// cleared from require.cache above; when they're next required they'll
|
|
1463
|
+
// re-register into this Map and reinstall the routing dispatcher.
|
|
1464
|
+
;
|
|
1465
|
+
globalThis.__turbopack_server_hmr_handlers__ = new Map();
|
|
1464
1466
|
// Clear all edge contexts
|
|
1465
1467
|
await (0, _renderserver.clearAllModuleContexts)();
|
|
1466
1468
|
resetFetch();
|
|
@@ -234,7 +234,7 @@ class HotReloaderWebpack {
|
|
|
234
234
|
this.previewProps = previewProps;
|
|
235
235
|
this.rewrites = rewrites;
|
|
236
236
|
this.hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
|
|
237
|
-
version: "16.2.
|
|
237
|
+
version: "16.2.6"
|
|
238
238
|
});
|
|
239
239
|
// Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
|
|
240
240
|
// of the current `next dev` invocation.
|
|
@@ -21,7 +21,7 @@ const _app = require("../../build/static-paths/app");
|
|
|
21
21
|
const _pages = require("../../build/static-paths/pages");
|
|
22
22
|
const _createincrementalcache = require("../../export/helpers/create-incremental-cache");
|
|
23
23
|
const _app1 = require("../../shared/lib/router/routes/app");
|
|
24
|
-
async function loadStaticPaths({ dir, distDir, pathname, config, httpAgentOptions, locales, defaultLocale, isAppPath, page, isrFlushToDisk, fetchCacheKeyPrefix, cacheMaxMemorySize, requestHeaders, cacheHandler, cacheHandlers, cacheLifeProfiles, nextConfigOutput, buildId, authInterrupts, sriEnabled }) {
|
|
24
|
+
async function loadStaticPaths({ dir, distDir, pathname, config, httpAgentOptions, locales, defaultLocale, isAppPath, page, isrFlushToDisk, fetchCacheKeyPrefix, cacheMaxMemorySize, requestHeaders, cacheHandler, cacheHandlers, cacheLifeProfiles, nextConfigOutput, buildId, deploymentId, authInterrupts, sriEnabled }) {
|
|
25
25
|
// this needs to be initialized before loadComponents otherwise
|
|
26
26
|
// "use cache" could be missing it's cache handlers
|
|
27
27
|
await (0, _createincrementalcache.createIncrementalCache)({
|
|
@@ -80,6 +80,7 @@ async function loadStaticPaths({ dir, distDir, pathname, config, httpAgentOption
|
|
|
80
80
|
isRoutePPREnabled,
|
|
81
81
|
partialFallbacksEnabled: config.partialFallbacks,
|
|
82
82
|
buildId,
|
|
83
|
+
deploymentId,
|
|
83
84
|
authInterrupts,
|
|
84
85
|
rootParamKeys
|
|
85
86
|
});
|
|
@@ -1010,14 +1010,15 @@ async function fetchExternalImage(href, dangerouslyAllowLocalIP, maximumResponse
|
|
|
1010
1010
|
etag
|
|
1011
1011
|
};
|
|
1012
1012
|
}
|
|
1013
|
-
async function fetchInternalImage(href, _req, _res, handleRequest) {
|
|
1013
|
+
async function fetchInternalImage(href, _req, _res, maximumResponseBody, handleRequest) {
|
|
1014
1014
|
try {
|
|
1015
1015
|
// Coerce HEAD to GET to avoid issues with the image optimizer
|
|
1016
1016
|
const method = !_req.method || _req.method === 'HEAD' ? 'GET' : _req.method;
|
|
1017
1017
|
const mocked = (0, _mockrequest.createRequestResponseMocks)({
|
|
1018
1018
|
url: href,
|
|
1019
1019
|
method,
|
|
1020
|
-
socket: _req.socket
|
|
1020
|
+
socket: _req.socket,
|
|
1021
|
+
maximumResponseBody
|
|
1021
1022
|
});
|
|
1022
1023
|
await handleRequest(mocked.req, mocked.res, _url.default.parse(href, true));
|
|
1023
1024
|
await mocked.res.hasStreamed;
|
|
@@ -1029,6 +1030,14 @@ async function fetchInternalImage(href, _req, _res, handleRequest) {
|
|
|
1029
1030
|
configurable: true
|
|
1030
1031
|
});
|
|
1031
1032
|
}
|
|
1033
|
+
if (mocked.res.buffers.length === 0) {
|
|
1034
|
+
_log.error('internal image response is empty for', href);
|
|
1035
|
+
throw Object.defineProperty(new ImageError(400, '"url" parameter is valid but internal response is invalid'), "__NEXT_ERROR_CODE", {
|
|
1036
|
+
value: "E394",
|
|
1037
|
+
enumerable: false,
|
|
1038
|
+
configurable: true
|
|
1039
|
+
});
|
|
1040
|
+
}
|
|
1032
1041
|
const buffer = Buffer.concat(mocked.res.buffers);
|
|
1033
1042
|
const contentType = mocked.res.getHeader('Content-Type');
|
|
1034
1043
|
const cacheControl = mocked.res.getHeader('Cache-Control');
|
|
@@ -1040,6 +1049,17 @@ async function fetchInternalImage(href, _req, _res, handleRequest) {
|
|
|
1040
1049
|
etag
|
|
1041
1050
|
};
|
|
1042
1051
|
} catch (err) {
|
|
1052
|
+
if (err instanceof ImageError) {
|
|
1053
|
+
throw err;
|
|
1054
|
+
}
|
|
1055
|
+
if (err && typeof err === 'object' && 'code' in err && err.code === 'ERR_MAX_BODY_SIZE_EXCEEDED') {
|
|
1056
|
+
_log.error('internal image response exceeded maximum size for', href);
|
|
1057
|
+
throw Object.defineProperty(new ImageError(413, '"url" parameter is valid but internal response is invalid'), "__NEXT_ERROR_CODE", {
|
|
1058
|
+
value: "E394",
|
|
1059
|
+
enumerable: false,
|
|
1060
|
+
configurable: true
|
|
1061
|
+
});
|
|
1062
|
+
}
|
|
1043
1063
|
_log.error('upstream image response failed for', href, err);
|
|
1044
1064
|
throw Object.defineProperty(new ImageError(500, '"url" parameter is valid but upstream response is invalid'), "__NEXT_ERROR_CODE", {
|
|
1045
1065
|
value: "E394",
|
|
@@ -85,7 +85,7 @@ function logStartInfo({ networkUrl, appUrl, envInfo, logBundler }) {
|
|
|
85
85
|
if (parts.length > 0) {
|
|
86
86
|
versionSuffix = ` (${parts.join(', ')})`;
|
|
87
87
|
}
|
|
88
|
-
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"16.2.
|
|
88
|
+
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"16.2.6"}`))}${versionSuffix}`);
|
|
89
89
|
if (appUrl) {
|
|
90
90
|
_log.bootstrap(`- Local: ${appUrl}`);
|
|
91
91
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Normalizes the raw RSC header value. Only the literal string "1" is treated
|
|
3
|
+
* as a valid RSC request marker; malformed or repeated values are ignored.
|
|
4
|
+
*/ "use strict";
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
Object.defineProperty(exports, "isRSCRequestHeader", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function() {
|
|
11
|
+
return isRSCRequestHeader;
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
function isRSCRequestHeader(value) {
|
|
15
|
+
return value === '1';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=is-rsc-request.js.map
|
|
@@ -147,10 +147,11 @@ class MockedResponse extends _stream.default.Writable {
|
|
|
147
147
|
* A list of buffers that have been written to the response.
|
|
148
148
|
*
|
|
149
149
|
* @internal - used internally by Next.js
|
|
150
|
-
*/ this.buffers = [];
|
|
150
|
+
*/ this.buffers = [], this.totalSize = 0;
|
|
151
151
|
this.statusCode = res.statusCode ?? 200;
|
|
152
152
|
this.socket = res.socket ?? null;
|
|
153
153
|
this.headers = res.headers ? (0, _utils.fromNodeOutgoingHttpHeaders)(res.headers) : new Headers();
|
|
154
|
+
this.maximumResponseBody = res.maximumResponseBody;
|
|
154
155
|
this.headPromise = new Promise((resolve)=>{
|
|
155
156
|
this.headPromiseResolve = resolve;
|
|
156
157
|
});
|
|
@@ -195,10 +196,27 @@ class MockedResponse extends _stream.default.Writable {
|
|
|
195
196
|
if (this.resWriter) {
|
|
196
197
|
return this.resWriter(chunk);
|
|
197
198
|
}
|
|
198
|
-
|
|
199
|
+
const buffer = Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk);
|
|
200
|
+
if (this.maximumResponseBody !== undefined) {
|
|
201
|
+
this.totalSize += buffer.byteLength;
|
|
202
|
+
if (this.totalSize > this.maximumResponseBody) {
|
|
203
|
+
const error = Object.defineProperty(new Error(`Response body exceeded maximum size of ${this.maximumResponseBody} bytes`), "__NEXT_ERROR_CODE", {
|
|
204
|
+
value: "E1143",
|
|
205
|
+
enumerable: false,
|
|
206
|
+
configurable: true
|
|
207
|
+
});
|
|
208
|
+
error.code = 'ERR_MAX_BODY_SIZE_EXCEEDED';
|
|
209
|
+
this.destroy(error);
|
|
210
|
+
return true;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
this.buffers.push(buffer);
|
|
199
214
|
return true;
|
|
200
215
|
}
|
|
201
216
|
end() {
|
|
217
|
+
if (this.destroyed) {
|
|
218
|
+
return this;
|
|
219
|
+
}
|
|
202
220
|
this.finished = true;
|
|
203
221
|
return super.end(...arguments);
|
|
204
222
|
}
|
|
@@ -216,7 +234,13 @@ class MockedResponse extends _stream.default.Writable {
|
|
|
216
234
|
// invoked, the 'finish' event will not be emitted.
|
|
217
235
|
//
|
|
218
236
|
// https://nodejs.org/docs/latest-v16.x/api/stream.html#writable_writechunk-encoding-callback
|
|
219
|
-
|
|
237
|
+
//
|
|
238
|
+
// If the stream was destroyed due to an error, we should propagate it
|
|
239
|
+
if (this.destroyed && this.errored) {
|
|
240
|
+
callback(this.errored);
|
|
241
|
+
} else {
|
|
242
|
+
callback();
|
|
243
|
+
}
|
|
220
244
|
}
|
|
221
245
|
writeHead(statusCode, statusMessage, headers) {
|
|
222
246
|
if (!headers && typeof statusMessage !== 'string') {
|
|
@@ -397,7 +421,7 @@ class MockedResponse extends _stream.default.Writable {
|
|
|
397
421
|
});
|
|
398
422
|
}
|
|
399
423
|
}
|
|
400
|
-
function createRequestResponseMocks({ url, headers = {}, method = 'GET', bodyReadable, resWriter, socket = null }) {
|
|
424
|
+
function createRequestResponseMocks({ url, headers = {}, method = 'GET', bodyReadable, resWriter, socket = null, maximumResponseBody }) {
|
|
401
425
|
return {
|
|
402
426
|
req: new MockedRequest({
|
|
403
427
|
url,
|
|
@@ -408,7 +432,8 @@ function createRequestResponseMocks({ url, headers = {}, method = 'GET', bodyRea
|
|
|
408
432
|
}),
|
|
409
433
|
res: new MockedResponse({
|
|
410
434
|
socket,
|
|
411
|
-
resWriter
|
|
435
|
+
resWriter,
|
|
436
|
+
maximumResponseBody
|
|
412
437
|
})
|
|
413
438
|
};
|
|
414
439
|
}
|
|
@@ -9,8 +9,15 @@ Object.defineProperty(exports, "patchSetHeaderWithCookieSupport", {
|
|
|
9
9
|
}
|
|
10
10
|
});
|
|
11
11
|
const _requestmeta = require("../request-meta");
|
|
12
|
+
const PATCHED_SET_HEADER = Symbol('next.patchSetHeaderWithCookieSupport');
|
|
12
13
|
function patchSetHeaderWithCookieSupport(req, res) {
|
|
14
|
+
if (res[PATCHED_SET_HEADER]) {
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
13
17
|
const setHeader = res.setHeader.bind(res);
|
|
18
|
+
Object.defineProperty(res, PATCHED_SET_HEADER, {
|
|
19
|
+
value: true
|
|
20
|
+
});
|
|
14
21
|
res.setHeader = (name, value)=>{
|
|
15
22
|
// When renders /_error after page is failed, it could attempt to set
|
|
16
23
|
// headers after headers.
|
|
@@ -125,6 +125,7 @@ async function initialize(opts) {
|
|
|
125
125
|
let development = undefined;
|
|
126
126
|
let originalFetch = globalThis.fetch;
|
|
127
127
|
if (opts.dev) {
|
|
128
|
+
var _developmentConfig_experimental;
|
|
128
129
|
const { Telemetry } = require('../../telemetry/storage');
|
|
129
130
|
const telemetry = new Telemetry({
|
|
130
131
|
distDir: _path.default.join(opts.dir, config.distDir)
|
|
@@ -139,6 +140,18 @@ async function initialize(opts) {
|
|
|
139
140
|
const setupDevBundlerSpan = opts.startServerSpan ? opts.startServerSpan.traceChild('setup-dev-bundler') : (0, _trace.trace)('setup-dev-bundler');
|
|
140
141
|
// In development, it's always the complete config.
|
|
141
142
|
let developmentConfig = config;
|
|
143
|
+
// Resolve the effective serverFastRefresh value.
|
|
144
|
+
// Both default to enabled (true). CLI takes precedence over config.
|
|
145
|
+
const cliServerFastRefresh = opts.serverFastRefresh;
|
|
146
|
+
const configServerFastRefresh = (_developmentConfig_experimental = developmentConfig.experimental) == null ? void 0 : _developmentConfig_experimental.turbopackServerFastRefresh;
|
|
147
|
+
let effectiveServerFastRefresh;
|
|
148
|
+
if (cliServerFastRefresh !== undefined && configServerFastRefresh !== undefined && cliServerFastRefresh !== configServerFastRefresh) {
|
|
149
|
+
_log.warn(`The CLI flag "${cliServerFastRefresh === false ? '--no-server-fast-refresh' : '--server-fast-refresh'}" conflicts with "experimental.turbopackServerFastRefresh: ${configServerFastRefresh}" in your Next.js config. The CLI flag will take precedence.`);
|
|
150
|
+
effectiveServerFastRefresh = cliServerFastRefresh;
|
|
151
|
+
} else {
|
|
152
|
+
// Default to true when neither CLI nor config specifies a value.
|
|
153
|
+
effectiveServerFastRefresh = cliServerFastRefresh ?? configServerFastRefresh ?? true;
|
|
154
|
+
}
|
|
142
155
|
let developmentBundler = await setupDevBundlerSpan.traceAsyncFn(()=>setupDevBundler({
|
|
143
156
|
// Passed here but the initialization of this object happens below, doing the initialization before the setupDev call breaks.
|
|
144
157
|
renderServer,
|
|
@@ -153,7 +166,7 @@ async function initialize(opts) {
|
|
|
153
166
|
port: opts.port,
|
|
154
167
|
onDevServerCleanup: opts.onDevServerCleanup,
|
|
155
168
|
resetFetch,
|
|
156
|
-
serverFastRefresh:
|
|
169
|
+
serverFastRefresh: effectiveServerFastRefresh
|
|
157
170
|
}));
|
|
158
171
|
let devBundlerService = new _devbundlerservice.DevBundlerService(developmentBundler, // The request handler is assigned below, this allows us to create a lazy
|
|
159
172
|
// reference to it.
|
|
@@ -645,7 +658,7 @@ async function initialize(opts) {
|
|
|
645
658
|
});
|
|
646
659
|
}
|
|
647
660
|
});
|
|
648
|
-
const { matchedOutput, parsedUrl } = await resolveRoutes({
|
|
661
|
+
const { finished, matchedOutput, parsedUrl, statusCode } = await resolveRoutes({
|
|
649
662
|
req,
|
|
650
663
|
res,
|
|
651
664
|
isUpgradeReq: true,
|
|
@@ -656,8 +669,11 @@ async function initialize(opts) {
|
|
|
656
669
|
if (matchedOutput) {
|
|
657
670
|
return socket.end();
|
|
658
671
|
}
|
|
659
|
-
if (parsedUrl.protocol) {
|
|
660
|
-
|
|
672
|
+
if (finished && parsedUrl.protocol) {
|
|
673
|
+
if (!statusCode) {
|
|
674
|
+
return await (0, _proxyrequest.proxyRequest)(req, socket, parsedUrl, head);
|
|
675
|
+
}
|
|
676
|
+
return socket.end();
|
|
661
677
|
}
|
|
662
678
|
// If there's no matched output, we don't handle the request as user's
|
|
663
679
|
// custom WS server may be listening on the same path.
|
|
@@ -29,6 +29,7 @@ const _removepathprefix = require("../../../shared/lib/router/utils/remove-path-
|
|
|
29
29
|
const _nextdata = require("../../normalizers/request/next-data");
|
|
30
30
|
const _basepath = require("../../normalizers/request/base-path");
|
|
31
31
|
const _requestmeta = require("../../request-meta");
|
|
32
|
+
const _isrscrequest = require("../is-rsc-request");
|
|
32
33
|
const _preparedestination = require("../../../shared/lib/router/utils/prepare-destination");
|
|
33
34
|
const _approuterheaders = require("../../../client/components/app-router-headers");
|
|
34
35
|
function _interop_require_default(obj) {
|
|
@@ -129,6 +130,10 @@ function getResolveRoutes(fsChecker, config, opts, renderServer, renderServerOpt
|
|
|
129
130
|
}
|
|
130
131
|
return pathname;
|
|
131
132
|
};
|
|
133
|
+
const setIsNextDataRequest = ()=>{
|
|
134
|
+
(0, _requestmeta.addRequestMeta)(req, 'isNextDataReq', true);
|
|
135
|
+
req.headers['x-nextjs-data'] = '1';
|
|
136
|
+
};
|
|
132
137
|
let domainLocale;
|
|
133
138
|
let defaultLocale;
|
|
134
139
|
let initialLocaleResult = undefined;
|
|
@@ -199,7 +204,7 @@ function getResolveRoutes(fsChecker, config, opts, renderServer, renderServerOpt
|
|
|
199
204
|
continue;
|
|
200
205
|
}
|
|
201
206
|
if (pageOutput && (curPathname == null ? void 0 : curPathname.startsWith('/_next/data'))) {
|
|
202
|
-
(
|
|
207
|
+
setIsNextDataRequest();
|
|
203
208
|
}
|
|
204
209
|
if (config.useFileSystemPublicRoutes || didRewrite) {
|
|
205
210
|
return pageOutput;
|
|
@@ -258,16 +263,25 @@ function getResolveRoutes(fsChecker, config, opts, renderServer, renderServerOpt
|
|
|
258
263
|
if (hadBasePath && normalizers.basePath) {
|
|
259
264
|
normalized = normalizers.basePath.normalize(normalized, true);
|
|
260
265
|
}
|
|
266
|
+
const isNextDataPath = (0, _pathhasprefix.pathHasPrefix)(normalized, '/_next/data') && normalized.endsWith('.json');
|
|
267
|
+
const hasCurrentBuildIdDataPath = normalizers.data.match(normalized);
|
|
261
268
|
let updated = false;
|
|
262
|
-
if (
|
|
269
|
+
if (hasCurrentBuildIdDataPath) {
|
|
263
270
|
updated = true;
|
|
264
|
-
(0, _requestmeta.addRequestMeta)(req, 'isNextDataReq', true);
|
|
265
271
|
normalized = normalizers.data.normalize(normalized, true);
|
|
266
272
|
}
|
|
273
|
+
if (isNextDataPath) {
|
|
274
|
+
setIsNextDataRequest();
|
|
275
|
+
}
|
|
267
276
|
if (config.i18n) {
|
|
268
277
|
const curLocaleResult = (0, _normalizelocalepath.normalizeLocalePath)(normalized, config.i18n.locales);
|
|
269
278
|
if (curLocaleResult.detectedLocale) {
|
|
270
279
|
(0, _requestmeta.addRequestMeta)(req, 'locale', curLocaleResult.detectedLocale);
|
|
280
|
+
} else if (defaultLocale && !curLocaleResult.pathname.startsWith('/_next/')) {
|
|
281
|
+
// Match normalized _next/data requests against the same
|
|
282
|
+
// locale-prefixed internal pathname shape used by direct page
|
|
283
|
+
// requests when the default locale was inferred.
|
|
284
|
+
normalized = (0, _addpathprefix.addPathPrefix)(curLocaleResult.pathname === '/' ? `/${defaultLocale}` : (0, _addpathprefix.addPathPrefix)(curLocaleResult.pathname || '', `/${defaultLocale}`));
|
|
271
285
|
}
|
|
272
286
|
}
|
|
273
287
|
// If we updated the pathname, and it had a base path, re-add the
|
|
@@ -562,7 +576,7 @@ function getResolveRoutes(fsChecker, config, opts, renderServer, renderServerOpt
|
|
|
562
576
|
const parsedDestinationOrigin = parsedDestination.origin;
|
|
563
577
|
const isAllowedOrigin = parsedDestinationOrigin ? (_config_experimental_clientParamParsingOrigins = config.experimental.clientParamParsingOrigins) == null ? void 0 : _config_experimental_clientParamParsingOrigins.some((origin)=>new RegExp(origin).test(parsedDestinationOrigin)) : false;
|
|
564
578
|
// Set the rewrite headers only if this is a RSC request.
|
|
565
|
-
if (req.headers[_approuterheaders.RSC_HEADER]
|
|
579
|
+
if ((0, _isrscrequest.isRSCRequestHeader)(req.headers[_approuterheaders.RSC_HEADER]) && (!parsedDestination.origin || isAllowedOrigin)) {
|
|
566
580
|
// We set the rewritten path and query headers on the response now
|
|
567
581
|
// that we know that the it's not an external rewrite.
|
|
568
582
|
if (parsedUrl.pathname !== parsedDestination.pathname) {
|
|
@@ -68,7 +68,9 @@ const INTERNAL_HEADERS = [
|
|
|
68
68
|
'x-middleware-next',
|
|
69
69
|
'x-now-route-matches',
|
|
70
70
|
'x-matched-path',
|
|
71
|
-
'x-
|
|
71
|
+
'x-nextjs-data',
|
|
72
|
+
'x-next-resume-state-length',
|
|
73
|
+
'next-resume'
|
|
72
74
|
];
|
|
73
75
|
const filterInternalHeaders = (headers)=>{
|
|
74
76
|
for(const header in headers){
|
|
@@ -178,7 +178,7 @@ async function getRequestHandlers({ dir, port, isDev, onDevServerCleanup, server
|
|
|
178
178
|
async function startServer(serverOptions) {
|
|
179
179
|
const { dir, isDev, hostname, minimalMode, allowRetry, keepAliveTimeout, selfSignedCertificate, serverFastRefresh } = serverOptions;
|
|
180
180
|
let { port } = serverOptions;
|
|
181
|
-
process.title = `next-server (v${"16.2.
|
|
181
|
+
process.title = `next-server (v${"16.2.6"})`;
|
|
182
182
|
let handlersReady = ()=>{};
|
|
183
183
|
let handlersError = ()=>{};
|
|
184
184
|
let handlersPromise = new Promise((resolve, reject)=>{
|
|
@@ -774,7 +774,7 @@ class NextNodeServer extends _baseserver.default {
|
|
|
774
774
|
href += `${href.includes('?') ? '&' : '?'}dpl=${dpl}`;
|
|
775
775
|
}
|
|
776
776
|
}
|
|
777
|
-
const imageUpstream = paramsResult.isAbsolute ? await fetchExternalImage(href, this.nextConfig.images.dangerouslyAllowLocalIP, this.nextConfig.images.maximumResponseBody, this.nextConfig.images.maximumRedirects) : await fetchInternalImage(href, req.originalRequest, res.originalResponse, handleInternalReq);
|
|
777
|
+
const imageUpstream = paramsResult.isAbsolute ? await fetchExternalImage(href, this.nextConfig.images.dangerouslyAllowLocalIP, this.nextConfig.images.maximumResponseBody, this.nextConfig.images.maximumRedirects) : await fetchInternalImage(href, req.originalRequest, res.originalResponse, this.nextConfig.images.maximumResponseBody, handleInternalReq);
|
|
778
778
|
return imageOptimizer(imageUpstream, paramsResult, this.nextConfig, {
|
|
779
779
|
isDev: this.dev,
|
|
780
780
|
previousCacheEntry
|