@sapienx/agentos 0.4.1 → 0.4.6
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/LICENSE +21 -0
- package/README.md +2 -0
- package/bundle/.next/BUILD_ID +1 -1
- package/bundle/.next/app-path-routes-manifest.json +12 -9
- package/bundle/.next/build-manifest.json +6 -6
- package/bundle/.next/prerender-manifest.json +3 -3
- package/bundle/.next/react-loadable-manifest.json +4 -4
- package/bundle/.next/routes-manifest.json +20 -0
- package/bundle/.next/server/app/_global-error/page.js +3 -3
- package/bundle/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/_global-error.html +1 -1
- package/bundle/.next/server/app/_global-error.rsc +7 -7
- package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
- package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +2 -2
- package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +3 -3
- package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
- package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/bundle/.next/server/app/_not-found/page.js +2 -2
- package/bundle/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/_not-found.html +1 -1
- package/bundle/.next/server/app/_not-found.rsc +11 -11
- package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +11 -11
- package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
- package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js +5 -5
- package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/agents/route.js +1 -1
- package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/diagnostics/route.js +1 -1
- package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/files/reveal/route.js +1 -1
- package/bundle/.next/server/app/api/files/reveal/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/gateway/control/route.js +1 -1
- package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/mission/route.js +1 -1
- package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/models/catalog/route.js +2 -1
- package/bundle/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/models/providers/route.js +2 -2
- package/bundle/.next/server/app/api/models/providers/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/onboarding/models/route.js +5 -5
- package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/onboarding/route.js +6 -6
- package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/openclaw/capabilities/route.js +1 -3
- package/bundle/.next/server/app/api/openclaw/capabilities/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js +2 -2
- package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/turn/route.js +1 -1
- package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/planner/route.js +1 -1
- package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/reset/route.js +3 -3
- package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js +1 -1
- package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/gateway/route.js +1 -1
- package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/settings/openclaw-binary/route.js +1 -0
- package/bundle/.next/server/app/api/settings/openclaw-binary/route.js.nft.json +1 -0
- package/bundle/.next/server/app/api/settings/openclaw-binary/route_client-reference-manifest.js +1 -0
- package/bundle/.next/server/app/api/settings/workspace-root/route.js +1 -1
- package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/snapshot/route.js +1 -1
- package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/stream/route.js +2 -2
- package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/system/open-terminal/route.js +1 -1
- package/bundle/.next/server/app/api/system/open-terminal/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js +1 -1
- package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js +2 -2
- package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/update/route.js +7 -4
- package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js +1 -0
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js.nft.json +1 -0
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route_client-reference-manifest.js +1 -0
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js +1 -1
- package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js.nft.json +1 -1
- package/bundle/.next/server/app/api/workspaces/route.js +2 -2
- package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/bundle/.next/server/app/page.js +2 -194
- package/bundle/.next/server/app/page.js.nft.json +1 -1
- package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
- package/bundle/.next/server/app/settings/page.js +2 -0
- package/bundle/.next/server/app/settings/page.js.nft.json +1 -0
- package/bundle/.next/server/app/settings/page_client-reference-manifest.js +1 -0
- package/bundle/.next/server/app-paths-manifest.json +12 -9
- package/bundle/.next/server/chunks/1721.js +186 -0
- package/bundle/.next/server/chunks/1813.js +1 -0
- package/bundle/.next/server/chunks/2908.js +1 -0
- package/bundle/.next/server/chunks/4741.js +18 -0
- package/bundle/.next/server/chunks/63.js +45 -0
- package/bundle/.next/server/chunks/6645.js +11 -0
- package/bundle/.next/server/chunks/6892.js +98 -0
- package/bundle/.next/server/chunks/707.js +1 -0
- package/bundle/.next/server/chunks/737.js +173 -0
- package/bundle/.next/server/chunks/8064.js +2 -0
- package/bundle/.next/server/chunks/8884.js +255 -0
- package/bundle/.next/server/chunks/9281.js +15 -0
- package/bundle/.next/server/functions-config-manifest.json +2 -0
- package/bundle/.next/server/middleware-build-manifest.js +1 -1
- package/bundle/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/bundle/.next/server/pages/404.html +1 -1
- package/bundle/.next/server/pages/500.html +1 -1
- package/bundle/.next/server/server-reference-manifest.json +1 -1
- package/bundle/.next/server/webpack-runtime.js +1 -1
- package/bundle/.next/static/chunks/1287.facd47073fd9ee28.js +1 -0
- package/bundle/.next/static/chunks/1a258343.31cec7fec82d82e7.js +1 -0
- package/bundle/.next/static/chunks/3272.c112ebf2cc12c74d.js +1 -0
- package/bundle/.next/static/chunks/3513-9f504a6f64a919df.js +15 -0
- package/bundle/.next/static/chunks/3794-318642842e814c21.js +32 -0
- package/bundle/.next/static/chunks/4bd1b696-c2f6e0877b6c10aa.js +1 -0
- package/bundle/.next/static/chunks/6609-1948800b7ad9f570.js +1 -0
- package/bundle/.next/static/chunks/9281-33f8488964e956b3.js +186 -0
- package/bundle/.next/static/chunks/app/_global-error/page-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/_not-found/page-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/agents/[agentId]/chat/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/agents/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/diagnostics/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/files/reveal/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/gateway/control/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/mission/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/models/catalog/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/models/providers/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/onboarding/models/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/onboarding/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/openclaw/capabilities/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/document-rewrite/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/planner/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/reset/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/settings/gateway/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/settings/openclaw-binary/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/snapshot/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/stream/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/system/open-terminal/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/tasks/[taskId]/abort/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/tasks/[taskId]/stream/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/update/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/discovered-groups/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/edit-draft/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/files/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/surfaces/discovery/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/api/workspaces/route-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/layout-7e58cd41078411bc.js +1 -0
- package/bundle/.next/static/chunks/app/not-found-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/app/page-f7cd75289fd01742.js +1 -0
- package/bundle/.next/static/chunks/app/settings/page-8b8870f1f797eded.js +1 -0
- package/bundle/.next/static/chunks/ede5dfc2-bfa57fc44787fda0.js +1 -0
- package/bundle/.next/static/chunks/framework-d1de002210ddaaef.js +1 -0
- package/bundle/.next/static/chunks/main-app-e5953317e55d16ab.js +1 -0
- package/bundle/.next/static/chunks/main-cdd9e49cf451f30f.js +5 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/global-error-bd2008378c5c1f7c.js +1 -0
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b0e9d273dcff17f5.js +1 -0
- package/bundle/.next/static/chunks/{webpack-e0accbaa78fb0b56.js → webpack-18bf7c24ea50f9e6.js} +1 -1
- package/bundle/.next/static/css/e7b71a4de4ff8d92.css +3 -0
- package/bundle/.next/static/mwHPYd8h5FgBicMwCH---/_buildManifest.js +1 -0
- package/bundle/package.json +4 -0
- package/bundle/public/assets/openclaw.png +0 -0
- package/bundle/public/assets/screenshots/0.jpeg +0 -0
- package/bundle/public/assets/screenshots/1.jpeg +0 -0
- package/bundle/public/assets/screenshots/2.jpeg +0 -0
- package/bundle/public/assets/screenshots/3.jpeg +0 -0
- package/bundle/public/assets/screenshots/4_1.jpeg +0 -0
- package/bundle/public/assets/screenshots/5.jpeg +0 -0
- package/bundle/public/assets/screenshots/6.jpeg +0 -0
- package/bundle/public/assets/screenshots/7.jpeg +0 -0
- package/bundle/public/readme/readme.jpeg +0 -0
- package/package.json +2 -1
- package/bundle/.next/server/chunks/199.js +0 -412
- package/bundle/.next/server/chunks/35.js +0 -45
- package/bundle/.next/server/chunks/408.js +0 -18
- package/bundle/.next/server/chunks/639.js +0 -98
- package/bundle/.next/server/chunks/661.js +0 -1
- package/bundle/.next/server/chunks/678.js +0 -1
- package/bundle/.next/server/chunks/825.js +0 -1
- package/bundle/.next/static/9OX9mutnH1gpbuj6hICVB/_buildManifest.js +0 -1
- package/bundle/.next/static/chunks/2999.fef298fbe30cd4bd.js +0 -1
- package/bundle/.next/static/chunks/4424-08671f25c8f9ae84.js +0 -32
- package/bundle/.next/static/chunks/4a846800.17bbc9efb621dbb7.js +0 -1
- package/bundle/.next/static/chunks/5261.29ae1e1fe185a617.js +0 -1
- package/bundle/.next/static/chunks/7963-6bd42810c5733ae8.js +0 -15
- package/bundle/.next/static/chunks/8583-0efb0aa0937b762c.js +0 -1
- package/bundle/.next/static/chunks/app/_global-error/page-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/_not-found/page-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/agents/[agentId]/chat/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/agents/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/diagnostics/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/files/reveal/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/gateway/control/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/mission/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/models/catalog/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/models/providers/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/onboarding/models/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/onboarding/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/openclaw/capabilities/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/document-rewrite/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/planner/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/reset/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/settings/gateway/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/snapshot/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/stream/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/system/open-terminal/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/tasks/[taskId]/abort/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/tasks/[taskId]/stream/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/update/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/discovered-groups/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/edit-draft/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/surfaces/discovery/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/api/workspaces/route-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/layout-7c2d7e515f68248b.js +0 -1
- package/bundle/.next/static/chunks/app/not-found-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/app/page-7bc93c9b4ee30f58.js +0 -179
- package/bundle/.next/static/chunks/d08e407b-a7a2691dd8d9de6b.js +0 -1
- package/bundle/.next/static/chunks/f6503f1c-7df4e7c4564148dc.js +0 -1
- package/bundle/.next/static/chunks/framework-c8a5f18418cd0e86.js +0 -1
- package/bundle/.next/static/chunks/main-app-9a4481b0ab7b57f6.js +0 -1
- package/bundle/.next/static/chunks/main-eb49e7f5b314b5dc.js +0 -5
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/global-error-38aa72b47d0b8f99.js +0 -1
- package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-cde9c645dcfceb9f.js +0 -1
- package/bundle/.next/static/css/9f1b31fd4086df59.css +0 -3
- /package/bundle/.next/static/{9OX9mutnH1gpbuj6hICVB → mwHPYd8h5FgBicMwCH---}/_ssgManifest.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/at-rule.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/comment.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/container.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/css-syntax-error.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/declaration.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/document.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/fromJSON.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/input.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/lazy-result.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/list.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/map-generator.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/no-work-result.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/node.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/parse.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/parser.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/postcss.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/previous-map.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/processor.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/result.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/root.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/rule.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/stringifier.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/stringify.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/symbols.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/terminal-highlight.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/tokenize.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/warn-once.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/lib/warning.js +0 -0
- /package/bundle/node_modules/{postcss → next/node_modules/postcss}/package.json +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.