@circuitwall/jarela 1.3.0 → 1.4.1
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/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- 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 +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +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 +2 -2
- package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/api/v1/builtin-tools/route.js +10 -1
- package/.next/standalone/.next/server/app/api/v1/builtin-tools/route.js.map +1 -1
- package/.next/standalone/.next/server/app/api/v1/dashboard/currency/route.js +10 -5
- package/.next/standalone/.next/server/app/api/v1/dashboard/currency/route.js.map +1 -1
- package/.next/standalone/.next/server/app/api/v1/page-capture/route.js +37 -3
- package/.next/standalone/.next/server/app/api/v1/page-capture/route.js.map +1 -1
- package/.next/standalone/.next/server/app/api/v1/providers/[provider]/probe/route.js +9 -1
- package/.next/standalone/.next/server/app/api/v1/providers/[provider]/probe/route.js.map +1 -1
- package/.next/standalone/.next/server/app/api/v1/threads/[thread_id]/run/route.js +33 -8
- package/.next/standalone/.next/server/app/api/v1/threads/[thread_id]/run/route.js.map +1 -1
- package/.next/standalone/.next/server/app/page.js +73 -204
- package/.next/standalone/.next/server/app/page.js.map +1 -1
- 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/setup/page.js +1 -1
- package/.next/standalone/.next/server/app/setup/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/setup/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/chunks/1718.js +159 -0
- package/.next/standalone/.next/server/chunks/1718.js.map +1 -0
- package/.next/standalone/.next/server/chunks/2082.js +6 -3
- package/.next/standalone/.next/server/chunks/2082.js.map +1 -1
- package/.next/standalone/.next/server/chunks/210.js +28 -0
- package/.next/standalone/.next/server/chunks/210.js.map +1 -1
- package/.next/standalone/.next/server/chunks/423.js +6 -3
- package/.next/standalone/.next/server/chunks/423.js.map +1 -1
- package/.next/standalone/.next/server/chunks/4631.js +37 -5
- package/.next/standalone/.next/server/chunks/4631.js.map +1 -1
- package/.next/standalone/.next/server/chunks/8167.js +255 -204
- package/.next/standalone/.next/server/chunks/8167.js.map +1 -1
- package/.next/standalone/.next/server/chunks/8866.js +38 -5
- package/.next/standalone/.next/server/chunks/8866.js.map +1 -1
- package/.next/standalone/.next/server/chunks/9032.js +8 -0
- package/.next/standalone/.next/server/chunks/9032.js.map +1 -1
- package/.next/standalone/.next/server/chunks/{7883.js → 9557.js} +15 -3
- package/.next/standalone/.next/server/chunks/9557.js.map +1 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/middleware.js +6 -3
- package/.next/standalone/.next/server/pages/404.html +2 -2
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/proxy.js.map +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/.next/static/chunks/{2351-68d8987bbe17ba2d.js → 2351-1ab119fb3b48f4c9.js} +258 -205
- package/.next/standalone/.next/static/chunks/2351-1ab119fb3b48f4c9.js.map +1 -0
- package/.next/standalone/.next/static/chunks/{9209-0d46118e502f8bf5.js → 4097-64691f9110cf167c.js} +14 -2
- package/.next/standalone/.next/static/chunks/4097-64691f9110cf167c.js.map +1 -0
- package/.next/standalone/.next/static/chunks/app/{page-2ab710949b62a638.js → page-145150e0468544e7.js} +74 -205
- package/.next/standalone/.next/static/chunks/app/page-145150e0468544e7.js.map +1 -0
- package/.next/standalone/.next/static/chunks/app/setup/{page-9a465b5fa755b3c3.js → page-a1463a9ace439ff7.js} +2 -2
- package/.next/standalone/.next/static/chunks/app/setup/{page-9a465b5fa755b3c3.js.map → page-a1463a9ace439ff7.js.map} +1 -1
- package/.next/standalone/.next/static/chunks/{webpack-ff5627013a5e3842.js → webpack-f4ac5c5f92cfd1c1.js} +13 -1
- package/.next/standalone/.next/static/chunks/webpack-f4ac5c5f92cfd1c1.js.map +1 -0
- package/.next/standalone/package.json +2 -1
- package/CHANGELOG.md +84 -0
- package/README.md +51 -26
- package/api/client.ts +10 -9
- package/app/api/v1/dashboard/currency/route.ts +7 -2
- package/app/api/v1/providers/[provider]/probe/route.ts +12 -1
- package/app/api/v1/threads/[thread_id]/run/route.ts +22 -8
- package/components/chat/InputBar.tsx +10 -1
- package/components/layout/AppShell.tsx +53 -17
- package/components/setup/PinKeypad.tsx +238 -0
- package/components/setup/ScreenLock.tsx +8 -173
- package/components/setup/UnlockScreen.tsx +25 -192
- package/lib/api/page-capture.test.ts +58 -0
- package/lib/api/page-capture.ts +31 -1
- package/lib/documents/remote/github.ts +16 -2
- package/lib/documents/remote/mail.ts +11 -2
- package/lib/lifecycle/shutdown.ts +9 -0
- package/lib/providers/github-copilot-auth.ts +2 -0
- package/lib/providers/github-copilot.ts +1 -0
- package/lib/tools/async-results.ts +11 -0
- package/package.json +2 -1
- package/scripts/install-to-system.ps1 +2 -2
- package/scripts/installed-launcher.ps1 +81 -17
- package/.next/standalone/.next/server/chunks/7883.js.map +0 -1
- package/.next/standalone/.next/static/chunks/2351-68d8987bbe17ba2d.js.map +0 -1
- package/.next/standalone/.next/static/chunks/9209-0d46118e502f8bf5.js.map +0 -1
- package/.next/standalone/.next/static/chunks/app/page-2ab710949b62a638.js.map +0 -1
- package/.next/standalone/.next/static/chunks/webpack-ff5627013a5e3842.js.map +0 -1
- /package/.next/standalone/.next/static/{ZKy7LJ3KXj2TIyKOg_fBH → WQdcnm9NyqpeNc0Z8_woo}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{ZKy7LJ3KXj2TIyKOg_fBH → WQdcnm9NyqpeNc0Z8_woo}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../node_modules/@swc/helpers/package.json","../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../node_modules/next/dist/client/components/app-router-headers.js","../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../node_modules/next/dist/client/lib/console.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../node_modules/next/dist/compiled/bytes/index.js","../../../node_modules/next/dist/compiled/bytes/package.json","../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../node_modules/next/dist/compiled/source-map/package.json","../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../node_modules/next/dist/compiled/ws/index.js","../../../node_modules/next/dist/compiled/ws/package.json","../../../node_modules/next/dist/lib/client-and-server-references.js","../../../node_modules/next/dist/lib/constants.js","../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../node_modules/next/dist/lib/interop-default.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/lib/picocolors.js","../../../node_modules/next/dist/lib/scheduler.js","../../../node_modules/next/dist/lib/semver-noop.js","../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../node_modules/next/dist/server/lib/lru-cache.js","../../../node_modules/next/dist/server/lib/parse-stack.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../node_modules/next/dist/server/lib/source-maps.js","../../../node_modules/next/dist/server/lib/trace/constants.js","../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../node_modules/next/dist/server/load-manifest.external.js","../../../node_modules/next/dist/server/node-environment-baseline.js","../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../node_modules/next/dist/server/node-environment.js","../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../node_modules/next/dist/server/patch-error-inspect.js","../../../node_modules/next/dist/server/require-hook.js","../../../node_modules/next/dist/server/response-cache/types.js","../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../node_modules/next/dist/shared/lib/segment.js","../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../node_modules/next/dist/shared/lib/size-limit.js","../../../node_modules/next/package.json","../../../node_modules/react/cjs/react.development.js","../../../node_modules/react/cjs/react.production.js","../../../node_modules/react/index.js","../../../node_modules/react/package.json","../../../node_modules/undici/index.js","../../../node_modules/undici/lib/api/abort-signal.js","../../../node_modules/undici/lib/api/api-connect.js","../../../node_modules/undici/lib/api/api-pipeline.js","../../../node_modules/undici/lib/api/api-request.js","../../../node_modules/undici/lib/api/api-stream.js","../../../node_modules/undici/lib/api/api-upgrade.js","../../../node_modules/undici/lib/api/index.js","../../../node_modules/undici/lib/api/readable.js","../../../node_modules/undici/lib/cache/memory-cache-store.js","../../../node_modules/undici/lib/cache/sqlite-cache-store.js","../../../node_modules/undici/lib/core/connect.js","../../../node_modules/undici/lib/core/constants.js","../../../node_modules/undici/lib/core/diagnostics.js","../../../node_modules/undici/lib/core/errors.js","../../../node_modules/undici/lib/core/request.js","../../../node_modules/undici/lib/core/socks5-client.js","../../../node_modules/undici/lib/core/socks5-utils.js","../../../node_modules/undici/lib/core/symbols.js","../../../node_modules/undici/lib/core/tree.js","../../../node_modules/undici/lib/core/util.js","../../../node_modules/undici/lib/dispatcher/agent.js","../../../node_modules/undici/lib/dispatcher/balanced-pool.js","../../../node_modules/undici/lib/dispatcher/client-h1.js","../../../node_modules/undici/lib/dispatcher/client-h2.js","../../../node_modules/undici/lib/dispatcher/client.js","../../../node_modules/undici/lib/dispatcher/dispatcher-base.js","../../../node_modules/undici/lib/dispatcher/dispatcher.js","../../../node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js","../../../node_modules/undici/lib/dispatcher/env-http-proxy-agent.js","../../../node_modules/undici/lib/dispatcher/fixed-queue.js","../../../node_modules/undici/lib/dispatcher/h2c-client.js","../../../node_modules/undici/lib/dispatcher/pool-base.js","../../../node_modules/undici/lib/dispatcher/pool.js","../../../node_modules/undici/lib/dispatcher/proxy-agent.js","../../../node_modules/undici/lib/dispatcher/retry-agent.js","../../../node_modules/undici/lib/dispatcher/round-robin-pool.js","../../../node_modules/undici/lib/dispatcher/socks5-proxy-agent.js","../../../node_modules/undici/lib/encoding/index.js","../../../node_modules/undici/lib/global.js","../../../node_modules/undici/lib/handler/cache-handler.js","../../../node_modules/undici/lib/handler/cache-revalidation-handler.js","../../../node_modules/undici/lib/handler/decorator-handler.js","../../../node_modules/undici/lib/handler/deduplication-handler.js","../../../node_modules/undici/lib/handler/redirect-handler.js","../../../node_modules/undici/lib/handler/retry-handler.js","../../../node_modules/undici/lib/interceptor/cache.js","../../../node_modules/undici/lib/interceptor/decompress.js","../../../node_modules/undici/lib/interceptor/deduplicate.js","../../../node_modules/undici/lib/interceptor/dns.js","../../../node_modules/undici/lib/interceptor/dump.js","../../../node_modules/undici/lib/interceptor/redirect.js","../../../node_modules/undici/lib/interceptor/response-error.js","../../../node_modules/undici/lib/interceptor/retry.js","../../../node_modules/undici/lib/llhttp/constants.js","../../../node_modules/undici/lib/llhttp/llhttp-wasm.js","../../../node_modules/undici/lib/llhttp/llhttp_simd-wasm.js","../../../node_modules/undici/lib/llhttp/utils.js","../../../node_modules/undici/lib/mock/mock-agent.js","../../../node_modules/undici/lib/mock/mock-call-history.js","../../../node_modules/undici/lib/mock/mock-client.js","../../../node_modules/undici/lib/mock/mock-errors.js","../../../node_modules/undici/lib/mock/mock-interceptor.js","../../../node_modules/undici/lib/mock/mock-pool.js","../../../node_modules/undici/lib/mock/mock-symbols.js","../../../node_modules/undici/lib/mock/mock-utils.js","../../../node_modules/undici/lib/mock/pending-interceptors-formatter.js","../../../node_modules/undici/lib/mock/snapshot-agent.js","../../../node_modules/undici/lib/mock/snapshot-recorder.js","../../../node_modules/undici/lib/mock/snapshot-utils.js","../../../node_modules/undici/lib/util/cache.js","../../../node_modules/undici/lib/util/date.js","../../../node_modules/undici/lib/util/runtime-features.js","../../../node_modules/undici/lib/util/stats.js","../../../node_modules/undici/lib/util/timers.js","../../../node_modules/undici/lib/web/cache/cache.js","../../../node_modules/undici/lib/web/cache/cachestorage.js","../../../node_modules/undici/lib/web/cache/util.js","../../../node_modules/undici/lib/web/cookies/constants.js","../../../node_modules/undici/lib/web/cookies/index.js","../../../node_modules/undici/lib/web/cookies/parse.js","../../../node_modules/undici/lib/web/cookies/util.js","../../../node_modules/undici/lib/web/eventsource/eventsource-stream.js","../../../node_modules/undici/lib/web/eventsource/eventsource.js","../../../node_modules/undici/lib/web/eventsource/util.js","../../../node_modules/undici/lib/web/fetch/body.js","../../../node_modules/undici/lib/web/fetch/constants.js","../../../node_modules/undici/lib/web/fetch/data-url.js","../../../node_modules/undici/lib/web/fetch/formdata-parser.js","../../../node_modules/undici/lib/web/fetch/formdata.js","../../../node_modules/undici/lib/web/fetch/global.js","../../../node_modules/undici/lib/web/fetch/headers.js","../../../node_modules/undici/lib/web/fetch/index.js","../../../node_modules/undici/lib/web/fetch/request.js","../../../node_modules/undici/lib/web/fetch/response.js","../../../node_modules/undici/lib/web/fetch/util.js","../../../node_modules/undici/lib/web/infra/index.js","../../../node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js","../../../node_modules/undici/lib/web/webidl/index.js","../../../node_modules/undici/lib/web/websocket/connection.js","../../../node_modules/undici/lib/web/websocket/constants.js","../../../node_modules/undici/lib/web/websocket/events.js","../../../node_modules/undici/lib/web/websocket/frame.js","../../../node_modules/undici/lib/web/websocket/permessage-deflate.js","../../../node_modules/undici/lib/web/websocket/receiver.js","../../../node_modules/undici/lib/web/websocket/sender.js","../../../node_modules/undici/lib/web/websocket/stream/websocketerror.js","../../../node_modules/undici/lib/web/websocket/stream/websocketstream.js","../../../node_modules/undici/lib/web/websocket/util.js","../../../node_modules/undici/lib/web/websocket/websocket.js","../../../node_modules/undici/package.json","../../../package.json","../../package.json","../chunks/1050.js","../chunks/1050.js.map","../chunks/1200.js","../chunks/1200.js.map","../chunks/1267.js","../chunks/1267.js.map","../chunks/1382.js","../chunks/1382.js.map","../chunks/1715.js","../chunks/1715.js.map","../chunks/1918.js","../chunks/1918.js.map","../chunks/2082.js","../chunks/2082.js.map","../chunks/2298.js","../chunks/2298.js.map","../chunks/2497.js","../chunks/2497.js.map","../chunks/2536.js","../chunks/2536.js.map","../chunks/3119.js","../chunks/3119.js.map","../chunks/319.js","../chunks/319.js.map","../chunks/3415.js","../chunks/3415.js.map","../chunks/3818.js","../chunks/3818.js.map","../chunks/4045.js","../chunks/4045.js.map","../chunks/4395.js","../chunks/4395.js.map","../chunks/4431.js","../chunks/4431.js.map","../chunks/4741.js","../chunks/4741.js.map","../chunks/513.js","../chunks/513.js.map","../chunks/5306.js","../chunks/5306.js.map","../chunks/5322.js","../chunks/5322.js.map","../chunks/6168.js","../chunks/6168.js.map","../chunks/6419.js","../chunks/6419.js.map","../chunks/6845.js","../chunks/6845.js.map","../chunks/7226.js","../chunks/7226.js.map","../chunks/7230.js","../chunks/7230.js.map","../chunks/728.js","../chunks/728.js.map","../chunks/7855.js","../chunks/7855.js.map","../chunks/7883.js","../chunks/7883.js.map","../chunks/8064.js","../chunks/8064.js.map","../chunks/8167.js","../chunks/8167.js.map","../chunks/9389.js","../chunks/9389.js.map","../chunks/9883.js","../chunks/9883.js.map","../webpack-runtime.js","../webpack-runtime.js.map","page.js.map","page_client-reference-manifest.js","../../../node_modules/@napi-rs/keyring/index.d.ts","../../../node_modules/@napi-rs/keyring/index.js","../../../node_modules/@napi-rs/keyring/keytar.d.ts","../../../node_modules/@napi-rs/keyring/keytar.js","../../../node_modules/@napi-rs/keyring/LICENSE","../../../node_modules/@napi-rs/keyring/package.json","../../../node_modules/@napi-rs/keyring/README.md"]}
|
|
1
|
+
{"version":1,"files":["../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../node_modules/@swc/helpers/package.json","../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../node_modules/next/dist/client/components/app-router-headers.js","../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../node_modules/next/dist/client/lib/console.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../node_modules/next/dist/compiled/bytes/index.js","../../../node_modules/next/dist/compiled/bytes/package.json","../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../node_modules/next/dist/compiled/source-map/package.json","../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../node_modules/next/dist/compiled/ws/index.js","../../../node_modules/next/dist/compiled/ws/package.json","../../../node_modules/next/dist/lib/client-and-server-references.js","../../../node_modules/next/dist/lib/constants.js","../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../node_modules/next/dist/lib/interop-default.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/lib/picocolors.js","../../../node_modules/next/dist/lib/scheduler.js","../../../node_modules/next/dist/lib/semver-noop.js","../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../node_modules/next/dist/server/lib/lru-cache.js","../../../node_modules/next/dist/server/lib/parse-stack.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../node_modules/next/dist/server/lib/source-maps.js","../../../node_modules/next/dist/server/lib/trace/constants.js","../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../node_modules/next/dist/server/load-manifest.external.js","../../../node_modules/next/dist/server/node-environment-baseline.js","../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../node_modules/next/dist/server/node-environment.js","../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../node_modules/next/dist/server/patch-error-inspect.js","../../../node_modules/next/dist/server/require-hook.js","../../../node_modules/next/dist/server/response-cache/types.js","../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../node_modules/next/dist/shared/lib/segment.js","../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../node_modules/next/dist/shared/lib/size-limit.js","../../../node_modules/next/package.json","../../../node_modules/react/cjs/react.development.js","../../../node_modules/react/cjs/react.production.js","../../../node_modules/react/index.js","../../../node_modules/react/package.json","../../../node_modules/undici/index.js","../../../node_modules/undici/lib/api/abort-signal.js","../../../node_modules/undici/lib/api/api-connect.js","../../../node_modules/undici/lib/api/api-pipeline.js","../../../node_modules/undici/lib/api/api-request.js","../../../node_modules/undici/lib/api/api-stream.js","../../../node_modules/undici/lib/api/api-upgrade.js","../../../node_modules/undici/lib/api/index.js","../../../node_modules/undici/lib/api/readable.js","../../../node_modules/undici/lib/cache/memory-cache-store.js","../../../node_modules/undici/lib/cache/sqlite-cache-store.js","../../../node_modules/undici/lib/core/connect.js","../../../node_modules/undici/lib/core/constants.js","../../../node_modules/undici/lib/core/diagnostics.js","../../../node_modules/undici/lib/core/errors.js","../../../node_modules/undici/lib/core/request.js","../../../node_modules/undici/lib/core/socks5-client.js","../../../node_modules/undici/lib/core/socks5-utils.js","../../../node_modules/undici/lib/core/symbols.js","../../../node_modules/undici/lib/core/tree.js","../../../node_modules/undici/lib/core/util.js","../../../node_modules/undici/lib/dispatcher/agent.js","../../../node_modules/undici/lib/dispatcher/balanced-pool.js","../../../node_modules/undici/lib/dispatcher/client-h1.js","../../../node_modules/undici/lib/dispatcher/client-h2.js","../../../node_modules/undici/lib/dispatcher/client.js","../../../node_modules/undici/lib/dispatcher/dispatcher-base.js","../../../node_modules/undici/lib/dispatcher/dispatcher.js","../../../node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js","../../../node_modules/undici/lib/dispatcher/env-http-proxy-agent.js","../../../node_modules/undici/lib/dispatcher/fixed-queue.js","../../../node_modules/undici/lib/dispatcher/h2c-client.js","../../../node_modules/undici/lib/dispatcher/pool-base.js","../../../node_modules/undici/lib/dispatcher/pool.js","../../../node_modules/undici/lib/dispatcher/proxy-agent.js","../../../node_modules/undici/lib/dispatcher/retry-agent.js","../../../node_modules/undici/lib/dispatcher/round-robin-pool.js","../../../node_modules/undici/lib/dispatcher/socks5-proxy-agent.js","../../../node_modules/undici/lib/encoding/index.js","../../../node_modules/undici/lib/global.js","../../../node_modules/undici/lib/handler/cache-handler.js","../../../node_modules/undici/lib/handler/cache-revalidation-handler.js","../../../node_modules/undici/lib/handler/decorator-handler.js","../../../node_modules/undici/lib/handler/deduplication-handler.js","../../../node_modules/undici/lib/handler/redirect-handler.js","../../../node_modules/undici/lib/handler/retry-handler.js","../../../node_modules/undici/lib/interceptor/cache.js","../../../node_modules/undici/lib/interceptor/decompress.js","../../../node_modules/undici/lib/interceptor/deduplicate.js","../../../node_modules/undici/lib/interceptor/dns.js","../../../node_modules/undici/lib/interceptor/dump.js","../../../node_modules/undici/lib/interceptor/redirect.js","../../../node_modules/undici/lib/interceptor/response-error.js","../../../node_modules/undici/lib/interceptor/retry.js","../../../node_modules/undici/lib/llhttp/constants.js","../../../node_modules/undici/lib/llhttp/llhttp-wasm.js","../../../node_modules/undici/lib/llhttp/llhttp_simd-wasm.js","../../../node_modules/undici/lib/llhttp/utils.js","../../../node_modules/undici/lib/mock/mock-agent.js","../../../node_modules/undici/lib/mock/mock-call-history.js","../../../node_modules/undici/lib/mock/mock-client.js","../../../node_modules/undici/lib/mock/mock-errors.js","../../../node_modules/undici/lib/mock/mock-interceptor.js","../../../node_modules/undici/lib/mock/mock-pool.js","../../../node_modules/undici/lib/mock/mock-symbols.js","../../../node_modules/undici/lib/mock/mock-utils.js","../../../node_modules/undici/lib/mock/pending-interceptors-formatter.js","../../../node_modules/undici/lib/mock/snapshot-agent.js","../../../node_modules/undici/lib/mock/snapshot-recorder.js","../../../node_modules/undici/lib/mock/snapshot-utils.js","../../../node_modules/undici/lib/util/cache.js","../../../node_modules/undici/lib/util/date.js","../../../node_modules/undici/lib/util/runtime-features.js","../../../node_modules/undici/lib/util/stats.js","../../../node_modules/undici/lib/util/timers.js","../../../node_modules/undici/lib/web/cache/cache.js","../../../node_modules/undici/lib/web/cache/cachestorage.js","../../../node_modules/undici/lib/web/cache/util.js","../../../node_modules/undici/lib/web/cookies/constants.js","../../../node_modules/undici/lib/web/cookies/index.js","../../../node_modules/undici/lib/web/cookies/parse.js","../../../node_modules/undici/lib/web/cookies/util.js","../../../node_modules/undici/lib/web/eventsource/eventsource-stream.js","../../../node_modules/undici/lib/web/eventsource/eventsource.js","../../../node_modules/undici/lib/web/eventsource/util.js","../../../node_modules/undici/lib/web/fetch/body.js","../../../node_modules/undici/lib/web/fetch/constants.js","../../../node_modules/undici/lib/web/fetch/data-url.js","../../../node_modules/undici/lib/web/fetch/formdata-parser.js","../../../node_modules/undici/lib/web/fetch/formdata.js","../../../node_modules/undici/lib/web/fetch/global.js","../../../node_modules/undici/lib/web/fetch/headers.js","../../../node_modules/undici/lib/web/fetch/index.js","../../../node_modules/undici/lib/web/fetch/request.js","../../../node_modules/undici/lib/web/fetch/response.js","../../../node_modules/undici/lib/web/fetch/util.js","../../../node_modules/undici/lib/web/infra/index.js","../../../node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js","../../../node_modules/undici/lib/web/webidl/index.js","../../../node_modules/undici/lib/web/websocket/connection.js","../../../node_modules/undici/lib/web/websocket/constants.js","../../../node_modules/undici/lib/web/websocket/events.js","../../../node_modules/undici/lib/web/websocket/frame.js","../../../node_modules/undici/lib/web/websocket/permessage-deflate.js","../../../node_modules/undici/lib/web/websocket/receiver.js","../../../node_modules/undici/lib/web/websocket/sender.js","../../../node_modules/undici/lib/web/websocket/stream/websocketerror.js","../../../node_modules/undici/lib/web/websocket/stream/websocketstream.js","../../../node_modules/undici/lib/web/websocket/util.js","../../../node_modules/undici/lib/web/websocket/websocket.js","../../../node_modules/undici/package.json","../../../package.json","../../package.json","../chunks/1050.js","../chunks/1050.js.map","../chunks/1200.js","../chunks/1200.js.map","../chunks/1267.js","../chunks/1267.js.map","../chunks/1382.js","../chunks/1382.js.map","../chunks/1715.js","../chunks/1715.js.map","../chunks/1918.js","../chunks/1918.js.map","../chunks/2082.js","../chunks/2082.js.map","../chunks/2298.js","../chunks/2298.js.map","../chunks/2497.js","../chunks/2497.js.map","../chunks/2536.js","../chunks/2536.js.map","../chunks/3119.js","../chunks/3119.js.map","../chunks/319.js","../chunks/319.js.map","../chunks/3415.js","../chunks/3415.js.map","../chunks/3818.js","../chunks/3818.js.map","../chunks/4045.js","../chunks/4045.js.map","../chunks/4395.js","../chunks/4395.js.map","../chunks/4431.js","../chunks/4431.js.map","../chunks/4741.js","../chunks/4741.js.map","../chunks/513.js","../chunks/513.js.map","../chunks/5306.js","../chunks/5306.js.map","../chunks/5322.js","../chunks/5322.js.map","../chunks/6168.js","../chunks/6168.js.map","../chunks/6419.js","../chunks/6419.js.map","../chunks/6845.js","../chunks/6845.js.map","../chunks/7226.js","../chunks/7226.js.map","../chunks/7230.js","../chunks/7230.js.map","../chunks/728.js","../chunks/728.js.map","../chunks/7855.js","../chunks/7855.js.map","../chunks/8064.js","../chunks/8064.js.map","../chunks/8167.js","../chunks/8167.js.map","../chunks/9389.js","../chunks/9389.js.map","../chunks/9557.js","../chunks/9557.js.map","../chunks/9883.js","../chunks/9883.js.map","../webpack-runtime.js","../webpack-runtime.js.map","page.js.map","page_client-reference-manifest.js","../../../node_modules/@napi-rs/keyring/index.d.ts","../../../node_modules/@napi-rs/keyring/index.js","../../../node_modules/@napi-rs/keyring/keytar.d.ts","../../../node_modules/@napi-rs/keyring/keytar.js","../../../node_modules/@napi-rs/keyring/LICENSE","../../../node_modules/@napi-rs/keyring/package.json","../../../node_modules/@napi-rs/keyring/README.md"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"722":{"*":{"id":"86486","name":"*","chunks":[],"async":false}},"737":{"*":{"id":"41005","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"2283":{"*":{"id":"26751","name":"*","chunks":[],"async":false}},"2922":{"*":{"id":"86178","name":"*","chunks":[],"async":false}},"3639":{"*":{"id":"35419","name":"*","chunks":[],"async":false}},"3741":{"*":{"id":"96765","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/components/ui/ServiceWorkerRegistration.tsx":{"id":722,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/contexts/AppContext.tsx":{"id":3639,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/contexts/ThemeContext.tsx":{"id":737,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/components/layout/AppShell.tsx":{"id":2922,"name":"*","chunks":["
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"722":{"*":{"id":"86486","name":"*","chunks":[],"async":false}},"737":{"*":{"id":"41005","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"2283":{"*":{"id":"26751","name":"*","chunks":[],"async":false}},"2922":{"*":{"id":"86178","name":"*","chunks":[],"async":false}},"3639":{"*":{"id":"35419","name":"*","chunks":[],"async":false}},"3741":{"*":{"id":"96765","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/components/ui/ServiceWorkerRegistration.tsx":{"id":722,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/contexts/AppContext.tsx":{"id":3639,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/contexts/ThemeContext.tsx":{"id":737,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/components/layout/AppShell.tsx":{"id":2922,"name":"*","chunks":["4097","static/chunks/4097-64691f9110cf167c.js","7537","static/chunks/7537-2b6c6dcc4cebe80d.js","2351","static/chunks/2351-1ab119fb3b48f4c9.js","8974","static/chunks/app/page-145150e0468544e7.js"],"async":false},"/home/runner/work/jarela/jarela/components/setup/UnlockScreen.tsx":{"id":2283,"name":"*","chunks":["4097","static/chunks/4097-64691f9110cf167c.js","7537","static/chunks/7537-2b6c6dcc4cebe80d.js","2351","static/chunks/2351-1ab119fb3b48f4c9.js","8974","static/chunks/app/page-145150e0468544e7.js"],"async":false},"/home/runner/work/jarela/jarela/components/setup/OnboardingWizard.tsx":{"id":3741,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/jarela/jarela/":[],"/home/runner/work/jarela/jarela/app/layout":[{"inlined":false,"path":"static/css/9e7f2876a726408f.css"}],"/home/runner/work/jarela/jarela/app/page":[{"inlined":false,"path":"static/css/61d4279c2300e146.css"}]},"rscModuleMapping":{"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"722":{"*":{"id":"13236","name":"*","chunks":[],"async":false}},"737":{"*":{"id":"28383","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"2283":{"*":{"id":"67181","name":"*","chunks":[],"async":false}},"2922":{"*":{"id":"59255","name":"*","chunks":[],"async":false}},"3639":{"*":{"id":"25933","name":"*","chunks":[],"async":false}},"3741":{"*":{"id":"59275","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -1814,7 +1814,7 @@ module.exports = require("events");
|
|
|
1814
1814
|
var __webpack_require__ = require("../../webpack-runtime.js");
|
|
1815
1815
|
__webpack_require__.C(exports);
|
|
1816
1816
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
1817
|
-
var __webpack_exports__ = __webpack_require__.X(0, [4741,1050,2497,319,1918,
|
|
1817
|
+
var __webpack_exports__ = __webpack_require__.X(0, [4741,1050,2497,319,1918,9557,2082,4045,8167], () => (__webpack_exec__(29816)));
|
|
1818
1818
|
module.exports = __webpack_exports__;
|
|
1819
1819
|
|
|
1820
1820
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/bytes/index.js","../../../../node_modules/next/dist/compiled/bytes/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../../node_modules/undici/index.js","../../../../node_modules/undici/lib/api/abort-signal.js","../../../../node_modules/undici/lib/api/api-connect.js","../../../../node_modules/undici/lib/api/api-pipeline.js","../../../../node_modules/undici/lib/api/api-request.js","../../../../node_modules/undici/lib/api/api-stream.js","../../../../node_modules/undici/lib/api/api-upgrade.js","../../../../node_modules/undici/lib/api/index.js","../../../../node_modules/undici/lib/api/readable.js","../../../../node_modules/undici/lib/cache/memory-cache-store.js","../../../../node_modules/undici/lib/cache/sqlite-cache-store.js","../../../../node_modules/undici/lib/core/connect.js","../../../../node_modules/undici/lib/core/constants.js","../../../../node_modules/undici/lib/core/diagnostics.js","../../../../node_modules/undici/lib/core/errors.js","../../../../node_modules/undici/lib/core/request.js","../../../../node_modules/undici/lib/core/socks5-client.js","../../../../node_modules/undici/lib/core/socks5-utils.js","../../../../node_modules/undici/lib/core/symbols.js","../../../../node_modules/undici/lib/core/tree.js","../../../../node_modules/undici/lib/core/util.js","../../../../node_modules/undici/lib/dispatcher/agent.js","../../../../node_modules/undici/lib/dispatcher/balanced-pool.js","../../../../node_modules/undici/lib/dispatcher/client-h1.js","../../../../node_modules/undici/lib/dispatcher/client-h2.js","../../../../node_modules/undici/lib/dispatcher/client.js","../../../../node_modules/undici/lib/dispatcher/dispatcher-base.js","../../../../node_modules/undici/lib/dispatcher/dispatcher.js","../../../../node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js","../../../../node_modules/undici/lib/dispatcher/env-http-proxy-agent.js","../../../../node_modules/undici/lib/dispatcher/fixed-queue.js","../../../../node_modules/undici/lib/dispatcher/h2c-client.js","../../../../node_modules/undici/lib/dispatcher/pool-base.js","../../../../node_modules/undici/lib/dispatcher/pool.js","../../../../node_modules/undici/lib/dispatcher/proxy-agent.js","../../../../node_modules/undici/lib/dispatcher/retry-agent.js","../../../../node_modules/undici/lib/dispatcher/round-robin-pool.js","../../../../node_modules/undici/lib/dispatcher/socks5-proxy-agent.js","../../../../node_modules/undici/lib/encoding/index.js","../../../../node_modules/undici/lib/global.js","../../../../node_modules/undici/lib/handler/cache-handler.js","../../../../node_modules/undici/lib/handler/cache-revalidation-handler.js","../../../../node_modules/undici/lib/handler/decorator-handler.js","../../../../node_modules/undici/lib/handler/deduplication-handler.js","../../../../node_modules/undici/lib/handler/redirect-handler.js","../../../../node_modules/undici/lib/handler/retry-handler.js","../../../../node_modules/undici/lib/interceptor/cache.js","../../../../node_modules/undici/lib/interceptor/decompress.js","../../../../node_modules/undici/lib/interceptor/deduplicate.js","../../../../node_modules/undici/lib/interceptor/dns.js","../../../../node_modules/undici/lib/interceptor/dump.js","../../../../node_modules/undici/lib/interceptor/redirect.js","../../../../node_modules/undici/lib/interceptor/response-error.js","../../../../node_modules/undici/lib/interceptor/retry.js","../../../../node_modules/undici/lib/llhttp/constants.js","../../../../node_modules/undici/lib/llhttp/llhttp-wasm.js","../../../../node_modules/undici/lib/llhttp/llhttp_simd-wasm.js","../../../../node_modules/undici/lib/llhttp/utils.js","../../../../node_modules/undici/lib/mock/mock-agent.js","../../../../node_modules/undici/lib/mock/mock-call-history.js","../../../../node_modules/undici/lib/mock/mock-client.js","../../../../node_modules/undici/lib/mock/mock-errors.js","../../../../node_modules/undici/lib/mock/mock-interceptor.js","../../../../node_modules/undici/lib/mock/mock-pool.js","../../../../node_modules/undici/lib/mock/mock-symbols.js","../../../../node_modules/undici/lib/mock/mock-utils.js","../../../../node_modules/undici/lib/mock/pending-interceptors-formatter.js","../../../../node_modules/undici/lib/mock/snapshot-agent.js","../../../../node_modules/undici/lib/mock/snapshot-recorder.js","../../../../node_modules/undici/lib/mock/snapshot-utils.js","../../../../node_modules/undici/lib/util/cache.js","../../../../node_modules/undici/lib/util/date.js","../../../../node_modules/undici/lib/util/runtime-features.js","../../../../node_modules/undici/lib/util/stats.js","../../../../node_modules/undici/lib/util/timers.js","../../../../node_modules/undici/lib/web/cache/cache.js","../../../../node_modules/undici/lib/web/cache/cachestorage.js","../../../../node_modules/undici/lib/web/cache/util.js","../../../../node_modules/undici/lib/web/cookies/constants.js","../../../../node_modules/undici/lib/web/cookies/index.js","../../../../node_modules/undici/lib/web/cookies/parse.js","../../../../node_modules/undici/lib/web/cookies/util.js","../../../../node_modules/undici/lib/web/eventsource/eventsource-stream.js","../../../../node_modules/undici/lib/web/eventsource/eventsource.js","../../../../node_modules/undici/lib/web/eventsource/util.js","../../../../node_modules/undici/lib/web/fetch/body.js","../../../../node_modules/undici/lib/web/fetch/constants.js","../../../../node_modules/undici/lib/web/fetch/data-url.js","../../../../node_modules/undici/lib/web/fetch/formdata-parser.js","../../../../node_modules/undici/lib/web/fetch/formdata.js","../../../../node_modules/undici/lib/web/fetch/global.js","../../../../node_modules/undici/lib/web/fetch/headers.js","../../../../node_modules/undici/lib/web/fetch/index.js","../../../../node_modules/undici/lib/web/fetch/request.js","../../../../node_modules/undici/lib/web/fetch/response.js","../../../../node_modules/undici/lib/web/fetch/util.js","../../../../node_modules/undici/lib/web/infra/index.js","../../../../node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js","../../../../node_modules/undici/lib/web/webidl/index.js","../../../../node_modules/undici/lib/web/websocket/connection.js","../../../../node_modules/undici/lib/web/websocket/constants.js","../../../../node_modules/undici/lib/web/websocket/events.js","../../../../node_modules/undici/lib/web/websocket/frame.js","../../../../node_modules/undici/lib/web/websocket/permessage-deflate.js","../../../../node_modules/undici/lib/web/websocket/receiver.js","../../../../node_modules/undici/lib/web/websocket/sender.js","../../../../node_modules/undici/lib/web/websocket/stream/websocketerror.js","../../../../node_modules/undici/lib/web/websocket/stream/websocketstream.js","../../../../node_modules/undici/lib/web/websocket/util.js","../../../../node_modules/undici/lib/web/websocket/websocket.js","../../../../node_modules/undici/package.json","../../../../package.json","../../../package.json","../../chunks/1050.js","../../chunks/1050.js.map","../../chunks/1200.js","../../chunks/1200.js.map","../../chunks/1267.js","../../chunks/1267.js.map","../../chunks/1382.js","../../chunks/1382.js.map","../../chunks/1715.js","../../chunks/1715.js.map","../../chunks/1918.js","../../chunks/1918.js.map","../../chunks/2082.js","../../chunks/2082.js.map","../../chunks/2298.js","../../chunks/2298.js.map","../../chunks/2497.js","../../chunks/2497.js.map","../../chunks/2536.js","../../chunks/2536.js.map","../../chunks/3119.js","../../chunks/3119.js.map","../../chunks/319.js","../../chunks/319.js.map","../../chunks/3415.js","../../chunks/3415.js.map","../../chunks/3818.js","../../chunks/3818.js.map","../../chunks/4045.js","../../chunks/4045.js.map","../../chunks/4395.js","../../chunks/4395.js.map","../../chunks/4431.js","../../chunks/4431.js.map","../../chunks/4741.js","../../chunks/4741.js.map","../../chunks/513.js","../../chunks/513.js.map","../../chunks/5306.js","../../chunks/5306.js.map","../../chunks/5322.js","../../chunks/5322.js.map","../../chunks/6168.js","../../chunks/6168.js.map","../../chunks/6419.js","../../chunks/6419.js.map","../../chunks/6845.js","../../chunks/6845.js.map","../../chunks/7226.js","../../chunks/7226.js.map","../../chunks/7230.js","../../chunks/7230.js.map","../../chunks/728.js","../../chunks/728.js.map","../../chunks/7855.js","../../chunks/7855.js.map","../../chunks/7883.js","../../chunks/7883.js.map","../../chunks/8064.js","../../chunks/8064.js.map","../../chunks/8167.js","../../chunks/8167.js.map","../../chunks/9389.js","../../chunks/9389.js.map","../../chunks/9883.js","../../chunks/9883.js.map","../../webpack-runtime.js","../../webpack-runtime.js.map","page.js.map","page_client-reference-manifest.js","../../../../node_modules/@napi-rs/keyring/index.d.ts","../../../../node_modules/@napi-rs/keyring/index.js","../../../../node_modules/@napi-rs/keyring/keytar.d.ts","../../../../node_modules/@napi-rs/keyring/keytar.js","../../../../node_modules/@napi-rs/keyring/LICENSE","../../../../node_modules/@napi-rs/keyring/package.json","../../../../node_modules/@napi-rs/keyring/README.md"]}
|
|
1
|
+
{"version":1,"files":["../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/bytes/index.js","../../../../node_modules/next/dist/compiled/bytes/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/dist/shared/lib/size-limit.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../../../node_modules/undici/index.js","../../../../node_modules/undici/lib/api/abort-signal.js","../../../../node_modules/undici/lib/api/api-connect.js","../../../../node_modules/undici/lib/api/api-pipeline.js","../../../../node_modules/undici/lib/api/api-request.js","../../../../node_modules/undici/lib/api/api-stream.js","../../../../node_modules/undici/lib/api/api-upgrade.js","../../../../node_modules/undici/lib/api/index.js","../../../../node_modules/undici/lib/api/readable.js","../../../../node_modules/undici/lib/cache/memory-cache-store.js","../../../../node_modules/undici/lib/cache/sqlite-cache-store.js","../../../../node_modules/undici/lib/core/connect.js","../../../../node_modules/undici/lib/core/constants.js","../../../../node_modules/undici/lib/core/diagnostics.js","../../../../node_modules/undici/lib/core/errors.js","../../../../node_modules/undici/lib/core/request.js","../../../../node_modules/undici/lib/core/socks5-client.js","../../../../node_modules/undici/lib/core/socks5-utils.js","../../../../node_modules/undici/lib/core/symbols.js","../../../../node_modules/undici/lib/core/tree.js","../../../../node_modules/undici/lib/core/util.js","../../../../node_modules/undici/lib/dispatcher/agent.js","../../../../node_modules/undici/lib/dispatcher/balanced-pool.js","../../../../node_modules/undici/lib/dispatcher/client-h1.js","../../../../node_modules/undici/lib/dispatcher/client-h2.js","../../../../node_modules/undici/lib/dispatcher/client.js","../../../../node_modules/undici/lib/dispatcher/dispatcher-base.js","../../../../node_modules/undici/lib/dispatcher/dispatcher.js","../../../../node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js","../../../../node_modules/undici/lib/dispatcher/env-http-proxy-agent.js","../../../../node_modules/undici/lib/dispatcher/fixed-queue.js","../../../../node_modules/undici/lib/dispatcher/h2c-client.js","../../../../node_modules/undici/lib/dispatcher/pool-base.js","../../../../node_modules/undici/lib/dispatcher/pool.js","../../../../node_modules/undici/lib/dispatcher/proxy-agent.js","../../../../node_modules/undici/lib/dispatcher/retry-agent.js","../../../../node_modules/undici/lib/dispatcher/round-robin-pool.js","../../../../node_modules/undici/lib/dispatcher/socks5-proxy-agent.js","../../../../node_modules/undici/lib/encoding/index.js","../../../../node_modules/undici/lib/global.js","../../../../node_modules/undici/lib/handler/cache-handler.js","../../../../node_modules/undici/lib/handler/cache-revalidation-handler.js","../../../../node_modules/undici/lib/handler/decorator-handler.js","../../../../node_modules/undici/lib/handler/deduplication-handler.js","../../../../node_modules/undici/lib/handler/redirect-handler.js","../../../../node_modules/undici/lib/handler/retry-handler.js","../../../../node_modules/undici/lib/interceptor/cache.js","../../../../node_modules/undici/lib/interceptor/decompress.js","../../../../node_modules/undici/lib/interceptor/deduplicate.js","../../../../node_modules/undici/lib/interceptor/dns.js","../../../../node_modules/undici/lib/interceptor/dump.js","../../../../node_modules/undici/lib/interceptor/redirect.js","../../../../node_modules/undici/lib/interceptor/response-error.js","../../../../node_modules/undici/lib/interceptor/retry.js","../../../../node_modules/undici/lib/llhttp/constants.js","../../../../node_modules/undici/lib/llhttp/llhttp-wasm.js","../../../../node_modules/undici/lib/llhttp/llhttp_simd-wasm.js","../../../../node_modules/undici/lib/llhttp/utils.js","../../../../node_modules/undici/lib/mock/mock-agent.js","../../../../node_modules/undici/lib/mock/mock-call-history.js","../../../../node_modules/undici/lib/mock/mock-client.js","../../../../node_modules/undici/lib/mock/mock-errors.js","../../../../node_modules/undici/lib/mock/mock-interceptor.js","../../../../node_modules/undici/lib/mock/mock-pool.js","../../../../node_modules/undici/lib/mock/mock-symbols.js","../../../../node_modules/undici/lib/mock/mock-utils.js","../../../../node_modules/undici/lib/mock/pending-interceptors-formatter.js","../../../../node_modules/undici/lib/mock/snapshot-agent.js","../../../../node_modules/undici/lib/mock/snapshot-recorder.js","../../../../node_modules/undici/lib/mock/snapshot-utils.js","../../../../node_modules/undici/lib/util/cache.js","../../../../node_modules/undici/lib/util/date.js","../../../../node_modules/undici/lib/util/runtime-features.js","../../../../node_modules/undici/lib/util/stats.js","../../../../node_modules/undici/lib/util/timers.js","../../../../node_modules/undici/lib/web/cache/cache.js","../../../../node_modules/undici/lib/web/cache/cachestorage.js","../../../../node_modules/undici/lib/web/cache/util.js","../../../../node_modules/undici/lib/web/cookies/constants.js","../../../../node_modules/undici/lib/web/cookies/index.js","../../../../node_modules/undici/lib/web/cookies/parse.js","../../../../node_modules/undici/lib/web/cookies/util.js","../../../../node_modules/undici/lib/web/eventsource/eventsource-stream.js","../../../../node_modules/undici/lib/web/eventsource/eventsource.js","../../../../node_modules/undici/lib/web/eventsource/util.js","../../../../node_modules/undici/lib/web/fetch/body.js","../../../../node_modules/undici/lib/web/fetch/constants.js","../../../../node_modules/undici/lib/web/fetch/data-url.js","../../../../node_modules/undici/lib/web/fetch/formdata-parser.js","../../../../node_modules/undici/lib/web/fetch/formdata.js","../../../../node_modules/undici/lib/web/fetch/global.js","../../../../node_modules/undici/lib/web/fetch/headers.js","../../../../node_modules/undici/lib/web/fetch/index.js","../../../../node_modules/undici/lib/web/fetch/request.js","../../../../node_modules/undici/lib/web/fetch/response.js","../../../../node_modules/undici/lib/web/fetch/util.js","../../../../node_modules/undici/lib/web/infra/index.js","../../../../node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js","../../../../node_modules/undici/lib/web/webidl/index.js","../../../../node_modules/undici/lib/web/websocket/connection.js","../../../../node_modules/undici/lib/web/websocket/constants.js","../../../../node_modules/undici/lib/web/websocket/events.js","../../../../node_modules/undici/lib/web/websocket/frame.js","../../../../node_modules/undici/lib/web/websocket/permessage-deflate.js","../../../../node_modules/undici/lib/web/websocket/receiver.js","../../../../node_modules/undici/lib/web/websocket/sender.js","../../../../node_modules/undici/lib/web/websocket/stream/websocketerror.js","../../../../node_modules/undici/lib/web/websocket/stream/websocketstream.js","../../../../node_modules/undici/lib/web/websocket/util.js","../../../../node_modules/undici/lib/web/websocket/websocket.js","../../../../node_modules/undici/package.json","../../../../package.json","../../../package.json","../../chunks/1050.js","../../chunks/1050.js.map","../../chunks/1200.js","../../chunks/1200.js.map","../../chunks/1267.js","../../chunks/1267.js.map","../../chunks/1382.js","../../chunks/1382.js.map","../../chunks/1715.js","../../chunks/1715.js.map","../../chunks/1918.js","../../chunks/1918.js.map","../../chunks/2082.js","../../chunks/2082.js.map","../../chunks/2298.js","../../chunks/2298.js.map","../../chunks/2497.js","../../chunks/2497.js.map","../../chunks/2536.js","../../chunks/2536.js.map","../../chunks/3119.js","../../chunks/3119.js.map","../../chunks/319.js","../../chunks/319.js.map","../../chunks/3415.js","../../chunks/3415.js.map","../../chunks/3818.js","../../chunks/3818.js.map","../../chunks/4045.js","../../chunks/4045.js.map","../../chunks/4395.js","../../chunks/4395.js.map","../../chunks/4431.js","../../chunks/4431.js.map","../../chunks/4741.js","../../chunks/4741.js.map","../../chunks/513.js","../../chunks/513.js.map","../../chunks/5306.js","../../chunks/5306.js.map","../../chunks/5322.js","../../chunks/5322.js.map","../../chunks/6168.js","../../chunks/6168.js.map","../../chunks/6419.js","../../chunks/6419.js.map","../../chunks/6845.js","../../chunks/6845.js.map","../../chunks/7226.js","../../chunks/7226.js.map","../../chunks/7230.js","../../chunks/7230.js.map","../../chunks/728.js","../../chunks/728.js.map","../../chunks/7855.js","../../chunks/7855.js.map","../../chunks/8064.js","../../chunks/8064.js.map","../../chunks/8167.js","../../chunks/8167.js.map","../../chunks/9389.js","../../chunks/9389.js.map","../../chunks/9557.js","../../chunks/9557.js.map","../../chunks/9883.js","../../chunks/9883.js.map","../../webpack-runtime.js","../../webpack-runtime.js.map","page.js.map","page_client-reference-manifest.js","../../../../node_modules/@napi-rs/keyring/index.d.ts","../../../../node_modules/@napi-rs/keyring/index.js","../../../../node_modules/@napi-rs/keyring/keytar.d.ts","../../../../node_modules/@napi-rs/keyring/keytar.js","../../../../node_modules/@napi-rs/keyring/LICENSE","../../../../node_modules/@napi-rs/keyring/package.json","../../../../node_modules/@napi-rs/keyring/README.md"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/setup/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"722":{"*":{"id":"86486","name":"*","chunks":[],"async":false}},"737":{"*":{"id":"41005","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"2283":{"*":{"id":"26751","name":"*","chunks":[],"async":false}},"2922":{"*":{"id":"86178","name":"*","chunks":[],"async":false}},"3639":{"*":{"id":"35419","name":"*","chunks":[],"async":false}},"3741":{"*":{"id":"96765","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/components/ui/ServiceWorkerRegistration.tsx":{"id":722,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/contexts/AppContext.tsx":{"id":3639,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/contexts/ThemeContext.tsx":{"id":737,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/components/layout/AppShell.tsx":{"id":2922,"name":"*","chunks":["
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/setup/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"722":{"*":{"id":"86486","name":"*","chunks":[],"async":false}},"737":{"*":{"id":"41005","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"2283":{"*":{"id":"26751","name":"*","chunks":[],"async":false}},"2922":{"*":{"id":"86178","name":"*","chunks":[],"async":false}},"3639":{"*":{"id":"35419","name":"*","chunks":[],"async":false}},"3741":{"*":{"id":"96765","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/home/runner/work/jarela/jarela/app/globals.css":{"id":6872,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/components/ui/ServiceWorkerRegistration.tsx":{"id":722,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/contexts/AppContext.tsx":{"id":3639,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/contexts/ThemeContext.tsx":{"id":737,"name":"*","chunks":["7177","static/chunks/app/layout-84c6f211a7a1ca36.js"],"async":false},"/home/runner/work/jarela/jarela/components/layout/AppShell.tsx":{"id":2922,"name":"*","chunks":["4097","static/chunks/4097-64691f9110cf167c.js","7537","static/chunks/7537-2b6c6dcc4cebe80d.js","2351","static/chunks/2351-1ab119fb3b48f4c9.js","8974","static/chunks/app/page-145150e0468544e7.js"],"async":false},"/home/runner/work/jarela/jarela/components/setup/UnlockScreen.tsx":{"id":2283,"name":"*","chunks":["4097","static/chunks/4097-64691f9110cf167c.js","2351","static/chunks/2351-1ab119fb3b48f4c9.js","620","static/chunks/app/setup/page-a1463a9ace439ff7.js"],"async":false},"/home/runner/work/jarela/jarela/components/setup/OnboardingWizard.tsx":{"id":3741,"name":"*","chunks":["4097","static/chunks/4097-64691f9110cf167c.js","2351","static/chunks/2351-1ab119fb3b48f4c9.js","620","static/chunks/app/setup/page-a1463a9ace439ff7.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/jarela/jarela/":[],"/home/runner/work/jarela/jarela/app/layout":[{"inlined":false,"path":"static/css/9e7f2876a726408f.css"}],"/home/runner/work/jarela/jarela/app/page":[{"inlined":false,"path":"static/css/61d4279c2300e146.css"}],"/home/runner/work/jarela/jarela/app/setup/page":[]},"rscModuleMapping":{"484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"722":{"*":{"id":"13236","name":"*","chunks":[],"async":false}},"737":{"*":{"id":"28383","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"2283":{"*":{"id":"67181","name":"*","chunks":[],"async":false}},"2922":{"*":{"id":"59255","name":"*","chunks":[],"async":false}},"3639":{"*":{"id":"25933","name":"*","chunks":[],"async":false}},"3741":{"*":{"id":"59275","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"6872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.id = 1718;
|
|
3
|
+
exports.ids = [1718];
|
|
4
|
+
exports.modules = {
|
|
5
|
+
|
|
6
|
+
/***/ 31718:
|
|
7
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8
|
+
|
|
9
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10
|
+
/* harmony export */ H0: () => (/* binding */ listAsyncResults),
|
|
11
|
+
/* harmony export */ Ss: () => (/* binding */ getAsyncResult),
|
|
12
|
+
/* harmony export */ eN: () => (/* binding */ completeAsyncCall),
|
|
13
|
+
/* harmony export */ f3: () => (/* binding */ startAsyncCall),
|
|
14
|
+
/* harmony export */ m3: () => (/* binding */ consumeAsyncResult),
|
|
15
|
+
/* harmony export */ stopAsyncResults: () => (/* binding */ stopAsyncResults),
|
|
16
|
+
/* harmony export */ zc: () => (/* binding */ failAsyncCall)
|
|
17
|
+
/* harmony export */ });
|
|
18
|
+
/* unused harmony exports DEFAULT_TTL_MS, MAX_ENTRIES, sweepExpired, __resetStore, __backdateFinished */
|
|
19
|
+
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(77598);
|
|
20
|
+
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(node_crypto__WEBPACK_IMPORTED_MODULE_0__);
|
|
21
|
+
// In-process keyed store for async tool results.
|
|
22
|
+
//
|
|
23
|
+
// When the wallclock wrapper sees `async_run: true` on a tool call it
|
|
24
|
+
// returns immediately with a key, kicks the real invocation off in the
|
|
25
|
+
// background, and parks the eventual result here. The agent later
|
|
26
|
+
// retrieves the result via the `tool_result_get` built-in.
|
|
27
|
+
//
|
|
28
|
+
// Scope is deliberately per-process, in-memory:
|
|
29
|
+
// - The data lives only as long as the Next.js server process. A
|
|
30
|
+
// restart wipes both the agent's in-context keys and these results
|
|
31
|
+
// simultaneously, so we can't end up with the LLM holding a key
|
|
32
|
+
// that survived the value.
|
|
33
|
+
// - No on-disk persistence means no schema migration, no PII spill,
|
|
34
|
+
// no risk of leaking long-running secrets between sessions.
|
|
35
|
+
//
|
|
36
|
+
// Memory hygiene:
|
|
37
|
+
// - TTL (DEFAULT_TTL_MS) caps how long a finished result hangs around
|
|
38
|
+
// unread. A background sweeper runs on a slow interval.
|
|
39
|
+
// - Cap on concurrent entries (MAX_ENTRIES). When exceeded, the
|
|
40
|
+
// oldest *finished* entry is evicted first; if none, the oldest
|
|
41
|
+
// pending entry is dropped (with a console warn).
|
|
42
|
+
|
|
43
|
+
/** How long a finished result stays around if nobody reads it. */ const DEFAULT_TTL_MS = 10 * 60 * 1000;
|
|
44
|
+
/** Soft cap on total entries (pending + finished). */ const MAX_ENTRIES = 256;
|
|
45
|
+
/** How often the background sweeper runs. */ const SWEEP_INTERVAL_MS = 60 * 1000;
|
|
46
|
+
const STORE = new Map();
|
|
47
|
+
let sweeper = null;
|
|
48
|
+
function ensureSweeper() {
|
|
49
|
+
if (sweeper) return;
|
|
50
|
+
sweeper = setInterval(()=>{
|
|
51
|
+
sweepExpired(DEFAULT_TTL_MS);
|
|
52
|
+
}, SWEEP_INTERVAL_MS);
|
|
53
|
+
sweeper.unref?.();
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Tear down the sweeper. Called from the shutdown drain so the timer
|
|
57
|
+
* isn't keeping the event loop alive past close-time. Idempotent.
|
|
58
|
+
*/ function stopAsyncResults() {
|
|
59
|
+
if (sweeper) {
|
|
60
|
+
clearInterval(sweeper);
|
|
61
|
+
sweeper = null;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Carve out a slot for a new async tool call and return its key.
|
|
66
|
+
* The key is opaque and URL-safe — the agent treats it as a token.
|
|
67
|
+
*/ function startAsyncCall(tool) {
|
|
68
|
+
ensureSweeper();
|
|
69
|
+
enforceCap();
|
|
70
|
+
const key = `async_${node_crypto__WEBPACK_IMPORTED_MODULE_0___default().randomBytes(8).toString("hex")}`;
|
|
71
|
+
STORE.set(key, {
|
|
72
|
+
key,
|
|
73
|
+
tool,
|
|
74
|
+
status: "pending",
|
|
75
|
+
started_at: Date.now(),
|
|
76
|
+
finished_at: null,
|
|
77
|
+
result: null,
|
|
78
|
+
error: null
|
|
79
|
+
});
|
|
80
|
+
return key;
|
|
81
|
+
}
|
|
82
|
+
/** Mark a pending call as completed successfully. */ function completeAsyncCall(key, result) {
|
|
83
|
+
const rec = STORE.get(key);
|
|
84
|
+
if (!rec) return;
|
|
85
|
+
rec.status = "done";
|
|
86
|
+
rec.result = result;
|
|
87
|
+
rec.finished_at = Date.now();
|
|
88
|
+
}
|
|
89
|
+
/** Mark a pending call as failed. */ function failAsyncCall(key, err) {
|
|
90
|
+
const rec = STORE.get(key);
|
|
91
|
+
if (!rec) return;
|
|
92
|
+
rec.status = "error";
|
|
93
|
+
rec.error = err instanceof Error ? err.message : String(err);
|
|
94
|
+
rec.finished_at = Date.now();
|
|
95
|
+
}
|
|
96
|
+
/** Read a record without consuming it. */ function getAsyncResult(key) {
|
|
97
|
+
return STORE.get(key) ?? null;
|
|
98
|
+
}
|
|
99
|
+
/** Read and immediately delete a record. */ function consumeAsyncResult(key) {
|
|
100
|
+
const rec = STORE.get(key);
|
|
101
|
+
if (!rec) return null;
|
|
102
|
+
STORE.delete(key);
|
|
103
|
+
return rec;
|
|
104
|
+
}
|
|
105
|
+
/** Snapshot of all current records (newest first). For tool_result_list. */ function listAsyncResults() {
|
|
106
|
+
return [
|
|
107
|
+
...STORE.values()
|
|
108
|
+
].sort((a, b)=>b.started_at - a.started_at);
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Drop finished entries older than `ttlMs` (measured from `finished_at`).
|
|
112
|
+
* Pending entries are never expired here — a stuck tool would otherwise
|
|
113
|
+
* vanish out from under the agent.
|
|
114
|
+
*/ function sweepExpired(ttlMs) {
|
|
115
|
+
const now = Date.now();
|
|
116
|
+
let removed = 0;
|
|
117
|
+
for (const [k, r] of STORE){
|
|
118
|
+
if (r.status === "pending") continue;
|
|
119
|
+
if (r.finished_at == null) continue;
|
|
120
|
+
if (now - r.finished_at >= ttlMs) {
|
|
121
|
+
STORE.delete(k);
|
|
122
|
+
removed++;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
return removed;
|
|
126
|
+
}
|
|
127
|
+
function enforceCap() {
|
|
128
|
+
if (STORE.size < MAX_ENTRIES) return;
|
|
129
|
+
// Prefer evicting finished entries (oldest first). Only if every entry
|
|
130
|
+
// is pending do we drop a pending one.
|
|
131
|
+
const sorted = [
|
|
132
|
+
...STORE.values()
|
|
133
|
+
].sort((a, b)=>a.started_at - b.started_at);
|
|
134
|
+
const finished = sorted.find((r)=>r.status !== "pending");
|
|
135
|
+
const victim = finished ?? sorted[0];
|
|
136
|
+
if (!victim) return;
|
|
137
|
+
STORE.delete(victim.key);
|
|
138
|
+
if (!finished) {
|
|
139
|
+
console.warn(`[async-results] evicted pending entry ${victim.key} (tool=${victim.tool}) ` + `to make room — STORE cap of ${MAX_ENTRIES} hit.`);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
/** Test-only helper. */ function __resetStore() {
|
|
143
|
+
STORE.clear();
|
|
144
|
+
if (sweeper) {
|
|
145
|
+
clearInterval(sweeper);
|
|
146
|
+
sweeper = null;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
/** Test-only helper. */ function __backdateFinished(key, finishedAt) {
|
|
150
|
+
const rec = STORE.get(key);
|
|
151
|
+
if (rec) rec.finished_at = finishedAt;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
/***/ })
|
|
156
|
+
|
|
157
|
+
};
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=1718.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1718.js","mappings":";;;;;;;;;;;;;;;;;;;;AAAA,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,uEAAuE;AACvE,kEAAkE;AAClE,2DAA2D;AAC3D,EAAE;AACF,gDAAgD;AAChD,mEAAmE;AACnE,uEAAuE;AACvE,oEAAoE;AACpE,+BAA+B;AAC/B,sEAAsE;AACtE,gEAAgE;AAChE,EAAE;AACF,kBAAkB;AAClB,wEAAwE;AACxE,4DAA4D;AAC5D,kEAAkE;AAClE,oEAAoE;AACpE,sDAAsD;AAErB;AAgBjC,gEAAgE,GACzD,MAAMC,iBAAiB,KAAK,KAAK,KAAK;AAE7C,oDAAoD,GAC7C,MAAMC,cAAc,IAAI;AAE/B,2CAA2C,GAC3C,MAAMC,oBAAoB,KAAK;AAE/B,MAAMC,QAAQ,IAAIC;AAElB,IAAIC,UAAiD;AAErD,SAASC;IACP,IAAID,SAAS;IACbA,UAAUE,YAAY;QACpBC,aAAaR;IACf,GAAGE;IACFG,QAA8CI,KAAK;AACtD;AAEA;;;CAGC,GACM,SAASC;IACd,IAAIL,SAAS;QACXM,cAAcN;QACdA,UAAU;IACZ;AACF;AAEA;;;CAGC,GACM,SAASO,eAAeC,IAAY;IACzCP;IACAQ;IACA,MAAMC,MAAM,CAAC,MAAM,EAAEhB,8DAAkB,CAAC,GAAGkB,QAAQ,CAAC,QAAQ;IAC5Dd,MAAMe,GAAG,CAACH,KAAK;QACbA;QACAF;QACAM,QAAQ;QACRC,YAAYC,KAAKC,GAAG;QACpBC,aAAa;QACbC,QAAQ;QACRC,OAAO;IACT;IACA,OAAOV;AACT;AAEA,mDAAmD,GAC5C,SAASW,kBAAkBX,GAAW,EAAES,MAAc;IAC3D,MAAMG,MAAMxB,MAAMyB,GAAG,CAACb;IACtB,IAAI,CAACY,KAAK;IACVA,IAAIR,MAAM,GAAG;IACbQ,IAAIH,MAAM,GAAGA;IACbG,IAAIJ,WAAW,GAAGF,KAAKC,GAAG;AAC5B;AAEA,mCAAmC,GAC5B,SAASO,cAAcd,GAAW,EAAEe,GAAY;IACrD,MAAMH,MAAMxB,MAAMyB,GAAG,CAACb;IACtB,IAAI,CAACY,KAAK;IACVA,IAAIR,MAAM,GAAG;IACbQ,IAAIF,KAAK,GAAGK,eAAeC,QAAQD,IAAIE,OAAO,GAAGC,OAAOH;IACxDH,IAAIJ,WAAW,GAAGF,KAAKC,GAAG;AAC5B;AAEA,wCAAwC,GACjC,SAASY,eAAenB,GAAW;IACxC,OAAOZ,MAAMyB,GAAG,CAACb,QAAQ;AAC3B;AAEA,0CAA0C,GACnC,SAASoB,mBAAmBpB,GAAW;IAC5C,MAAMY,MAAMxB,MAAMyB,GAAG,CAACb;IACtB,IAAI,CAACY,KAAK,OAAO;IACjBxB,MAAMiC,MAAM,CAACrB;IACb,OAAOY;AACT;AAEA,0EAA0E,GACnE,SAASU;IACd,OAAO;WAAIlC,MAAMmC,MAAM;KAAG,CAACC,IAAI,CAAC,CAACC,GAAGC,IAAMA,EAAErB,UAAU,GAAGoB,EAAEpB,UAAU;AACvE;AAEA;;;;CAIC,GACM,SAASZ,aAAakC,KAAa;IACxC,MAAMpB,MAAMD,KAAKC,GAAG;IACpB,IAAIqB,UAAU;IACd,KAAK,MAAM,CAACC,GAAGC,EAAE,IAAI1C,MAAO;QAC1B,IAAI0C,EAAE1B,MAAM,KAAK,WAAW;QAC5B,IAAI0B,EAAEtB,WAAW,IAAI,MAAM;QAC3B,IAAID,MAAMuB,EAAEtB,WAAW,IAAImB,OAAO;YAChCvC,MAAMiC,MAAM,CAACQ;YACbD;QACF;IACF;IACA,OAAOA;AACT;AAEA,SAAS7B;IACP,IAAIX,MAAM2C,IAAI,GAAG7C,aAAa;IAC9B,uEAAuE;IACvE,uCAAuC;IACvC,MAAM8C,SAAS;WAAI5C,MAAMmC,MAAM;KAAG,CAACC,IAAI,CAAC,CAACC,GAAGC,IAAMD,EAAEpB,UAAU,GAAGqB,EAAErB,UAAU;IAC7E,MAAM4B,WAAWD,OAAOE,IAAI,CAAC,CAACJ,IAAMA,EAAE1B,MAAM,KAAK;IACjD,MAAM+B,SAASF,YAAYD,MAAM,CAAC,EAAE;IACpC,IAAI,CAACG,QAAQ;IACb/C,MAAMiC,MAAM,CAACc,OAAOnC,GAAG;IACvB,IAAI,CAACiC,UAAU;QACbG,QAAQC,IAAI,CACV,CAAC,sCAAsC,EAAEF,OAAOnC,GAAG,CAAC,OAAO,EAAEmC,OAAOrC,IAAI,CAAC,EAAE,CAAC,GAC5E,CAAC,4BAA4B,EAAEZ,YAAY,KAAK,CAAC;IAErD;AACF;AAEA,sBAAsB,GACf,SAASoD;IACdlD,MAAMmD,KAAK;IACX,IAAIjD,SAAS;QACXM,cAAcN;QACdA,UAAU;IACZ;AACF;AAEA,sBAAsB,GACf,SAASkD,mBAAmBxC,GAAW,EAAEyC,UAAkB;IAChE,MAAM7B,MAAMxB,MAAMyB,GAAG,CAACb;IACtB,IAAIY,KAAKA,IAAIJ,WAAW,GAAGiC;AAC7B","sources":["webpack://@circuitwall/jarela/./lib/tools/async-results.ts"],"sourcesContent":["// In-process keyed store for async tool results.\n//\n// When the wallclock wrapper sees `async_run: true` on a tool call it\n// returns immediately with a key, kicks the real invocation off in the\n// background, and parks the eventual result here. The agent later\n// retrieves the result via the `tool_result_get` built-in.\n//\n// Scope is deliberately per-process, in-memory:\n// - The data lives only as long as the Next.js server process. A\n// restart wipes both the agent's in-context keys and these results\n// simultaneously, so we can't end up with the LLM holding a key\n// that survived the value.\n// - No on-disk persistence means no schema migration, no PII spill,\n// no risk of leaking long-running secrets between sessions.\n//\n// Memory hygiene:\n// - TTL (DEFAULT_TTL_MS) caps how long a finished result hangs around\n// unread. A background sweeper runs on a slow interval.\n// - Cap on concurrent entries (MAX_ENTRIES). When exceeded, the\n// oldest *finished* entry is evicted first; if none, the oldest\n// pending entry is dropped (with a console warn).\n\nimport crypto from \"node:crypto\";\n\nexport type AsyncStatus = \"pending\" | \"done\" | \"error\";\n\nexport interface AsyncResultRecord {\n key: string;\n tool: string;\n status: AsyncStatus;\n started_at: number;\n finished_at: number | null;\n /** Stringified tool result. Tools return JSON strings; we keep that. */\n result: string | null;\n /** Plain message when the underlying call threw. */\n error: string | null;\n}\n\n/** How long a finished result stays around if nobody reads it. */\nexport const DEFAULT_TTL_MS = 10 * 60 * 1000;\n\n/** Soft cap on total entries (pending + finished). */\nexport const MAX_ENTRIES = 256;\n\n/** How often the background sweeper runs. */\nconst SWEEP_INTERVAL_MS = 60 * 1000;\n\nconst STORE = new Map<string, AsyncResultRecord>();\n\nlet sweeper: ReturnType<typeof setInterval> | null = null;\n\nfunction ensureSweeper(): void {\n if (sweeper) return;\n sweeper = setInterval(() => {\n sweepExpired(DEFAULT_TTL_MS);\n }, SWEEP_INTERVAL_MS);\n (sweeper as unknown as { unref?: () => void }).unref?.();\n}\n\n/**\n * Tear down the sweeper. Called from the shutdown drain so the timer\n * isn't keeping the event loop alive past close-time. Idempotent.\n */\nexport function stopAsyncResults(): void {\n if (sweeper) {\n clearInterval(sweeper);\n sweeper = null;\n }\n}\n\n/**\n * Carve out a slot for a new async tool call and return its key.\n * The key is opaque and URL-safe — the agent treats it as a token.\n */\nexport function startAsyncCall(tool: string): string {\n ensureSweeper();\n enforceCap();\n const key = `async_${crypto.randomBytes(8).toString(\"hex\")}`;\n STORE.set(key, {\n key,\n tool,\n status: \"pending\",\n started_at: Date.now(),\n finished_at: null,\n result: null,\n error: null,\n });\n return key;\n}\n\n/** Mark a pending call as completed successfully. */\nexport function completeAsyncCall(key: string, result: string): void {\n const rec = STORE.get(key);\n if (!rec) return;\n rec.status = \"done\";\n rec.result = result;\n rec.finished_at = Date.now();\n}\n\n/** Mark a pending call as failed. */\nexport function failAsyncCall(key: string, err: unknown): void {\n const rec = STORE.get(key);\n if (!rec) return;\n rec.status = \"error\";\n rec.error = err instanceof Error ? err.message : String(err);\n rec.finished_at = Date.now();\n}\n\n/** Read a record without consuming it. */\nexport function getAsyncResult(key: string): AsyncResultRecord | null {\n return STORE.get(key) ?? null;\n}\n\n/** Read and immediately delete a record. */\nexport function consumeAsyncResult(key: string): AsyncResultRecord | null {\n const rec = STORE.get(key);\n if (!rec) return null;\n STORE.delete(key);\n return rec;\n}\n\n/** Snapshot of all current records (newest first). For tool_result_list. */\nexport function listAsyncResults(): AsyncResultRecord[] {\n return [...STORE.values()].sort((a, b) => b.started_at - a.started_at);\n}\n\n/**\n * Drop finished entries older than `ttlMs` (measured from `finished_at`).\n * Pending entries are never expired here — a stuck tool would otherwise\n * vanish out from under the agent.\n */\nexport function sweepExpired(ttlMs: number): number {\n const now = Date.now();\n let removed = 0;\n for (const [k, r] of STORE) {\n if (r.status === \"pending\") continue;\n if (r.finished_at == null) continue;\n if (now - r.finished_at >= ttlMs) {\n STORE.delete(k);\n removed++;\n }\n }\n return removed;\n}\n\nfunction enforceCap(): void {\n if (STORE.size < MAX_ENTRIES) return;\n // Prefer evicting finished entries (oldest first). Only if every entry\n // is pending do we drop a pending one.\n const sorted = [...STORE.values()].sort((a, b) => a.started_at - b.started_at);\n const finished = sorted.find((r) => r.status !== \"pending\");\n const victim = finished ?? sorted[0];\n if (!victim) return;\n STORE.delete(victim.key);\n if (!finished) {\n console.warn(\n `[async-results] evicted pending entry ${victim.key} (tool=${victim.tool}) ` +\n `to make room — STORE cap of ${MAX_ENTRIES} hit.`,\n );\n }\n}\n\n/** Test-only helper. */\nexport function __resetStore(): void {\n STORE.clear();\n if (sweeper) {\n clearInterval(sweeper);\n sweeper = null;\n }\n}\n\n/** Test-only helper. */\nexport function __backdateFinished(key: string, finishedAt: number): void {\n const rec = STORE.get(key);\n if (rec) rec.finished_at = finishedAt;\n}\n"],"names":["crypto","DEFAULT_TTL_MS","MAX_ENTRIES","SWEEP_INTERVAL_MS","STORE","Map","sweeper","ensureSweeper","setInterval","sweepExpired","unref","stopAsyncResults","clearInterval","startAsyncCall","tool","enforceCap","key","randomBytes","toString","set","status","started_at","Date","now","finished_at","result","error","completeAsyncCall","rec","get","failAsyncCall","err","Error","message","String","getAsyncResult","consumeAsyncResult","delete","listAsyncResults","values","sort","a","b","ttlMs","removed","k","r","size","sorted","finished","find","victim","console","warn","__resetStore","clear","__backdateFinished","finishedAt"],"sourceRoot":"","ignoreList":[]}
|
|
@@ -2110,7 +2110,8 @@ async function getCopilotToken(pat) {
|
|
|
2110
2110
|
headers: {
|
|
2111
2111
|
Authorization: `token ${pat}`,
|
|
2112
2112
|
"User-Agent": "Jarela/1.0"
|
|
2113
|
-
}
|
|
2113
|
+
},
|
|
2114
|
+
signal: AbortSignal.timeout(30000)
|
|
2114
2115
|
});
|
|
2115
2116
|
if (!res.ok) {
|
|
2116
2117
|
const body = await res.text().catch(()=>res.statusText);
|
|
@@ -6706,7 +6707,8 @@ async function startDeviceFlow() {
|
|
|
6706
6707
|
body: JSON.stringify({
|
|
6707
6708
|
client_id: COPILOT_CLIENT_ID,
|
|
6708
6709
|
scope: SCOPE
|
|
6709
|
-
})
|
|
6710
|
+
}),
|
|
6711
|
+
signal: AbortSignal.timeout(30000)
|
|
6710
6712
|
});
|
|
6711
6713
|
if (!res.ok) {
|
|
6712
6714
|
const body = await res.text().catch(()=>res.statusText);
|
|
@@ -6730,7 +6732,8 @@ async function pollDeviceFlow(device_code) {
|
|
|
6730
6732
|
client_id: COPILOT_CLIENT_ID,
|
|
6731
6733
|
device_code,
|
|
6732
6734
|
grant_type: "urn:ietf:params:oauth:grant-type:device_code"
|
|
6733
|
-
})
|
|
6735
|
+
}),
|
|
6736
|
+
signal: AbortSignal.timeout(30000)
|
|
6734
6737
|
});
|
|
6735
6738
|
if (!res.ok) {
|
|
6736
6739
|
return {
|