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
@@ -0,0 +1,4 @@
1
+ {
2
+ "main": "../../cjs/_interop_require_default.cjs",
3
+ "module": "../../esm/_interop_require_default.js"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "main": "../../cjs/_interop_require_wildcard.cjs",
3
+ "module": "../../esm/_interop_require_wildcard.js"
4
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ function _class_private_field_loose_base(receiver, privateKey) {
4
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
5
+ throw new TypeError("attempted to use private field on non-instance");
6
+ }
7
+
8
+ return receiver;
9
+ }
10
+ exports._ = _class_private_field_loose_base;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ var id = 0;
4
+
5
+ function _class_private_field_loose_key(name) {
6
+ return "__private_" + id++ + "_" + name;
7
+ }
8
+ exports._ = _class_private_field_loose_key;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ function _interop_require_default(obj) {
4
+ return obj && obj.__esModule ? obj : { default: obj };
5
+ }
6
+ exports._ = _interop_require_default;
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ function _getRequireWildcardCache(nodeInterop) {
4
+ if (typeof WeakMap !== "function") return null;
5
+
6
+ var cacheBabelInterop = new WeakMap();
7
+ var cacheNodeInterop = new WeakMap();
8
+
9
+ return (_getRequireWildcardCache = function(nodeInterop) {
10
+ return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
11
+ })(nodeInterop);
12
+ }
13
+ function _interop_require_wildcard(obj, nodeInterop) {
14
+ if (!nodeInterop && obj && obj.__esModule) return obj;
15
+ if (obj === null || typeof obj !== "object" && typeof obj !== "function") return { default: obj };
16
+
17
+ var cache = _getRequireWildcardCache(nodeInterop);
18
+
19
+ if (cache && cache.has(obj)) return cache.get(obj);
20
+
21
+ var newObj = { __proto__: null };
22
+ var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
23
+
24
+ for (var key in obj) {
25
+ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
26
+ var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
27
+ if (desc && (desc.get || desc.set)) Object.defineProperty(newObj, key, desc);
28
+ else newObj[key] = obj[key];
29
+ }
30
+ }
31
+
32
+ newObj.default = obj;
33
+
34
+ if (cache) cache.set(obj, newObj);
35
+
36
+ return newObj;
37
+ }
38
+ exports._ = _interop_require_wildcard;
@@ -0,0 +1,471 @@
1
+ {
2
+ "name": "@swc/helpers",
3
+ "packageManager": "yarn@4.0.2",
4
+ "version": "0.5.15",
5
+ "description": "External helpers for the swc project.",
6
+ "module": "esm/index.js",
7
+ "main": "cjs/index.cjs",
8
+ "sideEffects": false,
9
+ "scripts": {
10
+ "build": "zx ./scripts/build.js",
11
+ "prepack": "zx ./scripts/build.js"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/swc-project/swc.git"
16
+ },
17
+ "publishConfig": {
18
+ "registry": "https://registry.npmjs.org/",
19
+ "access": "public"
20
+ },
21
+ "keywords": [
22
+ "swc",
23
+ "helpers"
24
+ ],
25
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
26
+ "license": "Apache-2.0",
27
+ "bugs": {
28
+ "url": "https://github.com/swc-project/swc/issues"
29
+ },
30
+ "homepage": "https://swc.rs",
31
+ "type": "module",
32
+ "devDependencies": {
33
+ "@ast-grep/napi": "^0.3.1",
34
+ "dprint": "^0.35.3",
35
+ "magic-string": "^0.30.0",
36
+ "zx": "^7.2.1"
37
+ },
38
+ "dependencies": {
39
+ "tslib": "^2.8.0"
40
+ },
41
+ "exports": {
42
+ "./package.json": "./package.json",
43
+ "./esm/*": "./esm/*",
44
+ "./cjs/*": "./cjs/*",
45
+ "./src/*": "./src/*",
46
+ ".": {
47
+ "import": "./esm/index.js",
48
+ "default": "./cjs/index.cjs"
49
+ },
50
+ "./_": {
51
+ "import": "./esm/index.js",
52
+ "default": "./cjs/index.cjs"
53
+ },
54
+ "./_/_apply_decorated_descriptor": {
55
+ "import": "./esm/_apply_decorated_descriptor.js",
56
+ "default": "./cjs/_apply_decorated_descriptor.cjs"
57
+ },
58
+ "./_/_apply_decs_2203_r": {
59
+ "import": "./esm/_apply_decs_2203_r.js",
60
+ "default": "./cjs/_apply_decs_2203_r.cjs"
61
+ },
62
+ "./_/_array_like_to_array": {
63
+ "import": "./esm/_array_like_to_array.js",
64
+ "default": "./cjs/_array_like_to_array.cjs"
65
+ },
66
+ "./_/_array_with_holes": {
67
+ "import": "./esm/_array_with_holes.js",
68
+ "default": "./cjs/_array_with_holes.cjs"
69
+ },
70
+ "./_/_array_without_holes": {
71
+ "import": "./esm/_array_without_holes.js",
72
+ "default": "./cjs/_array_without_holes.cjs"
73
+ },
74
+ "./_/_assert_this_initialized": {
75
+ "import": "./esm/_assert_this_initialized.js",
76
+ "default": "./cjs/_assert_this_initialized.cjs"
77
+ },
78
+ "./_/_async_generator": {
79
+ "import": "./esm/_async_generator.js",
80
+ "default": "./cjs/_async_generator.cjs"
81
+ },
82
+ "./_/_async_generator_delegate": {
83
+ "import": "./esm/_async_generator_delegate.js",
84
+ "default": "./cjs/_async_generator_delegate.cjs"
85
+ },
86
+ "./_/_async_iterator": {
87
+ "import": "./esm/_async_iterator.js",
88
+ "default": "./cjs/_async_iterator.cjs"
89
+ },
90
+ "./_/_async_to_generator": {
91
+ "import": "./esm/_async_to_generator.js",
92
+ "default": "./cjs/_async_to_generator.cjs"
93
+ },
94
+ "./_/_await_async_generator": {
95
+ "import": "./esm/_await_async_generator.js",
96
+ "default": "./cjs/_await_async_generator.cjs"
97
+ },
98
+ "./_/_await_value": {
99
+ "import": "./esm/_await_value.js",
100
+ "default": "./cjs/_await_value.cjs"
101
+ },
102
+ "./_/_call_super": {
103
+ "import": "./esm/_call_super.js",
104
+ "default": "./cjs/_call_super.cjs"
105
+ },
106
+ "./_/_check_private_redeclaration": {
107
+ "import": "./esm/_check_private_redeclaration.js",
108
+ "default": "./cjs/_check_private_redeclaration.cjs"
109
+ },
110
+ "./_/_class_apply_descriptor_destructure": {
111
+ "import": "./esm/_class_apply_descriptor_destructure.js",
112
+ "default": "./cjs/_class_apply_descriptor_destructure.cjs"
113
+ },
114
+ "./_/_class_apply_descriptor_get": {
115
+ "import": "./esm/_class_apply_descriptor_get.js",
116
+ "default": "./cjs/_class_apply_descriptor_get.cjs"
117
+ },
118
+ "./_/_class_apply_descriptor_set": {
119
+ "import": "./esm/_class_apply_descriptor_set.js",
120
+ "default": "./cjs/_class_apply_descriptor_set.cjs"
121
+ },
122
+ "./_/_class_apply_descriptor_update": {
123
+ "import": "./esm/_class_apply_descriptor_update.js",
124
+ "default": "./cjs/_class_apply_descriptor_update.cjs"
125
+ },
126
+ "./_/_class_call_check": {
127
+ "import": "./esm/_class_call_check.js",
128
+ "default": "./cjs/_class_call_check.cjs"
129
+ },
130
+ "./_/_class_check_private_static_access": {
131
+ "import": "./esm/_class_check_private_static_access.js",
132
+ "default": "./cjs/_class_check_private_static_access.cjs"
133
+ },
134
+ "./_/_class_check_private_static_field_descriptor": {
135
+ "import": "./esm/_class_check_private_static_field_descriptor.js",
136
+ "default": "./cjs/_class_check_private_static_field_descriptor.cjs"
137
+ },
138
+ "./_/_class_extract_field_descriptor": {
139
+ "import": "./esm/_class_extract_field_descriptor.js",
140
+ "default": "./cjs/_class_extract_field_descriptor.cjs"
141
+ },
142
+ "./_/_class_name_tdz_error": {
143
+ "import": "./esm/_class_name_tdz_error.js",
144
+ "default": "./cjs/_class_name_tdz_error.cjs"
145
+ },
146
+ "./_/_class_private_field_destructure": {
147
+ "import": "./esm/_class_private_field_destructure.js",
148
+ "default": "./cjs/_class_private_field_destructure.cjs"
149
+ },
150
+ "./_/_class_private_field_get": {
151
+ "import": "./esm/_class_private_field_get.js",
152
+ "default": "./cjs/_class_private_field_get.cjs"
153
+ },
154
+ "./_/_class_private_field_init": {
155
+ "import": "./esm/_class_private_field_init.js",
156
+ "default": "./cjs/_class_private_field_init.cjs"
157
+ },
158
+ "./_/_class_private_field_loose_base": {
159
+ "import": "./esm/_class_private_field_loose_base.js",
160
+ "default": "./cjs/_class_private_field_loose_base.cjs"
161
+ },
162
+ "./_/_class_private_field_loose_key": {
163
+ "import": "./esm/_class_private_field_loose_key.js",
164
+ "default": "./cjs/_class_private_field_loose_key.cjs"
165
+ },
166
+ "./_/_class_private_field_set": {
167
+ "import": "./esm/_class_private_field_set.js",
168
+ "default": "./cjs/_class_private_field_set.cjs"
169
+ },
170
+ "./_/_class_private_field_update": {
171
+ "import": "./esm/_class_private_field_update.js",
172
+ "default": "./cjs/_class_private_field_update.cjs"
173
+ },
174
+ "./_/_class_private_method_get": {
175
+ "import": "./esm/_class_private_method_get.js",
176
+ "default": "./cjs/_class_private_method_get.cjs"
177
+ },
178
+ "./_/_class_private_method_init": {
179
+ "import": "./esm/_class_private_method_init.js",
180
+ "default": "./cjs/_class_private_method_init.cjs"
181
+ },
182
+ "./_/_class_private_method_set": {
183
+ "import": "./esm/_class_private_method_set.js",
184
+ "default": "./cjs/_class_private_method_set.cjs"
185
+ },
186
+ "./_/_class_static_private_field_destructure": {
187
+ "import": "./esm/_class_static_private_field_destructure.js",
188
+ "default": "./cjs/_class_static_private_field_destructure.cjs"
189
+ },
190
+ "./_/_class_static_private_field_spec_get": {
191
+ "import": "./esm/_class_static_private_field_spec_get.js",
192
+ "default": "./cjs/_class_static_private_field_spec_get.cjs"
193
+ },
194
+ "./_/_class_static_private_field_spec_set": {
195
+ "import": "./esm/_class_static_private_field_spec_set.js",
196
+ "default": "./cjs/_class_static_private_field_spec_set.cjs"
197
+ },
198
+ "./_/_class_static_private_field_update": {
199
+ "import": "./esm/_class_static_private_field_update.js",
200
+ "default": "./cjs/_class_static_private_field_update.cjs"
201
+ },
202
+ "./_/_class_static_private_method_get": {
203
+ "import": "./esm/_class_static_private_method_get.js",
204
+ "default": "./cjs/_class_static_private_method_get.cjs"
205
+ },
206
+ "./_/_construct": {
207
+ "import": "./esm/_construct.js",
208
+ "default": "./cjs/_construct.cjs"
209
+ },
210
+ "./_/_create_class": {
211
+ "import": "./esm/_create_class.js",
212
+ "default": "./cjs/_create_class.cjs"
213
+ },
214
+ "./_/_create_for_of_iterator_helper_loose": {
215
+ "import": "./esm/_create_for_of_iterator_helper_loose.js",
216
+ "default": "./cjs/_create_for_of_iterator_helper_loose.cjs"
217
+ },
218
+ "./_/_create_super": {
219
+ "import": "./esm/_create_super.js",
220
+ "default": "./cjs/_create_super.cjs"
221
+ },
222
+ "./_/_decorate": {
223
+ "import": "./esm/_decorate.js",
224
+ "default": "./cjs/_decorate.cjs"
225
+ },
226
+ "./_/_defaults": {
227
+ "import": "./esm/_defaults.js",
228
+ "default": "./cjs/_defaults.cjs"
229
+ },
230
+ "./_/_define_enumerable_properties": {
231
+ "import": "./esm/_define_enumerable_properties.js",
232
+ "default": "./cjs/_define_enumerable_properties.cjs"
233
+ },
234
+ "./_/_define_property": {
235
+ "import": "./esm/_define_property.js",
236
+ "default": "./cjs/_define_property.cjs"
237
+ },
238
+ "./_/_dispose": {
239
+ "import": "./esm/_dispose.js",
240
+ "default": "./cjs/_dispose.cjs"
241
+ },
242
+ "./_/_export_star": {
243
+ "import": "./esm/_export_star.js",
244
+ "default": "./cjs/_export_star.cjs"
245
+ },
246
+ "./_/_extends": {
247
+ "import": "./esm/_extends.js",
248
+ "default": "./cjs/_extends.cjs"
249
+ },
250
+ "./_/_get": {
251
+ "import": "./esm/_get.js",
252
+ "default": "./cjs/_get.cjs"
253
+ },
254
+ "./_/_get_prototype_of": {
255
+ "import": "./esm/_get_prototype_of.js",
256
+ "default": "./cjs/_get_prototype_of.cjs"
257
+ },
258
+ "./_/_identity": {
259
+ "import": "./esm/_identity.js",
260
+ "default": "./cjs/_identity.cjs"
261
+ },
262
+ "./_/_inherits": {
263
+ "import": "./esm/_inherits.js",
264
+ "default": "./cjs/_inherits.cjs"
265
+ },
266
+ "./_/_inherits_loose": {
267
+ "import": "./esm/_inherits_loose.js",
268
+ "default": "./cjs/_inherits_loose.cjs"
269
+ },
270
+ "./_/_initializer_define_property": {
271
+ "import": "./esm/_initializer_define_property.js",
272
+ "default": "./cjs/_initializer_define_property.cjs"
273
+ },
274
+ "./_/_initializer_warning_helper": {
275
+ "import": "./esm/_initializer_warning_helper.js",
276
+ "default": "./cjs/_initializer_warning_helper.cjs"
277
+ },
278
+ "./_/_instanceof": {
279
+ "import": "./esm/_instanceof.js",
280
+ "default": "./cjs/_instanceof.cjs"
281
+ },
282
+ "./_/_interop_require_default": {
283
+ "import": "./esm/_interop_require_default.js",
284
+ "default": "./cjs/_interop_require_default.cjs"
285
+ },
286
+ "./_/_interop_require_wildcard": {
287
+ "import": "./esm/_interop_require_wildcard.js",
288
+ "default": "./cjs/_interop_require_wildcard.cjs"
289
+ },
290
+ "./_/_is_native_function": {
291
+ "import": "./esm/_is_native_function.js",
292
+ "default": "./cjs/_is_native_function.cjs"
293
+ },
294
+ "./_/_is_native_reflect_construct": {
295
+ "import": "./esm/_is_native_reflect_construct.js",
296
+ "default": "./cjs/_is_native_reflect_construct.cjs"
297
+ },
298
+ "./_/_iterable_to_array": {
299
+ "import": "./esm/_iterable_to_array.js",
300
+ "default": "./cjs/_iterable_to_array.cjs"
301
+ },
302
+ "./_/_iterable_to_array_limit": {
303
+ "import": "./esm/_iterable_to_array_limit.js",
304
+ "default": "./cjs/_iterable_to_array_limit.cjs"
305
+ },
306
+ "./_/_iterable_to_array_limit_loose": {
307
+ "import": "./esm/_iterable_to_array_limit_loose.js",
308
+ "default": "./cjs/_iterable_to_array_limit_loose.cjs"
309
+ },
310
+ "./_/_jsx": {
311
+ "import": "./esm/_jsx.js",
312
+ "default": "./cjs/_jsx.cjs"
313
+ },
314
+ "./_/_new_arrow_check": {
315
+ "import": "./esm/_new_arrow_check.js",
316
+ "default": "./cjs/_new_arrow_check.cjs"
317
+ },
318
+ "./_/_non_iterable_rest": {
319
+ "import": "./esm/_non_iterable_rest.js",
320
+ "default": "./cjs/_non_iterable_rest.cjs"
321
+ },
322
+ "./_/_non_iterable_spread": {
323
+ "import": "./esm/_non_iterable_spread.js",
324
+ "default": "./cjs/_non_iterable_spread.cjs"
325
+ },
326
+ "./_/_object_destructuring_empty": {
327
+ "import": "./esm/_object_destructuring_empty.js",
328
+ "default": "./cjs/_object_destructuring_empty.cjs"
329
+ },
330
+ "./_/_object_spread": {
331
+ "import": "./esm/_object_spread.js",
332
+ "default": "./cjs/_object_spread.cjs"
333
+ },
334
+ "./_/_object_spread_props": {
335
+ "import": "./esm/_object_spread_props.js",
336
+ "default": "./cjs/_object_spread_props.cjs"
337
+ },
338
+ "./_/_object_without_properties": {
339
+ "import": "./esm/_object_without_properties.js",
340
+ "default": "./cjs/_object_without_properties.cjs"
341
+ },
342
+ "./_/_object_without_properties_loose": {
343
+ "import": "./esm/_object_without_properties_loose.js",
344
+ "default": "./cjs/_object_without_properties_loose.cjs"
345
+ },
346
+ "./_/_possible_constructor_return": {
347
+ "import": "./esm/_possible_constructor_return.js",
348
+ "default": "./cjs/_possible_constructor_return.cjs"
349
+ },
350
+ "./_/_read_only_error": {
351
+ "import": "./esm/_read_only_error.js",
352
+ "default": "./cjs/_read_only_error.cjs"
353
+ },
354
+ "./_/_set": {
355
+ "import": "./esm/_set.js",
356
+ "default": "./cjs/_set.cjs"
357
+ },
358
+ "./_/_set_prototype_of": {
359
+ "import": "./esm/_set_prototype_of.js",
360
+ "default": "./cjs/_set_prototype_of.cjs"
361
+ },
362
+ "./_/_skip_first_generator_next": {
363
+ "import": "./esm/_skip_first_generator_next.js",
364
+ "default": "./cjs/_skip_first_generator_next.cjs"
365
+ },
366
+ "./_/_sliced_to_array": {
367
+ "import": "./esm/_sliced_to_array.js",
368
+ "default": "./cjs/_sliced_to_array.cjs"
369
+ },
370
+ "./_/_sliced_to_array_loose": {
371
+ "import": "./esm/_sliced_to_array_loose.js",
372
+ "default": "./cjs/_sliced_to_array_loose.cjs"
373
+ },
374
+ "./_/_super_prop_base": {
375
+ "import": "./esm/_super_prop_base.js",
376
+ "default": "./cjs/_super_prop_base.cjs"
377
+ },
378
+ "./_/_tagged_template_literal": {
379
+ "import": "./esm/_tagged_template_literal.js",
380
+ "default": "./cjs/_tagged_template_literal.cjs"
381
+ },
382
+ "./_/_tagged_template_literal_loose": {
383
+ "import": "./esm/_tagged_template_literal_loose.js",
384
+ "default": "./cjs/_tagged_template_literal_loose.cjs"
385
+ },
386
+ "./_/_throw": {
387
+ "import": "./esm/_throw.js",
388
+ "default": "./cjs/_throw.cjs"
389
+ },
390
+ "./_/_to_array": {
391
+ "import": "./esm/_to_array.js",
392
+ "default": "./cjs/_to_array.cjs"
393
+ },
394
+ "./_/_to_consumable_array": {
395
+ "import": "./esm/_to_consumable_array.js",
396
+ "default": "./cjs/_to_consumable_array.cjs"
397
+ },
398
+ "./_/_to_primitive": {
399
+ "import": "./esm/_to_primitive.js",
400
+ "default": "./cjs/_to_primitive.cjs"
401
+ },
402
+ "./_/_to_property_key": {
403
+ "import": "./esm/_to_property_key.js",
404
+ "default": "./cjs/_to_property_key.cjs"
405
+ },
406
+ "./_/_ts_add_disposable_resource": {
407
+ "import": "./esm/_ts_add_disposable_resource.js",
408
+ "default": "./cjs/_ts_add_disposable_resource.cjs"
409
+ },
410
+ "./_/_ts_decorate": {
411
+ "import": "./esm/_ts_decorate.js",
412
+ "default": "./cjs/_ts_decorate.cjs"
413
+ },
414
+ "./_/_ts_dispose_resources": {
415
+ "import": "./esm/_ts_dispose_resources.js",
416
+ "default": "./cjs/_ts_dispose_resources.cjs"
417
+ },
418
+ "./_/_ts_generator": {
419
+ "import": "./esm/_ts_generator.js",
420
+ "default": "./cjs/_ts_generator.cjs"
421
+ },
422
+ "./_/_ts_metadata": {
423
+ "import": "./esm/_ts_metadata.js",
424
+ "default": "./cjs/_ts_metadata.cjs"
425
+ },
426
+ "./_/_ts_param": {
427
+ "import": "./esm/_ts_param.js",
428
+ "default": "./cjs/_ts_param.cjs"
429
+ },
430
+ "./_/_ts_values": {
431
+ "import": "./esm/_ts_values.js",
432
+ "default": "./cjs/_ts_values.cjs"
433
+ },
434
+ "./_/_type_of": {
435
+ "import": "./esm/_type_of.js",
436
+ "default": "./cjs/_type_of.cjs"
437
+ },
438
+ "./_/_unsupported_iterable_to_array": {
439
+ "import": "./esm/_unsupported_iterable_to_array.js",
440
+ "default": "./cjs/_unsupported_iterable_to_array.cjs"
441
+ },
442
+ "./_/_update": {
443
+ "import": "./esm/_update.js",
444
+ "default": "./cjs/_update.cjs"
445
+ },
446
+ "./_/_using": {
447
+ "import": "./esm/_using.js",
448
+ "default": "./cjs/_using.cjs"
449
+ },
450
+ "./_/_using_ctx": {
451
+ "import": "./esm/_using_ctx.js",
452
+ "default": "./cjs/_using_ctx.cjs"
453
+ },
454
+ "./_/_wrap_async_generator": {
455
+ "import": "./esm/_wrap_async_generator.js",
456
+ "default": "./cjs/_wrap_async_generator.cjs"
457
+ },
458
+ "./_/_wrap_native_super": {
459
+ "import": "./esm/_wrap_native_super.js",
460
+ "default": "./cjs/_wrap_native_super.cjs"
461
+ },
462
+ "./_/_write_only_error": {
463
+ "import": "./esm/_write_only_error.js",
464
+ "default": "./cjs/_write_only_error.cjs"
465
+ },
466
+ "./_/index": {
467
+ "import": "./esm/index.js",
468
+ "default": "./cjs/index.cjs"
469
+ }
470
+ }
471
+ }
@@ -21,7 +21,9 @@
21
21
  "diff": "^7.0.0",
22
22
  "next": "^15.0.3",
23
23
  "react": "^19.0.0",
24
- "react-dom": "^19.0.0"
24
+ "react-dom": "^19.0.0",
25
+ "react-markdown": "^10.1.0",
26
+ "remark-gfm": "^4.0.1"
25
27
  },
26
28
  "devDependencies": {
27
29
  "@types/diff": "^6.0.0",
@@ -15,7 +15,7 @@ const currentPort = parseInt(process.env.PORT, 10) || 3000
15
15
  const hostname = process.env.HOSTNAME || '0.0.0.0'
16
16
 
17
17
  let keepAliveTimeout = parseInt(process.env.KEEP_ALIVE_TIMEOUT, 10)
18
- const nextConfig = {"env":{},"webpack":null,"eslint":{"ignoreDuringBuilds":false},"typescript":{"ignoreBuildErrors":false,"tsconfigPath":"tsconfig.json"},"typedRoutes":false,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.ts","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"maximumResponseBody":50000000,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","remotePatterns":[],"unoptimized":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactProductionProfiling":false,"reactStrictMode":true,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/Users/suresh/New-Projects/agentreplay","experimental":{"useSkewCookie":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":4294967294}},"cacheHandlers":{},"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"serverSourceMaps":false,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"clientSegmentCache":false,"clientParamParsing":false,"dynamicOnHover":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","middlewarePrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":9,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"viewTransition":false,"routerBFCache":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"cacheComponents":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"devtoolSegmentExplorer":true,"browserDebugInfoInTerminal":false,"optimizeRouterScrolling":false,"middlewareClientMaxBodySize":10485760,"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.ts","transpilePackages":["@promptarc/core"],"outputFileTracingExcludes":{"*":["**/typescript/**","**/@swc/**","**/prettier/**","**/eslint/**"]},"turbopack":{"root":"/Users/suresh/New-Projects/agentreplay"}}
18
+ const nextConfig = {"env":{},"webpack":null,"eslint":{"ignoreDuringBuilds":false},"typescript":{"ignoreBuildErrors":false,"tsconfigPath":"tsconfig.json"},"typedRoutes":false,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.ts","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"maximumResponseBody":50000000,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","remotePatterns":[],"unoptimized":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactProductionProfiling":false,"reactStrictMode":true,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/Users/suresh/New-Projects/agentreplay","experimental":{"useSkewCookie":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":4294967294}},"cacheHandlers":{},"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"serverSourceMaps":false,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"clientSegmentCache":false,"clientParamParsing":false,"dynamicOnHover":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","middlewarePrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":9,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"viewTransition":false,"routerBFCache":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"cacheComponents":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"devtoolSegmentExplorer":true,"browserDebugInfoInTerminal":false,"optimizeRouterScrolling":false,"middlewareClientMaxBodySize":10485760,"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.ts","transpilePackages":["@promptarc/core"],"outputFileTracingExcludes":{"*":["**/typescript/**","**/prettier/**","**/eslint/**"]},"turbopack":{"root":"/Users/suresh/New-Projects/agentreplay"}}
19
19
 
20
20
  process.env.__NEXT_PRIVATE_STANDALONE_CONFIG = JSON.stringify(nextConfig)
21
21
 
package/package.json CHANGED
@@ -1,17 +1,12 @@
1
1
  {
2
2
  "name": "promptarc",
3
- "version": "0.0.1",
4
- "description": "Local-first viewer for AI coding agent sessions. Browse, search, and share Claude Code sessions as inspectable timelines.",
3
+ "version": "0.0.2",
4
+ "description": "Local-first viewer for AI coding agent sessions. Browse, search, and share your Claude Code, Codex, and Cursor sessions as inspectable timelines.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "homepage": "https://promptarc.dev",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/telugutribe/agentreplay.git",
11
- "directory": "packages/cli"
12
- },
13
8
  "bugs": {
14
- "url": "https://github.com/telugutribe/agentreplay/issues"
9
+ "url": "https://promptarc.dev/feedback"
15
10
  },
16
11
  "bin": {
17
12
  "promptarc": "./dist/bin.js"
@@ -38,6 +33,8 @@
38
33
  "keywords": [
39
34
  "claude",
40
35
  "claude-code",
36
+ "codex",
37
+ "cursor",
41
38
  "ai",
42
39
  "agent",
43
40
  "viewer",