auramaxx 0.0.12 → 0.0.13
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/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +244 -227
- package/.next/app-path-routes-manifest.json +11 -10
- package/.next/build-manifest.json +14 -14
- package/.next/prerender-manifest.json +49 -25
- package/.next/react-loadable-manifest.json +41 -41
- package/.next/routes-manifest.json +6 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +12 -12
- package/.next/server/app/api/[...doc]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agent-requests/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/apps/install/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/apps/manifests/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/apps/static/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/docs/plain/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/events/route.js +1 -19
- package/.next/server/app/api/events/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/import-from-openclaw/[channel]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/import-from-openclaw/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/import-from-openclaw/validate/[channel]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/restart/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/update/route.js +63 -1
- package/.next/server/app/api/update/route.js.nft.json +1 -1
- package/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/version/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace/[id]/apps/[wid]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace/[id]/apps/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace/[id]/export/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace/config/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace/import/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace/route_client-reference-manifest.js +1 -1
- package/.next/server/app/app-legacy-do-not-use/page.js +1 -1
- package/.next/server/app/app-legacy-do-not-use/page.js.nft.json +1 -1
- package/.next/server/app/app-legacy-do-not-use/page_client-reference-manifest.js +1 -1
- package/.next/server/app/app-legacy-do-not-use.html +1 -1
- package/.next/server/app/app-legacy-do-not-use.rsc +14 -14
- package/.next/server/app/approve/[actionId]/page.js +1 -1
- package/.next/server/app/approve/[actionId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/docs/[...doc]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/docs/page_client-reference-manifest.js +1 -1
- package/.next/server/app/health/page_client-reference-manifest.js +1 -1
- package/.next/server/app/health.html +1 -1
- package/.next/server/app/health.rsc +13 -13
- package/.next/server/app/hello/page_client-reference-manifest.js +1 -1
- package/.next/server/app/hello.html +1 -1
- package/.next/server/app/hello.rsc +14 -14
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +18 -21
- package/.next/server/app/page.js +3 -3
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/privacy/page_client-reference-manifest.js +1 -1
- package/.next/server/app/privacy.html +1 -1
- package/.next/server/app/privacy.rsc +13 -13
- package/.next/server/app/share/[token]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/terms/page_client-reference-manifest.js +1 -1
- package/.next/server/app/terms.html +1 -1
- package/.next/server/app/terms.rsc +13 -13
- package/.next/server/app/yo/page.js +2 -0
- package/.next/server/app/yo/page.js.nft.json +1 -0
- package/.next/server/app/yo/page_client-reference-manifest.js +1 -0
- package/.next/server/app/yo.html +1 -0
- package/.next/server/app/yo.meta +7 -0
- package/.next/server/app/yo.rsc +23 -0
- package/.next/server/app-paths-manifest.json +11 -10
- package/.next/server/chunks/2145.js +1 -1
- package/.next/server/chunks/2460.js +1 -1
- package/.next/server/chunks/5246.js +1 -1
- package/.next/server/chunks/5678.js +1 -1
- package/.next/server/chunks/5784.js +1 -1
- package/.next/server/chunks/6086.js +2 -20
- package/.next/server/chunks/{5553.js → 6415.js} +2 -2
- package/.next/server/chunks/7935.js +2 -2
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/instrumentation.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/server/webpack-runtime.js +1 -1
- package/.next/static/WshFGr6RxGYP6AbWuT9OG/_buildManifest.js +1 -0
- package/.next/static/chunks/1168.aaac1edbb597fe5a.js +1 -0
- package/.next/static/chunks/1255-7999eac54f80a49f.js +1 -0
- package/.next/static/chunks/142-fa9752f53a551f63.js +1 -0
- package/.next/static/chunks/2505.d54ccadc42f4e3d1.js +1 -0
- package/.next/static/chunks/2619-04bc32f026a0d946.js +1 -0
- package/.next/static/chunks/2927.7e00cc878d9a3f52.js +1 -0
- package/.next/static/chunks/3573-1b41d7b8a000d015.js +1 -0
- package/.next/static/chunks/3609.ded5a5306e18af9c.js +1 -0
- package/.next/static/chunks/3667-1db7bd03948e60df.js +1 -0
- package/.next/static/chunks/3826.a73d4a88d8c09030.js +1 -0
- package/.next/static/chunks/{3a91511d-648a2ba3dad7df0c.js → 3a91511d-ba215c0b5dc21ba9.js} +1 -1
- package/.next/static/chunks/4256.48407d9abad5ea33.js +1 -0
- package/.next/static/chunks/4685-7f53bbfc4a9845eb.js +1 -0
- package/.next/static/chunks/4901-ba6a32818662e70a.js +1 -0
- package/.next/static/chunks/4919-7e7cdd5efc9f2110.js +1 -0
- package/.next/static/chunks/4bd1b696-100b9d70ed4e49c1.js +1 -0
- package/.next/static/chunks/5336-233ec7ab3807267c.js +1 -0
- package/.next/static/chunks/5442-b5bb869e832e8967.js +1 -0
- package/.next/static/chunks/6233-97a810aa272af547.js +1 -0
- package/.next/static/chunks/626.a5109d16f9eca1f6.js +1 -0
- package/.next/static/chunks/6872-faea0f088ab2d450.js +1 -0
- package/.next/static/chunks/7338-3ce17a93614f1d77.js +59 -0
- package/.next/static/chunks/7394-4bdb1feefad1a74a.js +1 -0
- package/.next/static/chunks/7616-1129bcb3eee8d315.js +1 -0
- package/.next/static/chunks/786-26deffb41572cbb3.js +1 -0
- package/.next/static/chunks/8273-8e92d34180669ca9.js +1 -0
- package/.next/static/chunks/8357.5dee1e0c4e5bb091.js +1 -0
- package/.next/static/chunks/9062-2bc2d089f9c9c6ba.js +1 -0
- package/.next/static/chunks/9380.f198afbf0c6b5369.js +1 -0
- package/.next/static/chunks/app/_not-found/page-5a8c6a29f762fa58.js +1 -0
- package/.next/static/chunks/app/api/[...doc]/page-f0852f35f0fd1d44.js +1 -0
- package/.next/static/chunks/app/api/agent-requests/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/apps/install/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/apps/manifests/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/apps/static/[...path]/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/docs/plain/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/events/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/import-from-openclaw/[channel]/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/import-from-openclaw/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/import-from-openclaw/validate/[channel]/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/page-cc59bebcc0d2c01d.js +1 -0
- package/.next/static/chunks/app/api/restart/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/update/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/version/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/workspace/[id]/apps/[wid]/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/workspace/[id]/apps/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/workspace/[id]/export/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/workspace/[id]/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/workspace/config/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/workspace/import/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/api/workspace/route-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/app-legacy-do-not-use/page-e5dc864e92d90ca7.js +1 -0
- package/.next/static/chunks/app/approve/[actionId]/page-2acca1f490424f21.js +1 -0
- package/.next/static/chunks/app/docs/[...doc]/page-8e2a2d036caab242.js +1 -0
- package/.next/static/chunks/app/docs/page-acf872a03ff79893.js +1 -0
- package/.next/static/chunks/app/error-66f983b7769dabfa.js +1 -0
- package/.next/static/chunks/app/health/page-c9185854ed9c86d0.js +1 -0
- package/.next/static/chunks/app/hello/page-74c9f4deaa4b03dd.js +1 -0
- package/.next/static/chunks/app/layout-af8d9969c7aeb758.js +1 -0
- package/.next/static/chunks/app/page-16dfcd1c7cc88bcc.js +1 -0
- package/.next/static/chunks/app/privacy/page-8e2d17079355c2cc.js +1 -0
- package/.next/static/chunks/app/share/[token]/page-5dd9b0418eee411f.js +1 -0
- package/.next/static/chunks/app/terms/page-8e2d17079355c2cc.js +1 -0
- package/.next/static/chunks/app/yo/layout-cf84f975aad4c719.js +1 -0
- package/.next/static/chunks/app/yo/page-719dc5f213fdfb30.js +1 -0
- package/.next/static/chunks/framework-a32a2a465584c0bc.js +1 -0
- package/.next/static/chunks/main-0f0f9142f74e7215.js +1 -0
- package/.next/static/chunks/main-app-24f0c92ba10af457.js +1 -0
- package/.next/static/chunks/pages/_app-4b3fb5e477a0267f.js +1 -0
- package/.next/static/chunks/pages/_error-c970d8b55ace1b48.js +1 -0
- package/.next/static/chunks/{webpack-768de8b7d6a7a27a.js → webpack-79ad58260e9b10b4.js} +1 -1
- package/.next/static/css/83cd401584ab787f.css +3 -0
- package/.next/trace +28 -28
- package/.next/types/app/yo/layout.ts +84 -0
- package/.next/types/app/yo/page.ts +84 -0
- package/.next/types/routes.d.ts +4 -2
- package/.next/types/validator.ts +18 -0
- package/bin/auramaxx.js +9 -24
- package/docs/ARCHITECTURE.md +1 -1
- package/docs/AUTH.md +6 -3
- package/docs/CLI.md +2 -0
- package/docs/MCP.md +2 -0
- package/docs/credentials.md +2 -0
- package/package.json +1 -1
- package/prisma/migrations/20260227214000_update_agent_action_ttl_defaults/migration.sql +19 -0
- package/public/0a167e5e-4f52-4715-ae23-bf63d259a6b1.png +0 -0
- package/public/141ec92c-6780-4b23-838f-9a7bf1e91bb8.png +0 -0
- package/public/3afc4935-92cb-42af-9624-0b1341c12a5e.png +0 -0
- package/public/43947df5-dbcf-4e49-ab8b-41b9162c0410.png +0 -0
- package/public/5aeae9ce-0d38-49ea-8fd1-167892a04a85.png +0 -0
- package/public/660e4ea3-a3a6-4be4-a8ca-2cb74c51dfb5.png +0 -0
- package/public/733f02d7-6b58-4ba6-a5c8-d062cd205e1d.png +0 -0
- package/public/a32d65cb-95b0-4977-be6b-cf69f515afbe.png +0 -0
- package/public/agent1.png +0 -0
- package/public/agent10.png +0 -0
- package/public/agent2.png +0 -0
- package/public/agent3.png +0 -0
- package/public/agent4.png +0 -0
- package/public/agent5.png +0 -0
- package/public/agent6.png +0 -0
- package/public/agent7.png +0 -0
- package/public/agent8.png +0 -0
- package/public/agent9.png +0 -0
- package/public/c4938305-b811-4ccc-91db-94d309734827.png +0 -0
- package/public/f2ca6825-a4f3-4107-815c-51ee740dfc09.png +0 -0
- package/public/llm.txt +2 -0
- package/public/llms.txt +39 -0
- package/public/ss-dark1.png +0 -0
- package/public/ss-dark1.webp +0 -0
- package/public/ss-dark2.png +0 -0
- package/public/ss-dark2.webp +0 -0
- package/public/ss-dark3.png +0 -0
- package/public/ss-dark3.webp +0 -0
- package/public/ss-light1.png +0 -0
- package/public/ss-light1.webp +0 -0
- package/public/ss-light2.png +0 -0
- package/public/ss-light2.webp +0 -0
- package/public/ss-light3.png +0 -0
- package/public/ss-light3.webp +0 -0
- package/shared/agent-profile-schema.ts +81 -0
- package/shared/credential-field-schema.ts +12 -0
- package/skills/auramaxx/SKILL.md +71 -691
- package/src/app/UnlockPageClient.tsx +1939 -0
- package/src/app/api/page.tsx +8 -9
- package/src/app/api/update/route.ts +105 -36
- package/src/app/approve/[actionId]/page.tsx +4 -1
- package/src/app/docs/DocsPageContent.tsx +3 -3
- package/src/app/globals.css +94 -0
- package/src/app/layout.tsx +1 -0
- package/src/app/page.tsx +25 -1935
- package/src/app/yo/layout.tsx +29 -0
- package/src/app/yo/page.tsx +528 -0
- package/src/components/HumanActionBar.tsx +34 -8
- package/src/components/agent/AgentSidebar.tsx +3 -1
- package/src/components/agent/CredentialAgent.tsx +5 -1
- package/src/components/agent/CredentialDetail.tsx +32 -1
- package/src/components/agent/CredentialForm.tsx +94 -7
- package/src/components/agent/CredentialRow.tsx +8 -1
- package/src/components/agent/credentialFormName.ts +22 -1
- package/src/components/agent/types.ts +2 -2
- package/src/components/design-system/Modal.tsx +14 -1
- package/src/hooks/useUpdateChecker.ts +17 -1
- package/src/lib/pino.ts +77 -8
- package/src/server/cli/commands/actions.ts +1 -1
- package/src/server/cli/commands/agent.ts +110 -65
- package/src/server/cli/commands/approve.ts +1 -1
- package/src/server/cli/commands/auth.ts +81 -20
- package/src/server/cli/commands/token.ts +2 -2
- package/src/server/cli/lib/escalation.ts +109 -24
- package/src/server/cli/lib/process.ts +2 -1
- package/src/server/cli/socket.ts +1 -1
- package/src/server/index.ts +2 -0
- package/src/server/lib/agent-profile-records.ts +72 -0
- package/src/server/lib/credential-transport.ts +27 -11
- package/src/server/lib/defaults.ts +3 -3
- package/src/server/lib/escalation-responder.ts +1 -1
- package/src/server/lib/resolve-action.ts +2 -2
- package/src/server/mcp/server.ts +6 -1
- package/src/server/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -1
- package/src/server/routes/actions.ts +2 -2
- package/src/server/routes/agent-profiles.ts +82 -0
- package/src/server/routes/auth.ts +39 -4
- package/src/server/routes/credentials.ts +18 -0
- package/src/server/tests/cli/agent-auth.test.ts +20 -39
- package/src/server/tests/cli/agent.test.ts +18 -0
- package/src/server/tests/cli/auth-action-flag.test.ts +3 -2
- package/src/server/tests/cli/bin-entrypoint.test.ts +35 -11
- package/src/server/tests/cli/escalation.test.ts +7 -3
- package/src/server/tests/cli/process.test.ts +3 -3
- package/src/server/tests/cli/socket.test.ts +2 -2
- package/src/server/tests/endpoints/actions.test.ts +2 -2
- package/src/server/tests/endpoints/agent-profiles.test.ts +117 -0
- package/src/server/tests/endpoints/auth.test.ts +34 -0
- package/src/server/tests/lib/credential-transport.test.ts +68 -2
- package/src/server/tests/lib/defaults.test.ts +2 -2
- package/src/server/tests/lib/escalation-responder.test.ts +2 -2
- package/src/server/tests/setup.ts +7 -0
- package/src/server/tsconfig.tsbuildinfo +1 -1
- package/src/server/types.ts +1 -1
- package/.next/static/chunks/1168.63dbb444a33b1867.js +0 -1
- package/.next/static/chunks/1255-e8718b02724690dd.js +0 -1
- package/.next/static/chunks/142-aeaf7ffa9c53516d.js +0 -1
- package/.next/static/chunks/2505.22aaa333fd65908f.js +0 -1
- package/.next/static/chunks/2619-3c9e02e22d10480a.js +0 -1
- package/.next/static/chunks/2927.e7e9e2a1b8d2dc61.js +0 -1
- package/.next/static/chunks/3573-27e17f4ff2dd86ed.js +0 -1
- package/.next/static/chunks/3609.6f8e0ecd6de9566c.js +0 -1
- package/.next/static/chunks/3667-d6770121629db38b.js +0 -1
- package/.next/static/chunks/3826.7dfe96467cd74e45.js +0 -1
- package/.next/static/chunks/4256.50cb375c979ffd5a.js +0 -1
- package/.next/static/chunks/4685-3f8d92f574366fec.js +0 -1
- package/.next/static/chunks/4901-54c1ac380b7b43bb.js +0 -1
- package/.next/static/chunks/4919-fe6f1553abfc9420.js +0 -1
- package/.next/static/chunks/4bd1b696-f785427dddbba9fb.js +0 -1
- package/.next/static/chunks/5336-bd251f91235f7c11.js +0 -1
- package/.next/static/chunks/5442-be197c885bf12079.js +0 -1
- package/.next/static/chunks/5553-c8b86fe3513fce04.js +0 -59
- package/.next/static/chunks/6233-44e6fe57a552a816.js +0 -1
- package/.next/static/chunks/626.2583673a0386a81b.js +0 -1
- package/.next/static/chunks/6872-6442f2f5cce36ce5.js +0 -1
- package/.next/static/chunks/7411-3ca797c21b722ccd.js +0 -1
- package/.next/static/chunks/7616-b8bd37ce1f735d6f.js +0 -1
- package/.next/static/chunks/786-9ed39f96091b2be4.js +0 -1
- package/.next/static/chunks/8273-922091226ba84a94.js +0 -1
- package/.next/static/chunks/8357.6159472717ff7d11.js +0 -1
- package/.next/static/chunks/9062-3eb1607c96486f88.js +0 -1
- package/.next/static/chunks/9380.93f361baab2eefdf.js +0 -1
- package/.next/static/chunks/app/_not-found/page-c3b87025baf0a9c2.js +0 -1
- package/.next/static/chunks/app/api/[...doc]/page-790c4b33ba1fde4a.js +0 -1
- package/.next/static/chunks/app/api/agent-requests/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/apps/install/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/apps/manifests/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/apps/static/[...path]/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/docs/plain/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/events/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/import-from-openclaw/[channel]/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/import-from-openclaw/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/import-from-openclaw/validate/[channel]/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/page-b53f9aa17a4c5201.js +0 -1
- package/.next/static/chunks/app/api/restart/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/update/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/version/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/workspace/[id]/apps/[wid]/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/workspace/[id]/apps/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/workspace/[id]/export/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/workspace/[id]/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/workspace/config/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/workspace/import/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/api/workspace/route-e83b12cbab2e8707.js +0 -1
- package/.next/static/chunks/app/app-legacy-do-not-use/page-0052191daef60036.js +0 -1
- package/.next/static/chunks/app/approve/[actionId]/page-45cd3b8fa062d5e5.js +0 -1
- package/.next/static/chunks/app/docs/[...doc]/page-632ac406200b66fe.js +0 -1
- package/.next/static/chunks/app/docs/page-b7556394709b43df.js +0 -1
- package/.next/static/chunks/app/error-3d6057da512253d8.js +0 -1
- package/.next/static/chunks/app/health/page-80c985cd72328b74.js +0 -1
- package/.next/static/chunks/app/hello/page-fd71babcd192729b.js +0 -1
- package/.next/static/chunks/app/layout-285c6ef3f16bae63.js +0 -1
- package/.next/static/chunks/app/page-85017185df14c37b.js +0 -1
- package/.next/static/chunks/app/privacy/page-faf36cd0dde6dfa3.js +0 -1
- package/.next/static/chunks/app/share/[token]/page-22d51d6c5a47bb75.js +0 -1
- package/.next/static/chunks/app/terms/page-faf36cd0dde6dfa3.js +0 -1
- package/.next/static/chunks/framework-e60c938074ff7136.js +0 -1
- package/.next/static/chunks/main-447abf206d7ebd2f.js +0 -1
- package/.next/static/chunks/main-app-f63b86bdbf5b7b88.js +0 -1
- package/.next/static/chunks/pages/_app-6c8c2371b16a04b8.js +0 -1
- package/.next/static/chunks/pages/_error-94812ad32cad7365.js +0 -1
- package/.next/static/css/eb25c6452113486f.css +0 -3
- package/.next/static/zCR6u3S4dIjlCtV80nNsp/_buildManifest.js +0 -1
- /package/.next/static/{zCR6u3S4dIjlCtV80nNsp → WshFGr6RxGYP6AbWuT9OG}/_ssgManifest.js +0 -0
|
@@ -5,28 +5,28 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/WshFGr6RxGYP6AbWuT9OG/_buildManifest.js",
|
|
9
|
+
"static/WshFGr6RxGYP6AbWuT9OG/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
13
|
-
"static/chunks/4bd1b696-
|
|
14
|
-
"static/chunks/1255-
|
|
15
|
-
"static/chunks/main-app-
|
|
12
|
+
"static/chunks/webpack-79ad58260e9b10b4.js",
|
|
13
|
+
"static/chunks/4bd1b696-100b9d70ed4e49c1.js",
|
|
14
|
+
"static/chunks/1255-7999eac54f80a49f.js",
|
|
15
|
+
"static/chunks/main-app-24f0c92ba10af457.js"
|
|
16
16
|
],
|
|
17
17
|
"rootMainFilesTree": {},
|
|
18
18
|
"pages": {
|
|
19
19
|
"/_app": [
|
|
20
|
-
"static/chunks/webpack-
|
|
21
|
-
"static/chunks/framework-
|
|
22
|
-
"static/chunks/main-
|
|
23
|
-
"static/chunks/pages/_app-
|
|
20
|
+
"static/chunks/webpack-79ad58260e9b10b4.js",
|
|
21
|
+
"static/chunks/framework-a32a2a465584c0bc.js",
|
|
22
|
+
"static/chunks/main-0f0f9142f74e7215.js",
|
|
23
|
+
"static/chunks/pages/_app-4b3fb5e477a0267f.js"
|
|
24
24
|
],
|
|
25
25
|
"/_error": [
|
|
26
|
-
"static/chunks/webpack-
|
|
27
|
-
"static/chunks/framework-
|
|
28
|
-
"static/chunks/main-
|
|
29
|
-
"static/chunks/pages/_error-
|
|
26
|
+
"static/chunks/webpack-79ad58260e9b10b4.js",
|
|
27
|
+
"static/chunks/framework-a32a2a465584c0bc.js",
|
|
28
|
+
"static/chunks/main-0f0f9142f74e7215.js",
|
|
29
|
+
"static/chunks/pages/_error-c970d8b55ace1b48.js"
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
"ampFirstPages": []
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 4,
|
|
3
3
|
"routes": {
|
|
4
|
-
"/
|
|
4
|
+
"/apple-icon.png": {
|
|
5
5
|
"initialHeaders": {
|
|
6
|
-
"cache-control": "public, max-age=
|
|
7
|
-
"content-type": "image/
|
|
8
|
-
"x-next-cache-tags": "_N_T_/layout,_N_T_/
|
|
6
|
+
"cache-control": "public, immutable, no-transform, max-age=31536000",
|
|
7
|
+
"content-type": "image/png",
|
|
8
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/apple-icon.png/layout,_N_T_/apple-icon.png/route,_N_T_/apple-icon.png"
|
|
9
9
|
},
|
|
10
10
|
"experimentalBypassFor": [
|
|
11
11
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"initialRevalidateSeconds": false,
|
|
22
|
-
"srcRoute": "/
|
|
22
|
+
"srcRoute": "/apple-icon.png",
|
|
23
23
|
"dataRoute": null,
|
|
24
24
|
"allowHeader": [
|
|
25
25
|
"host",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"x-next-revalidate-tag-token"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
-
"/
|
|
33
|
+
"/favicon.ico": {
|
|
34
34
|
"initialHeaders": {
|
|
35
|
-
"cache-control": "public,
|
|
36
|
-
"content-type": "image/
|
|
37
|
-
"x-next-cache-tags": "_N_T_/layout,_N_T_/
|
|
35
|
+
"cache-control": "public, max-age=0, must-revalidate",
|
|
36
|
+
"content-type": "image/x-icon",
|
|
37
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico"
|
|
38
38
|
},
|
|
39
39
|
"experimentalBypassFor": [
|
|
40
40
|
{
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
],
|
|
50
50
|
"initialRevalidateSeconds": false,
|
|
51
|
-
"srcRoute": "/
|
|
51
|
+
"srcRoute": "/favicon.ico",
|
|
52
52
|
"dataRoute": null,
|
|
53
53
|
"allowHeader": [
|
|
54
54
|
"host",
|
|
@@ -113,6 +113,30 @@
|
|
|
113
113
|
"x-next-revalidate-tag-token"
|
|
114
114
|
]
|
|
115
115
|
},
|
|
116
|
+
"/health": {
|
|
117
|
+
"experimentalBypassFor": [
|
|
118
|
+
{
|
|
119
|
+
"type": "header",
|
|
120
|
+
"key": "next-action"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "header",
|
|
124
|
+
"key": "content-type",
|
|
125
|
+
"value": "multipart/form-data;.*"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"initialRevalidateSeconds": false,
|
|
129
|
+
"srcRoute": "/health",
|
|
130
|
+
"dataRoute": "/health.rsc",
|
|
131
|
+
"allowHeader": [
|
|
132
|
+
"host",
|
|
133
|
+
"x-matched-path",
|
|
134
|
+
"x-prerender-revalidate",
|
|
135
|
+
"x-prerender-revalidate-if-generated",
|
|
136
|
+
"x-next-revalidated-tags",
|
|
137
|
+
"x-next-revalidate-tag-token"
|
|
138
|
+
]
|
|
139
|
+
},
|
|
116
140
|
"/hello": {
|
|
117
141
|
"experimentalBypassFor": [
|
|
118
142
|
{
|
|
@@ -161,7 +185,7 @@
|
|
|
161
185
|
"x-next-revalidate-tag-token"
|
|
162
186
|
]
|
|
163
187
|
},
|
|
164
|
-
"/
|
|
188
|
+
"/app-legacy-do-not-use": {
|
|
165
189
|
"experimentalBypassFor": [
|
|
166
190
|
{
|
|
167
191
|
"type": "header",
|
|
@@ -174,8 +198,8 @@
|
|
|
174
198
|
}
|
|
175
199
|
],
|
|
176
200
|
"initialRevalidateSeconds": false,
|
|
177
|
-
"srcRoute": "/
|
|
178
|
-
"dataRoute": "/
|
|
201
|
+
"srcRoute": "/app-legacy-do-not-use",
|
|
202
|
+
"dataRoute": "/app-legacy-do-not-use.rsc",
|
|
179
203
|
"allowHeader": [
|
|
180
204
|
"host",
|
|
181
205
|
"x-matched-path",
|
|
@@ -185,7 +209,7 @@
|
|
|
185
209
|
"x-next-revalidate-tag-token"
|
|
186
210
|
]
|
|
187
211
|
},
|
|
188
|
-
"/": {
|
|
212
|
+
"/terms": {
|
|
189
213
|
"experimentalBypassFor": [
|
|
190
214
|
{
|
|
191
215
|
"type": "header",
|
|
@@ -198,8 +222,8 @@
|
|
|
198
222
|
}
|
|
199
223
|
],
|
|
200
224
|
"initialRevalidateSeconds": false,
|
|
201
|
-
"srcRoute": "/",
|
|
202
|
-
"dataRoute": "/
|
|
225
|
+
"srcRoute": "/terms",
|
|
226
|
+
"dataRoute": "/terms.rsc",
|
|
203
227
|
"allowHeader": [
|
|
204
228
|
"host",
|
|
205
229
|
"x-matched-path",
|
|
@@ -209,7 +233,7 @@
|
|
|
209
233
|
"x-next-revalidate-tag-token"
|
|
210
234
|
]
|
|
211
235
|
},
|
|
212
|
-
"/
|
|
236
|
+
"/yo": {
|
|
213
237
|
"experimentalBypassFor": [
|
|
214
238
|
{
|
|
215
239
|
"type": "header",
|
|
@@ -222,8 +246,8 @@
|
|
|
222
246
|
}
|
|
223
247
|
],
|
|
224
248
|
"initialRevalidateSeconds": false,
|
|
225
|
-
"srcRoute": "/
|
|
226
|
-
"dataRoute": "/
|
|
249
|
+
"srcRoute": "/yo",
|
|
250
|
+
"dataRoute": "/yo.rsc",
|
|
227
251
|
"allowHeader": [
|
|
228
252
|
"host",
|
|
229
253
|
"x-matched-path",
|
|
@@ -233,7 +257,7 @@
|
|
|
233
257
|
"x-next-revalidate-tag-token"
|
|
234
258
|
]
|
|
235
259
|
},
|
|
236
|
-
"/
|
|
260
|
+
"/": {
|
|
237
261
|
"experimentalBypassFor": [
|
|
238
262
|
{
|
|
239
263
|
"type": "header",
|
|
@@ -246,8 +270,8 @@
|
|
|
246
270
|
}
|
|
247
271
|
],
|
|
248
272
|
"initialRevalidateSeconds": false,
|
|
249
|
-
"srcRoute": "/
|
|
250
|
-
"dataRoute": "/
|
|
273
|
+
"srcRoute": "/",
|
|
274
|
+
"dataRoute": "/index.rsc",
|
|
251
275
|
"allowHeader": [
|
|
252
276
|
"host",
|
|
253
277
|
"x-matched-path",
|
|
@@ -261,8 +285,8 @@
|
|
|
261
285
|
"dynamicRoutes": {},
|
|
262
286
|
"notFoundRoutes": [],
|
|
263
287
|
"preview": {
|
|
264
|
-
"previewModeId": "
|
|
265
|
-
"previewModeSigningKey": "
|
|
266
|
-
"previewModeEncryptionKey": "
|
|
288
|
+
"previewModeId": "bf732e3ea0626a1cea880b129924b817",
|
|
289
|
+
"previewModeSigningKey": "213b5a0e8f7dfec19846279d0067c7beeee21c369a69e6c40036922d27d1465c",
|
|
290
|
+
"previewModeEncryptionKey": "9d3b8fa69c1e96b1ac7b6e35a9e871822396cd72df88784f52c7a080740db096"
|
|
267
291
|
}
|
|
268
292
|
}
|
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
{
|
|
2
2
|
"lib/app-registry.ts -> @/components/apps/AgentKeysApp": {
|
|
3
|
-
"id":
|
|
3
|
+
"id": 15336,
|
|
4
4
|
"files": [
|
|
5
|
-
"static/chunks/7616-
|
|
6
|
-
"static/chunks/3667-
|
|
7
|
-
"static/chunks/5336-
|
|
8
|
-
"static/chunks/9380.
|
|
5
|
+
"static/chunks/7616-1129bcb3eee8d315.js",
|
|
6
|
+
"static/chunks/3667-1db7bd03948e60df.js",
|
|
7
|
+
"static/chunks/5336-233ec7ab3807267c.js",
|
|
8
|
+
"static/chunks/9380.f198afbf0c6b5369.js"
|
|
9
9
|
]
|
|
10
10
|
},
|
|
11
11
|
"lib/app-registry.ts -> @/components/apps/IFrameApp": {
|
|
12
|
-
"id":
|
|
12
|
+
"id": 63609,
|
|
13
13
|
"files": [
|
|
14
|
-
"static/chunks/3609.
|
|
14
|
+
"static/chunks/3609.ded5a5306e18af9c.js"
|
|
15
15
|
]
|
|
16
16
|
},
|
|
17
17
|
"lib/app-registry.ts -> @/components/apps/LogsApp": {
|
|
18
|
-
"id":
|
|
18
|
+
"id": 10626,
|
|
19
19
|
"files": [
|
|
20
|
-
"static/chunks/626.
|
|
20
|
+
"static/chunks/626.a5109d16f9eca1f6.js"
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"lib/app-registry.ts -> @/components/apps/SendApp": {
|
|
24
|
-
"id":
|
|
24
|
+
"id": 64919,
|
|
25
25
|
"files": [
|
|
26
|
-
"static/chunks/3a91511d-
|
|
27
|
-
"static/chunks/7616-
|
|
28
|
-
"static/chunks/786-
|
|
29
|
-
"static/chunks/142-
|
|
30
|
-
"static/chunks/5442-
|
|
31
|
-
"static/chunks/3667-
|
|
32
|
-
"static/chunks/4919-
|
|
33
|
-
"static/chunks/8357.
|
|
26
|
+
"static/chunks/3a91511d-ba215c0b5dc21ba9.js",
|
|
27
|
+
"static/chunks/7616-1129bcb3eee8d315.js",
|
|
28
|
+
"static/chunks/786-26deffb41572cbb3.js",
|
|
29
|
+
"static/chunks/142-fa9752f53a551f63.js",
|
|
30
|
+
"static/chunks/5442-b5bb869e832e8967.js",
|
|
31
|
+
"static/chunks/3667-1db7bd03948e60df.js",
|
|
32
|
+
"static/chunks/4919-7e7cdd5efc9f2110.js",
|
|
33
|
+
"static/chunks/8357.5dee1e0c4e5bb091.js"
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
36
|
"lib/app-registry.ts -> @/components/apps/SetupWizardApp": {
|
|
37
|
-
"id":
|
|
37
|
+
"id": 72927,
|
|
38
38
|
"files": [
|
|
39
|
-
"static/chunks/7616-
|
|
40
|
-
"static/chunks/3667-
|
|
41
|
-
"static/chunks/2927.
|
|
39
|
+
"static/chunks/7616-1129bcb3eee8d315.js",
|
|
40
|
+
"static/chunks/3667-1db7bd03948e60df.js",
|
|
41
|
+
"static/chunks/2927.7e00cc878d9a3f52.js"
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"lib/app-registry.ts -> @/components/apps/ThirdPartyApp": {
|
|
45
|
-
"id":
|
|
45
|
+
"id": 43826,
|
|
46
46
|
"files": [
|
|
47
|
-
"static/chunks/3826.
|
|
47
|
+
"static/chunks/3826.a73d4a88d8c09030.js"
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
50
|
"lib/app-registry.ts -> @/components/apps/TokenApp": {
|
|
51
|
-
"id":
|
|
51
|
+
"id": 84256,
|
|
52
52
|
"files": [
|
|
53
|
-
"static/chunks/7616-
|
|
54
|
-
"static/chunks/786-
|
|
55
|
-
"static/chunks/3667-
|
|
56
|
-
"static/chunks/4256.
|
|
53
|
+
"static/chunks/7616-1129bcb3eee8d315.js",
|
|
54
|
+
"static/chunks/786-26deffb41572cbb3.js",
|
|
55
|
+
"static/chunks/3667-1db7bd03948e60df.js",
|
|
56
|
+
"static/chunks/4256.48407d9abad5ea33.js"
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
59
|
"lib/app-registry.ts -> @/components/apps/TransactionsApp": {
|
|
60
|
-
"id":
|
|
60
|
+
"id": 81168,
|
|
61
61
|
"files": [
|
|
62
|
-
"static/chunks/7616-
|
|
63
|
-
"static/chunks/3667-
|
|
64
|
-
"static/chunks/1168.
|
|
62
|
+
"static/chunks/7616-1129bcb3eee8d315.js",
|
|
63
|
+
"static/chunks/3667-1db7bd03948e60df.js",
|
|
64
|
+
"static/chunks/1168.aaac1edbb597fe5a.js"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
"lib/app-registry.ts -> @/components/apps/WalletDetailApp": {
|
|
68
68
|
"id": 4814,
|
|
69
69
|
"files": [
|
|
70
|
-
"static/chunks/3a91511d-
|
|
71
|
-
"static/chunks/7616-
|
|
72
|
-
"static/chunks/786-
|
|
73
|
-
"static/chunks/142-
|
|
74
|
-
"static/chunks/5442-
|
|
75
|
-
"static/chunks/3667-
|
|
76
|
-
"static/chunks/3573-
|
|
77
|
-
"static/chunks/2505.
|
|
70
|
+
"static/chunks/3a91511d-ba215c0b5dc21ba9.js",
|
|
71
|
+
"static/chunks/7616-1129bcb3eee8d315.js",
|
|
72
|
+
"static/chunks/786-26deffb41572cbb3.js",
|
|
73
|
+
"static/chunks/142-fa9752f53a551f63.js",
|
|
74
|
+
"static/chunks/5442-b5bb869e832e8967.js",
|
|
75
|
+
"static/chunks/3667-1db7bd03948e60df.js",
|
|
76
|
+
"static/chunks/3573-1b41d7b8a000d015.js",
|
|
77
|
+
"static/chunks/2505.d54ccadc42f4e3d1.js"
|
|
78
78
|
]
|
|
79
79
|
}
|
|
80
80
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"858":{"*":{"id":"36659","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"2145":{"*":{"id":"79475","name":"*","chunks":[],"async":false}},"2619":{"*":{"id":"3991","name":"*","chunks":[],"async":false}},"2812":{"*":{"id":"40977","name":"*","chunks":[],"async":false}},"3279":{"*":{"id":"93261","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4265":{"*":{"id":"60125","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5685":{"*":{"id":"68225","name":"*","chunks":[],"async":false}},"6300":{"*":{"id":"15144","name":"*","chunks":[],"async":false}},"6493":{"*":{"id":"84103","name":"*","chunks":[],"async":false}},"6823":{"*":{"id":"61525","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7669":{"*":{"id":"33745","name":"*","chunks":[],"async":false}},"7935":{"*":{"id":"76159","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8107":{"*":{"id":"30843","name":"*","chunks":[],"async":false}},"8392":{"*":{"id":"88978","name":"*","chunks":[],"async":false}},"8579":{"*":{"id":"96908","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"42461","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/globals.css":{"id":3673,"name":"*","chunks":["4901","static/chunks/4901-54c1ac380b7b43bb.js","8273","static/chunks/8273-922091226ba84a94.js","7177","static/chunks/app/layout-285c6ef3f16bae63.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/providers.tsx":{"id":6300,"name":"*","chunks":["4901","static/chunks/4901-54c1ac380b7b43bb.js","8273","static/chunks/8273-922091226ba84a94.js","7177","static/chunks/app/layout-285c6ef3f16bae63.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/src/hooks/useTheme.ts":{"id":5685,"name":"*","chunks":["4901","static/chunks/4901-54c1ac380b7b43bb.js","8273","static/chunks/8273-922091226ba84a94.js","7177","static/chunks/app/layout-285c6ef3f16bae63.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/error.tsx":{"id":8579,"name":"*","chunks":["2619","static/chunks/2619-3c9e02e22d10480a.js","7616","static/chunks/7616-b8bd37ce1f735d6f.js","3667","static/chunks/3667-d6770121629db38b.js","8039","static/chunks/app/error-3d6057da512253d8.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/app-dir/link.js":{"id":2619,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/app-dir/link.js":{"id":2619,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/ClientSideMarkdown.tsx":{"id":8392,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/DocsSearchBar.tsx":{"id":7669,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/DocsThemeToggle.tsx":{"id":4265,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/PersistentDocGroup.tsx":{"id":3279,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/ShareUrlButton.tsx":{"id":6823,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/SidebarScrollMemory.tsx":{"id":8107,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/app-legacy-do-not-use/page.tsx":{"id":2812,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/approve/[actionId]/page.tsx":{"id":7935,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/hello/page.tsx":{"id":6493,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/health/CredentialHealthDashboard.tsx":{"id":8609,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/page.tsx":{"id":858,"name":"*","chunks":["2619","static/chunks/2619-3c9e02e22d10480a.js","7616","static/chunks/7616-b8bd37ce1f735d6f.js","142","static/chunks/142-aeaf7ffa9c53516d.js","5553","static/chunks/5553-c8b86fe3513fce04.js","4685","static/chunks/4685-3f8d92f574366fec.js","3667","static/chunks/3667-d6770121629db38b.js","4901","static/chunks/4901-54c1ac380b7b43bb.js","6872","static/chunks/6872-6442f2f5cce36ce5.js","8974","static/chunks/app/page-85017185df14c37b.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/share/[token]/page.tsx":{"id":2145,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/alyssa/src/aura/aurawallet/src/":[],"/Users/alyssa/src/aura/aurawallet/src/app/layout":[{"inlined":false,"path":"static/css/eb25c6452113486f.css"}],"/Users/alyssa/src/aura/aurawallet/src/app/error":[],"/Users/alyssa/src/aura/aurawallet/src/app/page":[],"/Users/alyssa/src/aura/aurawallet/src/app/_not-found/page":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"858":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"2145":{"*":{"id":"7553","name":"*","chunks":[],"async":false}},"2619":{"*":{"id":"65169","name":"*","chunks":[],"async":false}},"2812":{"*":{"id":"57011","name":"*","chunks":[],"async":false}},"3279":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4265":{"*":{"id":"4955","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5685":{"*":{"id":"21971","name":"*","chunks":[],"async":false}},"6300":{"*":{"id":"27626","name":"*","chunks":[],"async":false}},"6493":{"*":{"id":"61592","name":"*","chunks":[],"async":false}},"6823":{"*":{"id":"73836","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7669":{"*":{"id":"94303","name":"*","chunks":[],"async":false}},"7935":{"*":{"id":"61197","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8107":{"*":{"id":"67781","name":"*","chunks":[],"async":false}},"8392":{"*":{"id":"56892","name":"*","chunks":[],"async":false}},"8579":{"*":{"id":"5682","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"33819","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"6493":{"*":{"id":"84103","name":"*","chunks":[],"async":false}},"7935":{"*":{"id":"76159","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"23279":{"*":{"id":"93261","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"28107":{"*":{"id":"30843","name":"*","chunks":[],"async":false}},"28392":{"*":{"id":"88978","name":"*","chunks":[],"async":false}},"36300":{"*":{"id":"15144","name":"*","chunks":[],"async":false}},"37669":{"*":{"id":"33745","name":"*","chunks":[],"async":false}},"42812":{"*":{"id":"40977","name":"*","chunks":[],"async":false}},"44265":{"*":{"id":"60125","name":"*","chunks":[],"async":false}},"50588":{"*":{"id":"8076","name":"*","chunks":[],"async":false}},"50960":{"*":{"id":"96908","name":"*","chunks":[],"async":false}},"52619":{"*":{"id":"3991","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"65685":{"*":{"id":"68225","name":"*","chunks":[],"async":false}},"68609":{"*":{"id":"42461","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"86823":{"*":{"id":"61525","name":"*","chunks":[],"async":false}},"86940":{"*":{"id":"91496","name":"*","chunks":[],"async":false}},"92145":{"*":{"id":"79475","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/globals.css":{"id":13673,"name":"*","chunks":["4901","static/chunks/4901-ba6a32818662e70a.js","8273","static/chunks/8273-8e92d34180669ca9.js","7177","static/chunks/app/layout-af8d9969c7aeb758.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/providers.tsx":{"id":36300,"name":"*","chunks":["4901","static/chunks/4901-ba6a32818662e70a.js","8273","static/chunks/8273-8e92d34180669ca9.js","7177","static/chunks/app/layout-af8d9969c7aeb758.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/src/hooks/useTheme.ts":{"id":65685,"name":"*","chunks":["4901","static/chunks/4901-ba6a32818662e70a.js","8273","static/chunks/8273-8e92d34180669ca9.js","7177","static/chunks/app/layout-af8d9969c7aeb758.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/error.tsx":{"id":50960,"name":"*","chunks":["2619","static/chunks/2619-04bc32f026a0d946.js","7616","static/chunks/7616-1129bcb3eee8d315.js","3667","static/chunks/3667-1db7bd03948e60df.js","8039","static/chunks/app/error-66f983b7769dabfa.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/client/app-dir/link.js":{"id":52619,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/node_modules/next/dist/esm/client/app-dir/link.js":{"id":52619,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/ClientSideMarkdown.tsx":{"id":28392,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/DocsSearchBar.tsx":{"id":37669,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/DocsThemeToggle.tsx":{"id":44265,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/PersistentDocGroup.tsx":{"id":23279,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/ShareUrlButton.tsx":{"id":86823,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/docs/SidebarScrollMemory.tsx":{"id":28107,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/app-legacy-do-not-use/page.tsx":{"id":42812,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/approve/[actionId]/page.tsx":{"id":7935,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/components/health/CredentialHealthDashboard.tsx":{"id":68609,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/hello/page.tsx":{"id":6493,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/share/[token]/page.tsx":{"id":92145,"name":"*","chunks":[],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/UnlockPageClient.tsx":{"id":86940,"name":"*","chunks":["2619","static/chunks/2619-04bc32f026a0d946.js","7616","static/chunks/7616-1129bcb3eee8d315.js","142","static/chunks/142-fa9752f53a551f63.js","7338","static/chunks/7338-3ce17a93614f1d77.js","4685","static/chunks/4685-7f53bbfc4a9845eb.js","3667","static/chunks/3667-1db7bd03948e60df.js","4901","static/chunks/4901-ba6a32818662e70a.js","6872","static/chunks/6872-faea0f088ab2d450.js","8974","static/chunks/app/page-16dfcd1c7cc88bcc.js"],"async":false},"/Users/alyssa/src/aura/aurawallet/src/app/yo/page.tsx":{"id":50588,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/alyssa/src/aura/aurawallet/src/":[],"/Users/alyssa/src/aura/aurawallet/src/app/layout":[{"inlined":false,"path":"static/css/83cd401584ab787f.css"}],"/Users/alyssa/src/aura/aurawallet/src/app/error":[],"/Users/alyssa/src/aura/aurawallet/src/app/page":[],"/Users/alyssa/src/aura/aurawallet/src/app/_not-found/page":[]},"rscModuleMapping":{"6493":{"*":{"id":"61592","name":"*","chunks":[],"async":false}},"7935":{"*":{"id":"61197","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"13673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"23279":{"*":{"id":"93843","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"28107":{"*":{"id":"67781","name":"*","chunks":[],"async":false}},"28392":{"*":{"id":"56892","name":"*","chunks":[],"async":false}},"36300":{"*":{"id":"27626","name":"*","chunks":[],"async":false}},"37669":{"*":{"id":"94303","name":"*","chunks":[],"async":false}},"42812":{"*":{"id":"57011","name":"*","chunks":[],"async":false}},"44265":{"*":{"id":"4955","name":"*","chunks":[],"async":false}},"50588":{"*":{"id":"46678","name":"*","chunks":[],"async":false}},"50960":{"*":{"id":"5682","name":"*","chunks":[],"async":false}},"52619":{"*":{"id":"65169","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"65685":{"*":{"id":"21971","name":"*","chunks":[],"async":false}},"68609":{"*":{"id":"33819","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"86823":{"*":{"id":"73836","name":"*","chunks":[],"async":false}},"86940":{"*":{"id":"18822","name":"*","chunks":[],"async":false}},"92145":{"*":{"id":"7553","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--WshFGr6RxGYP6AbWuT9OG--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/83cd401584ab787f.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-79ad58260e9b10b4.js"/><script src="/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js" async=""></script><script src="/_next/static/chunks/1255-7999eac54f80a49f.js" async=""></script><script src="/_next/static/chunks/main-app-24f0c92ba10af457.js" async=""></script><script src="/_next/static/chunks/4901-ba6a32818662e70a.js" async=""></script><script src="/_next/static/chunks/8273-8e92d34180669ca9.js" async=""></script><script src="/_next/static/chunks/app/layout-af8d9969c7aeb758.js" async=""></script><script src="/_next/static/chunks/2619-04bc32f026a0d946.js" async=""></script><script src="/_next/static/chunks/7616-1129bcb3eee8d315.js" async=""></script><script src="/_next/static/chunks/3667-1db7bd03948e60df.js" async=""></script><script src="/_next/static/chunks/app/error-66f983b7769dabfa.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>AuraMaxx</title><meta name="description" content="Secure local wallets for AI agents"/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/icon.png?df76ea5788c92df2" type="image/png" sizes="32x32"/><link rel="apple-touch-icon" href="/apple-icon.png?71053f8e9b40bf5d" type="image/png" sizes="180x180"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><svg class="absolute w-0 h-0 pointer-events-none" style="position:absolute;width:0;height:0"><filter id="tyvekFilter"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="4" stitchTiles="stitch"></feTurbulence><feColorMatrix type="saturate" values="0"></feColorMatrix><feComponentTransfer><feFuncR type="linear" slope="0.3"></feFuncR><feFuncG type="linear" slope="0.3"></feFuncG><feFuncB type="linear" slope="0.3"></feFuncB></feComponentTransfer></filter></svg><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><div class="tyvek-texture" style="opacity:0.12;z-index:0;pointer-events:none"></div><script src="/_next/static/chunks/webpack-79ad58260e9b10b4.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[65685,[\"4901\",\"static/chunks/4901-ba6a32818662e70a.js\",\"8273\",\"static/chunks/8273-8e92d34180669ca9.js\",\"7177\",\"static/chunks/app/layout-af8d9969c7aeb758.js\"],\"ThemeProvider\"]\n3:I[36300,[\"4901\",\"static/chunks/4901-ba6a32818662e70a.js\",\"8273\",\"static/chunks/8273-8e92d34180669ca9.js\",\"7177\",\"static/chunks/app/layout-af8d9969c7aeb758.js\"],\"Providers\"]\n4:I[9766,[],\"\"]\n5:I[50960,[\"2619\",\"static/chunks/2619-04bc32f026a0d946.js\",\"7616\",\"static/chunks/7616-1129bcb3eee8d315.js\",\"3667\",\"static/chunks/3667-1db7bd03948e60df.js\",\"8039\",\"static/chunks/app/error-66f983b7769dabfa.js\"],\"default\"]\n6:I[98924,[],\"\"]\n7:I[24431,[],\"OutletBoundary\"]\n9:I[15278,[],\"AsyncMetadataOutlet\"]\nb:I[24431,[],\"ViewportBoundary\"]\nd:I[24431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[57150,[],\"\"]\n:HL[\"/_next/static/css/83cd401584ab787f.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"WshFGr6RxGYP6AbWuT9OG\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/83cd401584ab787f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[[\"$\",\"svg\",null,{\"className\":\"absolute w-0 h-0 pointer-events-none\",\"style\":{\"position\":\"absolute\",\"width\":0,\"height\":0},\"children\":[\"$\",\"filter\",null,{\"id\":\"tyvekFilter\",\"children\":[[\"$\",\"feTurbulence\",null,{\"type\":\"fractalNoise\",\"baseFrequency\":\"0.8\",\"numOctaves\":\"4\",\"stitchTiles\":\"stitch\"}],[\"$\",\"feColorMatrix\",null,{\"type\":\"saturate\",\"values\":\"0\"}],[\"$\",\"feComponentTransfer\",null,{\"children\":[[\"$\",\"feFuncR\",null,{\"type\":\"linear\",\"slope\":\"0.3\"}],[\"$\",\"feFuncG\",null,{\"type\":\"linear\",\"slope\":\"0.3\"}],[\"$\",\"feFuncB\",null,{\"type\":\"linear\",\"slope\":\"0.3\"}]]}]]}]}],[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$5\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}],[\"$\",\"div\",null,{\"className\":\"tyvek-texture\",\"style\":{\"opacity\":0.12,\"zIndex\":0,\"pointerEvents\":\"none\"}}]]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],null],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"11:I[80622,[],\"IconMark\"]\na:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"AuraMaxx\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Secure local wallets for AI agents\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/icon.png?df76ea5788c92df2\",\"type\":\"image/png\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"4\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?71053f8e9b40bf5d\",\"type\":\"image/png\",\"sizes\":\"180x180\"}],[\"$\",\"$L11\",\"5\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[
|
|
3
|
-
3:I[
|
|
2
|
+
2:I[65685,["4901","static/chunks/4901-ba6a32818662e70a.js","8273","static/chunks/8273-8e92d34180669ca9.js","7177","static/chunks/app/layout-af8d9969c7aeb758.js"],"ThemeProvider"]
|
|
3
|
+
3:I[36300,["4901","static/chunks/4901-ba6a32818662e70a.js","8273","static/chunks/8273-8e92d34180669ca9.js","7177","static/chunks/app/layout-af8d9969c7aeb758.js"],"Providers"]
|
|
4
4
|
4:I[9766,[],""]
|
|
5
|
-
5:I[
|
|
6
|
-
6:I[
|
|
7
|
-
7:I[
|
|
8
|
-
9:I[
|
|
9
|
-
b:I[
|
|
10
|
-
d:I[
|
|
5
|
+
5:I[50960,["2619","static/chunks/2619-04bc32f026a0d946.js","7616","static/chunks/7616-1129bcb3eee8d315.js","3667","static/chunks/3667-1db7bd03948e60df.js","8039","static/chunks/app/error-66f983b7769dabfa.js"],"default"]
|
|
6
|
+
6:I[98924,[],""]
|
|
7
|
+
7:I[24431,[],"OutletBoundary"]
|
|
8
|
+
9:I[15278,[],"AsyncMetadataOutlet"]
|
|
9
|
+
b:I[24431,[],"ViewportBoundary"]
|
|
10
|
+
d:I[24431,[],"MetadataBoundary"]
|
|
11
11
|
e:"$Sreact.suspense"
|
|
12
|
-
10:I[
|
|
13
|
-
:HL["/_next/static/css/
|
|
14
|
-
0:{"P":null,"b":"
|
|
12
|
+
10:I[57150,[],""]
|
|
13
|
+
:HL["/_next/static/css/83cd401584ab787f.css","style"]
|
|
14
|
+
0:{"P":null,"b":"WshFGr6RxGYP6AbWuT9OG","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/83cd401584ab787f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":[["$","svg",null,{"className":"absolute w-0 h-0 pointer-events-none","style":{"position":"absolute","width":0,"height":0},"children":["$","filter",null,{"id":"tyvekFilter","children":[["$","feTurbulence",null,{"type":"fractalNoise","baseFrequency":"0.8","numOctaves":"4","stitchTiles":"stitch"}],["$","feColorMatrix",null,{"type":"saturate","values":"0"}],["$","feComponentTransfer",null,{"children":[["$","feFuncR",null,{"type":"linear","slope":"0.3"}],["$","feFuncG",null,{"type":"linear","slope":"0.3"}],["$","feFuncB",null,{"type":"linear","slope":"0.3"}]]}]]}]}],["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$5","errorStyles":[],"errorScripts":[],"template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}],["$","div",null,{"className":"tyvek-texture","style":{"opacity":0.12,"zIndex":0,"pointerEvents":"none"}}]]}]}]]}],{"children":["/_not-found",["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$Lb",null,{"children":"$Lc"}],null],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
|
|
15
15
|
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
16
16
|
8:null
|
|
17
|
-
11:I[
|
|
17
|
+
11:I[80622,[],"IconMark"]
|
|
18
18
|
a:{"metadata":[["$","title","0",{"children":"AuraMaxx"}],["$","meta","1",{"name":"description","content":"Secure local wallets for AI agents"}],["$","link","2",{"rel":"icon","href":"/favicon.ico","type":"image/x-icon","sizes":"16x16"}],["$","link","3",{"rel":"icon","href":"/icon.png?df76ea5788c92df2","type":"image/png","sizes":"32x32"}],["$","link","4",{"rel":"apple-touch-icon","href":"/apple-icon.png?71053f8e9b40bf5d","type":"image/png","sizes":"180x180"}],["$","$L11","5",{}]],"error":null,"digest":"$undefined"}
|
|
19
19
|
f:"$a:metadata"
|