@seqyuan/annodex 0.1.84 → 0.1.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +7 -6
- package/.next/build-manifest.json +3 -3
- package/.next/prerender-manifest.json +3 -3
- package/.next/react-loadable-manifest.json +2 -7
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +6 -0
- package/.next/server/app/_global-error/page.js +3 -3
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/agent/[id]/events/route.js +2 -2
- package/.next/server/app/api/agent/[id]/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/agent/runtime/route.js +2 -2
- package/.next/server/app/api/attachments/upload/route.js +1 -0
- package/.next/server/app/api/attachments/upload/route.js.nft.json +1 -0
- package/.next/server/app/api/attachments/upload/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/route.js +1 -1
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/auth/status/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/extensions/discover/route.js +1 -1
- package/.next/server/app/api/extensions/mcp/route.js +1 -1
- package/.next/server/app/api/extensions/plugin/route.js +1 -1
- package/.next/server/app/api/extensions/plugin-marketplace/route.js +1 -1
- package/.next/server/app/api/extensions/route.js +1 -1
- package/.next/server/app/api/extensions/session/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +1 -1
- package/.next/server/app/api/harness/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/im/cancel/route.js +2 -2
- package/.next/server/app/api/im/gateway-status/route.js +2 -2
- package/.next/server/app/api/im/gateway-token/route.js +1 -1
- package/.next/server/app/api/im/project/route.js +2 -2
- package/.next/server/app/api/im/projects/route.js +1 -1
- package/.next/server/app/api/im/session-ids/route.js +1 -1
- package/.next/server/app/api/im/turn/route.js +2 -2
- package/.next/server/app/api/images/upload/route.js +1 -1
- package/.next/server/app/api/internal/runtime/route.js +1 -1
- package/.next/server/app/api/memory/promote/route.js +2 -2
- package/.next/server/app/api/memory/recall/route.js +3 -3
- package/.next/server/app/api/memory/reflect/route.js +1 -1
- package/.next/server/app/api/memory/retain/route.js +2 -2
- package/.next/server/app/api/memory/status/route.js +2 -2
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/discover/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/projects/browse/route.js +1 -1
- package/.next/server/app/api/projects/route.js +1 -1
- package/.next/server/app/api/search/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/new/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +1 -1
- package/.next/server/app/api/settings/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +2 -2
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/soul/route.js +1 -1
- package/.next/server/app/api/version/route.js +1 -1
- package/.next/server/app/docs/changelog/page.js +3 -3
- package/.next/server/app/docs/changelog/page_client-reference-manifest.js +1 -1
- package/.next/server/app/docs/changelog.html +2 -2
- package/.next/server/app/docs/changelog.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_full.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_head.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_index.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/docs/changelog/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/docs/changelog.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/docs.segment.rsc +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +1 -1
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/login/page.js +2 -2
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login.html +1 -1
- package/.next/server/app/login.rsc +1 -1
- package/.next/server/app/login.segments/_full.segment.rsc +1 -1
- package/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/.next/server/app/login.segments/_index.segment.rsc +1 -1
- package/.next/server/app/login.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/page.js +10 -9
- package/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace.html +1 -1
- package/.next/server/app/workspace.rsc +2 -2
- package/.next/server/app/workspace.segments/_full.segment.rsc +2 -2
- package/.next/server/app/workspace.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace.segments/_index.segment.rsc +1 -1
- package/.next/server/app/workspace.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/workspace.segments/workspace/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace.segments/workspace.segment.rsc +1 -1
- package/.next/server/app-paths-manifest.json +7 -6
- package/.next/server/chunks/402.js +1 -1
- package/.next/server/chunks/6429.js +2 -2
- package/.next/server/chunks/6983.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/4683-1bf869e888b6b09f.js +1 -0
- package/.next/static/chunks/app/_global-error/{page-4d949d79c5bb42eb.js → page-a6b9f72d87288ed3.js} +1 -1
- package/.next/static/chunks/app/api/agent/[id]/events/{route-4d949d79c5bb42eb.js → route-a6b9f72d87288ed3.js} +1 -1
- package/.next/static/chunks/app/api/agent/[id]/{route-4d949d79c5bb42eb.js → route-a6b9f72d87288ed3.js} +1 -1
- package/.next/static/chunks/app/api/agent/new/{route-4d949d79c5bb42eb.js → route-a6b9f72d87288ed3.js} +1 -1
- package/.next/static/chunks/app/api/agent/runtime/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/attachments/upload/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/extensions/discover/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/extensions/mcp/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/extensions/plugin/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/extensions/plugin-marketplace/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/extensions/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/extensions/session/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/harness/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/home/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/im/cancel/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/im/gateway-status/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/im/gateway-token/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/im/project/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/im/projects/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/im/session-ids/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/im/turn/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/images/upload/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/internal/runtime/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/memory/promote/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/memory/recall/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/memory/reflect/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/memory/retain/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/memory/status/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/models/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/projects/browse/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/projects/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/search/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/sessions/new/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/settings/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/skills/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/soul/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/api/version/route-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/page-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/app/workspace/page-bfe371a0b7fa68a8.js +265 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-a6b9f72d87288ed3.js +1 -0
- package/.next/static/chunks/webpack-0b1e0af2488fca8f.js +1 -0
- package/.next/static/eQsZd4MGkan03BV4eca_-/_buildManifest.js +1 -0
- package/README.md +1 -1
- package/bin/annodex-im-gateway.js +8 -2
- package/bin/annodex.js +48 -3
- package/package.json +1 -1
- package/.next/static/ZsANx91orvRUgkmErFcbK/_buildManifest.js +0 -1
- package/.next/static/chunks/2619.9aac8983f30c7c8a.js +0 -1
- package/.next/static/chunks/539-ac30b542af536e0e.js +0 -1
- package/.next/static/chunks/app/api/agent/runtime/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/extensions/discover/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/extensions/mcp/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/extensions/plugin/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/extensions/plugin-marketplace/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/extensions/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/extensions/session/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/harness/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/home/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/im/cancel/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/im/gateway-status/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/im/gateway-token/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/im/project/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/im/projects/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/im/session-ids/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/im/turn/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/images/upload/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/internal/runtime/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/memory/promote/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/memory/recall/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/memory/reflect/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/memory/retain/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/memory/status/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/models/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/projects/browse/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/projects/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/search/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/sessions/new/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/settings/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/skills/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/soul/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/api/version/route-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/page-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/app/workspace/page-9672a7e7bb8b9bfb.js +0 -264
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-4d949d79c5bb42eb.js +0 -1
- package/.next/static/chunks/webpack-7606de11217524fe.js +0 -1
- /package/.next/static/{ZsANx91orvRUgkmErFcbK → eQsZd4MGkan03BV4eca_-}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/docs/changelog/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11056":{"*":{"id":"24782","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"42309":{"*":{"id":"28447","name":"*","chunks":[],"async":false}},"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/docs/changelog/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"11056":{"*":{"id":"24782","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"42309":{"*":{"id":"28447","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"58132":{"*":{"id":"59352","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"87725":{"*":{"id":"76023","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/app/globals.css":{"id":66872,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","4550","static/chunks/4550-eff0bf233a5b0aec.js","7177","static/chunks/app/layout-2e8a047b671c8731.js"],"async":false},"/home/runner/work/annodex/annodex/components/AppProviders.tsx":{"id":58132,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","4550","static/chunks/4550-eff0bf233a5b0aec.js","7177","static/chunks/app/layout-2e8a047b671c8731.js"],"async":false},"/home/runner/work/annodex/annodex/node_modules/fumadocs-ui/dist/provider/next.js":{"id":11056,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","4550","static/chunks/4550-eff0bf233a5b0aec.js","7177","static/chunks/app/layout-2e8a047b671c8731.js"],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}":{"id":83683,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","4550","static/chunks/4550-eff0bf233a5b0aec.js","7177","static/chunks/app/layout-2e8a047b671c8731.js"],"async":false},"/home/runner/work/annodex/annodex/app/login/page.tsx":{"id":42309,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/components/AppShell.tsx":{"id":87725,"name":"*","chunks":[],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","9089","static/chunks/app/docs/changelog/page-7f8ff3ce79d21000.js"],"async":false},"/home/runner/work/annodex/annodex/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["8500","static/chunks/8500-f62a38ff68ab7f42.js","9089","static/chunks/app/docs/changelog/page-7f8ff3ce79d21000.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/annodex/annodex/":[],"/home/runner/work/annodex/annodex/app/layout":[{"inlined":false,"path":"static/css/64369b60e11cd629.css"},{"inlined":false,"path":"static/css/fddca953485158e4.css"}],"/home/runner/work/annodex/annodex/app/page":[],"/home/runner/work/annodex/annodex/app/docs/changelog/page":[]},"rscModuleMapping":{"11056":{"*":{"id":"15185","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"42309":{"*":{"id":"69613","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"58132":{"*":{"id":"80442","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"87725":{"*":{"id":"35790","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|