failproofai 0.0.10 → 0.0.11-beta.10
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/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +9 -1
- package/.next/standalone/.next/build-manifest.json +10 -10
- package/.next/standalone/.next/prerender-manifest.json +3 -32
- package/.next/standalone/.next/required-server-files.json +2 -1
- package/.next/standalone/.next/routes-manifest.json +51 -3
- package/.next/standalone/.next/server/app/_global-error/page/build-manifest.json +7 -7
- package/.next/standalone/.next/server/app/_global-error/page/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/server/app/_global-error/page.js +6 -6
- package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +7 -7
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/build-manifest.json +7 -7
- package/.next/standalone/.next/server/app/_not-found/page/next-font-manifest.json +2 -6
- package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js +12 -13
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +16 -16
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +16 -16
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +10 -10
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/api/audit/invite/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/audit/invite/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/audit/invite/route.js +7 -0
- package/.next/standalone/.next/server/app/api/audit/invite/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/audit/invite/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/audit/run/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/audit/run/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/audit/run/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/audit/run/route.js +8 -0
- package/.next/standalone/.next/server/app/api/audit/run/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/audit/run/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/audit/run/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/audit/status/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/audit/status/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/audit/status/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/audit/status/route.js +6 -0
- package/.next/standalone/.next/server/app/api/audit/status/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/audit/status/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/audit/status/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/auth/login-request/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/auth/login-request/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/auth/login-request/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/auth/login-request/route.js +6 -0
- package/.next/standalone/.next/server/app/api/auth/login-request/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/auth/login-request/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/auth/login-request/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/auth/login-verify/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/auth/login-verify/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/auth/login-verify/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/auth/login-verify/route.js +7 -0
- package/.next/standalone/.next/server/app/api/auth/login-verify/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/auth/login-verify/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/auth/login-verify/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route.js +7 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/auth/logout/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/auth/reminder/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/auth/reminder/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/auth/reminder/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/auth/reminder/route.js +7 -0
- package/.next/standalone/.next/server/app/api/auth/reminder/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/auth/reminder/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/auth/reminder/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/auth/status/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/auth/status/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/auth/status/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/auth/status/route.js +7 -0
- package/.next/standalone/.next/server/app/api/auth/status/route.js.map +5 -0
- package/.next/standalone/.next/server/app/api/auth/status/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/auth/status/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/download/[project]/[session]/route.js +3 -3
- package/.next/standalone/.next/server/app/api/download/[project]/[session]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/audit/page/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/audit/page/build-manifest.json +18 -0
- package/.next/standalone/.next/server/app/audit/page/next-font-manifest.json +6 -0
- package/.next/standalone/.next/server/app/audit/page/react-loadable-manifest.json +1 -0
- package/.next/standalone/.next/server/app/audit/page/server-reference-manifest.json +29 -0
- package/.next/standalone/.next/server/app/audit/page.js +17 -0
- package/.next/standalone/.next/server/app/audit/page.js.map +5 -0
- package/.next/standalone/.next/server/app/audit/page.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/audit/page_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +16 -17
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +16 -17
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +10 -10
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -3
- package/.next/standalone/.next/server/app/page/build-manifest.json +7 -7
- package/.next/standalone/.next/server/app/page/next-font-manifest.json +2 -6
- package/.next/standalone/.next/server/app/page/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/server/app/page.js +14 -15
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/policies/page/build-manifest.json +7 -7
- package/.next/standalone/.next/server/app/policies/page/next-font-manifest.json +2 -6
- package/.next/standalone/.next/server/app/policies/page/server-reference-manifest.json +8 -8
- package/.next/standalone/.next/server/app/policies/page.js +16 -16
- package/.next/standalone/.next/server/app/policies/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/policies/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/project/[name]/page/build-manifest.json +7 -7
- package/.next/standalone/.next/server/app/project/[name]/page/next-font-manifest.json +2 -6
- package/.next/standalone/.next/server/app/project/[name]/page/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/server/app/project/[name]/page.js +16 -17
- package/.next/standalone/.next/server/app/project/[name]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/project/[name]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page/build-manifest.json +7 -7
- package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page/next-font-manifest.json +2 -6
- package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page/server-reference-manifest.json +2 -2
- package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page.js +19 -20
- package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/project/[name]/session/[sessionId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/projects/page/build-manifest.json +7 -7
- package/.next/standalone/.next/server/app/projects/page/next-font-manifest.json +2 -6
- package/.next/standalone/.next/server/app/projects/page/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/server/app/projects/page.js +15 -16
- package/.next/standalone/.next/server/app/projects/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +9 -1
- package/.next/standalone/.next/server/chunks/[externals]__14odj07._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[externals]__0z0j--b._.js → [externals]__1nl3dvw._.js} +1 -1
- package/.next/standalone/.next/server/chunks/{[externals]__0-p9.k~._.js → [externals]__1s61mel._.js} +1 -1
- package/.next/standalone/.next/server/chunks/{[externals]_node_os_06ur78j._.js → [externals]_node_os_0by37l-._.js} +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0kjo7d_._.js → [root-of-the-server]__0_0xu5z._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0cag8qd._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0z-180.._.js → [root-of-the-server]__0cycwg6._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__08px0ym._.js → [root-of-the-server]__0f7mikp._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0q-v9z2._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0rv7m0k._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0g48iv.._.js → [root-of-the-server]__0sb_5m8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0j8-xkl._.js → [root-of-the-server]__0xuaoik._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__13h8pzr._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__17g9wh7._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1_mqemn._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0vlhtkc._.js → [root-of-the-server]__1hgv_75._.js} +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0wu7fr7._.js → [root-of-the-server]__1jm9fw6._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1legmza._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__044xt9.._.js → [root-of-the-server]__1m2_4t0._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0yfq1yr._.js → [root-of-the-server]__1mhmdzs._.js} +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0zso~62._.js → [root-of-the-server]__1ou2ehh._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1qxztj-._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1r1h8v9._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1rhmvod._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1uatkiv._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0.~nmr9._.js → [root-of-the-server]__1w9zl9-._.js} +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1y6gxxb._.js +3 -0
- package/.next/standalone/.next/server/chunks/{_0ebx_lc._.js → _0p53ge1._.js} +2 -2
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_audit_invite_route_actions_0-2n5sy.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_audit_run_route_actions_1qgp9io.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_audit_status_route_actions_1f7pjof.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_auth_login-request_route_actions_1c49co0.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_auth_login-verify_route_actions_1r3slzk.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_auth_logout_route_actions_0regwyr.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_auth_reminder_route_actions_1kjgxf8.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_auth_status_route_actions_1aho9zu.js +3 -0
- package/.next/standalone/.next/server/chunks/{_next-internal_server_app_api_download_[project]_[session]_route_actions_0wb00i-.js → _next-internal_server_app_api_download_[project]_[session]_route_actions_1is7vs7.js} +1 -1
- package/.next/standalone/.next/server/chunks/{lib_logger_ts_047tt9f._.js → lib_logger_ts_07e65t5._.js} +1 -1
- package/.next/standalone/.next/server/chunks/node_modules_0-tu4ot._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_0ttxbz7._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_1bnh1y0._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_1epycqa._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_1wpdcgo._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_17k9e3w.js +23 -0
- package/.next/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_01r25oi._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_09z9-p7._.js +3 -0
- package/.next/standalone/.next/server/chunks/package_json_[json]_cjs_1nxcc4v._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[externals]__12dv.x0._.js → [externals]__1_g_b3t._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[externals]_node_async_hooks_0v0ln8c._.js → [externals]_node_async_hooks_1gjz99j._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__01tn1ou._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0808sha._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e4-6d8._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ehe24g._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0f62vu9._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0g253ve._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h12me5._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0k65l27._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0vxf0_g._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__11rtg6s._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12mcauo._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__14dd6h8._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0t5l7a5._.js → [root-of-the-server]__1d8omgc._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__10xgshr._.js → [root-of-the-server]__1dky4g0._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1e-x7j4._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1fax1sl._.js +19 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1mt35_w._.js +221 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1pcxxwg._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1usf8v2._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1uvfwgr._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1w6v_1u._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__212nf49._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{_03d7qyt._.js → _05whahf._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0il3fl1._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_11_p9y8._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{_0xb8ngh._.js → _1kje4fm._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0zx~s__._.js → _1p0-leb._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{app_04qfs8z._.js → app_087bt9w._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{app_0uosk1e._.js → app_1fvisnp._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{app_13f0ohr._.js → app_209u41o._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/app_audit__components_audit-dashboard_tsx_0p9ud47._.js +65 -0
- package/.next/standalone/.next/server/chunks/ssr/app_audit_loading_tsx_1j1kc6j._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{app_error_tsx_11t4ysq._.js → app_error_tsx_1zds1ns._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{app_global-error_tsx_0m9qisk._.js → app_global-error_tsx_113y3za._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/app_global-error_tsx_1kp6l3x._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/app_policies_hooks-client_tsx_19dqvpc._.js +8 -0
- package/.next/standalone/.next/server/chunks/ssr/{app_project_[name]_error_tsx_0.9-fod._.js → app_project_[name]_error_tsx_1v02_5n._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{app_project_[name]_loading_tsx_03g9xy0._.js → app_project_[name]_loading_tsx_05-l4uf._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{app_project_[name]_session_[sessionId]_error_tsx_0ler-mr._.js → app_project_[name]_session_[sessionId]_error_tsx_0-lj3nd._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{app_project_[name]_session_[sessionId]_loading_tsx_0c0e3yx._.js → app_project_[name]_session_[sessionId]_loading_tsx_0l4aixs._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/app_projects_loading_tsx_20-3u8b._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{lib_codex-projects_ts_0eosib~._.js → lib_codex-projects_ts_0pqlw37._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{lib_copilot-projects_ts_0r8xkn8._.js → lib_copilot-projects_ts_19wl7tp._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{lib_cursor-projects_ts_0qt1scg._.js → lib_cursor-projects_ts_18-iwyk._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{lib_gemini-projects_ts_0sl~yqr._.js → lib_gemini-projects_ts_1c7bgx-._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{lib_opencode-projects_ts_0op9gyp._.js → lib_opencode-projects_ts_15bjxkm._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{lib_pi-projects_ts_103tsh1._.js → lib_pi-projects_ts_1wikofb._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/lib_utils_ts_0az0sfq._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_1ynf7el._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_html-to-image_es_index_0nye1s3.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_html-to-image_es_index_1ao30b1.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{node_modules_next_0rd0oc-._.js → node_modules_next_1a1kch7._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_0uboya6._.js +6 -0
- package/.next/standalone/.next/server/chunks/ssr/{node_modules_next_dist_11dij6w._.js → node_modules_next_dist_1d_onnt._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{node_modules_next_dist_client_components_0inhx6q._.js → node_modules_next_dist_client_components_0wpq8j3._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js → node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js → node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0-uvagv.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_03c7gi5.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_09p-8om.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0v-kfiu.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0xrgzyz.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1806lsc.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1j6dd-e.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1sa65r-.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/node_modules_posthog-node_dist_entrypoints_index_node_mjs_11bnuzn._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_hooks_1ezd2jf._.js +5 -0
- package/.next/standalone/.next/server/chunks/ssr/src_hooks_1tnuifj._.js +5 -0
- package/.next/standalone/.next/server/functions-config-manifest.json +2 -2
- package/.next/standalone/.next/server/instrumentation.js +1 -1
- package/.next/standalone/.next/server/middleware-build-manifest.js +10 -10
- package/.next/standalone/.next/server/middleware.js +2 -2
- package/.next/standalone/.next/server/next-font-manifest.js +1 -1
- package/.next/standalone/.next/server/next-font-manifest.json +2 -21
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +27 -9
- package/.next/standalone/.next/static/{dAuQps6jUwCz9X1Q5FFOO → DOSSF5hRUtt3-QZEm-ZIk}/_clientMiddlewareManifest.js +2 -2
- package/.next/standalone/.next/static/chunks/{0pkl..xgo-qox.js → 02e80j0576qfu.js} +1 -1
- package/.next/standalone/.next/static/chunks/{07uz2g0_38qia.js → 03fmihek9n986.js} +1 -1
- package/.next/standalone/.next/static/chunks/0f7d7hnbh4djs.js +1 -0
- package/.next/standalone/.next/static/chunks/0h7auy7hzjyhw.js +1 -0
- package/.next/standalone/.next/static/chunks/0wwt5o04i4zwh.js +1 -0
- package/.next/standalone/.next/static/chunks/0zbxssxh53n-3.js +1 -0
- package/.next/standalone/.next/static/chunks/13f1kmjea-0md.js +2 -0
- package/.next/standalone/.next/static/chunks/13xzda05yw19e.js +1 -0
- package/.next/standalone/.next/static/chunks/{150i0n26fnvso.js → 1__i9af9g78vd.js} +1 -1
- package/.next/standalone/.next/static/chunks/1uxa5lm6yco79.js +1 -0
- package/.next/standalone/.next/static/chunks/20dqelk3xz_ya.css +1 -0
- package/.next/standalone/.next/static/chunks/{0j171xiqge4rv.js → 29lzaddhez98q.js} +1 -1
- package/.next/standalone/.next/static/chunks/29nrs5xs9c4hx.css +2 -0
- package/.next/standalone/.next/static/chunks/{0lt8ko3lw.5yt.js → 2b_e9tyly10lo.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0rnqmir4cd5p9.js → 2h0dkzyy0vocp.js} +1 -1
- package/.next/standalone/.next/static/chunks/2lp3a3a3_4_9o.js +63 -0
- package/.next/standalone/.next/static/chunks/{179yytvmam0ug.js → 2nt_slonrn0rw.js} +1 -1
- package/.next/standalone/.next/static/chunks/2plcgtv_tkv9t.js +1 -0
- package/.next/standalone/.next/static/chunks/33k2epr1iz8_z.js +6 -0
- package/.next/standalone/.next/static/chunks/{0d3shmwh5_nmn.js → 33u59vf_8xpd-.js} +1 -1
- package/.next/standalone/.next/static/chunks/3zkg2s2vzxc3d.js +1 -0
- package/.next/standalone/.next/static/chunks/{turbopack-05z7a19q43zfq.js → turbopack-3lrm4f20fz89b.js} +1 -1
- package/.next/standalone/SECURITY.md +73 -0
- package/.next/standalone/app/actions/get-audit-result.ts +35 -0
- package/.next/standalone/app/api/audit/_state.ts +79 -0
- package/.next/standalone/app/api/audit/invite/route.ts +183 -0
- package/.next/standalone/app/api/audit/run/route.ts +103 -0
- package/.next/standalone/app/api/audit/status/route.ts +24 -0
- package/.next/standalone/app/api/auth/login-request/route.ts +91 -0
- package/.next/standalone/app/api/auth/login-verify/route.ts +98 -0
- package/.next/standalone/app/api/auth/logout/route.ts +48 -0
- package/.next/standalone/app/api/auth/reminder/route.ts +213 -0
- package/.next/standalone/app/api/auth/status/route.ts +42 -0
- package/.next/standalone/app/audit/_components/audit-dashboard.tsx +397 -0
- package/.next/standalone/app/audit/_components/audit-poster.tsx +326 -0
- package/.next/standalone/app/audit/_components/audit-progress-strip.tsx +98 -0
- package/.next/standalone/app/audit/_components/auth-dialog.tsx +375 -0
- package/.next/standalone/app/audit/_components/come-back-better-section.tsx +333 -0
- package/.next/standalone/app/audit/_components/empty-state.tsx +152 -0
- package/.next/standalone/app/audit/_components/how-to-improve-section.tsx +187 -0
- package/.next/standalone/app/audit/_components/invite-dialog.tsx +227 -0
- package/.next/standalone/app/audit/_components/quirks-section.tsx +75 -0
- package/.next/standalone/app/audit/_components/report-footer.tsx +35 -0
- package/.next/standalone/app/audit/_components/rerun-button.tsx +119 -0
- package/.next/standalone/app/audit/_components/run-progress.tsx +120 -0
- package/.next/standalone/app/audit/_components/share-templates.ts +94 -0
- package/.next/standalone/app/audit/_components/sigil.tsx +36 -0
- package/.next/standalone/app/audit/_components/strengths-section.tsx +45 -0
- package/.next/standalone/app/audit/audit-styles.css +1178 -0
- package/.next/standalone/app/audit/loading.tsx +24 -0
- package/.next/standalone/app/audit/page.tsx +63 -0
- package/.next/standalone/app/components/sessions-list.tsx +77 -80
- package/.next/standalone/app/globals.css +754 -139
- package/.next/standalone/app/layout.tsx +6 -8
- package/.next/standalone/app/policies/hooks-client.tsx +340 -141
- package/.next/standalone/app/project/[name]/page.tsx +31 -37
- package/.next/standalone/app/projects/loading.tsx +30 -8
- package/.next/standalone/app/projects/page.tsx +66 -17
- package/.next/standalone/assets/audit/Audit Report.html +22 -0
- package/.next/standalone/assets/audit/Show Off Your Agent.html +22 -0
- package/.next/standalone/assets/audit/archetypes.jsx +277 -0
- package/.next/standalone/assets/audit/assets/fonts/bitcount-prop-single.woff2 +0 -0
- package/.next/standalone/assets/audit/audit.jsx +825 -0
- package/.next/standalone/assets/audit/poster-styles.css +424 -0
- package/.next/standalone/assets/audit/poster.jsx +247 -0
- package/.next/standalone/assets/audit/screenshots/poster-optimist.png +0 -0
- package/.next/standalone/assets/audit/screenshots/poster-scrolled.png +0 -0
- package/.next/standalone/assets/audit/styles.css +1225 -0
- package/.next/standalone/assets/audit/tweaks-panel.jsx +425 -0
- package/.next/standalone/assets/logos/company/icon.svg +1 -0
- package/.next/standalone/assets/logos/company/logo.svg +1 -0
- package/.next/standalone/components/navbar.tsx +119 -65
- package/.next/standalone/components/reach-developers.tsx +39 -11
- package/.next/standalone/lib/atomic-write.ts +67 -0
- package/.next/standalone/lib/auth/api-server-client.ts +306 -0
- package/.next/standalone/lib/auth/auth-store.ts +250 -0
- package/.next/standalone/lib/claude-sessions.ts +181 -0
- package/.next/standalone/lib/client-telemetry.ts +2 -0
- package/.next/standalone/lib/fetch-with-timeout.ts +59 -0
- package/.next/standalone/lib/share-card.ts +144 -0
- package/.next/standalone/lib/telemetry.ts +12 -7
- package/.next/standalone/node_modules/@next/env/package.json +2 -2
- package/.next/standalone/node_modules/next/dist/build/static-paths/app.js +2 -1
- package/.next/standalone/node_modules/next/dist/build/swc/index.js +1 -1
- package/.next/standalone/node_modules/next/dist/build/utils.js +2 -1
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +2 -2
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +8 -2
- package/.next/standalone/node_modules/next/dist/client/dev/debug-channel.js +102 -2
- package/.next/standalone/node_modules/next/dist/client/route-params.js +23 -6
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +13 -13
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +13 -13
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +2 -2
- package/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +10 -10
- package/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +3 -3
- package/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +21 -14
- package/.next/standalone/node_modules/next/dist/server/app-render/app-render.js +62 -9
- package/.next/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +49 -19
- package/.next/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +8 -20
- package/.next/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +8 -7
- package/.next/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +2 -2
- package/.next/standalone/node_modules/next/dist/server/async-storage/work-store.js +2 -1
- package/.next/standalone/node_modules/next/dist/server/base-server.js +13 -5
- package/.next/standalone/node_modules/next/dist/server/config-schema.js +1 -0
- package/.next/standalone/node_modules/next/dist/server/config.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +2 -2
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +2 -1
- package/.next/standalone/node_modules/next/dist/server/image-optimizer.js +22 -2
- package/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/lib/encode-cache-tag.js +45 -0
- package/.next/standalone/node_modules/next/dist/server/lib/implicit-tags.js +6 -3
- package/.next/standalone/node_modules/next/dist/server/lib/is-rsc-request.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/lib/mock-request.js +30 -5
- package/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +5 -1
- package/.next/standalone/node_modules/next/dist/server/lib/patch-set-header.js +7 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-server.js +6 -3
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +18 -4
- package/.next/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +3 -1
- package/.next/standalone/node_modules/next/dist/server/lib/start-server.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/next-server.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/request/fallback-params.js +27 -1
- package/.next/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +1 -0
- package/.next/standalone/node_modules/next/dist/server/route-modules/route-module.js +11 -1
- package/.next/standalone/node_modules/next/dist/server/server-utils.js +19 -2
- package/.next/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +5 -5
- package/.next/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +1 -1
- package/.next/standalone/node_modules/next/dist/server/web/adapter.js +4 -1
- package/.next/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +2 -1
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/revalidate.js +4 -3
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +6 -2
- package/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
- package/.next/standalone/node_modules/next/dist/{server → shared/lib}/htmlescape.js +15 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +13 -1
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +56 -10
- package/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
- package/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
- package/.next/standalone/node_modules/next/dist/telemetry/events/version.js +2 -2
- package/.next/standalone/node_modules/next/package.json +15 -15
- package/.next/standalone/node_modules/react/cjs/react.development.js +1 -1
- package/.next/standalone/node_modules/react/cjs/react.production.js +1 -1
- package/.next/standalone/node_modules/react/package.json +1 -1
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +1 -1
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +1 -1
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +3 -3
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +3 -3
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.node.production.js +3 -3
- package/.next/standalone/node_modules/react-dom/cjs/react-dom.production.js +1 -1
- package/.next/standalone/node_modules/react-dom/package.json +2 -2
- package/.next/standalone/osv-scanner.toml +17 -0
- package/.next/standalone/package.json +26 -18
- package/.next/standalone/proxy.ts +1 -1
- package/.next/standalone/public/audit/fonts/bitcount-prop-single.woff2 +0 -0
- package/.next/standalone/public/icon.svg +1 -0
- package/.next/standalone/public/logo.svg +1 -0
- package/.next/standalone/server.js +1 -1
- package/.next/standalone/templates/bitcount-font/README.md +42 -0
- package/.next/standalone/templates/bitcount-font/bitcount-prop-single.woff2 +0 -0
- package/.next/standalone/templates/bitcount-font/bitcount.css +49 -0
- package/.next/standalone/templates/bitcount-font/fonts.ts.example +23 -0
- package/README.md +12 -5
- package/bin/failproofai.mjs +263 -70
- package/dist/cli.mjs +3830 -1617
- package/lib/atomic-write.ts +67 -0
- package/lib/auth/api-server-client.ts +306 -0
- package/lib/auth/auth-store.ts +250 -0
- package/lib/claude-sessions.ts +181 -0
- package/lib/client-telemetry.ts +2 -0
- package/lib/fetch-with-timeout.ts +59 -0
- package/lib/share-card.ts +144 -0
- package/lib/telemetry.ts +12 -7
- package/package.json +26 -18
- package/scripts/install-telemetry.mjs +4 -0
- package/scripts/launch.ts +2 -2
- package/scripts/postinstall.mjs +89 -1
- package/src/audit/archetypes.ts +944 -0
- package/src/audit/cache.ts +151 -0
- package/src/audit/cli-adapters/claude.ts +97 -0
- package/src/audit/cli-adapters/codex.ts +56 -0
- package/src/audit/cli-adapters/copilot.ts +51 -0
- package/src/audit/cli-adapters/cursor.ts +51 -0
- package/src/audit/cli-adapters/gemini.ts +51 -0
- package/src/audit/cli-adapters/index.ts +70 -0
- package/src/audit/cli-adapters/opencode.ts +52 -0
- package/src/audit/cli-adapters/pi.ts +51 -0
- package/src/audit/cli-adapters/shared.ts +85 -0
- package/src/audit/cli.ts +319 -0
- package/src/audit/dashboard-cache.ts +158 -0
- package/src/audit/detectors/find-from-root.ts +27 -0
- package/src/audit/detectors/git-commit-no-verify.ts +22 -0
- package/src/audit/detectors/index.ts +33 -0
- package/src/audit/detectors/prefer-edit-over-read-cat.ts +31 -0
- package/src/audit/detectors/prefer-edit-over-sed-awk.ts +27 -0
- package/src/audit/detectors/prefer-write-over-heredoc.ts +36 -0
- package/src/audit/detectors/redundant-cd-cwd.ts +28 -0
- package/src/audit/detectors/reread-after-edit.ts +58 -0
- package/src/audit/detectors/sleep-polling-loop.ts +34 -0
- package/src/audit/features.ts +314 -0
- package/src/audit/findings.ts +298 -0
- package/src/audit/index.ts +387 -0
- package/src/audit/open-browser.ts +69 -0
- package/src/audit/replay.ts +147 -0
- package/src/audit/report.ts +349 -0
- package/src/audit/scoring.ts +174 -0
- package/src/audit/social-proof.ts +34 -0
- package/src/audit/strengths.ts +138 -0
- package/src/audit/types.ts +216 -0
- package/src/auth/cli.ts +359 -0
- package/src/hooks/builtin-policies.ts +81 -2
- package/src/hooks/custom-hooks-loader.ts +19 -3
- package/src/hooks/first-run-nudge.ts +146 -0
- package/src/hooks/handler.ts +21 -102
- package/src/hooks/hook-telemetry.ts +2 -2
- package/src/hooks/install-prompt.ts +34 -4
- package/src/hooks/manager.ts +72 -5
- package/src/hooks/policy-evaluator.ts +19 -4
- package/src/hooks/policy-registry.ts +21 -1
- package/src/hooks/policy-types.ts +9 -0
- package/src/hooks/tool-name-canonicalize.ts +65 -0
- package/src/posthog-key.ts +9 -0
- package/.next/standalone/.next/server/app/icon.png/route/app-paths-manifest.json +0 -3
- package/.next/standalone/.next/server/app/icon.png/route.js +0 -7
- package/.next/standalone/.next/server/app/icon.png/route.js.nft.json +0 -1
- package/.next/standalone/.next/server/app/icon.png.body +0 -0
- package/.next/standalone/.next/server/app/icon.png.meta +0 -1
- package/.next/standalone/.next/server/chunks/[externals]_next_dist_0sqmaqd._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__06.arfm._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0__i0h0._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d_ob4n._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fe7_q_._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fw.e.h._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0pxn0e1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0xv0jh2._.js +0 -3
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_icon_png_route_actions_12.gv.r.js +0 -3
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0bdfoky.js +0 -3
- package/.next/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_05pz9._._.js +0 -3
- package/.next/standalone/.next/server/chunks/package_json_[json]_cjs_0z7w.hh._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__02r.cjq._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0370~qj._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0609ezh._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__07_-mkc._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09z7o2x._.js +0 -19
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0_sh2n0._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e9o9ri._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0l6swv1._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0logebz._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0mi5ejy._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0odijkc._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0podumr._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rkxer-._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rl2kwi._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0vg0uey._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0x5limi._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ye1w50._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ymlddl._.js +0 -223
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__10._f0s._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/app_0cdqd9w._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/app_global-error_tsx_0xerkr6._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/app_policies_hooks-client_tsx_0q-m0y-._.js +0 -8
- package/.next/standalone/.next/server/chunks/ssr/app_projects_loading_tsx_13veom4._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/lib_utils_ts_068jk73._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/node_modules_0ttbz1~._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_06u0kr8._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_0h9llsw._.js +0 -6
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0a_7sdg.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0ef3uwk.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0j79~gv.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0pbja1x.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0r6o0i2.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_11y81~_.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_12or2kf.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/node_modules_posthog-node_dist_entrypoints_index_node_mjs_0mebn66._.js +0 -3
- package/.next/standalone/.next/static/chunks/01q52wg_amm60.js +0 -2
- package/.next/standalone/.next/static/chunks/0kqar56yl~41o.js +0 -6
- package/.next/standalone/.next/static/chunks/0ml1.ck_5t36i.js +0 -1
- package/.next/standalone/.next/static/chunks/0w6fzf.07a24u.js +0 -1
- package/.next/standalone/.next/static/chunks/0zig0fh30t6ou.js +0 -1
- package/.next/standalone/.next/static/chunks/12l2t63hkyo2q.js +0 -1
- package/.next/standalone/.next/static/chunks/12pt~2f.c1sha.js +0 -1
- package/.next/standalone/.next/static/chunks/14lii11wmo450.js +0 -4
- package/.next/standalone/.next/static/chunks/17rm86uz2nd5a.css +0 -2
- package/.next/standalone/.next/static/media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2 +0 -0
- package/.next/standalone/.next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2 +0 -0
- package/.next/standalone/.next/static/media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2 +0 -0
- package/.next/standalone/.next/static/media/icon.0a.gigb3_x5pd.png +0 -0
- package/.next/standalone/app/icon.png +0 -0
- package/src/auth/login.ts +0 -104
- package/src/auth/logout.ts +0 -50
- package/src/auth/token-store.ts +0 -64
- package/src/relay/daemon.ts +0 -362
- package/src/relay/pid.ts +0 -76
- package/src/relay/queue.ts +0 -225
- /package/.next/standalone/.next/server/app/{icon.png → api/audit/invite}/route/build-manifest.json +0 -0
- /package/.next/standalone/.next/server/app/{icon.png → api/audit/invite}/route.js.map +0 -0
- /package/.next/standalone/.next/static/{dAuQps6jUwCz9X1Q5FFOO → DOSSF5hRUtt3-QZEm-ZIk}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{dAuQps6jUwCz9X1Q5FFOO → DOSSF5hRUtt3-QZEm-ZIk}/_ssgManifest.js +0 -0
- /package/.next/standalone/.next/static/chunks/{03~yq9q893hmn.js → 0cz1d0mv5g_q7.js} +0 -0
- /package/.next/standalone/.next/static/chunks/{0xbo5nl6w4lka.js → 2wbuxnsvux4di.js} +0 -0
- /package/.next/standalone/.next/static/chunks/{0_s0luks5tay-.js → 35fgpd_feci6x.js} +0 -0
- /package/.next/standalone/.next/static/chunks/{15fklyav5py5m.js → 3xpjn3cdgm-7m.js} +0 -0
- /package/.next/standalone/.next/static/chunks/{17.b3suj8zjjj.js → 4448_qq7bd963.js} +0 -0
|
@@ -37,12 +37,13 @@ const _hooksservercontext = require("../../../client/components/hooks-server-con
|
|
|
37
37
|
const _invarianterror = require("../../../shared/lib/invariant-error");
|
|
38
38
|
const _actionrevalidationkind = require("../../../shared/lib/action-revalidation-kind");
|
|
39
39
|
const _removetrailingslash = require("../../../shared/lib/router/utils/remove-trailing-slash");
|
|
40
|
+
const _encodecachetag = require("../../lib/encode-cache-tag");
|
|
40
41
|
function revalidateTag(tag, profile) {
|
|
41
42
|
if (!profile) {
|
|
42
43
|
console.warn('"revalidateTag" without the second argument is now deprecated, add second argument of "max" or use "updateTag". See more info here: https://nextjs.org/docs/messages/revalidate-tag-single-arg');
|
|
43
44
|
}
|
|
44
45
|
return revalidate([
|
|
45
|
-
tag
|
|
46
|
+
(0, _encodecachetag.encodeCacheTag)(tag)
|
|
46
47
|
], `revalidateTag ${tag}`, profile);
|
|
47
48
|
}
|
|
48
49
|
function updateTag(tag) {
|
|
@@ -58,7 +59,7 @@ function updateTag(tag) {
|
|
|
58
59
|
}
|
|
59
60
|
// updateTag uses immediate expiration (no profile) without deprecation warning
|
|
60
61
|
return revalidate([
|
|
61
|
-
tag
|
|
62
|
+
(0, _encodecachetag.encodeCacheTag)(tag)
|
|
62
63
|
], `updateTag ${tag}`, undefined);
|
|
63
64
|
}
|
|
64
65
|
function refresh() {
|
|
@@ -82,7 +83,7 @@ function revalidatePath(originalPath, type) {
|
|
|
82
83
|
console.warn(`Warning: revalidatePath received "${originalPath}" which exceeded max length of ${_constants.NEXT_CACHE_SOFT_TAG_MAX_LENGTH}. See more info here https://nextjs.org/docs/app/api-reference/functions/revalidatePath`);
|
|
83
84
|
return;
|
|
84
85
|
}
|
|
85
|
-
let normalizedPath = `${_constants.NEXT_CACHE_IMPLICIT_TAG_ID}${(0, _removetrailingslash.removeTrailingSlash)(originalPath)}`;
|
|
86
|
+
let normalizedPath = `${_constants.NEXT_CACHE_IMPLICIT_TAG_ID}${(0, _encodecachetag.encodeCacheTag)((0, _removetrailingslash.removeTrailingSlash)(originalPath))}`;
|
|
86
87
|
if (type) {
|
|
87
88
|
normalizedPath += `${normalizedPath.endsWith('/') ? '' : '/'}${type}`;
|
|
88
89
|
} else if ((0, _utils.isDynamicRoute)(originalPath)) {
|
|
@@ -192,8 +192,12 @@ function unstable_cache(cb, keyParts, options = {}) {
|
|
|
192
192
|
// Check if we need to do foreground revalidation
|
|
193
193
|
if (workStore.isStaticGeneration) {
|
|
194
194
|
// When the page is revalidating and the cache entry is stale,
|
|
195
|
-
// we need to wait for fresh data (blocking revalidate)
|
|
196
|
-
|
|
195
|
+
// we need to wait for fresh data (blocking revalidate). The
|
|
196
|
+
// `await` here keeps `cacheSignal.endRead` (in the outer
|
|
197
|
+
// `finally`) suspended until the recompute + cacheNewResult
|
|
198
|
+
// actually complete, so the prospective prerender's
|
|
199
|
+
// `cacheSignal` doesn't resolve `cacheReady` prematurely.
|
|
200
|
+
return await workStore.pendingRevalidates[invocationKey];
|
|
197
201
|
}
|
|
198
202
|
// Otherwise, we're doing background revalidation - return stale immediately
|
|
199
203
|
}
|
package/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js
CHANGED
|
@@ -21,7 +21,7 @@ _export(exports, {
|
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
23
|
function isStableBuild() {
|
|
24
|
-
return !"16.2.
|
|
24
|
+
return !"16.2.9"?.includes('canary') && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
|
|
25
25
|
}
|
|
26
26
|
class CanaryOnlyConfigError extends Error {
|
|
27
27
|
constructor(arg){
|
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
0 && (module.exports = {
|
|
8
8
|
ESCAPE_REGEX: null,
|
|
9
|
+
htmlEscapeAttributeString: null,
|
|
9
10
|
htmlEscapeJsonString: null
|
|
10
11
|
});
|
|
11
12
|
function _export(target, all) {
|
|
@@ -18,6 +19,9 @@ _export(exports, {
|
|
|
18
19
|
ESCAPE_REGEX: function() {
|
|
19
20
|
return ESCAPE_REGEX;
|
|
20
21
|
},
|
|
22
|
+
htmlEscapeAttributeString: function() {
|
|
23
|
+
return htmlEscapeAttributeString;
|
|
24
|
+
},
|
|
21
25
|
htmlEscapeJsonString: function() {
|
|
22
26
|
return htmlEscapeJsonString;
|
|
23
27
|
}
|
|
@@ -30,8 +34,19 @@ const ESCAPE_LOOKUP = {
|
|
|
30
34
|
'\u2029': '\\u2029'
|
|
31
35
|
};
|
|
32
36
|
const ESCAPE_REGEX = /[&><\u2028\u2029]/g;
|
|
37
|
+
const ATTRIBUTE_ESCAPE_LOOKUP = {
|
|
38
|
+
'&': '&',
|
|
39
|
+
'"': '"',
|
|
40
|
+
"'": ''',
|
|
41
|
+
'<': '<',
|
|
42
|
+
'>': '>'
|
|
43
|
+
};
|
|
44
|
+
const ATTRIBUTE_ESCAPE_REGEX = /[&"'<>]/g;
|
|
33
45
|
function htmlEscapeJsonString(str) {
|
|
34
46
|
return str.replace(ESCAPE_REGEX, (match)=>ESCAPE_LOOKUP[match]);
|
|
35
47
|
}
|
|
48
|
+
function htmlEscapeAttributeString(str) {
|
|
49
|
+
return str.replace(ATTRIBUTE_ESCAPE_REGEX, (match)=>ATTRIBUTE_ESCAPE_LOOKUP[match]);
|
|
50
|
+
}
|
|
36
51
|
|
|
37
52
|
//# sourceMappingURL=htmlescape.js.map
|
|
@@ -31,6 +31,17 @@ _export(exports, {
|
|
|
31
31
|
const _invarianterror = require("../../invariant-error");
|
|
32
32
|
const _getsegmentparam = require("../utils/get-segment-param");
|
|
33
33
|
const _interceptionroutes = require("../utils/interception-routes");
|
|
34
|
+
function normalizeEncodedDynamicPlaceholder(segment) {
|
|
35
|
+
if (!/%5b|%5d/i.test(segment)) {
|
|
36
|
+
return segment;
|
|
37
|
+
}
|
|
38
|
+
try {
|
|
39
|
+
const decodedSegment = decodeURIComponent(segment);
|
|
40
|
+
return (0, _getsegmentparam.getSegmentParam)(decodedSegment) ? decodedSegment : segment;
|
|
41
|
+
} catch {
|
|
42
|
+
return segment;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
34
45
|
function parseAppRouteSegment(segment) {
|
|
35
46
|
if (segment === '') {
|
|
36
47
|
return null;
|
|
@@ -80,8 +91,9 @@ function parseAppRoute(pathname, normalized) {
|
|
|
80
91
|
let interceptingRoute;
|
|
81
92
|
let interceptedRoute;
|
|
82
93
|
for (const segment of pathnameSegments){
|
|
94
|
+
const normalizedSegment = normalizeEncodedDynamicPlaceholder(segment);
|
|
83
95
|
// Parse the segment into an AppSegment.
|
|
84
|
-
const appSegment = parseAppRouteSegment(
|
|
96
|
+
const appSegment = parseAppRouteSegment(normalizedSegment);
|
|
85
97
|
if (!appSegment) {
|
|
86
98
|
continue;
|
|
87
99
|
}
|
|
@@ -2,23 +2,69 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
0 && (module.exports = {
|
|
6
|
+
computeCacheBustingSearchParam: null,
|
|
7
|
+
computeLegacyCacheBustingSearchParam: null
|
|
8
|
+
});
|
|
9
|
+
function _export(target, all) {
|
|
10
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: all[name]
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
_export(exports, {
|
|
16
|
+
computeCacheBustingSearchParam: function() {
|
|
8
17
|
return computeCacheBustingSearchParam;
|
|
18
|
+
},
|
|
19
|
+
computeLegacyCacheBustingSearchParam: function() {
|
|
20
|
+
return computeLegacyCacheBustingSearchParam;
|
|
9
21
|
}
|
|
10
22
|
});
|
|
11
23
|
const _hash = require("../../hash");
|
|
12
|
-
|
|
24
|
+
const CACHE_BUSTING_SEARCH_PARAM_DIGEST_BYTES = 12;
|
|
25
|
+
const textEncoder = new TextEncoder();
|
|
26
|
+
function encodeCacheBustingSearchParam(bytes) {
|
|
27
|
+
let binary = '';
|
|
28
|
+
for(let i = 0; i < bytes.length; i++){
|
|
29
|
+
binary += String.fromCharCode(bytes[i]);
|
|
30
|
+
}
|
|
31
|
+
return btoa(binary).replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, '');
|
|
32
|
+
}
|
|
33
|
+
function normalizeCacheBustingInput(value) {
|
|
34
|
+
if (value === undefined) {
|
|
35
|
+
return '0';
|
|
36
|
+
}
|
|
37
|
+
return Array.isArray(value) ? value.join(',') : value;
|
|
38
|
+
}
|
|
39
|
+
function createCacheBustingSearchParamInput(prefetchHeader, segmentPrefetchHeader, stateTreeHeader, nextUrlHeader) {
|
|
13
40
|
if ((prefetchHeader === undefined || prefetchHeader === '0') && segmentPrefetchHeader === undefined && stateTreeHeader === undefined && nextUrlHeader === undefined) {
|
|
41
|
+
return null;
|
|
42
|
+
}
|
|
43
|
+
return [
|
|
44
|
+
prefetchHeader ?? '0',
|
|
45
|
+
normalizeCacheBustingInput(segmentPrefetchHeader),
|
|
46
|
+
normalizeCacheBustingInput(stateTreeHeader),
|
|
47
|
+
normalizeCacheBustingInput(nextUrlHeader)
|
|
48
|
+
].join(',');
|
|
49
|
+
}
|
|
50
|
+
async function computeCacheBustingSearchParamFromInput(input) {
|
|
51
|
+
// Truncate SHA-256 to 96 bits to keep `_rsc` compact
|
|
52
|
+
const digest = await globalThis.crypto.subtle.digest('SHA-256', textEncoder.encode(input));
|
|
53
|
+
return encodeCacheBustingSearchParam(new Uint8Array(digest).subarray(0, CACHE_BUSTING_SEARCH_PARAM_DIGEST_BYTES));
|
|
54
|
+
}
|
|
55
|
+
async function computeCacheBustingSearchParam(prefetchHeader, segmentPrefetchHeader, stateTreeHeader, nextUrlHeader) {
|
|
56
|
+
const input = createCacheBustingSearchParamInput(prefetchHeader, segmentPrefetchHeader, stateTreeHeader, nextUrlHeader);
|
|
57
|
+
if (input === null) {
|
|
58
|
+
return '';
|
|
59
|
+
}
|
|
60
|
+
return computeCacheBustingSearchParamFromInput(input);
|
|
61
|
+
}
|
|
62
|
+
function computeLegacyCacheBustingSearchParam(prefetchHeader, segmentPrefetchHeader, stateTreeHeader, nextUrlHeader) {
|
|
63
|
+
const input = createCacheBustingSearchParamInput(prefetchHeader, segmentPrefetchHeader, stateTreeHeader, nextUrlHeader);
|
|
64
|
+
if (input === null) {
|
|
14
65
|
return '';
|
|
15
66
|
}
|
|
16
|
-
return (0, _hash.hexHash)(
|
|
17
|
-
prefetchHeader || '0',
|
|
18
|
-
segmentPrefetchHeader || '0',
|
|
19
|
-
stateTreeHeader || '0',
|
|
20
|
-
nextUrlHeader || '0'
|
|
21
|
-
].join(','));
|
|
67
|
+
return (0, _hash.hexHash)(input);
|
|
22
68
|
}
|
|
23
69
|
|
|
24
70
|
//# sourceMappingURL=cache-busting-search-param.js.map
|
|
@@ -12,12 +12,12 @@ const EVENT_VERSION = 'NEXT_CLI_SESSION_STARTED';
|
|
|
12
12
|
function eventCliSession(nextConfig, event) {
|
|
13
13
|
var _nextConfig_experimental_staleTimes, _nextConfig_experimental_staleTimes1, _nextConfig_reactCompiler, _nextConfig_reactCompiler1;
|
|
14
14
|
// This should be an invariant, if it fails our build tooling is broken.
|
|
15
|
-
if (typeof "16.2.
|
|
15
|
+
if (typeof "16.2.9" !== 'string') {
|
|
16
16
|
return [];
|
|
17
17
|
}
|
|
18
18
|
const { images, i18n } = nextConfig || {};
|
|
19
19
|
const payload = {
|
|
20
|
-
nextVersion: "16.2.
|
|
20
|
+
nextVersion: "16.2.9",
|
|
21
21
|
nodeVersion: process.version,
|
|
22
22
|
cliCommand: event.cliCommand,
|
|
23
23
|
isSrcDir: event.isSrcDir,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.9",
|
|
4
4
|
"description": "The React Framework",
|
|
5
5
|
"main": "./dist/server/next.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@next/env": "16.2.
|
|
100
|
+
"@next/env": "16.2.9",
|
|
101
101
|
"@swc/helpers": "0.5.15",
|
|
102
102
|
"baseline-browser-mapping": "^2.9.19",
|
|
103
103
|
"caniuse-lite": "^1.0.30001579",
|
|
@@ -128,14 +128,14 @@
|
|
|
128
128
|
},
|
|
129
129
|
"optionalDependencies": {
|
|
130
130
|
"sharp": "^0.34.5",
|
|
131
|
-
"@next/swc-darwin-arm64": "16.2.
|
|
132
|
-
"@next/swc-darwin-x64": "16.2.
|
|
133
|
-
"@next/swc-linux-arm64-gnu": "16.2.
|
|
134
|
-
"@next/swc-linux-arm64-musl": "16.2.
|
|
135
|
-
"@next/swc-linux-x64-gnu": "16.2.
|
|
136
|
-
"@next/swc-linux-x64-musl": "16.2.
|
|
137
|
-
"@next/swc-win32-arm64-msvc": "16.2.
|
|
138
|
-
"@next/swc-win32-x64-msvc": "16.2.
|
|
131
|
+
"@next/swc-darwin-arm64": "16.2.9",
|
|
132
|
+
"@next/swc-darwin-x64": "16.2.9",
|
|
133
|
+
"@next/swc-linux-arm64-gnu": "16.2.9",
|
|
134
|
+
"@next/swc-linux-arm64-musl": "16.2.9",
|
|
135
|
+
"@next/swc-linux-x64-gnu": "16.2.9",
|
|
136
|
+
"@next/swc-linux-x64-musl": "16.2.9",
|
|
137
|
+
"@next/swc-win32-arm64-msvc": "16.2.9",
|
|
138
|
+
"@next/swc-win32-x64-msvc": "16.2.9"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@babel/core": "7.26.10",
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
"@modelcontextprotocol/sdk": "1.18.1",
|
|
170
170
|
"@mswjs/interceptors": "0.23.0",
|
|
171
171
|
"@napi-rs/triples": "1.2.0",
|
|
172
|
-
"@next/font": "16.2.
|
|
173
|
-
"@next/polyfill-module": "16.2.
|
|
174
|
-
"@next/polyfill-nomodule": "16.2.
|
|
175
|
-
"@next/react-refresh-utils": "16.2.
|
|
176
|
-
"@next/swc": "16.2.
|
|
172
|
+
"@next/font": "16.2.9",
|
|
173
|
+
"@next/polyfill-module": "16.2.9",
|
|
174
|
+
"@next/polyfill-nomodule": "16.2.9",
|
|
175
|
+
"@next/react-refresh-utils": "16.2.9",
|
|
176
|
+
"@next/swc": "16.2.9",
|
|
177
177
|
"@opentelemetry/api": "1.6.0",
|
|
178
178
|
"@playwright/test": "1.58.2",
|
|
179
179
|
"@rspack/core": "1.6.7",
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
exports.useTransition = function () {
|
|
1277
1277
|
return resolveDispatcher().useTransition();
|
|
1278
1278
|
};
|
|
1279
|
-
exports.version = "19.2.
|
|
1279
|
+
exports.version = "19.2.7";
|
|
1280
1280
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
1281
1281
|
"function" ===
|
|
1282
1282
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js
CHANGED
|
@@ -6600,4 +6600,4 @@ exports.renderToString = function (children, options) {
|
|
|
6600
6600
|
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
|
6601
6601
|
);
|
|
6602
6602
|
};
|
|
6603
|
-
exports.version = "19.2.
|
|
6603
|
+
exports.version = "19.2.7";
|
package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js
CHANGED
|
@@ -6689,4 +6689,4 @@ exports.renderToString = function (children, options) {
|
|
|
6689
6689
|
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
|
|
6690
6690
|
);
|
|
6691
6691
|
};
|
|
6692
|
-
exports.version = "19.2.
|
|
6692
|
+
exports.version = "19.2.7";
|
|
@@ -7147,12 +7147,12 @@ function getPostponedState(request) {
|
|
|
7147
7147
|
}
|
|
7148
7148
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7149
7149
|
var isomorphicReactPackageVersion = React.version;
|
|
7150
|
-
if ("19.2.
|
|
7150
|
+
if ("19.2.7" !== isomorphicReactPackageVersion)
|
|
7151
7151
|
throw Error(
|
|
7152
7152
|
formatProdErrorMessage(
|
|
7153
7153
|
527,
|
|
7154
7154
|
isomorphicReactPackageVersion,
|
|
7155
|
-
"19.2.
|
|
7155
|
+
"19.2.7"
|
|
7156
7156
|
)
|
|
7157
7157
|
);
|
|
7158
7158
|
}
|
|
@@ -7407,4 +7407,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
|
7407
7407
|
startWork(request);
|
|
7408
7408
|
});
|
|
7409
7409
|
};
|
|
7410
|
-
exports.version = "19.2.
|
|
7410
|
+
exports.version = "19.2.7";
|
|
@@ -7251,11 +7251,11 @@ function getPostponedState(request) {
|
|
|
7251
7251
|
}
|
|
7252
7252
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7253
7253
|
var isomorphicReactPackageVersion = React.version;
|
|
7254
|
-
if ("19.2.
|
|
7254
|
+
if ("19.2.7" !== isomorphicReactPackageVersion)
|
|
7255
7255
|
throw Error(
|
|
7256
7256
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7257
7257
|
(isomorphicReactPackageVersion +
|
|
7258
|
-
"\n - react-dom: 19.2.
|
|
7258
|
+
"\n - react-dom: 19.2.7\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7259
7259
|
);
|
|
7260
7260
|
}
|
|
7261
7261
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7509,4 +7509,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
|
|
|
7509
7509
|
startWork(request);
|
|
7510
7510
|
});
|
|
7511
7511
|
};
|
|
7512
|
-
exports.version = "19.2.
|
|
7512
|
+
exports.version = "19.2.7";
|
|
@@ -7142,11 +7142,11 @@ function getPostponedState(request) {
|
|
|
7142
7142
|
}
|
|
7143
7143
|
function ensureCorrectIsomorphicReactVersion() {
|
|
7144
7144
|
var isomorphicReactPackageVersion = React.version;
|
|
7145
|
-
if ("19.2.
|
|
7145
|
+
if ("19.2.7" !== isomorphicReactPackageVersion)
|
|
7146
7146
|
throw Error(
|
|
7147
7147
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
|
7148
7148
|
(isomorphicReactPackageVersion +
|
|
7149
|
-
"\n - react-dom: 19.2.
|
|
7149
|
+
"\n - react-dom: 19.2.7\nLearn more: https://react.dev/warnings/version-mismatch")
|
|
7150
7150
|
);
|
|
7151
7151
|
}
|
|
7152
7152
|
ensureCorrectIsomorphicReactVersion();
|
|
@@ -7704,4 +7704,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
|
|
|
7704
7704
|
}
|
|
7705
7705
|
};
|
|
7706
7706
|
};
|
|
7707
|
-
exports.version = "19.2.
|
|
7707
|
+
exports.version = "19.2.7";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-dom",
|
|
3
|
-
"version": "19.2.
|
|
3
|
+
"version": "19.2.7",
|
|
4
4
|
"description": "React package for working with the DOM.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"scheduler": "^0.27.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"react": "^19.2.
|
|
23
|
+
"react": "^19.2.7"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"LICENSE",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# OSV-Scanner allow-list — auto-loaded by the Supply Chain CI gate
|
|
2
|
+
# (.github/workflows/osv-scanner.yml) when it scans bun.lock.
|
|
3
|
+
#
|
|
4
|
+
# The gate blocks on ANY known-vulnerable or malicious dependency. When a finding
|
|
5
|
+
# has no available fix (e.g. an unpatched transitive advisory), add a justified,
|
|
6
|
+
# time-boxed entry here so unrelated PRs aren't blocked. Always prefer FIXING
|
|
7
|
+
# (bump the dependency, or pin it via `overrides` in package.json) over ignoring.
|
|
8
|
+
# Keep this list short and re-review entries when their ignoreUntil date passes.
|
|
9
|
+
#
|
|
10
|
+
# Every entry MUST include a reason and an ignoreUntil date. Example:
|
|
11
|
+
#
|
|
12
|
+
# [[IgnoredVulns]]
|
|
13
|
+
# id = "GHSA-xxxx-xxxx-xxxx"
|
|
14
|
+
# ignoreUntil = 2026-07-01
|
|
15
|
+
# reason = "No upstream fix yet; transitive via <pkg>; not reachable in our usage. Re-review by 2026-07-01."
|
|
16
|
+
#
|
|
17
|
+
# There are currently no ignored vulnerabilities — the dependency tree is clean.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "failproofai",
|
|
3
|
-
"version": "0.0.10",
|
|
3
|
+
"version": "0.0.11-beta.10",
|
|
4
4
|
"description": "The easiest way to manage policies that keep your AI agents reliable, on-task, and running autonomously — for Claude Code & the Agents SDK",
|
|
5
5
|
"bin": {
|
|
6
6
|
"failproofai": "./dist/cli.mjs"
|
|
@@ -59,42 +59,50 @@
|
|
|
59
59
|
],
|
|
60
60
|
"author": "ExosphereHost Inc. <failproofai@exosphere.host>",
|
|
61
61
|
"license": "SEE LICENSE IN LICENSE",
|
|
62
|
-
"homepage": "https://github.com/
|
|
62
|
+
"homepage": "https://github.com/FailproofAI/failproofai",
|
|
63
63
|
"repository": {
|
|
64
64
|
"type": "git",
|
|
65
|
-
"url": "https://github.com/
|
|
65
|
+
"url": "https://github.com/FailproofAI/failproofai.git"
|
|
66
66
|
},
|
|
67
67
|
"bugs": {
|
|
68
|
-
"url": "https://github.com/
|
|
68
|
+
"url": "https://github.com/FailproofAI/failproofai/issues"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@anthropic-ai/sdk": "^0.
|
|
75
|
-
"@tailwindcss/postcss": "^4.1
|
|
76
|
-
"@tanstack/react-virtual": "^3.
|
|
74
|
+
"@anthropic-ai/sdk": "^0.105.0",
|
|
75
|
+
"@tailwindcss/postcss": "^4.3.1",
|
|
76
|
+
"@tanstack/react-virtual": "^3.14.3",
|
|
77
77
|
"@testing-library/jest-dom": "^6.9.1",
|
|
78
78
|
"@testing-library/react": "^16.3.2",
|
|
79
79
|
"@testing-library/user-event": "^14.6.1",
|
|
80
|
-
"@types/node": "
|
|
81
|
-
"@types/react": "
|
|
80
|
+
"@types/node": "26.0.0",
|
|
81
|
+
"@types/react": "19.2.17",
|
|
82
82
|
"@types/react-dom": "^19.2.3",
|
|
83
83
|
"@vitejs/plugin-react": "^6.0.1",
|
|
84
84
|
"clsx": "^2.1.1",
|
|
85
|
-
"eslint": "^10.
|
|
86
|
-
"eslint-config-next": "^16.2.
|
|
87
|
-
"
|
|
88
|
-
"lucide-react": "^1.0
|
|
89
|
-
"next": "^16.2.
|
|
85
|
+
"eslint": "^10.5.0",
|
|
86
|
+
"eslint-config-next": "^16.2.9",
|
|
87
|
+
"jsdom": "^29.1.1",
|
|
88
|
+
"lucide-react": "^1.18.0",
|
|
89
|
+
"next": "^16.2.9",
|
|
90
90
|
"react": "^19.2.4",
|
|
91
91
|
"react-dom": "^19.2.4",
|
|
92
92
|
"tailwind-merge": "^3.4.0",
|
|
93
|
-
"tailwindcss": "^4.1
|
|
94
|
-
"typescript": "
|
|
95
|
-
"vitest": "^4.
|
|
93
|
+
"tailwindcss": "^4.3.1",
|
|
94
|
+
"typescript": "6.0.3",
|
|
95
|
+
"vitest": "^4.1.9"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"
|
|
98
|
+
"html-to-image": "^1.11.13",
|
|
99
|
+
"html2canvas": "^1.4.1",
|
|
100
|
+
"posthog-node": "^5.37.1"
|
|
101
|
+
},
|
|
102
|
+
"overrides": {
|
|
103
|
+
"postcss": "8.5.14",
|
|
104
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
105
|
+
"vite": "8.0.16",
|
|
106
|
+
"undici": "7.28.0"
|
|
99
107
|
}
|
|
100
108
|
}
|
|
@@ -20,5 +20,5 @@ export async function proxy(request: NextRequest): Promise<NextResponse> {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
export const config = {
|
|
23
|
-
matcher: ["/((?!_next/static|_next/image|favicon\\.ico|icon\\.png
|
|
23
|
+
matcher: ["/((?!_next/static|_next/image|favicon\\.ico|icon\\.png).*)"],
|
|
24
24
|
};
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1080" zoomAndPan="magnify" viewBox="0 0 810 809.999993" height="1080" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><filter x="0%" y="0%" width="100%" height="100%" id="0147bff77b"><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" color-interpolation-filters="sRGB"/></filter><filter x="0%" y="0%" width="100%" height="100%" id="43fbb8a76d"><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0.2126 0.7152 0.0722 0 0" color-interpolation-filters="sRGB"/></filter><clipPath id="511a46bb1d"><path d="M 143 13 L 666.988281 13 L 666.988281 797 L 143 797 Z M 143 13 " clip-rule="nonzero"/></clipPath><mask id="3514a3285d"><g filter="url(#0147bff77b)"><g filter="url(#43fbb8a76d)" transform="matrix(1.383245, 0, 0, 1.383598, 142.737301, 12.643963)"><image x="0" y="0" width="379" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXsAAAI3CAAAAABfJ6RdAAAAAmJLR0QA/4ePzL8AAAxTSURBVHic7d3fqxxnHcfx7/PMnHPSVGt/N0RaFAoFLRhom0BREfxBToSCFvyFSbD+uhCK4L3/QG+9UqvYE0QpIpiagqDVWi+S0EZaEa/U1vZg0EZbYyXZmefx4lR7zp7dmZ10n/3MPPt+37Xdzu68zuwzs/OzsCS5Mpor0kybGnPerDDzTv1Bli9vKw+cPPezB9fMqz/KsuXtlidiiHX85Y3gLzZvtzwdR6O6uhzPgL/QtuhjjDGOwF9o2+jBX2w76MFfZGP04C+uXfTgL6oJ9OAvpon04C+iKfTgp28qPfipa6AHP22N9OCnrIU+xlE8DX6SWunBT9UM9OCnaSZ68FM0Iz34829mevC75loqZqePcRTP3mRF2ySdc46j7GZFC4LrQh/jKJ692WZy9fl/P1ocfLA9q03/e3Xjj+6qytnfryrP3n+hjK2vu3TJfJh9soOs2d6H93/twLVNr4hre0KnJTT4/1yeYcG/8PRDp7PHb8rbA3UMLcNIPfOA0+X1IV76ZO6r5aZF0Id7n1it2s7s67xWbB9wzMyqlVfe+7u8l/ymRcvbJ1ZH5dw3SGbazHEro7d9KvMFv2nugu0Tzr2z62b8igy1Jttoawv7HJPqsPk0yPL+Vvc77HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhr6vZnqueUtZ8Dni1sM+xjDXYF/Wt97DkJ2y6fVHv+8lt3a6lok5NtS3qfY8fqKFP2DTcot73+IHWa63ozTTFfotefOFH7l+6yfPXC3q7nPmafqJ9L+i9feDm5Rv0Ctt3rsM9ElJVx9M3ZD/ujNUT+hirpcPvDX2MoyXD7xH9suH3in658HtGv0z4vaNfHvwe0i/LDe56Sb8c+D2lXwb83tLnj99j+tzxe02fN37P6fPE39pD3oudxs1V5ZmP/j2v+wY6s0HQ54jvbCD0GeI7Mx8GQf86flGrP8bccubiQOjNqvLMkZfzWfKdi1f//NAw6HPD996+emg0EHorq4OnbsjmXDln7ql7BzQ3i13yk56jEp3t/cOtcUDnwWQ07Djzp+8e0HK/WPzVq9LdDTteLIv6sbsHdcprWR08deRlt4BbhJfVZx5+JdHZWXHln+8qgz20PpjtHDMzK0cHf/yhy4vAtzV/TSp7Vzsf/Wsff64c1AUmK6P3PWgLOVswWLKdgxbNW/Cb6wPD9/bBxVyO5GZ8SMUVZM68WSheOvzsoPCd3VRkcI6yN7O6GNiSH+3P9ULG+7R5M7O62BzUkh/t0RyOo2zNQl1srg8Hvyof/qHLYHfm64tPXWweGcqwU5UbX8jiCUD/++rWxUsDGfOrcuOYH/6K1rZd81MPZGunKjeO+SwW+22rrGGM+Vv0WexK2765MAT8nOh3bKr1Hz8r+p2byX3Hz4t+7CdKv/Ezox//edhn/Nzod/007y9+dvS7d4v0FT8/+gm7pPqJnyH9pN2BfcTPkX7irtj+4WdJP3k3eN/w86SfcgiiX/iZ0k87/NMn/Fzppx5628Lvw8GhbOmnH/asi831Zwv9LOdL33DIuS427/uLVx+kyJi+6XB/7Z8/o57rqnzkmI950jeeahFNfZpmVW4c91H93UtV82ku4rmuyhO5HJudVJ9PMarLE0dzHevNem0firzpe2xf+18ddznT99g+2nOhB78vEtZfe7M9+a5mzazf9lkv9NZv+9zDXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2uprsnV1a2OeY1Ej67ulrsvf2oumusA12PoP7TTfVdDVbsO987vrRTKNS95uFhubzu2NcffF7mZ+J3Gjvf3/sB2+Z7UE0XR+Z0vb66C589oU8HikztcarOIP/6T2ff8fe1om46j231Z0exFAXv31hpWnJv/inb/4xc/q2Zluane17ptPTb0dxw7UO5vJNsNK+FKtEj9wI8dVrW2Yw+HKW50f4v66f63DXkao8cTT65udZlPkv9W0LV5jpDx+K8x3wq3LjqPeheZJV9vTz+mLXfnb8rO+R0KV5DaphZvyqfCTjeyR0aW4rtFnxof9/89uYmA0f+jea44bcLPjQb2ueG9Ht+NBvb64/YNrwod/RfH88NuNDv7M5/3Bvwod+rHnvNJmOD/14c99hNQ0f+l3Nf2fhZHzod5dgR+0kfOgnlGIn+W586CeV5ADFOD70E0tzcGgnPvSTS3Rgbht+rMqN4xnf3fXKS3VQNPjz68+UozpUdcZ38n5zJTsgHfz5w79Zcb4ov81Rqsmlu9N38H87/JWPXPf89x9lrF98zpsVV3LOWk9KfY5IyjvcRytC7XwfHprSy5KegBRrcxH6aSV+sgMDfUPyE++WOOx1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeV8dzwIuEf6uwbGfqd7Svl80nZZ3sXbz/0Guprsi9+smTbrkulehq/+lu95yevaq85uSSXZrVccwZ2SjRpbJVmftjHnbVdV1rZaIrtJwl+kL1N7YxdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGva/wOXK7pxY3/cQ65tjfI6z6C4/aNc5d61mNetm11HHOWCydxO5f7ov7yF//RcL++cGeyu/kVdt/tZeOftr7+G98tcrqD5k57Z7ffVTXfhDHVmO9s//7mV4xW3mlZ3b10HDpY3aTrE65uY8tdT+uVRLdFVTVu761Q3SPUtbxxyG2DOLPZGVTY68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb2ucuyfg1VNL/cJ/1YhNP/3aiVYTPf2i2/cvrBy/F8tqra/azRvbjEfZTHthA72i9WL0wnc5Y+9OyRa8oM/99ha42Id3vprq9O8uaZx+1OnGl7sw9sT2j/59aKVtmVYGlbjA0zjF99fXkv4rb/KypaJt60RBtaudW3T7HmLCdd2waqshpTW2MbUhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhr6tUf4A3cuaj+jPsyJtLOv2O9ilxRhZCwsl3L1iddPqd7KPtTbYoFPbhb632a7l3l+5MOSa7jsv9WpqPYWbO7rgj2cSvvJSjTo/GnJ6NOGZmPummSI/WtWlntIct2/z2Kex1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXhf2urDXhb0u7HVhrwt7Xdjrwl4X9rqw14W9Lux1Ya8Le13Y68JeF/a6sNeFvS7sdWGvC3td2OvCXlfZ7eXB6jSfw8wsppv0FeZcqinHInS1X7GiSPNhlqxovqv9U2sXU41S/t+vJlvKrixXXb8/JJp2LP9V/Re36vzIuLoPGgAAAABJRU5ErkJggg==" height="567" preserveAspectRatio="xMidYMid meet"/></g></g></mask></defs><g clip-path="url(#511a46bb1d)"><g mask="url(#3514a3285d)"><g transform="matrix(1.383245, 0, 0, 1.383598, 142.737301, 12.643963)"><image x="0" y="0" width="379" xlink:href="data:image/png;base64,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" height="567" preserveAspectRatio="xMidYMid meet"/></g></g></g></svg>
|