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.
Files changed (212) hide show
  1. package/README.md +8 -8
  2. package/dist/web/.next/BUILD_ID +1 -1
  3. package/dist/web/.next/app-build-manifest.json +107 -52
  4. package/dist/web/.next/app-path-routes-manifest.json +15 -8
  5. package/dist/web/.next/build-manifest.json +2 -2
  6. package/dist/web/.next/required-server-files.json +0 -1
  7. package/dist/web/.next/routes-manifest.json +26 -0
  8. package/dist/web/.next/server/app/_not-found/page.js +2 -2
  9. package/dist/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  10. package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  11. package/dist/web/.next/server/app/api/admin/backfill-search/route.js +1 -0
  12. package/dist/web/.next/server/app/api/admin/backfill-search/route.js.nft.json +1 -0
  13. package/dist/web/.next/server/app/api/admin/backfill-search/route_client-reference-manifest.js +1 -0
  14. package/dist/web/.next/server/app/api/cli/download/route.js +1 -1
  15. package/dist/web/.next/server/app/api/cli/download/route.js.nft.json +1 -1
  16. package/dist/web/.next/server/app/api/cli/download/route_client-reference-manifest.js +1 -1
  17. package/dist/web/.next/server/app/api/cli/feedback/route.js +1 -0
  18. package/dist/web/.next/server/app/api/cli/feedback/route.js.nft.json +1 -0
  19. package/dist/web/.next/server/app/api/cli/feedback/route_client-reference-manifest.js +1 -0
  20. package/dist/web/.next/server/app/api/cli/init/route.js +1 -1
  21. package/dist/web/.next/server/app/api/cli/init/route.js.nft.json +1 -1
  22. package/dist/web/.next/server/app/api/cli/init/route_client-reference-manifest.js +1 -1
  23. package/dist/web/.next/server/app/api/cli/my-shares/route.js +1 -1
  24. package/dist/web/.next/server/app/api/cli/my-shares/route.js.nft.json +1 -1
  25. package/dist/web/.next/server/app/api/cli/my-shares/route_client-reference-manifest.js +1 -1
  26. package/dist/web/.next/server/app/api/cli/poll/route.js +1 -1
  27. package/dist/web/.next/server/app/api/cli/poll/route.js.nft.json +1 -1
  28. package/dist/web/.next/server/app/api/cli/poll/route_client-reference-manifest.js +1 -1
  29. package/dist/web/.next/server/app/api/cli/project-settings/route.js +1 -1
  30. package/dist/web/.next/server/app/api/cli/project-settings/route.js.nft.json +1 -1
  31. package/dist/web/.next/server/app/api/cli/project-settings/route_client-reference-manifest.js +1 -1
  32. package/dist/web/.next/server/app/api/cli/share-mutate/route.js +1 -1
  33. package/dist/web/.next/server/app/api/cli/share-mutate/route.js.nft.json +1 -1
  34. package/dist/web/.next/server/app/api/cli/share-mutate/route_client-reference-manifest.js +1 -1
  35. package/dist/web/.next/server/app/api/cli/sync-list/route.js +1 -1
  36. package/dist/web/.next/server/app/api/cli/sync-list/route.js.nft.json +1 -1
  37. package/dist/web/.next/server/app/api/cli/sync-list/route_client-reference-manifest.js +1 -1
  38. package/dist/web/.next/server/app/api/local/project-sessions/route.js +1 -1
  39. package/dist/web/.next/server/app/api/local/project-sessions/route.js.nft.json +1 -1
  40. package/dist/web/.next/server/app/api/local/project-sessions/route_client-reference-manifest.js +1 -1
  41. package/dist/web/.next/server/app/api/local/watch/route.js +2 -2
  42. package/dist/web/.next/server/app/api/local/watch/route.js.nft.json +1 -1
  43. package/dist/web/.next/server/app/api/local/watch/route_client-reference-manifest.js +1 -1
  44. package/dist/web/.next/server/app/api/search/route.js +1 -0
  45. package/dist/web/.next/server/app/api/search/route.js.nft.json +1 -0
  46. package/dist/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -0
  47. package/dist/web/.next/server/app/api/search-index/route.js +1 -1
  48. package/dist/web/.next/server/app/api/search-index/route.js.nft.json +1 -1
  49. package/dist/web/.next/server/app/api/search-index/route_client-reference-manifest.js +1 -1
  50. package/dist/web/.next/server/app/api/share/download/[slug]/route.js +1 -0
  51. package/dist/web/.next/server/app/api/share/download/[slug]/route.js.nft.json +1 -0
  52. package/dist/web/.next/server/app/api/share/download/[slug]/route_client-reference-manifest.js +1 -0
  53. package/dist/web/.next/server/app/api/share/route.js +1 -1
  54. package/dist/web/.next/server/app/api/share/route.js.nft.json +1 -1
  55. package/dist/web/.next/server/app/api/share/route_client-reference-manifest.js +1 -1
  56. package/dist/web/.next/server/app/api/upload/route.js +3 -3
  57. package/dist/web/.next/server/app/api/upload/route.js.nft.json +1 -1
  58. package/dist/web/.next/server/app/api/upload/route_client-reference-manifest.js +1 -1
  59. package/dist/web/.next/server/app/auth/callback/route.js +1 -1
  60. package/dist/web/.next/server/app/auth/callback/route.js.nft.json +1 -1
  61. package/dist/web/.next/server/app/auth/callback/route_client-reference-manifest.js +1 -1
  62. package/dist/web/.next/server/app/auth/signout/route.js +1 -1
  63. package/dist/web/.next/server/app/auth/signout/route.js.nft.json +1 -1
  64. package/dist/web/.next/server/app/auth/signout/route_client-reference-manifest.js +1 -1
  65. package/dist/web/.next/server/app/cli/login/page.js +2 -2
  66. package/dist/web/.next/server/app/cli/login/page.js.nft.json +1 -1
  67. package/dist/web/.next/server/app/cli/login/page_client-reference-manifest.js +1 -1
  68. package/dist/web/.next/server/app/digest/page.js +2 -0
  69. package/dist/web/.next/server/app/digest/page.js.nft.json +1 -0
  70. package/dist/web/.next/server/app/digest/page_client-reference-manifest.js +1 -0
  71. package/dist/web/.next/server/app/feedback/page.js +2 -0
  72. package/dist/web/.next/server/app/feedback/page.js.nft.json +1 -0
  73. package/dist/web/.next/server/app/feedback/page_client-reference-manifest.js +1 -0
  74. package/dist/web/.next/server/app/my-projects/[projectKey]/page.js +2 -2
  75. package/dist/web/.next/server/app/my-projects/[projectKey]/page.js.nft.json +1 -1
  76. package/dist/web/.next/server/app/my-projects/[projectKey]/page_client-reference-manifest.js +1 -1
  77. package/dist/web/.next/server/app/my-projects/page.js +2 -2
  78. package/dist/web/.next/server/app/my-projects/page.js.nft.json +1 -1
  79. package/dist/web/.next/server/app/my-projects/page_client-reference-manifest.js +1 -1
  80. package/dist/web/.next/server/app/my-shares/page.js +2 -2
  81. package/dist/web/.next/server/app/my-shares/page.js.nft.json +1 -1
  82. package/dist/web/.next/server/app/my-shares/page_client-reference-manifest.js +1 -1
  83. package/dist/web/.next/server/app/opengraph-image/route.js +2 -2
  84. package/dist/web/.next/server/app/opengraph-image/route.js.map +1 -1
  85. package/dist/web/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -1
  86. package/dist/web/.next/server/app/page.js +2 -2
  87. package/dist/web/.next/server/app/page.js.nft.json +1 -1
  88. package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
  89. package/dist/web/.next/server/app/projects/[id]/page.js +2 -2
  90. package/dist/web/.next/server/app/projects/[id]/page.js.nft.json +1 -1
  91. package/dist/web/.next/server/app/projects/[id]/page_client-reference-manifest.js +1 -1
  92. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route.js +1 -1
  93. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route.js.nft.json +1 -1
  94. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route_client-reference-manifest.js +1 -1
  95. package/dist/web/.next/server/app/r/[slug]/page.js +2 -2
  96. package/dist/web/.next/server/app/r/[slug]/page.js.nft.json +1 -1
  97. package/dist/web/.next/server/app/r/[slug]/page_client-reference-manifest.js +1 -1
  98. package/dist/web/.next/server/app/search/page.js +2 -0
  99. package/dist/web/.next/server/app/search/page.js.nft.json +1 -0
  100. package/dist/web/.next/server/app/search/page_client-reference-manifest.js +1 -0
  101. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js +2 -2
  102. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js.nft.json +1 -1
  103. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page_client-reference-manifest.js +1 -1
  104. package/dist/web/.next/server/app/sign-in/page.js +2 -2
  105. package/dist/web/.next/server/app/sign-in/page.js.nft.json +1 -1
  106. package/dist/web/.next/server/app/sign-in/page_client-reference-manifest.js +1 -1
  107. package/dist/web/.next/server/app-paths-manifest.json +15 -8
  108. package/dist/web/.next/server/chunks/1825.js +1 -0
  109. package/dist/web/.next/server/chunks/1924.js +1 -0
  110. package/dist/web/.next/server/chunks/1961.js +1 -0
  111. package/dist/web/.next/server/chunks/2678.js +5 -0
  112. package/dist/web/.next/server/chunks/{901.js → 2901.js} +1 -1
  113. package/dist/web/.next/server/chunks/{635.js → 3256.js} +1 -1
  114. package/dist/web/.next/server/chunks/3398.js +1 -0
  115. package/dist/web/.next/server/chunks/{500.js → 4500.js} +1 -1
  116. package/dist/web/.next/server/chunks/{985.js → 4985.js} +2 -2
  117. package/dist/web/.next/server/chunks/6019.js +2 -0
  118. package/dist/web/.next/server/chunks/6227.js +1 -0
  119. package/dist/web/.next/server/chunks/8334.js +1 -0
  120. package/dist/web/.next/server/chunks/8632.js +2 -0
  121. package/dist/web/.next/server/chunks/{993.js → 9993.js} +1 -1
  122. package/dist/web/.next/server/functions-config-manifest.json +3 -0
  123. package/dist/web/.next/server/middleware-manifest.json +1 -1
  124. package/dist/web/.next/server/pages/500.html +1 -1
  125. package/dist/web/.next/server/pages/_document.js +1 -1
  126. package/dist/web/.next/server/pages/_document.js.nft.json +1 -1
  127. package/dist/web/.next/server/pages/_error.js +2 -2
  128. package/dist/web/.next/server/pages/_error.js.nft.json +1 -1
  129. package/dist/web/.next/server/pages-manifest.json +1 -1
  130. package/dist/web/.next/server/server-reference-manifest.js +1 -1
  131. package/dist/web/.next/server/server-reference-manifest.json +1 -1
  132. package/dist/web/.next/server/webpack-runtime.js +1 -1
  133. package/dist/web/.next/static/ZxFskpyUoxefJOzSxSb6s/_buildManifest.js +1 -0
  134. package/dist/web/.next/static/chunks/29-7904810aeffd75a0.js +1 -0
  135. package/dist/web/.next/static/chunks/app/_not-found/page-bd7ebde8ab75cb95.js +1 -0
  136. package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-bd7ebde8ab75cb95.js +1 -0
  137. package/dist/web/.next/static/chunks/app/api/cli/download/route-bd7ebde8ab75cb95.js +1 -0
  138. package/dist/web/.next/static/chunks/app/api/cli/feedback/route-bd7ebde8ab75cb95.js +1 -0
  139. package/dist/web/.next/static/chunks/app/api/cli/init/route-bd7ebde8ab75cb95.js +1 -0
  140. package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-bd7ebde8ab75cb95.js +1 -0
  141. package/dist/web/.next/static/chunks/app/api/cli/poll/route-bd7ebde8ab75cb95.js +1 -0
  142. package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-bd7ebde8ab75cb95.js +1 -0
  143. package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-bd7ebde8ab75cb95.js +1 -0
  144. package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-bd7ebde8ab75cb95.js +1 -0
  145. package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-bd7ebde8ab75cb95.js +1 -0
  146. package/dist/web/.next/static/chunks/app/api/local/watch/route-bd7ebde8ab75cb95.js +1 -0
  147. package/dist/web/.next/static/chunks/app/api/search/route-bd7ebde8ab75cb95.js +1 -0
  148. package/dist/web/.next/static/chunks/app/api/search-index/route-bd7ebde8ab75cb95.js +1 -0
  149. package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-bd7ebde8ab75cb95.js +1 -0
  150. package/dist/web/.next/static/chunks/app/api/share/route-bd7ebde8ab75cb95.js +1 -0
  151. package/dist/web/.next/static/chunks/app/api/upload/route-bd7ebde8ab75cb95.js +1 -0
  152. package/dist/web/.next/static/chunks/app/auth/callback/route-bd7ebde8ab75cb95.js +1 -0
  153. package/dist/web/.next/static/chunks/app/auth/signout/route-bd7ebde8ab75cb95.js +1 -0
  154. package/dist/web/.next/static/chunks/app/{my-projects/page-9f8ca9b85ceaf296.js → digest/page-41ec674edc998616.js} +1 -1
  155. package/dist/web/.next/static/chunks/app/feedback/page-60f4d489fd598c9c.js +1 -0
  156. package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-3a816489e5e8534b.js +1 -0
  157. package/dist/web/.next/static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js +1 -0
  158. package/dist/web/.next/static/chunks/app/my-shares/page-697d61e07a7546b2.js +1 -0
  159. package/dist/web/.next/static/chunks/app/{not-found-9f8ca9b85ceaf296.js → not-found-41ec674edc998616.js} +1 -1
  160. package/dist/web/.next/static/chunks/app/opengraph-image/route-bd7ebde8ab75cb95.js +1 -0
  161. package/dist/web/.next/static/chunks/app/page-e6e80157848514e3.js +1 -0
  162. package/dist/web/.next/static/chunks/app/projects/[id]/page-faec0dc5b09bd35f.js +1 -0
  163. package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-bd7ebde8ab75cb95.js +1 -0
  164. package/dist/web/.next/static/chunks/app/search/page-fc0b629efa815c64.js +1 -0
  165. package/dist/web/.next/static/chunks/app/sessions/[projectId]/[sessionId]/{page-42e3ca6ddbc89891.js → page-5e70eaa0a429d94a.js} +1 -1
  166. package/dist/web/.next/static/css/3c4744a7426424ee.css +3 -0
  167. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_class_private_field_loose_base/package.json +4 -0
  168. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_class_private_field_loose_key/package.json +4 -0
  169. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_interop_require_default/package.json +4 -0
  170. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +4 -0
  171. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs +10 -0
  172. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs +8 -0
  173. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
  174. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
  175. package/dist/web/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/package.json +471 -0
  176. package/dist/web/package.json +3 -1
  177. package/dist/web/server.js +1 -1
  178. package/package.json +5 -8
  179. package/dist/web/.next/server/chunks/150.js +0 -1
  180. package/dist/web/.next/server/chunks/160.js +0 -2
  181. package/dist/web/.next/server/chunks/334.js +0 -1
  182. package/dist/web/.next/server/chunks/354.js +0 -1
  183. package/dist/web/.next/server/chunks/371.js +0 -1
  184. package/dist/web/.next/server/chunks/398.js +0 -1
  185. package/dist/web/.next/server/chunks/552.js +0 -2
  186. package/dist/web/.next/server/chunks/678.js +0 -5
  187. package/dist/web/.next/server/chunks/924.js +0 -1
  188. package/dist/web/.next/static/05arLtyVtuaMhMczmbNEQ/_buildManifest.js +0 -1
  189. package/dist/web/.next/static/chunks/29-73072d523fc7c3d6.js +0 -1
  190. package/dist/web/.next/static/chunks/app/_not-found/page-28b9b6b1a849439f.js +0 -1
  191. package/dist/web/.next/static/chunks/app/api/cli/download/route-28b9b6b1a849439f.js +0 -1
  192. package/dist/web/.next/static/chunks/app/api/cli/init/route-28b9b6b1a849439f.js +0 -1
  193. package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-28b9b6b1a849439f.js +0 -1
  194. package/dist/web/.next/static/chunks/app/api/cli/poll/route-28b9b6b1a849439f.js +0 -1
  195. package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-28b9b6b1a849439f.js +0 -1
  196. package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-28b9b6b1a849439f.js +0 -1
  197. package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-28b9b6b1a849439f.js +0 -1
  198. package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-28b9b6b1a849439f.js +0 -1
  199. package/dist/web/.next/static/chunks/app/api/local/watch/route-28b9b6b1a849439f.js +0 -1
  200. package/dist/web/.next/static/chunks/app/api/search-index/route-28b9b6b1a849439f.js +0 -1
  201. package/dist/web/.next/static/chunks/app/api/share/route-28b9b6b1a849439f.js +0 -1
  202. package/dist/web/.next/static/chunks/app/api/upload/route-28b9b6b1a849439f.js +0 -1
  203. package/dist/web/.next/static/chunks/app/auth/callback/route-28b9b6b1a849439f.js +0 -1
  204. package/dist/web/.next/static/chunks/app/auth/signout/route-28b9b6b1a849439f.js +0 -1
  205. package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-cb6e039c958bfc2c.js +0 -1
  206. package/dist/web/.next/static/chunks/app/my-shares/page-cb6e039c958bfc2c.js +0 -1
  207. package/dist/web/.next/static/chunks/app/opengraph-image/route-28b9b6b1a849439f.js +0 -1
  208. package/dist/web/.next/static/chunks/app/page-5094c206f5c10164.js +0 -1
  209. package/dist/web/.next/static/chunks/app/projects/[id]/page-5094c206f5c10164.js +0 -1
  210. package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-28b9b6b1a849439f.js +0 -1
  211. package/dist/web/.next/static/css/e3f901a57ca280a4.css +0 -3
  212. /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.