d1s 0.2.8 → 0.2.10

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 (361) hide show
  1. package/dist/.next/.next/BUILD_ID +1 -1
  2. package/dist/.next/.next/app-build-manifest.json +49 -42
  3. package/dist/.next/.next/app-path-routes-manifest.json +1 -1
  4. package/dist/.next/.next/build-manifest.json +3 -3
  5. package/dist/.next/.next/cache/.rscinfo +1 -1
  6. package/dist/.next/.next/cache/.tsbuildinfo +1 -1
  7. package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
  9. package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
  10. package/dist/.next/.next/cache/webpack/client-production/3.pack +0 -0
  11. package/dist/.next/.next/cache/webpack/client-production/4.pack +0 -0
  12. package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
  13. package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
  14. package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
  15. package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
  16. package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
  17. package/dist/.next/.next/cache/webpack/server-production/2.pack +0 -0
  18. package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
  19. package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
  20. package/dist/.next/.next/next-minimal-server.js.nft.json +1 -1
  21. package/dist/.next/.next/next-server.js.nft.json +1 -1
  22. package/dist/.next/.next/prerender-manifest.json +1 -1
  23. package/dist/.next/.next/required-server-files.json +1 -1
  24. package/dist/.next/.next/server/app/_not-found/page.js +1 -1
  25. package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -1
  26. package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  27. package/dist/.next/.next/server/app/_not-found.html +1 -1
  28. package/dist/.next/.next/server/app/_not-found.rsc +4 -4
  29. package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -1
  30. package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  31. package/dist/.next/.next/server/app/api/databases/route.js +1 -1
  32. package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  33. package/dist/.next/.next/server/app/api/migrations/sync/route.js +28 -3
  34. package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  35. package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  36. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +26 -1
  37. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  38. package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  39. package/dist/.next/.next/server/app/api/pull-data/confirm/route.js +1 -0
  40. package/dist/.next/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -0
  41. package/dist/.next/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -0
  42. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +26 -1
  43. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  44. package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  45. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +26 -1
  46. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  47. package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  48. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +28 -3
  49. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  50. package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  51. package/dist/.next/.next/server/app/api/push-remote/preview/route.js +28 -3
  52. package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  53. package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  54. package/dist/.next/.next/server/app/api/query/route.js +27 -2
  55. package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -1
  56. package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  57. package/dist/.next/.next/server/app/api/tables/[name]/route.js +4 -4
  58. package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  59. package/dist/.next/.next/server/app/api/tables/route.js +2 -2
  60. package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  61. package/dist/.next/.next/server/app/api/update/route.js +1 -5
  62. package/dist/.next/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  63. package/dist/.next/.next/server/app/index.html +3 -3
  64. package/dist/.next/.next/server/app/index.rsc +5 -5
  65. package/dist/.next/.next/server/app/page.js +10 -10
  66. package/dist/.next/.next/server/app/page.js.nft.json +1 -1
  67. package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -1
  68. package/dist/.next/.next/server/app-paths-manifest.json +5 -4
  69. package/dist/.next/.next/server/chunks/226.js +30 -0
  70. package/dist/.next/.next/server/chunks/90.js +1 -0
  71. package/dist/.next/.next/server/chunks/992.js +1 -1
  72. package/dist/.next/.next/server/middleware-build-manifest.js +1 -1
  73. package/dist/.next/.next/server/next-font-manifest.js +1 -1
  74. package/dist/.next/.next/server/next-font-manifest.json +1 -1
  75. package/dist/.next/.next/server/pages/404.html +1 -1
  76. package/dist/.next/.next/server/pages/500.html +1 -1
  77. package/dist/.next/.next/server/pages-manifest.json +1 -1
  78. package/dist/.next/.next/server/server-reference-manifest.json +1 -1
  79. package/dist/.next/.next/static/5dBGGUmK5q7of4h5Rahrg/_buildManifest.js +1 -0
  80. package/dist/.next/.next/static/PflNFnmFsNegSqhzjI6lA/_buildManifest.js +1 -0
  81. package/dist/.next/.next/static/chunks/{958-98887928efebfdf7.js → 700-dc8f9f08b166c5e6.js} +1 -1
  82. package/dist/.next/.next/static/chunks/{735-c9144179c6bd7d06.js → 735-b885dfec6353171d.js} +1 -1
  83. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +1 -0
  84. package/dist/.next/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +1 -0
  85. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +1 -0
  86. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +1 -0
  87. package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +1 -0
  88. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +1 -0
  89. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +1 -0
  90. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +1 -0
  91. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +1 -0
  92. package/dist/.next/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +1 -0
  93. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +1 -0
  94. package/dist/.next/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +1 -0
  95. package/dist/.next/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +1 -0
  96. package/dist/.next/.next/static/chunks/app/layout-be6ee67cf0c92654.js +1 -0
  97. package/dist/.next/.next/static/chunks/app/page-16ec561fc8bebb5d.js +1 -0
  98. package/dist/.next/.next/static/chunks/{main-app-d36cdfb402b40f13.js → main-app-fa35024de9bd9284.js} +1 -1
  99. package/dist/.next/.next/static/css/0c512cea5f3d317a.css +3 -0
  100. package/dist/.next/.next/static/p8875OZM4iDNsPzmoyLe7/_buildManifest.js +1 -0
  101. package/dist/.next/.next/trace +3 -3
  102. package/dist/.next/.next/types/app/api/cloudflare/route.ts +1 -1
  103. package/dist/.next/.next/types/app/api/databases/route.ts +1 -1
  104. package/dist/.next/.next/types/app/api/migrations/sync/route.ts +1 -1
  105. package/dist/.next/.next/types/app/api/migrations/sync-files/route.ts +1 -1
  106. package/dist/.next/.next/types/app/api/pull-data/confirm/route.ts +347 -0
  107. package/dist/.next/.next/types/app/api/pull-remote/confirm/route.ts +1 -1
  108. package/dist/.next/.next/types/app/api/pull-remote/preview/route.ts +1 -1
  109. package/dist/.next/.next/types/app/api/push-remote/confirm/route.ts +1 -1
  110. package/dist/.next/.next/types/app/api/push-remote/preview/route.ts +1 -1
  111. package/dist/.next/.next/types/app/api/query/route.ts +1 -1
  112. package/dist/.next/.next/types/app/api/tables/[name]/route.ts +1 -1
  113. package/dist/.next/.next/types/app/api/tables/route.ts +1 -1
  114. package/dist/.next/.next/types/app/api/update/route.ts +1 -1
  115. package/dist/.next/.next/types/app/page.ts +1 -1
  116. package/dist/.next/BUILD_ID +1 -1
  117. package/dist/.next/app-build-manifest.json +53 -39
  118. package/dist/.next/app-path-routes-manifest.json +1 -1
  119. package/dist/.next/build-manifest.json +3 -3
  120. package/dist/.next/cache/.rscinfo +1 -1
  121. package/dist/.next/cache/.tsbuildinfo +1 -1
  122. package/dist/.next/cache/webpack/client-production/0.pack +0 -0
  123. package/dist/.next/cache/webpack/client-production/index.pack +0 -0
  124. package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
  125. package/dist/.next/cache/webpack/server-production/0.pack +0 -0
  126. package/dist/.next/cache/webpack/server-production/index.pack +0 -0
  127. package/dist/.next/next-minimal-server.js.nft.json +1 -1
  128. package/dist/.next/next-server.js.nft.json +1 -1
  129. package/dist/.next/prerender-manifest.json +1 -1
  130. package/dist/.next/required-server-files.json +1 -1
  131. package/dist/.next/server/app/_not-found/page.js +1 -1
  132. package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
  133. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  134. package/dist/.next/server/app/_not-found.html +1 -1
  135. package/dist/.next/server/app/_not-found.rsc +4 -4
  136. package/dist/.next/server/app/api/cloudflare/route.js +1 -1
  137. package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
  138. package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  139. package/dist/.next/server/app/api/databases/route.js +1 -1
  140. package/dist/.next/server/app/api/databases/route.js.nft.json +1 -1
  141. package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  142. package/dist/.next/server/app/api/migrations/sync/route.js +28 -3
  143. package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  144. package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  145. package/dist/.next/server/app/api/migrations/sync-files/route.js +26 -1
  146. package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  147. package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  148. package/dist/.next/server/app/api/pull-data/confirm/route.js +1 -0
  149. package/dist/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -0
  150. package/dist/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -0
  151. package/dist/.next/server/app/api/pull-remote/confirm/route.js +26 -1
  152. package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  153. package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  154. package/dist/.next/server/app/api/pull-remote/preview/route.js +26 -1
  155. package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  156. package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  157. package/dist/.next/server/app/api/push-remote/confirm/route.js +28 -3
  158. package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  159. package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  160. package/dist/.next/server/app/api/push-remote/preview/route.js +28 -3
  161. package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  162. package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  163. package/dist/.next/server/app/api/query/route.js +27 -2
  164. package/dist/.next/server/app/api/query/route.js.nft.json +1 -1
  165. package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  166. package/dist/.next/server/app/api/tables/[name]/route.js +3 -3
  167. package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
  168. package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  169. package/dist/.next/server/app/api/tables/route.js +2 -2
  170. package/dist/.next/server/app/api/tables/route.js.nft.json +1 -1
  171. package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  172. package/dist/.next/server/app/api/update/route.js +1 -0
  173. package/dist/.next/server/app/api/update/route.js.nft.json +1 -0
  174. package/dist/.next/server/app/api/update/route_client-reference-manifest.js +1 -0
  175. package/dist/.next/server/app/index.html +3 -3
  176. package/dist/.next/server/app/index.rsc +5 -5
  177. package/dist/.next/server/app/page.js +13 -11
  178. package/dist/.next/server/app/page.js.nft.json +1 -1
  179. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  180. package/dist/.next/server/app-paths-manifest.json +6 -4
  181. package/dist/.next/server/chunks/226.js +30 -0
  182. package/dist/.next/server/chunks/391.js +23 -0
  183. package/dist/.next/server/chunks/452.js +1 -0
  184. package/dist/.next/server/chunks/627.js +3 -3
  185. package/dist/.next/server/chunks/638.js +3 -3
  186. package/dist/.next/server/chunks/90.js +1 -0
  187. package/dist/.next/server/chunks/992.js +3 -3
  188. package/dist/.next/server/middleware-build-manifest.js +1 -1
  189. package/dist/.next/server/next-font-manifest.js +1 -1
  190. package/dist/.next/server/next-font-manifest.json +1 -1
  191. package/dist/.next/server/pages/404.html +1 -1
  192. package/dist/.next/server/pages/500.html +1 -1
  193. package/dist/.next/server/pages/_app.js +1 -1
  194. package/dist/.next/server/pages/_document.js +1 -1
  195. package/dist/.next/server/pages/_error.js +1 -1
  196. package/dist/.next/server/server-reference-manifest.json +1 -1
  197. package/dist/.next/static/chunks/700-dc8f9f08b166c5e6.js +1 -0
  198. package/dist/.next/static/chunks/{735-c9144179c6bd7d06.js → 735-b885dfec6353171d.js} +1 -1
  199. package/dist/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +1 -0
  200. package/dist/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +1 -0
  201. package/dist/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +1 -0
  202. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +1 -0
  203. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +1 -0
  204. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +1 -0
  205. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +1 -0
  206. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +1 -0
  207. package/dist/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +1 -0
  208. package/dist/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +1 -0
  209. package/dist/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +1 -0
  210. package/dist/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +1 -0
  211. package/dist/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +1 -0
  212. package/dist/.next/static/chunks/app/layout-be6ee67cf0c92654.js +1 -0
  213. package/dist/.next/static/chunks/app/page-16ec561fc8bebb5d.js +1 -0
  214. package/dist/.next/static/chunks/{main-app-d36cdfb402b40f13.js → main-app-fa35024de9bd9284.js} +1 -1
  215. package/dist/.next/static/css/0c512cea5f3d317a.css +3 -0
  216. package/dist/.next/static 2/5dBGGUmK5q7of4h5Rahrg/_buildManifest.js +1 -0
  217. package/dist/.next/trace +16 -14
  218. package/dist/.next/types/app/api/cloudflare/route.ts +1 -1
  219. package/dist/.next/types/app/api/databases/route.ts +1 -1
  220. package/dist/.next/types/app/api/migrations/sync/route.ts +1 -1
  221. package/dist/.next/types/app/api/migrations/sync-files/route.ts +1 -1
  222. package/dist/.next/types/app/api/pull-data/confirm/route.ts +347 -0
  223. package/dist/.next/types/app/api/pull-remote/confirm/route.ts +1 -1
  224. package/dist/.next/types/app/api/pull-remote/preview/route.ts +1 -1
  225. package/dist/.next/types/app/api/push-remote/confirm/route.ts +1 -1
  226. package/dist/.next/types/app/api/push-remote/preview/route.ts +1 -1
  227. package/dist/.next/types/app/api/query/route.ts +1 -1
  228. package/dist/.next/types/app/api/tables/[name]/route.ts +1 -1
  229. package/dist/.next/types/app/api/tables/route.ts +1 -1
  230. package/dist/.next/types/app/api/update/route.ts +347 -0
  231. package/dist/.next/types/app/page.ts +1 -1
  232. package/dist/app/api/pull-data/confirm/route.js +230 -0
  233. package/dist/app/api/update/route.js +45 -0
  234. package/dist/app/app/api/pull-data/confirm/route.js +230 -0
  235. package/dist/app/app/api/update/route.js +40 -6
  236. package/dist/app/app/page.jsx +21 -17
  237. package/dist/app/page.jsx +24 -14
  238. package/dist/d1-studio.js +8 -195
  239. package/dist/lib/logger.js +35 -5
  240. package/dist/lib/sql-operations.js +107 -24
  241. package/dist/lib/version-utils.js +34 -0
  242. package/package.json +2 -2
  243. package/scripts/studio.js +8 -195
  244. package/src/app/api/pull-data/confirm/route.js +230 -0
  245. package/src/app/api/update/route.js +40 -6
  246. package/src/app/page.jsx +21 -17
  247. package/src/components/environment-handler.jsx +70 -16
  248. package/src/components/environment-select.jsx +6 -3
  249. package/src/components/pull-preview-toast.jsx +90 -63
  250. package/src/components/sidebar.jsx +27 -25
  251. package/src/components/update-banner.jsx +70 -41
  252. package/src/context/database-context.js +4 -4
  253. package/src/lib/logger.js +35 -5
  254. package/src/lib/sql-operations.js +107 -24
  255. package/src/lib/version-utils.js +34 -0
  256. package/dist/.next/.next/cache/webpack/client-development/0.pack.gz +0 -0
  257. package/dist/.next/.next/cache/webpack/client-development/1.pack.gz +0 -0
  258. package/dist/.next/.next/cache/webpack/client-development/2.pack.gz +0 -0
  259. package/dist/.next/.next/cache/webpack/client-development/3.pack.gz +0 -0
  260. package/dist/.next/.next/cache/webpack/client-development/4.pack.gz +0 -0
  261. package/dist/.next/.next/cache/webpack/client-development/index.pack.gz +0 -0
  262. package/dist/.next/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  263. package/dist/.next/.next/cache/webpack/client-production/10.pack +0 -0
  264. package/dist/.next/.next/cache/webpack/client-production/11.pack +0 -0
  265. package/dist/.next/.next/cache/webpack/client-production/12.pack +0 -0
  266. package/dist/.next/.next/cache/webpack/client-production/13.pack +0 -0
  267. package/dist/.next/.next/cache/webpack/client-production/14.pack +0 -0
  268. package/dist/.next/.next/cache/webpack/client-production/5.pack +0 -0
  269. package/dist/.next/.next/cache/webpack/client-production/6.pack +0 -0
  270. package/dist/.next/.next/cache/webpack/client-production/7.pack +0 -0
  271. package/dist/.next/.next/cache/webpack/client-production/8.pack +0 -0
  272. package/dist/.next/.next/cache/webpack/client-production/9.pack +0 -0
  273. package/dist/.next/.next/cache/webpack/server-development/0.pack.gz +0 -0
  274. package/dist/.next/.next/cache/webpack/server-development/1.pack.gz +0 -0
  275. package/dist/.next/.next/cache/webpack/server-development/2.pack.gz +0 -0
  276. package/dist/.next/.next/cache/webpack/server-development/3.pack.gz +0 -0
  277. package/dist/.next/.next/cache/webpack/server-development/4.pack.gz +0 -0
  278. package/dist/.next/.next/cache/webpack/server-development/index.pack.gz +0 -0
  279. package/dist/.next/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
  280. package/dist/.next/.next/cache/webpack/server-production/10.pack +0 -0
  281. package/dist/.next/.next/cache/webpack/server-production/11.pack +0 -0
  282. package/dist/.next/.next/cache/webpack/server-production/12.pack +0 -0
  283. package/dist/.next/.next/cache/webpack/server-production/13.pack +0 -0
  284. package/dist/.next/.next/cache/webpack/server-production/3.pack +0 -0
  285. package/dist/.next/.next/cache/webpack/server-production/4.pack +0 -0
  286. package/dist/.next/.next/cache/webpack/server-production/5.pack +0 -0
  287. package/dist/.next/.next/cache/webpack/server-production/6.pack +0 -0
  288. package/dist/.next/.next/cache/webpack/server-production/7.pack +0 -0
  289. package/dist/.next/.next/cache/webpack/server-production/8.pack +0 -0
  290. package/dist/.next/.next/cache/webpack/server-production/9.pack +0 -0
  291. package/dist/.next/.next/server/chunks/336.js +0 -1
  292. package/dist/.next/.next/server/chunks/686.js +0 -23
  293. package/dist/.next/.next/server/chunks/801.js +0 -55
  294. package/dist/.next/.next/static/IWRJZhjf8U8mjzz4h0VNE/_buildManifest.js +0 -1
  295. package/dist/.next/.next/static/JrwgdSDcipr0Zh7k19Cj_/_buildManifest.js +0 -1
  296. package/dist/.next/.next/static/chunks/422-6fa3c14fc64ad67b.js +0 -1
  297. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +0 -1
  298. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-5133155a604f2719.js +0 -1
  299. package/dist/.next/.next/static/chunks/app/api/databases/route-63a31080b565794e.js +0 -1
  300. package/dist/.next/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +0 -1
  301. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +0 -1
  302. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-d97667565b4a59b6.js +0 -1
  303. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +0 -1
  304. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-7089bcbfeb6b5260.js +0 -1
  305. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +0 -1
  306. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-9143e6e4c3f05162.js +0 -1
  307. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +0 -1
  308. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-c963d143a51aed66.js +0 -1
  309. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-072132c0a6cb3df3.js +0 -1
  310. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +0 -1
  311. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +0 -1
  312. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-ca6bf35aa72661ee.js +0 -1
  313. package/dist/.next/.next/static/chunks/app/api/query/route-1466f6b7ffd8b6c0.js +0 -1
  314. package/dist/.next/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +0 -1
  315. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +0 -1
  316. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-898d3f85fc8544c4.js +0 -1
  317. package/dist/.next/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +0 -1
  318. package/dist/.next/.next/static/chunks/app/api/tables/route-91650359fc3735cb.js +0 -1
  319. package/dist/.next/.next/static/chunks/app/api/update/route-504d663df9124f97.js +0 -1
  320. package/dist/.next/.next/static/chunks/app/layout-8360fab69b848283.js +0 -1
  321. package/dist/.next/.next/static/chunks/app/page-2c28a255a4ecd8d4.js +0 -1
  322. package/dist/.next/.next/static/chunks/app/page-3db7feef57019055.js +0 -1
  323. package/dist/.next/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
  324. package/dist/.next/.next/static/css/4957328384ed5c42.css +0 -3
  325. package/dist/.next/.next/static/css/cf41da7a0d47f779.css +0 -3
  326. package/dist/.next/.next/static/gc8l1G6KXOeLLOM7VJip6/_buildManifest.js +0 -1
  327. package/dist/.next/.next/static/kYsJoni86CJWDuTkc1xU6/_buildManifest.js +0 -1
  328. package/dist/.next/.next/static/scC5qwQC9H7rR1groM0Q-/_buildManifest.js +0 -1
  329. package/dist/.next/.next/static/scC5qwQC9H7rR1groM0Q-/_ssgManifest.js +0 -1
  330. package/dist/.next/.next/static/tEHOI_-t-iqfJClNzuo9m/_buildManifest.js +0 -1
  331. package/dist/.next/.next/static/tEHOI_-t-iqfJClNzuo9m/_ssgManifest.js +0 -1
  332. package/dist/.next/.next/static/vin2VQs5pM_dH2e2_I7AN/_buildManifest.js +0 -1
  333. package/dist/.next/.next/static/vin2VQs5pM_dH2e2_I7AN/_ssgManifest.js +0 -1
  334. package/dist/.next/.next/static/wHKwQhaxin5_i06GFVDHb/_buildManifest.js +0 -1
  335. package/dist/.next/.next/static/wHKwQhaxin5_i06GFVDHb/_ssgManifest.js +0 -1
  336. package/dist/.next/.next/static/xW4MspD8XibrhXDi_q2IO/_buildManifest.js +0 -1
  337. package/dist/.next/.next/static/xW4MspD8XibrhXDi_q2IO/_ssgManifest.js +0 -1
  338. package/dist/.next/server/chunks/336.js +0 -1
  339. package/dist/.next/server/chunks/686.js +0 -23
  340. package/dist/.next/server/chunks/801.js +0 -55
  341. package/dist/.next/static/ZwNOdZJ0LOtE0AJMNWwzY/_buildManifest.js +0 -1
  342. package/dist/.next/static/ZwNOdZJ0LOtE0AJMNWwzY/_ssgManifest.js +0 -1
  343. package/dist/.next/static/chunks/422-6fa3c14fc64ad67b.js +0 -1
  344. package/dist/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +0 -1
  345. package/dist/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +0 -1
  346. package/dist/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +0 -1
  347. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +0 -1
  348. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +0 -1
  349. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +0 -1
  350. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +0 -1
  351. package/dist/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +0 -1
  352. package/dist/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +0 -1
  353. package/dist/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +0 -1
  354. package/dist/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +0 -1
  355. package/dist/.next/static/chunks/app/layout-8360fab69b848283.js +0 -1
  356. package/dist/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
  357. package/dist/.next/static/css/cf41da7a0d47f779.css +0 -3
  358. /package/dist/.next/.next/static/{IWRJZhjf8U8mjzz4h0VNE → 5dBGGUmK5q7of4h5Rahrg}/_ssgManifest.js +0 -0
  359. /package/dist/.next/.next/static/{JrwgdSDcipr0Zh7k19Cj_ → PflNFnmFsNegSqhzjI6lA}/_ssgManifest.js +0 -0
  360. /package/dist/.next/.next/static/{gc8l1G6KXOeLLOM7VJip6 → p8875OZM4iDNsPzmoyLe7}/_ssgManifest.js +0 -0
  361. /package/dist/.next/{.next/static/kYsJoni86CJWDuTkc1xU6 → static 2/5dBGGUmK5q7of4h5Rahrg}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-c76ac1e586b2802a.js","static/chunks/4bd1b696-8c908eb707f85a27.js","static/chunks/517-3b698a5d3da06ff7.js","static/chunks/main-app-d36cdfb402b40f13.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-c76ac1e586b2802a.js","static/chunks/framework-d29117d969504448.js","static/chunks/main-8d0ab17774ffa031.js","static/chunks/pages/_app-d23763e3e6c904ff.js"],"/_error":["static/chunks/webpack-c76ac1e586b2802a.js","static/chunks/framework-d29117d969504448.js","static/chunks/main-8d0ab17774ffa031.js","static/chunks/pages/_error-9b7125ad1a1e68fa.js"]},ampFirstPages:[]},self.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
1
+ self.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-c76ac1e586b2802a.js","static/chunks/4bd1b696-8c908eb707f85a27.js","static/chunks/517-3b698a5d3da06ff7.js","static/chunks/main-app-fa35024de9bd9284.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-c76ac1e586b2802a.js","static/chunks/framework-d29117d969504448.js","static/chunks/main-8d0ab17774ffa031.js","static/chunks/pages/_app-d23763e3e6c904ff.js"],"/_error":["static/chunks/webpack-c76ac1e586b2802a.js","static/chunks/framework-d29117d969504448.js","static/chunks/main-8d0ab17774ffa031.js","static/chunks/pages/_error-9b7125ad1a1e68fa.js"]},ampFirstPages:[]},self.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
@@ -1 +1 @@
1
- self.__NEXT_FONT_MANIFEST='{"pages":{},"app":{"/Users/karenredona/Desktop/d1studio/src/app/layout":["static/media/569ce4b8f30dc480-s.p.woff2","static/media/93f479601ee12b01-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}';
1
+ self.__NEXT_FONT_MANIFEST='{"pages":{},"app":{"/Users/kona/Desktop/d1studio/src/app/layout":["static/media/569ce4b8f30dc480-s.p.woff2","static/media/93f479601ee12b01-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}';
@@ -1 +1 @@
1
- {"pages":{},"app":{"/Users/karenredona/Desktop/d1studio/src/app/layout":["static/media/569ce4b8f30dc480-s.p.woff2","static/media/93f479601ee12b01-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
1
+ {"pages":{},"app":{"/Users/kona/Desktop/d1studio/src/app/layout":["static/media/569ce4b8f30dc480-s.p.woff2","static/media/93f479601ee12b01-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/569ce4b8f30dc480-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/4957328384ed5c42.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c76ac1e586b2802a.js"/><script src="/_next/static/chunks/4bd1b696-8c908eb707f85a27.js" async=""></script><script src="/_next/static/chunks/517-3b698a5d3da06ff7.js" async=""></script><script src="/_next/static/chunks/main-app-d36cdfb402b40f13.js" async=""></script><script src="/_next/static/chunks/692-ede418e1d28a1394.js" async=""></script><script src="/_next/static/chunks/92-c4466e0f1ca8a3a8.js" async=""></script><script src="/_next/static/chunks/735-c9144179c6bd7d06.js" async=""></script><script src="/_next/static/chunks/app/layout-8360fab69b848283.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>d1-studio</title><meta name="description" content="Native D1 database studio."/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_4d318d __variable_ea5f4b antialiased"><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;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><div role="region" aria-label="Notifications (F8)" tabindex="-1" style="pointer-events:none"><ol tabindex="-1" class="fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]"></ol></div> <script src="/_next/static/chunks/webpack-c76ac1e586b2802a.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[33,[\"692\",\"static/chunks/692-ede418e1d28a1394.js\",\"92\",\"static/chunks/92-c4466e0f1ca8a3a8.js\",\"735\",\"static/chunks/735-c9144179c6bd7d06.js\",\"177\",\"static/chunks/app/layout-8360fab69b848283.js\"],\"DatabaseProvider\"]\n3:I[5244,[],\"\"]\n4:I[3866,[],\"\"]\n5:I[6124,[\"692\",\"static/chunks/692-ede418e1d28a1394.js\",\"92\",\"static/chunks/92-c4466e0f1ca8a3a8.js\",\"735\",\"static/chunks/735-c9144179c6bd7d06.js\",\"177\",\"static/chunks/app/layout-8360fab69b848283.js\"],\"Toaster\"]\n6:I[6213,[],\"OutletBoundary\"]\n8:I[6213,[],\"MetadataBoundary\"]\na:I[6213,[],\"ViewportBoundary\"]\nc:I[4835,[],\"\"]\n:HL[\"/_next/static/media/569ce4b8f30dc480-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/4957328384ed5c42.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"kYsJoni86CJWDuTkc1xU6\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/4957328384ed5c42.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_4d318d __variable_ea5f4b antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[],[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L5\",null,{}],\" \"]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:0:props:notFound:1:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:0:props:notFound:1:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:0:props:notFound:1:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:0:props:notFound:1:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":\"$L7\"}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$1\",\"C_2laESCPS4CthoEimBz4\",{\"children\":[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",\"$undefined\"],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"1\",{\"children\":\"d1-studio\"}],[\"$\",\"meta\",\"2\",{\"name\":\"description\",\"content\":\"Native D1 database studio.\"}]]\n"])</script><script>self.__next_f.push([1,"7:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/569ce4b8f30dc480-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/0c512cea5f3d317a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c76ac1e586b2802a.js"/><script src="/_next/static/chunks/4bd1b696-8c908eb707f85a27.js" async=""></script><script src="/_next/static/chunks/517-3b698a5d3da06ff7.js" async=""></script><script src="/_next/static/chunks/main-app-fa35024de9bd9284.js" async=""></script><script src="/_next/static/chunks/692-ede418e1d28a1394.js" async=""></script><script src="/_next/static/chunks/92-c4466e0f1ca8a3a8.js" async=""></script><script src="/_next/static/chunks/735-b885dfec6353171d.js" async=""></script><script src="/_next/static/chunks/app/layout-be6ee67cf0c92654.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>d1-studio</title><meta name="description" content="Native D1 database studio."/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_4d318d __variable_ea5f4b antialiased"><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;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><div role="region" aria-label="Notifications (F8)" tabindex="-1" style="pointer-events:none"><ol tabindex="-1" class="fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]"></ol></div> <script src="/_next/static/chunks/webpack-c76ac1e586b2802a.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[33,[\"692\",\"static/chunks/692-ede418e1d28a1394.js\",\"92\",\"static/chunks/92-c4466e0f1ca8a3a8.js\",\"735\",\"static/chunks/735-b885dfec6353171d.js\",\"177\",\"static/chunks/app/layout-be6ee67cf0c92654.js\"],\"DatabaseProvider\"]\n3:I[5244,[],\"\"]\n4:I[3866,[],\"\"]\n5:I[6124,[\"692\",\"static/chunks/692-ede418e1d28a1394.js\",\"92\",\"static/chunks/92-c4466e0f1ca8a3a8.js\",\"735\",\"static/chunks/735-b885dfec6353171d.js\",\"177\",\"static/chunks/app/layout-be6ee67cf0c92654.js\"],\"Toaster\"]\n6:I[6213,[],\"OutletBoundary\"]\n8:I[6213,[],\"MetadataBoundary\"]\na:I[6213,[],\"ViewportBoundary\"]\nc:I[4835,[],\"\"]\n:HL[\"/_next/static/media/569ce4b8f30dc480-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/0c512cea5f3d317a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"p8875OZM4iDNsPzmoyLe7\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/0c512cea5f3d317a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_4d318d __variable_ea5f4b antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[],[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L5\",null,{}],\" \"]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:0:props:notFound:1:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:0:props:notFound:1:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:0:props:notFound:1:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:0:props:notFound:1:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":\"$L7\"}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$1\",\"7CohzsUddEe5FS0nnMhdu\",{\"children\":[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",\"$undefined\"],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"1\",{\"children\":\"d1-studio\"}],[\"$\",\"meta\",\"2\",{\"name\":\"description\",\"content\":\"Native D1 database studio.\"}]]\n"])</script><script>self.__next_f.push([1,"7:null\n"])</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-c76ac1e586b2802a.js" defer=""></script><script src="/_next/static/chunks/framework-d29117d969504448.js" defer=""></script><script src="/_next/static/chunks/main-8d0ab17774ffa031.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d23763e3e6c904ff.js" defer=""></script><script src="/_next/static/chunks/pages/_error-9b7125ad1a1e68fa.js" defer=""></script><script src="/_next/static/kYsJoni86CJWDuTkc1xU6/_buildManifest.js" defer=""></script><script src="/_next/static/kYsJoni86CJWDuTkc1xU6/_ssgManifest.js" defer=""></script></head><body><div id="__next"><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;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"kYsJoni86CJWDuTkc1xU6","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-c76ac1e586b2802a.js" defer=""></script><script src="/_next/static/chunks/framework-d29117d969504448.js" defer=""></script><script src="/_next/static/chunks/main-8d0ab17774ffa031.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d23763e3e6c904ff.js" defer=""></script><script src="/_next/static/chunks/pages/_error-9b7125ad1a1e68fa.js" defer=""></script><script src="/_next/static/p8875OZM4iDNsPzmoyLe7/_buildManifest.js" defer=""></script><script src="/_next/static/p8875OZM4iDNsPzmoyLe7/_ssgManifest.js" defer=""></script></head><body><div id="__next"><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;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"p8875OZM4iDNsPzmoyLe7","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
@@ -1 +1 @@
1
- {"/_error":"pages/_error.js","/_app":"pages/_app.js","/_document":"pages/_document.js","/404":"pages/404.html"}
1
+ {"/_app":"pages/_app.js","/_error":"pages/_error.js","/_document":"pages/_document.js","/404":"pages/404.html"}
@@ -1 +1 @@
1
- {"node":{},"edge":{},"encryptionKey":"7A171S4q7P1nVD8e90wQ5OZ8ha7rgYNSXoD7gCOGvPw="}
1
+ {"node":{},"edge":{},"encryptionKey":"hTEXcu8MA/NFUAS8OZQQzetAB0NtMwudJElS/hpF5ak="}
@@ -0,0 +1 @@
1
+ self.__BUILD_MANIFEST=function(e,r,t,_){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:14,errorRate:1e-4,numBits:269,numHashes:14,bitArray:[1,1,0,0,0,1,e,r,e,e,e,r,r,e,e,e,e,e,e,r,e,e,r,r,r,r,e,e,e,r,e,e,r,e,r,r,e,e,r,e,r,e,e,e,r,e,e,e,e,e,e,e,r,r,e,r,r,e,e,e,r,e,e,r,e,r,r,r,e,e,r,e,e,r,e,r,e,r,e,e,e,e,e,r,e,r,r,r,r,r,e,r,e,r,e,e,e,r,r,r,r,r,e,e,e,e,r,r,e,r,r,e,e,r,e,e,r,r,e,e,e,e,r,r,r,r,e,r,r,e,r,r,r,e,r,e,r,e,r,e,e,e,r,r,e,e,r,e,r,e,r,e,e,r,e,e,r,r,r,e,r,r,r,r,e,e,e,r,r,e,r,e,e,r,e,e,e,r,r,r,e,e,r,e,r,r,r,e,r,e,e,e,e,e,e,r,e,r,r,e,e,r,e,r,r,e,r,e,r,r,r,e,r,e,e,e,r,e,e,e,e,r,e,e,r,e,r,e,r,e,r,e,e,r,r,r,r,e,e,r,r,e,r,r,r,r,r,e,e,r,r,r,e,r,e,e,e,e,r,e,e,r,r,r,r,e,e,e,r]},__routerFilterDynamic:{numItems:e,errorRate:1e-4,numBits:20,numHashes:14,bitArray:[e,r,r,e,r,e,e,r,e,e,e,r,r,r,r,e,e,e,e,e]},"/_error":["static/chunks/pages/_error-9b7125ad1a1e68fa.js"],sortedPages:["/_app","/_error"]}}(1,0,14,0),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
@@ -0,0 +1 @@
1
+ self.__BUILD_MANIFEST=function(e,r,t,_){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:14,errorRate:1e-4,numBits:269,numHashes:14,bitArray:[1,1,0,0,0,1,e,r,e,e,e,r,r,e,e,e,e,e,e,r,e,e,r,r,r,r,e,e,e,r,e,e,r,e,r,r,e,e,r,e,r,e,e,e,r,e,e,e,e,e,e,e,r,r,e,r,r,e,e,e,r,e,e,r,e,r,r,r,e,e,r,e,e,r,e,r,e,r,e,e,e,e,e,r,e,r,r,r,r,r,e,r,e,r,e,e,e,r,r,r,r,r,e,e,e,e,r,r,e,r,r,e,e,r,e,e,r,r,e,e,e,e,r,r,r,r,e,r,r,e,r,r,r,e,r,e,r,e,r,e,e,e,r,r,e,e,r,e,r,e,r,e,e,r,e,e,r,r,r,e,r,r,r,r,e,e,e,r,r,e,r,e,e,r,e,e,e,r,r,r,e,e,r,e,r,r,r,e,r,e,e,e,e,e,e,r,e,r,r,e,e,r,e,r,r,e,r,e,r,r,r,e,r,e,e,e,r,e,e,e,e,r,e,e,r,e,r,e,r,e,r,e,e,r,r,r,r,e,e,r,r,e,r,r,r,r,r,e,e,r,r,r,e,r,e,e,e,e,r,e,e,r,r,r,r,e,e,e,r]},__routerFilterDynamic:{numItems:e,errorRate:1e-4,numBits:20,numHashes:14,bitArray:[e,r,r,e,r,e,e,r,e,e,e,r,r,r,r,e,e,e,e,e]},"/_error":["static/chunks/pages/_error-9b7125ad1a1e68fa.js"],sortedPages:["/_app","/_error"]}}(1,0,14,0),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();