promptarc 0.0.1 → 0.0.2
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/README.md +8 -8
- package/dist/web/.next/BUILD_ID +1 -1
- package/dist/web/.next/app-build-manifest.json +107 -52
- package/dist/web/.next/app-path-routes-manifest.json +15 -8
- package/dist/web/.next/build-manifest.json +2 -2
- package/dist/web/.next/required-server-files.json +0 -1
- package/dist/web/.next/routes-manifest.json +26 -0
- package/dist/web/.next/server/app/_not-found/page.js +2 -2
- package/dist/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/admin/backfill-search/route.js +1 -0
- package/dist/web/.next/server/app/api/admin/backfill-search/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/admin/backfill-search/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/cli/download/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/download/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli/download/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/feedback/route.js +1 -0
- package/dist/web/.next/server/app/api/cli/feedback/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/cli/feedback/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/cli/init/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/init/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli/init/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/my-shares/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/my-shares/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli/my-shares/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/poll/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/poll/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli/poll/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/project-settings/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/project-settings/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli/project-settings/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/share-mutate/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/share-mutate/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli/share-mutate/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/sync-list/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/sync-list/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli/sync-list/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/local/project-sessions/route.js +1 -1
- package/dist/web/.next/server/app/api/local/project-sessions/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/local/project-sessions/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/local/watch/route.js +2 -2
- package/dist/web/.next/server/app/api/local/watch/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/local/watch/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/search/route.js +1 -0
- package/dist/web/.next/server/app/api/search/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/search-index/route.js +1 -1
- package/dist/web/.next/server/app/api/search-index/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/search-index/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/share/download/[slug]/route.js +1 -0
- package/dist/web/.next/server/app/api/share/download/[slug]/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/share/download/[slug]/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/share/route.js +1 -1
- package/dist/web/.next/server/app/api/share/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/share/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/upload/route.js +3 -3
- package/dist/web/.next/server/app/api/upload/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/upload/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/auth/callback/route.js +1 -1
- package/dist/web/.next/server/app/auth/callback/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/auth/callback/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/auth/signout/route.js +1 -1
- package/dist/web/.next/server/app/auth/signout/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/auth/signout/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/cli/login/page.js +2 -2
- package/dist/web/.next/server/app/cli/login/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/cli/login/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/digest/page.js +2 -0
- package/dist/web/.next/server/app/digest/page.js.nft.json +1 -0
- package/dist/web/.next/server/app/digest/page_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/feedback/page.js +2 -0
- package/dist/web/.next/server/app/feedback/page.js.nft.json +1 -0
- package/dist/web/.next/server/app/feedback/page_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/my-projects/[projectKey]/page.js +2 -2
- package/dist/web/.next/server/app/my-projects/[projectKey]/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/my-projects/[projectKey]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/my-projects/page.js +2 -2
- package/dist/web/.next/server/app/my-projects/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/my-projects/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/my-shares/page.js +2 -2
- package/dist/web/.next/server/app/my-shares/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/my-shares/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/opengraph-image/route.js +2 -2
- package/dist/web/.next/server/app/opengraph-image/route.js.map +1 -1
- package/dist/web/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/page.js +2 -2
- package/dist/web/.next/server/app/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/projects/[id]/page.js +2 -2
- package/dist/web/.next/server/app/projects/[id]/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/projects/[id]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/r/[slug]/opengraph-image/route.js +1 -1
- package/dist/web/.next/server/app/r/[slug]/opengraph-image/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/r/[slug]/opengraph-image/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/r/[slug]/page.js +2 -2
- package/dist/web/.next/server/app/r/[slug]/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/r/[slug]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/search/page.js +2 -0
- package/dist/web/.next/server/app/search/page.js.nft.json +1 -0
- package/dist/web/.next/server/app/search/page_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js +2 -2
- package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/sign-in/page.js +2 -2
- package/dist/web/.next/server/app/sign-in/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/sign-in/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app-paths-manifest.json +15 -8
- package/dist/web/.next/server/chunks/1825.js +1 -0
- package/dist/web/.next/server/chunks/1924.js +1 -0
- package/dist/web/.next/server/chunks/1961.js +1 -0
- package/dist/web/.next/server/chunks/2678.js +5 -0
- package/dist/web/.next/server/chunks/{901.js → 2901.js} +1 -1
- package/dist/web/.next/server/chunks/{635.js → 3256.js} +1 -1
- package/dist/web/.next/server/chunks/3398.js +1 -0
- package/dist/web/.next/server/chunks/{500.js → 4500.js} +1 -1
- package/dist/web/.next/server/chunks/{985.js → 4985.js} +2 -2
- package/dist/web/.next/server/chunks/6019.js +2 -0
- package/dist/web/.next/server/chunks/6227.js +1 -0
- package/dist/web/.next/server/chunks/8334.js +1 -0
- package/dist/web/.next/server/chunks/8632.js +2 -0
- package/dist/web/.next/server/chunks/{993.js → 9993.js} +1 -1
- package/dist/web/.next/server/functions-config-manifest.json +3 -0
- package/dist/web/.next/server/middleware-manifest.json +1 -1
- package/dist/web/.next/server/pages/500.html +1 -1
- package/dist/web/.next/server/pages/_document.js +1 -1
- package/dist/web/.next/server/pages/_document.js.nft.json +1 -1
- package/dist/web/.next/server/pages/_error.js +2 -2
- package/dist/web/.next/server/pages/_error.js.nft.json +1 -1
- package/dist/web/.next/server/pages-manifest.json +1 -1
- package/dist/web/.next/server/server-reference-manifest.js +1 -1
- package/dist/web/.next/server/server-reference-manifest.json +1 -1
- package/dist/web/.next/server/webpack-runtime.js +1 -1
- package/dist/web/.next/static/ZxFskpyUoxefJOzSxSb6s/_buildManifest.js +1 -0
- package/dist/web/.next/static/chunks/29-7904810aeffd75a0.js +1 -0
- package/dist/web/.next/static/chunks/app/_not-found/page-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/download/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/feedback/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/init/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/poll/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/local/watch/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/search/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/search-index/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/share/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/api/upload/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/auth/callback/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/auth/signout/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/{my-projects/page-9f8ca9b85ceaf296.js → digest/page-41ec674edc998616.js} +1 -1
- package/dist/web/.next/static/chunks/app/feedback/page-60f4d489fd598c9c.js +1 -0
- package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-3a816489e5e8534b.js +1 -0
- package/dist/web/.next/static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js +1 -0
- package/dist/web/.next/static/chunks/app/my-shares/page-697d61e07a7546b2.js +1 -0
- package/dist/web/.next/static/chunks/app/{not-found-9f8ca9b85ceaf296.js → not-found-41ec674edc998616.js} +1 -1
- package/dist/web/.next/static/chunks/app/opengraph-image/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/page-e6e80157848514e3.js +1 -0
- package/dist/web/.next/static/chunks/app/projects/[id]/page-faec0dc5b09bd35f.js +1 -0
- package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-bd7ebde8ab75cb95.js +1 -0
- package/dist/web/.next/static/chunks/app/search/page-fc0b629efa815c64.js +1 -0
- package/dist/web/.next/static/chunks/app/sessions/[projectId]/[sessionId]/{page-42e3ca6ddbc89891.js → page-5e70eaa0a429d94a.js} +1 -1
- package/dist/web/.next/static/css/3c4744a7426424ee.css +3 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json +4 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json +4 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_interop_require_default/package.json +4 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +4 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs +10 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs +8 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
- package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/package.json +471 -0
- package/dist/web/package.json +3 -1
- package/dist/web/server.js +1 -1
- package/package.json +5 -8
- package/dist/web/.next/server/chunks/150.js +0 -1
- package/dist/web/.next/server/chunks/160.js +0 -2
- package/dist/web/.next/server/chunks/334.js +0 -1
- package/dist/web/.next/server/chunks/354.js +0 -1
- package/dist/web/.next/server/chunks/371.js +0 -1
- package/dist/web/.next/server/chunks/398.js +0 -1
- package/dist/web/.next/server/chunks/552.js +0 -2
- package/dist/web/.next/server/chunks/678.js +0 -5
- package/dist/web/.next/server/chunks/924.js +0 -1
- package/dist/web/.next/static/05arLtyVtuaMhMczmbNEQ/_buildManifest.js +0 -1
- package/dist/web/.next/static/chunks/29-73072d523fc7c3d6.js +0 -1
- package/dist/web/.next/static/chunks/app/_not-found/page-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/download/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/init/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/poll/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/local/watch/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/search-index/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/share/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/api/upload/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/auth/callback/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/auth/signout/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-cb6e039c958bfc2c.js +0 -1
- package/dist/web/.next/static/chunks/app/my-shares/page-cb6e039c958bfc2c.js +0 -1
- package/dist/web/.next/static/chunks/app/opengraph-image/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/chunks/app/page-5094c206f5c10164.js +0 -1
- package/dist/web/.next/static/chunks/app/projects/[id]/page-5094c206f5c10164.js +0 -1
- package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-28b9b6b1a849439f.js +0 -1
- package/dist/web/.next/static/css/e3f901a57ca280a4.css +0 -3
- /package/dist/web/.next/static/{05arLtyVtuaMhMczmbNEQ → ZxFskpyUoxefJOzSxSb6s}/_ssgManifest.js +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.