@minimalcorp/tsunagi 0.0.1 → 0.0.4

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 (194) hide show
  1. package/.next/standalone/apps/web/.next/BUILD_ID +1 -1
  2. package/.next/standalone/apps/web/.next/build-manifest.json +3 -3
  3. package/.next/standalone/apps/web/.next/prerender-manifest.json +3 -3
  4. package/.next/standalone/apps/web/.next/required-server-files.json +6 -6
  5. package/.next/standalone/apps/web/.next/server/app/_global-error.html +1 -1
  6. package/.next/standalone/apps/web/.next/server/app/_global-error.rsc +1 -1
  7. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  8. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  9. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  10. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  11. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  12. package/.next/standalone/apps/web/.next/server/app/_not-found.html +1 -1
  13. package/.next/standalone/apps/web/.next/server/app/_not-found.rsc +1 -1
  14. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  15. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  16. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  17. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  18. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  19. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  20. package/.next/standalone/apps/web/.next/server/app/api/clone/route.js.nft.json +1 -1
  21. package/.next/standalone/apps/web/.next/server/app/api/env/list/route.js.nft.json +1 -1
  22. package/.next/standalone/apps/web/.next/server/app/api/env/route.js.nft.json +1 -1
  23. package/.next/standalone/apps/web/.next/server/app/api/env/toggle/route.js.nft.json +1 -1
  24. package/.next/standalone/apps/web/.next/server/app/api/internal/tabs/[tab_id]/status/route.js.nft.json +1 -1
  25. package/.next/standalone/apps/web/.next/server/app/api/internal/tabs/[tab_id]/todos/route.js.nft.json +1 -1
  26. package/.next/standalone/apps/web/.next/server/app/api/onboarding/status/route.js.nft.json +1 -1
  27. package/.next/standalone/apps/web/.next/server/app/api/owners/route.js.nft.json +1 -1
  28. package/.next/standalone/apps/web/.next/server/app/api/planner/tabs/route.js.nft.json +1 -1
  29. package/.next/standalone/apps/web/.next/server/app/api/repos/[owner]/[repo]/route.js.nft.json +1 -1
  30. package/.next/standalone/apps/web/.next/server/app/api/repos/route.js.nft.json +1 -1
  31. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/complete/route.js.nft.json +1 -1
  32. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/needs-rebase/route.js.nft.json +1 -1
  33. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/rebase/route.js.nft.json +1 -1
  34. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  35. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/status/route.js.nft.json +1 -1
  36. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/tabs/[tab_id]/route.js.nft.json +1 -1
  37. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/tabs/route.js.nft.json +1 -1
  38. package/.next/standalone/apps/web/.next/server/app/api/tasks/batch-delete/route.js.nft.json +1 -1
  39. package/.next/standalone/apps/web/.next/server/app/api/tasks/route.js.nft.json +1 -1
  40. package/.next/standalone/apps/web/.next/server/app/api/tasks/validate/route.js.nft.json +1 -1
  41. package/.next/standalone/apps/web/.next/server/app/api/worktrees/init/route.js.nft.json +1 -1
  42. package/.next/standalone/apps/web/.next/server/app/index.html +1 -1
  43. package/.next/standalone/apps/web/.next/server/app/index.rsc +1 -1
  44. package/.next/standalone/apps/web/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  45. package/.next/standalone/apps/web/.next/server/app/index.segments/_full.segment.rsc +1 -1
  46. package/.next/standalone/apps/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  47. package/.next/standalone/apps/web/.next/server/app/index.segments/_index.segment.rsc +1 -1
  48. package/.next/standalone/apps/web/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  49. package/.next/standalone/apps/web/.next/server/app/settings.html +1 -1
  50. package/.next/standalone/apps/web/.next/server/app/settings.rsc +1 -1
  51. package/.next/standalone/apps/web/.next/server/app/settings.segments/_full.segment.rsc +1 -1
  52. package/.next/standalone/apps/web/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  53. package/.next/standalone/apps/web/.next/server/app/settings.segments/_index.segment.rsc +1 -1
  54. package/.next/standalone/apps/web/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  55. package/.next/standalone/apps/web/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +1 -1
  56. package/.next/standalone/apps/web/.next/server/app/settings.segments/settings.segment.rsc +1 -1
  57. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0wr1n.-._.js +1 -1
  58. package/.next/standalone/apps/web/.next/server/middleware-build-manifest.js +3 -3
  59. package/.next/standalone/apps/web/.next/server/pages/404.html +1 -1
  60. package/.next/standalone/apps/web/.next/server/pages/500.html +1 -1
  61. package/.next/standalone/apps/web/.next/server/server-reference-manifest.js +1 -1
  62. package/.next/standalone/apps/web/.next/server/server-reference-manifest.json +1 -1
  63. package/.next/standalone/apps/web/package.json +7 -5
  64. package/.next/standalone/apps/web/server.js +1 -1
  65. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/README.md +2 -2
  66. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/glib-2.0/include/glibconfig.h +9 -8
  67. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
  68. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
  69. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
  70. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +221 -0
  71. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
  72. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  73. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
  74. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
  75. package/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
  76. package/.next/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
  77. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
  78. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
  79. package/.next/standalone/node_modules/@libsql/{darwin-arm64 → linux-x64-gnu}/package.json +9 -9
  80. package/.next/standalone/node_modules/@libsql/linux-x64-musl/package.json +36 -0
  81. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/linux-x64-gnu/index.node +0 -0
  82. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/{darwin-arm64 → linux-x64-gnu}/package.json +9 -9
  83. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/linux-x64-musl/index.node +0 -0
  84. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/linux-x64-musl/package.json +36 -0
  85. package/dist/scripts/auto-migrate.js +4 -11
  86. package/dist/scripts/cli.js +10 -3
  87. package/package.json +7 -5
  88. package/prisma.config.ts +28 -0
  89. package/scripts/fix-node-pty-permissions.cjs +74 -0
  90. package/.next/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
  91. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/darwin-arm64/index.node +0 -0
  92. /package/.next/{static/sl60H6e_1IzjEG6s7q4_7 → standalone/apps/web/.next/static/JoYqGRe1NI9K8yLxCSu7g}/_buildManifest.js +0 -0
  93. /package/.next/{static/sl60H6e_1IzjEG6s7q4_7 → standalone/apps/web/.next/static/JoYqGRe1NI9K8yLxCSu7g}/_clientMiddlewareManifest.js +0 -0
  94. /package/.next/{static/sl60H6e_1IzjEG6s7q4_7 → standalone/apps/web/.next/static/JoYqGRe1NI9K8yLxCSu7g}/_ssgManifest.js +0 -0
  95. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0-_x27yxy_uq_.js +0 -0
  96. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0-whcx~709zzu.js +0 -0
  97. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0.76ju_ex-wmx.js +0 -0
  98. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0.fiftciismd2.js +0 -0
  99. /package/.next/{static → standalone/apps/web/.next/static}/chunks/002jt~~cq5_aa.js +0 -0
  100. /package/.next/{static → standalone/apps/web/.next/static}/chunks/004q74ucr0rud.js +0 -0
  101. /package/.next/{static → standalone/apps/web/.next/static}/chunks/00h5q76-kypod.js +0 -0
  102. /package/.next/{static → standalone/apps/web/.next/static}/chunks/01-i-.qulgo-z.js +0 -0
  103. /package/.next/{static → standalone/apps/web/.next/static}/chunks/01nltpvkna.0_.js +0 -0
  104. /package/.next/{static → standalone/apps/web/.next/static}/chunks/02i7dfk78~t~2.js +0 -0
  105. /package/.next/{static → standalone/apps/web/.next/static}/chunks/037p8v0.zt_g5.js +0 -0
  106. /package/.next/{static → standalone/apps/web/.next/static}/chunks/03~yq9q893hmn.js +0 -0
  107. /package/.next/{static → standalone/apps/web/.next/static}/chunks/043yk9d-7bl43.js +0 -0
  108. /package/.next/{static → standalone/apps/web/.next/static}/chunks/04ygsac3q3ar..js +0 -0
  109. /package/.next/{static → standalone/apps/web/.next/static}/chunks/06x~dj4kp-z9f.js +0 -0
  110. /package/.next/{static → standalone/apps/web/.next/static}/chunks/07.05twov8012.js +0 -0
  111. /package/.next/{static → standalone/apps/web/.next/static}/chunks/08e_.io80mn65.js +0 -0
  112. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0_7ef.hja3s4s.js +0 -0
  113. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0_u58hj44ucg2.js +0 -0
  114. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0apjd6p1xsnc3.js +0 -0
  115. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0bb.y5mii27l0.js +0 -0
  116. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0bew-tpzkv4a6.js +0 -0
  117. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0cea659lv7fcc.js +0 -0
  118. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0coux02phyasu.js +0 -0
  119. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0dwnwe1-v~5z3.js +0 -0
  120. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0e1gsufr5shdc.js +0 -0
  121. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0egss2l0vp3iv.js +0 -0
  122. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0f6mqg1npiv.t.js +0 -0
  123. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0fekzj03ltn5y.js +0 -0
  124. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0fsi8lw5utejl.js +0 -0
  125. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0g.j9ko1tr-q0.js +0 -0
  126. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0g7ov558axacn.js +0 -0
  127. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0g8qw208n3i89.js +0 -0
  128. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0g~f0923b0wjv.js +0 -0
  129. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0hc31lz26e0bj.js +0 -0
  130. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0i_guf4-4_p5..css +0 -0
  131. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0k7r2.t3p~iwm.js +0 -0
  132. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0kl8vyx5367.j.js +0 -0
  133. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0kr7rpif0ntgr.js +0 -0
  134. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0kx.ki.9u_0dy.js +0 -0
  135. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0kxp1btclqdj7.js +0 -0
  136. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0l_tj98f_5ot-.js +0 -0
  137. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0lmm~3cjla0c9.js +0 -0
  138. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0lp.2eizum8y~.js +0 -0
  139. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0lr2ip~4h2o.z.js +0 -0
  140. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0njmix7y_6miv.js +0 -0
  141. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0nt-wtu-~b7hv.js +0 -0
  142. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0nwbvs~t8m~k6.js +0 -0
  143. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0o_q.90~v1nxx.js +0 -0
  144. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0oryo.isv4jwb.js +0 -0
  145. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0p63tiak1b6s-.js +0 -0
  146. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0pqew2nbfoy2f.js +0 -0
  147. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0puq-xa16mucw.js +0 -0
  148. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0quunuyr_o6os.js +0 -0
  149. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0r4wgiv_kwiro.js +0 -0
  150. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0rr4nl_auvf0b.js +0 -0
  151. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0s2ei~z99yg.7.js +0 -0
  152. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0t-7~zw5_oj33.js +0 -0
  153. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0t-ecot2ot8jq.js +0 -0
  154. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0t1nhjmm.2-8-.js +0 -0
  155. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0to6_1mydd3zt.js +0 -0
  156. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0v8zy131j2_sl.js +0 -0
  157. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0vj43fihkfmqz.js +0 -0
  158. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0v~puv980n2mn.js +0 -0
  159. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0w12j2_zw_0ax.js +0 -0
  160. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0w4h2u4jedq4..js +0 -0
  161. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0whqmdgrwdcvt.js +0 -0
  162. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0x48ir_5my2vr.js +0 -0
  163. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0z9df3ijvbr8h.js +0 -0
  164. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0zz1c.5ttlw75.js +0 -0
  165. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0~fjlnit~fkey.js +0 -0
  166. /package/.next/{static → standalone/apps/web/.next/static}/chunks/10.7md7t9nz53.js +0 -0
  167. /package/.next/{static → standalone/apps/web/.next/static}/chunks/104dsd7mk1jyt.js +0 -0
  168. /package/.next/{static → standalone/apps/web/.next/static}/chunks/113wy2s~ukj5p.js +0 -0
  169. /package/.next/{static → standalone/apps/web/.next/static}/chunks/1158vq~dpuyl-.js +0 -0
  170. /package/.next/{static → standalone/apps/web/.next/static}/chunks/11905-quym2vs.js +0 -0
  171. /package/.next/{static → standalone/apps/web/.next/static}/chunks/13n60-fppanm4.js +0 -0
  172. /package/.next/{static → standalone/apps/web/.next/static}/chunks/144c2w7nm3efs.js +0 -0
  173. /package/.next/{static → standalone/apps/web/.next/static}/chunks/14rho~nmo5pbn.js +0 -0
  174. /package/.next/{static → standalone/apps/web/.next/static}/chunks/156lsa3n_7-g1.js +0 -0
  175. /package/.next/{static → standalone/apps/web/.next/static}/chunks/179i-blt6kp34.js +0 -0
  176. /package/.next/{static → standalone/apps/web/.next/static}/chunks/17me7gnh4-..3.js +0 -0
  177. /package/.next/{static → standalone/apps/web/.next/static}/chunks/17oc2l.ekcs8b.css +0 -0
  178. /package/.next/{static → standalone/apps/web/.next/static}/chunks/turbopack-0079niub0zo4u.js +0 -0
  179. /package/.next/{static → standalone/apps/web/.next/static}/media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2 +0 -0
  180. /package/.next/{static → standalone/apps/web/.next/static}/media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2 +0 -0
  181. /package/.next/{static → standalone/apps/web/.next/static}/media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2 +0 -0
  182. /package/.next/{static → standalone/apps/web/.next/static}/media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2 +0 -0
  183. /package/.next/{static → standalone/apps/web/.next/static}/media/5476f68d60460930-s.0wxq9webf.ew4.woff2 +0 -0
  184. /package/.next/{static → standalone/apps/web/.next/static}/media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2 +0 -0
  185. /package/.next/{static → standalone/apps/web/.next/static}/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2 +0 -0
  186. /package/.next/{static → standalone/apps/web/.next/static}/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2 +0 -0
  187. /package/.next/{static → standalone/apps/web/.next/static}/media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2 +0 -0
  188. /package/.next/{static → standalone/apps/web/.next/static}/media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2 +0 -0
  189. /package/.next/{static → standalone/apps/web/.next/static}/media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2 +0 -0
  190. /package/.next/{static → standalone/apps/web/.next/static}/media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2 +0 -0
  191. /package/.next/{static → standalone/apps/web/.next/static}/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2 +0 -0
  192. /package/.next/{static → standalone/apps/web/.next/static}/media/icon.0fkix7.hkmsz4.png +0 -0
  193. /package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
  194. /package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0apjd6p1xsnc3.js"/><script src="/_next/static/chunks/02i7dfk78~t~2.js" async=""></script><script src="/_next/static/chunks/0.76ju_ex-wmx.js" async=""></script><script src="/_next/static/chunks/0lp.2eizum8y~.js" async=""></script><script src="/_next/static/chunks/turbopack-0079niub0zo4u.js" async=""></script><script src="/_next/static/chunks/0fsi8lw5utejl.js" async=""></script><script src="/_next/static/chunks/04ygsac3q3ar..js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0apjd6p1xsnc3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"MetadataBoundary\"]\nc:I[68027,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"sl60H6e_1IzjEG6s7q4_7\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\nb:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0apjd6p1xsnc3.js"/><script src="/_next/static/chunks/02i7dfk78~t~2.js" async=""></script><script src="/_next/static/chunks/0.76ju_ex-wmx.js" async=""></script><script src="/_next/static/chunks/0lp.2eizum8y~.js" async=""></script><script src="/_next/static/chunks/turbopack-0079niub0zo4u.js" async=""></script><script src="/_next/static/chunks/0fsi8lw5utejl.js" async=""></script><script src="/_next/static/chunks/04ygsac3q3ar..js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0apjd6p1xsnc3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"MetadataBoundary\"]\nc:I[68027,[\"/_next/static/chunks/0fsi8lw5utejl.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"JoYqGRe1NI9K8yLxCSu7g\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\nb:[]\n"])</script></body></html>
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"8XNzl7MfRb+CbObK2ok6rkwqvF2O+2QWOXnGQmmiJwk=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"irbNPp8556pwjcOSrV0udNWA/pBY9ead5Nd2ZSt+efc=\"\n}"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "node": {},
3
3
  "edge": {},
4
- "encryptionKey": "8XNzl7MfRb+CbObK2ok6rkwqvF2O+2QWOXnGQmmiJwk="
4
+ "encryptionKey": "irbNPp8556pwjcOSrV0udNWA/pBY9ead5Nd2ZSt+efc="
5
5
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minimalcorp/tsunagi",
3
- "version": "0.0.1",
3
+ "version": "0.0.4",
4
4
  "description": "Multi-repo GitHub project management with Claude AI integration, designed for visualizing and controlling AI-driven development locally.",
5
5
  "keywords": [
6
6
  "tsunagi",
@@ -37,8 +37,9 @@
37
37
  "dist/**/*",
38
38
  "prisma/schema.prisma",
39
39
  "prisma/migrations/**/*",
40
+ "prisma.config.ts",
40
41
  ".next/standalone/**/*",
41
- ".next/static/**/*",
42
+ "scripts/fix-node-pty-permissions.cjs",
42
43
  "tsunagi-marketplace/**/*",
43
44
  "LICENSE",
44
45
  "README.md"
@@ -46,11 +47,12 @@
46
47
  "scripts": {
47
48
  "dev": "tsx scripts/auto-migrate.ts && tsx scripts/with-plugin.ts dev",
48
49
  "server:dev": "tsx watch server/index.ts",
49
- "build": "prisma generate && next build",
50
- "build:dist": "tsc -p tsconfig.dist.json && chmod +x dist/scripts/cli.js",
50
+ "build": "npm run db:generate && npm run build:server && npm run build:next",
51
+ "build:server": "tsc -p tsconfig.dist.json && chmod +x dist/scripts/cli.js",
52
+ "build:next": "next build && cp -R .next/static .next/standalone/apps/web/.next/static",
51
53
  "start": "tsx scripts/auto-migrate.ts && tsx scripts/with-plugin.ts start",
52
54
  "postinstall": "prisma generate && node scripts/fix-node-pty-permissions.cjs",
53
- "prepack": "npm run build:dist && npm run build",
55
+ "prepack": "npm run build",
54
56
  "prepublishOnly": "npm run lint && npm run type-check",
55
57
  "lint": "eslint",
56
58
  "type-check": "tsc --noEmit && tsc --noEmit -p server/tsconfig.json",
@@ -9,7 +9,7 @@ const currentPort = parseInt(process.env.PORT, 10) || 3000
9
9
  const hostname = process.env.HOSTNAME || '0.0.0.0'
10
10
 
11
11
  let keepAliveTimeout = parseInt(process.env.KEEP_ALIVE_TIMEOUT, 10)
12
- const nextConfig = {"env":{},"webpack":null,"typescript":{"ignoreBuildErrors":false},"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":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":false,"customCacheHandler":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{"serverFunctions":true,"browserToTerminal":"warn"},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/Users/jigengineer/Repositories/minimalcorp/tsunagi/main","cacheComponents":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":31536000}},"cacheHandlers":{},"experimental":{"appNewScrollHandler":false,"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"cachedNavigations":false,"partialFallbacks":false,"dynamicOnHover":false,"varyParams":false,"prefetchInlining":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"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,"strictRouteTypes":false,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":true,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"gestureTransition":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":"warn","lockDistDir":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":true,"turbopackPluginRuntimeStrategy":"childProcesses","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","serverExternalPackages":["@prisma/client","better-sqlite3"],"turbopack":{"root":"/Users/jigengineer/Repositories/minimalcorp/tsunagi/main"},"distDirRoot":".next","_originalRewrites":{"beforeFiles":[],"afterFiles":[{"source":"/api/terminal/:path*","destination":"http://localhost:2792/api/terminal/:path*"}],"fallback":[]}}
12
+ const nextConfig = {"env":{},"webpack":null,"typescript":{"ignoreBuildErrors":false},"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":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":false,"customCacheHandler":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{"serverFunctions":true,"browserToTerminal":"warn"},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/home/runner/work/tsunagi/tsunagi","cacheComponents":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":31536000}},"cacheHandlers":{},"experimental":{"appNewScrollHandler":false,"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"cachedNavigations":false,"partialFallbacks":false,"dynamicOnHover":false,"varyParams":false,"prefetchInlining":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":3,"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,"strictRouteTypes":false,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":true,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"gestureTransition":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":"warn","lockDistDir":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":true,"turbopackPluginRuntimeStrategy":"childProcesses","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","turbopack":{"root":"/home/runner/work/tsunagi/tsunagi"},"serverExternalPackages":["@prisma/client","better-sqlite3"],"distDirRoot":".next","_originalRewrites":{"beforeFiles":[],"afterFiles":[{"source":"/api/terminal/:path*","destination":"http://localhost:2792/api/terminal/:path*"}],"fallback":[]}}
13
13
 
14
14
  process.env.__NEXT_PRIVATE_STANDALONE_CONFIG = JSON.stringify(nextConfig)
15
15
 
@@ -1,6 +1,6 @@
1
- # `@img/sharp-libvips-darwin-arm64`
1
+ # `@img/sharp-libvips-linux-x64`
2
2
 
3
- Prebuilt libvips and dependencies for use with sharp on macOS 64-bit ARM.
3
+ Prebuilt libvips and dependencies for use with sharp on Linux (glibc) x64.
4
4
 
5
5
  ## Licensing
6
6
 
@@ -63,15 +63,15 @@ typedef unsigned int guint32;
63
63
 
64
64
  #define G_HAVE_GINT64 1 /* deprecated, always true */
65
65
 
66
- G_GNUC_EXTENSION typedef signed long long gint64;
67
- G_GNUC_EXTENSION typedef unsigned long long guint64;
66
+ typedef signed long gint64;
67
+ typedef unsigned long guint64;
68
68
 
69
- #define G_GINT64_CONSTANT(val) (G_GNUC_EXTENSION (val##LL))
70
- #define G_GUINT64_CONSTANT(val) (G_GNUC_EXTENSION (val##ULL))
69
+ #define G_GINT64_CONSTANT(val) (val##L)
70
+ #define G_GUINT64_CONSTANT(val) (val##UL)
71
71
 
72
- #define G_GINT64_MODIFIER "ll"
73
- #define G_GINT64_FORMAT "lli"
74
- #define G_GUINT64_FORMAT "llu"
72
+ #define G_GINT64_MODIFIER "l"
73
+ #define G_GINT64_FORMAT "li"
74
+ #define G_GUINT64_FORMAT "lu"
75
75
 
76
76
 
77
77
  #define GLIB_SIZEOF_VOID_P 8
@@ -121,6 +121,7 @@ typedef unsigned long guintptr;
121
121
 
122
122
  #define G_VA_COPY va_copy
123
123
 
124
+ #define G_VA_COPY_AS_ARRAY 1
124
125
 
125
126
  #define G_HAVE_ISO_VARARGS 1
126
127
 
@@ -202,7 +203,7 @@ typedef int GPid;
202
203
 
203
204
  #define GLIB_SYSDEF_AF_UNIX 1
204
205
  #define GLIB_SYSDEF_AF_INET 2
205
- #define GLIB_SYSDEF_AF_INET6 30
206
+ #define GLIB_SYSDEF_AF_INET6 10
206
207
 
207
208
  #define GLIB_SYSDEF_MSG_OOB 1
208
209
  #define GLIB_SYSDEF_MSG_PEEK 2
@@ -1,13 +1,13 @@
1
1
  {
2
- "name": "@img/sharp-libvips-darwin-arm64",
2
+ "name": "@img/sharp-libvips-linux-x64",
3
3
  "version": "1.2.4",
4
- "description": "Prebuilt libvips and dependencies for use with sharp on macOS 64-bit ARM",
4
+ "description": "Prebuilt libvips and dependencies for use with sharp on Linux (glibc) x64",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/lovell/sharp-libvips.git",
10
- "directory": "npm/darwin-arm64"
10
+ "directory": "npm/linux-x64"
11
11
  },
12
12
  "license": "LGPL-3.0-or-later",
13
13
  "funding": {
@@ -27,10 +27,16 @@
27
27
  "./package": "./package.json",
28
28
  "./versions": "./versions.json"
29
29
  },
30
+ "config": {
31
+ "glibc": ">=2.26"
32
+ },
30
33
  "os": [
31
- "darwin"
34
+ "linux"
35
+ ],
36
+ "libc": [
37
+ "glibc"
32
38
  ],
33
39
  "cpu": [
34
- "arm64"
40
+ "x64"
35
41
  ]
36
42
  }
@@ -0,0 +1,46 @@
1
+ # `@img/sharp-libvips-linuxmusl-x64`
2
+
3
+ Prebuilt libvips and dependencies for use with sharp on Linux (musl) x64.
4
+
5
+ ## Licensing
6
+
7
+ This software contains third-party libraries
8
+ used under the terms of the following licences:
9
+
10
+ | Library | Used under the terms of |
11
+ |---------------|-----------------------------------------------------------------------------------------------------------|
12
+ | aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) |
13
+ | cairo | Mozilla Public License 2.0 |
14
+ | cgif | MIT Licence |
15
+ | expat | MIT Licence |
16
+ | fontconfig | [fontconfig Licence](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/main/COPYING) (BSD-like) |
17
+ | freetype | [freetype Licence](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) |
18
+ | fribidi | LGPLv3 |
19
+ | glib | LGPLv3 |
20
+ | harfbuzz | MIT Licence |
21
+ | highway | Apache-2.0 License, BSD 3-Clause |
22
+ | lcms | MIT Licence |
23
+ | libarchive | BSD 2-Clause |
24
+ | libexif | LGPLv3 |
25
+ | libffi | MIT Licence |
26
+ | libheif | LGPLv3 |
27
+ | libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
28
+ | libnsgif | MIT Licence |
29
+ | libpng | [libpng License](https://github.com/pnggroup/libpng/blob/master/LICENSE) |
30
+ | librsvg | LGPLv3 |
31
+ | libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) |
32
+ | libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
33
+ | libvips | LGPLv3 |
34
+ | libwebp | New BSD License |
35
+ | libxml2 | MIT Licence |
36
+ | mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
37
+ | pango | LGPLv3 |
38
+ | pixman | MIT Licence |
39
+ | proxy-libintl | LGPLv3 |
40
+ | zlib-ng | [zlib Licence](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) |
41
+
42
+ Use of libraries under the terms of the LGPLv3 is via the
43
+ "any later version" clause of the LGPLv2 or LGPLv2.1.
44
+
45
+ Please report any errors or omissions via
46
+ https://github.com/lovell/sharp-libvips/issues/new
@@ -0,0 +1,221 @@
1
+ /* glibconfig.h
2
+ *
3
+ * This is a generated file. Please modify 'glibconfig.h.in'
4
+ */
5
+
6
+ #ifndef __GLIBCONFIG_H__
7
+ #define __GLIBCONFIG_H__
8
+
9
+ #include <glib/gmacros.h>
10
+
11
+ #include <limits.h>
12
+ #include <float.h>
13
+ #define GLIB_HAVE_ALLOCA_H
14
+
15
+ #define GLIB_STATIC_COMPILATION 1
16
+ #define GOBJECT_STATIC_COMPILATION 1
17
+ #define GIO_STATIC_COMPILATION 1
18
+ #define GMODULE_STATIC_COMPILATION 1
19
+ #define GI_STATIC_COMPILATION 1
20
+ #define G_INTL_STATIC_COMPILATION 1
21
+ #define FFI_STATIC_BUILD 1
22
+
23
+ /* Specifies that GLib's g_print*() functions wrap the
24
+ * system printf functions. This is useful to know, for example,
25
+ * when using glibc's register_printf_function().
26
+ */
27
+ #define GLIB_USING_SYSTEM_PRINTF
28
+
29
+ G_BEGIN_DECLS
30
+
31
+ #define G_MINFLOAT FLT_MIN
32
+ #define G_MAXFLOAT FLT_MAX
33
+ #define G_MINDOUBLE DBL_MIN
34
+ #define G_MAXDOUBLE DBL_MAX
35
+ #define G_MINSHORT SHRT_MIN
36
+ #define G_MAXSHORT SHRT_MAX
37
+ #define G_MAXUSHORT USHRT_MAX
38
+ #define G_MININT INT_MIN
39
+ #define G_MAXINT INT_MAX
40
+ #define G_MAXUINT UINT_MAX
41
+ #define G_MINLONG LONG_MIN
42
+ #define G_MAXLONG LONG_MAX
43
+ #define G_MAXULONG ULONG_MAX
44
+
45
+ typedef signed char gint8;
46
+ typedef unsigned char guint8;
47
+
48
+ typedef signed short gint16;
49
+ typedef unsigned short guint16;
50
+
51
+ #define G_GINT16_MODIFIER "h"
52
+ #define G_GINT16_FORMAT "hi"
53
+ #define G_GUINT16_FORMAT "hu"
54
+
55
+
56
+ typedef signed int gint32;
57
+ typedef unsigned int guint32;
58
+
59
+ #define G_GINT32_MODIFIER ""
60
+ #define G_GINT32_FORMAT "i"
61
+ #define G_GUINT32_FORMAT "u"
62
+
63
+
64
+ #define G_HAVE_GINT64 1 /* deprecated, always true */
65
+
66
+ typedef signed long gint64;
67
+ typedef unsigned long guint64;
68
+
69
+ #define G_GINT64_CONSTANT(val) (val##L)
70
+ #define G_GUINT64_CONSTANT(val) (val##UL)
71
+
72
+ #define G_GINT64_MODIFIER "l"
73
+ #define G_GINT64_FORMAT "li"
74
+ #define G_GUINT64_FORMAT "lu"
75
+
76
+
77
+ #define GLIB_SIZEOF_VOID_P 8
78
+ #define GLIB_SIZEOF_LONG 8
79
+ #define GLIB_SIZEOF_SIZE_T 8
80
+ #define GLIB_SIZEOF_SSIZE_T 8
81
+
82
+ typedef signed long gssize;
83
+ typedef unsigned long gsize;
84
+ #define G_GSIZE_MODIFIER "l"
85
+ #define G_GSSIZE_MODIFIER "l"
86
+ #define G_GSIZE_FORMAT "lu"
87
+ #define G_GSSIZE_FORMAT "li"
88
+
89
+ #define G_MAXSIZE G_MAXULONG
90
+ #define G_MINSSIZE G_MINLONG
91
+ #define G_MAXSSIZE G_MAXLONG
92
+
93
+ typedef gint64 goffset;
94
+ #define G_MINOFFSET G_MININT64
95
+ #define G_MAXOFFSET G_MAXINT64
96
+
97
+ #define G_GOFFSET_MODIFIER G_GINT64_MODIFIER
98
+ #define G_GOFFSET_FORMAT G_GINT64_FORMAT
99
+ #define G_GOFFSET_CONSTANT(val) G_GINT64_CONSTANT(val)
100
+
101
+ #define G_POLLFD_FORMAT "%d"
102
+
103
+ #define GPOINTER_TO_INT(p) ((gint) (glong) (p))
104
+ #define GPOINTER_TO_UINT(p) ((guint) (gulong) (p))
105
+
106
+ #define GINT_TO_POINTER(i) ((gpointer) (glong) (i))
107
+ #define GUINT_TO_POINTER(u) ((gpointer) (gulong) (u))
108
+
109
+ typedef signed long gintptr;
110
+ typedef unsigned long guintptr;
111
+
112
+ #define G_GINTPTR_MODIFIER "l"
113
+ #define G_GINTPTR_FORMAT "li"
114
+ #define G_GUINTPTR_FORMAT "lu"
115
+
116
+ #define GLIB_MAJOR_VERSION 2
117
+ #define GLIB_MINOR_VERSION 86
118
+ #define GLIB_MICRO_VERSION 1
119
+
120
+ #define G_OS_UNIX
121
+
122
+ #define G_VA_COPY va_copy
123
+
124
+ #define G_VA_COPY_AS_ARRAY 1
125
+
126
+ #define G_HAVE_ISO_VARARGS 1
127
+
128
+ /* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
129
+ * is passed ISO vararg support is turned off, and there is no work
130
+ * around to turn it on, so we unconditionally turn it off.
131
+ */
132
+ #if __GNUC__ == 2 && __GNUC_MINOR__ == 95
133
+ # undef G_HAVE_ISO_VARARGS
134
+ #endif
135
+
136
+ #define G_HAVE_GROWING_STACK 0
137
+
138
+ #ifndef _MSC_VER
139
+ # define G_HAVE_GNUC_VARARGS 1
140
+ #endif
141
+
142
+ #if defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
143
+ #define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
144
+ #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
145
+ #define G_GNUC_INTERNAL __hidden
146
+ #elif defined (__GNUC__) && defined (G_HAVE_GNUC_VISIBILITY)
147
+ #define G_GNUC_INTERNAL __attribute__((visibility("hidden")))
148
+ #else
149
+ #define G_GNUC_INTERNAL
150
+ #endif
151
+
152
+ #define G_THREADS_ENABLED
153
+ #define G_THREADS_IMPL_POSIX
154
+
155
+ #define G_ATOMIC_LOCK_FREE
156
+
157
+ #define GINT16_TO_LE(val) ((gint16) (val))
158
+ #define GUINT16_TO_LE(val) ((guint16) (val))
159
+ #define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))
160
+ #define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
161
+
162
+ #define GINT32_TO_LE(val) ((gint32) (val))
163
+ #define GUINT32_TO_LE(val) ((guint32) (val))
164
+ #define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
165
+ #define GUINT32_TO_BE(val) (GUINT32_SWAP_LE_BE (val))
166
+
167
+ #define GINT64_TO_LE(val) ((gint64) (val))
168
+ #define GUINT64_TO_LE(val) ((guint64) (val))
169
+ #define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
170
+ #define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
171
+
172
+ #define GLONG_TO_LE(val) ((glong) GINT64_TO_LE (val))
173
+ #define GULONG_TO_LE(val) ((gulong) GUINT64_TO_LE (val))
174
+ #define GLONG_TO_BE(val) ((glong) GINT64_TO_BE (val))
175
+ #define GULONG_TO_BE(val) ((gulong) GUINT64_TO_BE (val))
176
+ #define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
177
+ #define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
178
+ #define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
179
+ #define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
180
+ #define GSIZE_TO_LE(val) ((gsize) GUINT64_TO_LE (val))
181
+ #define GSSIZE_TO_LE(val) ((gssize) GINT64_TO_LE (val))
182
+ #define GSIZE_TO_BE(val) ((gsize) GUINT64_TO_BE (val))
183
+ #define GSSIZE_TO_BE(val) ((gssize) GINT64_TO_BE (val))
184
+ #define G_BYTE_ORDER G_LITTLE_ENDIAN
185
+
186
+ #define GLIB_SYSDEF_POLLIN =1
187
+ #define GLIB_SYSDEF_POLLOUT =4
188
+ #define GLIB_SYSDEF_POLLPRI =2
189
+ #define GLIB_SYSDEF_POLLHUP =16
190
+ #define GLIB_SYSDEF_POLLERR =8
191
+ #define GLIB_SYSDEF_POLLNVAL =32
192
+
193
+ /* No way to disable deprecation warnings for macros, so only emit deprecation
194
+ * warnings on platforms where usage of this macro is broken */
195
+ #if defined(__APPLE__) || defined(_MSC_VER) || defined(__CYGWIN__)
196
+ #define G_MODULE_SUFFIX "so" GLIB_DEPRECATED_MACRO_IN_2_76
197
+ #else
198
+ #define G_MODULE_SUFFIX "so"
199
+ #endif
200
+
201
+ typedef int GPid;
202
+ #define G_PID_FORMAT "i"
203
+
204
+ #define GLIB_SYSDEF_AF_UNIX 1
205
+ #define GLIB_SYSDEF_AF_INET 2
206
+ #define GLIB_SYSDEF_AF_INET6 10
207
+
208
+ #define GLIB_SYSDEF_MSG_OOB 1
209
+ #define GLIB_SYSDEF_MSG_PEEK 2
210
+ #define GLIB_SYSDEF_MSG_DONTROUTE 4
211
+
212
+ #define G_DIR_SEPARATOR '/'
213
+ #define G_DIR_SEPARATOR_S "/"
214
+ #define G_SEARCHPATH_SEPARATOR ':'
215
+ #define G_SEARCHPATH_SEPARATOR_S ":"
216
+
217
+ #undef G_HAVE_FREE_SIZED
218
+
219
+ G_END_DECLS
220
+
221
+ #endif /* __GLIBCONFIG_H__ */
@@ -0,0 +1 @@
1
+ module.exports = __dirname;
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@img/sharp-libvips-linuxmusl-x64",
3
+ "version": "1.2.4",
4
+ "description": "Prebuilt libvips and dependencies for use with sharp on Linux (musl) x64",
5
+ "author": "Lovell Fuller <npm@lovell.info>",
6
+ "homepage": "https://sharp.pixelplumbing.com",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/lovell/sharp-libvips.git",
10
+ "directory": "npm/linuxmusl-x64"
11
+ },
12
+ "license": "LGPL-3.0-or-later",
13
+ "funding": {
14
+ "url": "https://opencollective.com/libvips"
15
+ },
16
+ "preferUnplugged": true,
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "files": [
21
+ "lib",
22
+ "versions.json"
23
+ ],
24
+ "type": "commonjs",
25
+ "exports": {
26
+ "./lib": "./lib/index.js",
27
+ "./package": "./package.json",
28
+ "./versions": "./versions.json"
29
+ },
30
+ "config": {
31
+ "musl": ">=1.2.2"
32
+ },
33
+ "os": [
34
+ "linux"
35
+ ],
36
+ "libc": [
37
+ "musl"
38
+ ],
39
+ "cpu": [
40
+ "x64"
41
+ ]
42
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "aom": "3.13.1",
3
+ "archive": "3.8.2",
4
+ "cairo": "1.18.4",
5
+ "cgif": "0.5.0",
6
+ "exif": "0.6.25",
7
+ "expat": "2.7.3",
8
+ "ffi": "3.5.2",
9
+ "fontconfig": "2.17.1",
10
+ "freetype": "2.14.1",
11
+ "fribidi": "1.0.16",
12
+ "glib": "2.86.1",
13
+ "harfbuzz": "12.1.0",
14
+ "heif": "1.20.2",
15
+ "highway": "1.3.0",
16
+ "imagequant": "2.4.1",
17
+ "lcms": "2.17",
18
+ "mozjpeg": "0826579",
19
+ "pango": "1.57.0",
20
+ "pixman": "0.46.4",
21
+ "png": "1.6.50",
22
+ "proxy-libintl": "0.5",
23
+ "rsvg": "2.61.2",
24
+ "spng": "0.7.4",
25
+ "tiff": "4.7.1",
26
+ "vips": "8.17.3",
27
+ "webp": "1.6.0",
28
+ "xml2": "2.15.1",
29
+ "zlib-ng": "2.2.5"
30
+ }
@@ -1,13 +1,13 @@
1
1
  {
2
- "name": "@img/sharp-darwin-arm64",
2
+ "name": "@img/sharp-linux-x64",
3
3
  "version": "0.34.5",
4
- "description": "Prebuilt sharp for use with macOS 64-bit ARM",
4
+ "description": "Prebuilt sharp for use with Linux (glibc) x64",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/lovell/sharp.git",
10
- "directory": "npm/darwin-arm64"
10
+ "directory": "npm/linux-x64"
11
11
  },
12
12
  "license": "Apache-2.0",
13
13
  "funding": {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "preferUnplugged": true,
17
17
  "optionalDependencies": {
18
- "@img/sharp-libvips-darwin-arm64": "1.2.4"
18
+ "@img/sharp-libvips-linux-x64": "1.2.4"
19
19
  },
20
20
  "files": [
21
21
  "lib"
@@ -25,16 +25,22 @@
25
25
  },
26
26
  "type": "commonjs",
27
27
  "exports": {
28
- "./sharp.node": "./lib/sharp-darwin-arm64.node",
28
+ "./sharp.node": "./lib/sharp-linux-x64.node",
29
29
  "./package": "./package.json"
30
30
  },
31
31
  "engines": {
32
32
  "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
33
33
  },
34
+ "config": {
35
+ "glibc": ">=2.26"
36
+ },
34
37
  "os": [
35
- "darwin"
38
+ "linux"
39
+ ],
40
+ "libc": [
41
+ "glibc"
36
42
  ],
37
43
  "cpu": [
38
- "arm64"
44
+ "x64"
39
45
  ]
40
46
  }