d1s 0.2.12 → 0.3.0

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 (396) hide show
  1. package/README.md +14 -1
  2. package/dist/.next/.next/BUILD_ID +1 -1
  3. package/dist/.next/.next/app-build-manifest.json +121 -79
  4. package/dist/.next/.next/app-path-routes-manifest.json +1 -1
  5. package/dist/.next/.next/build-manifest.json +7 -7
  6. package/dist/.next/.next/cache/.rscinfo +1 -1
  7. package/dist/.next/.next/cache/.tsbuildinfo +1 -1
  8. package/dist/.next/.next/cache/webpack/client-development/0.pack.gz +0 -0
  9. package/dist/.next/.next/cache/webpack/client-development/1.pack.gz +0 -0
  10. package/dist/.next/.next/cache/webpack/client-development/index.pack.gz +0 -0
  11. package/dist/.next/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  12. package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
  13. package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
  14. package/dist/.next/.next/cache/webpack/client-production/10.pack +0 -0
  15. package/dist/.next/.next/cache/webpack/client-production/11.pack +0 -0
  16. package/dist/.next/.next/cache/webpack/client-production/12.pack +0 -0
  17. package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
  18. package/dist/.next/.next/cache/webpack/client-production/3.pack +0 -0
  19. package/dist/.next/.next/cache/webpack/client-production/4.pack +0 -0
  20. package/dist/.next/.next/cache/webpack/client-production/5.pack +0 -0
  21. package/dist/.next/.next/cache/webpack/client-production/6.pack +0 -0
  22. package/dist/.next/.next/cache/webpack/client-production/7.pack +0 -0
  23. package/dist/.next/.next/cache/webpack/client-production/8.pack +0 -0
  24. package/dist/.next/.next/cache/webpack/client-production/9.pack +0 -0
  25. package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
  26. package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
  27. package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
  28. package/dist/.next/.next/cache/webpack/server-development/0.pack.gz +0 -0
  29. package/dist/.next/.next/cache/webpack/server-development/1.pack.gz +0 -0
  30. package/dist/.next/.next/cache/webpack/server-development/index.pack.gz +0 -0
  31. package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
  32. package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
  33. package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
  34. package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
  35. package/dist/.next/.next/next-minimal-server.js.nft.json +1 -1
  36. package/dist/.next/.next/next-server.js.nft.json +1 -1
  37. package/dist/.next/.next/prerender-manifest.json +1 -1
  38. package/dist/.next/.next/react-loadable-manifest.json +11 -1
  39. package/dist/.next/.next/required-server-files.json +1 -1
  40. package/dist/.next/.next/routes-manifest.json +1 -1
  41. package/dist/.next/.next/server/app/_not-found/page.js +1 -1
  42. package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -1
  43. package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  44. package/dist/.next/.next/server/app/_not-found.html +1 -1
  45. package/dist/.next/.next/server/app/_not-found.rsc +5 -5
  46. package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -1
  47. package/dist/.next/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
  48. package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  49. package/dist/.next/.next/server/app/api/databases/route.js +1 -1
  50. package/dist/.next/.next/server/app/api/databases/route.js.nft.json +1 -1
  51. package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  52. package/dist/.next/.next/server/app/api/migrations/list/route.js +26 -0
  53. package/dist/.next/.next/server/app/api/migrations/list/route.js.nft.json +1 -0
  54. package/dist/.next/.next/server/app/api/migrations/list/route_client-reference-manifest.js +1 -0
  55. package/dist/.next/.next/server/app/api/migrations/sync/route.js +5 -5
  56. package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  57. package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  58. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +4 -4
  59. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  60. package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  61. package/dist/.next/.next/server/app/api/pro/route.js +1 -0
  62. package/dist/.next/.next/server/app/api/pro/route.js.nft.json +1 -0
  63. package/dist/.next/.next/server/app/api/pro/route_client-reference-manifest.js +1 -0
  64. package/dist/.next/.next/server/app/api/pull-data/confirm/route.js +1 -1
  65. package/dist/.next/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -1
  66. package/dist/.next/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -1
  67. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +4 -4
  68. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  69. package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  70. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +4 -4
  71. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  72. package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  73. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +6 -6
  74. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  75. package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  76. package/dist/.next/.next/server/app/api/push-remote/preview/route.js +6 -6
  77. package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  78. package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  79. package/dist/.next/.next/server/app/api/query/route.js +9 -9
  80. package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -1
  81. package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  82. package/dist/.next/.next/server/app/api/schema/route.js +1 -0
  83. package/dist/.next/.next/server/app/api/schema/route.js.nft.json +1 -0
  84. package/dist/.next/.next/server/app/api/schema/route_client-reference-manifest.js +1 -0
  85. package/dist/.next/.next/server/app/api/tables/[name]/import/route.js +1 -0
  86. package/dist/.next/.next/server/app/api/tables/[name]/import/route.js.nft.json +1 -0
  87. package/dist/.next/.next/server/app/api/tables/[name]/import/route_client-reference-manifest.js +1 -0
  88. package/dist/.next/.next/server/app/api/tables/[name]/route.js +5 -5
  89. package/dist/.next/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
  90. package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  91. package/dist/.next/.next/server/app/api/tables/route.js +2 -2
  92. package/dist/.next/.next/server/app/api/tables/route.js.nft.json +1 -1
  93. package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  94. package/dist/.next/.next/server/app/api/time-travel/preview/route.js +1 -0
  95. package/dist/.next/.next/server/app/api/time-travel/preview/route.js.nft.json +1 -0
  96. package/dist/.next/.next/server/app/api/time-travel/preview/route_client-reference-manifest.js +1 -0
  97. package/dist/.next/.next/server/app/api/time-travel/restore/route.js +1 -0
  98. package/dist/.next/.next/server/app/api/time-travel/restore/route.js.nft.json +1 -0
  99. package/dist/.next/.next/server/app/api/time-travel/restore/route_client-reference-manifest.js +1 -0
  100. package/dist/.next/.next/server/app/api/update/route.js +1 -1
  101. package/dist/.next/.next/server/app/api/update/route.js.nft.json +1 -1
  102. package/dist/.next/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  103. package/dist/.next/.next/server/app/index.html +5 -3
  104. package/dist/.next/.next/server/app/index.rsc +6 -6
  105. package/dist/.next/.next/server/app/page.js +15 -15
  106. package/dist/.next/.next/server/app/page.js.nft.json +1 -1
  107. package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -1
  108. package/dist/.next/.next/server/app-paths-manifest.json +10 -4
  109. package/dist/.next/.next/server/chunks/226.js +12 -12
  110. package/dist/.next/.next/server/chunks/391.js +1 -1
  111. package/dist/.next/.next/server/chunks/452.js +1 -1
  112. package/dist/.next/.next/server/chunks/487.js +1 -0
  113. package/dist/.next/.next/server/chunks/572.js +1 -1
  114. package/dist/.next/.next/server/chunks/992.js +3 -3
  115. package/dist/.next/.next/server/chunks/{638.js → 994.js} +3 -3
  116. package/dist/.next/.next/server/middleware-build-manifest.js +1 -1
  117. package/dist/.next/.next/server/middleware-react-loadable-manifest.js +1 -1
  118. package/dist/.next/.next/server/next-font-manifest.js +1 -1
  119. package/dist/.next/.next/server/next-font-manifest.json +1 -1
  120. package/dist/.next/.next/server/pages/404.html +1 -1
  121. package/dist/.next/.next/server/pages/500.html +1 -1
  122. package/dist/.next/.next/server/pages-manifest.json +1 -1
  123. package/dist/.next/.next/server/server-reference-manifest.json +1 -1
  124. package/dist/.next/.next/static/-OO4tE7EKr8o62Bne-ODo/_buildManifest.js +1 -0
  125. package/dist/.next/.next/static/3kAeIJC56X7aw1Fk5_OXO/_buildManifest.js +1 -0
  126. package/dist/.next/.next/static/J8r9W6xxmYYvuKehItNuW/_buildManifest.js +1 -0
  127. package/dist/.next/.next/static/arc9h7hbaQzL1Dl0iuVrT/_buildManifest.js +1 -0
  128. package/dist/.next/.next/static/chunks/1a258343.3b3e7ba5ba0bd0d2.js +1 -0
  129. package/dist/.next/.next/static/chunks/345.8fc37569d5708622.js +1 -0
  130. package/dist/.next/.next/static/chunks/480-85b6c8ae3f51b156.js +1 -0
  131. package/dist/.next/.next/static/chunks/52.2cdc9bdb75e1fc2e.js +1 -0
  132. package/dist/.next/.next/static/chunks/803-a2fcfbd00e6b3b38.js +1 -0
  133. package/dist/.next/.next/static/chunks/{92-5f7522943fcb72a8.js → 92-a84bdac2be7c8d7a.js} +1 -1
  134. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-d0c1dc2a9e7dce36.js +1 -0
  135. package/dist/.next/.next/static/chunks/app/api/databases/route-cd322321212797cf.js +1 -0
  136. package/dist/.next/.next/static/chunks/app/api/migrations/list/route-cd710ff75b6bcd02.js +1 -0
  137. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js +1 -0
  138. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-79ee2c26f87d3bc7.js +1 -0
  139. package/dist/.next/.next/static/chunks/app/api/pro/route-c90c1f901fc00d38.js +1 -0
  140. package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js +1 -0
  141. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js +1 -0
  142. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js +1 -0
  143. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js +1 -0
  144. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js +1 -0
  145. package/dist/.next/.next/static/chunks/app/api/query/route-4d21a8b1d34491f1.js +1 -0
  146. package/dist/.next/.next/static/chunks/app/api/schema/route-cb17a387d6b557ad.js +1 -0
  147. package/dist/.next/.next/static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js +1 -0
  148. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js +1 -0
  149. package/dist/.next/.next/static/chunks/app/api/tables/route-daa975df4ea8e8f8.js +1 -0
  150. package/dist/.next/.next/static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js +1 -0
  151. package/dist/.next/.next/static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js +1 -0
  152. package/dist/.next/.next/static/chunks/app/api/update/route-54ee900537982652.js +1 -0
  153. package/dist/.next/.next/static/chunks/app/{layout-40ec07d04681ba81.js → layout-f0ec4d636ee0f763.js} +1 -1
  154. package/dist/.next/.next/static/chunks/app/page-358bf2112802ff85.js +1 -0
  155. package/dist/.next/.next/static/chunks/webpack-024900a94af4f0a7.js +1 -0
  156. package/dist/.next/.next/static/css/2c165a0ede9b2442.css +3 -0
  157. package/dist/.next/.next/static/css/32df9a4d493f8b0f.css +31 -0
  158. package/dist/.next/.next/static/fiesjBWbrmSSyLf4biwrX/_buildManifest.js +1 -0
  159. package/dist/.next/.next/static/ft39e6W6vSgUL7peRo7pE/_buildManifest.js +1 -0
  160. package/dist/.next/.next/static/media/4cf2300e9c8272f7-s.p.woff2 +0 -0
  161. package/dist/.next/.next/static/u7ssdTycF4iQ-w-pQZhxg/_buildManifest.js +1 -0
  162. package/dist/.next/.next/trace +3 -3
  163. package/dist/.next/.next/types/app/api/migrations/list/route.ts +347 -0
  164. package/dist/.next/.next/types/app/api/pro/route.ts +347 -0
  165. package/dist/.next/.next/types/app/api/schema/route.ts +347 -0
  166. package/dist/.next/.next/types/app/api/tables/[name]/import/route.ts +347 -0
  167. package/dist/.next/.next/types/app/api/time-travel/preview/route.ts +347 -0
  168. package/dist/.next/.next/types/app/api/time-travel/restore/route.ts +347 -0
  169. package/dist/.next/BUILD_ID +1 -1
  170. package/dist/.next/app-build-manifest.json +122 -80
  171. package/dist/.next/app-path-routes-manifest.json +1 -1
  172. package/dist/.next/build-manifest.json +7 -7
  173. package/dist/.next/cache/.rscinfo +1 -1
  174. package/dist/.next/cache/.tsbuildinfo +1 -1
  175. package/dist/.next/cache/webpack/client-production/0.pack +0 -0
  176. package/dist/.next/cache/webpack/client-production/index.pack +0 -0
  177. package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
  178. package/dist/.next/cache/webpack/server-production/0.pack +0 -0
  179. package/dist/.next/cache/webpack/server-production/index.pack +0 -0
  180. package/dist/.next/next-minimal-server.js.nft.json +1 -1
  181. package/dist/.next/next-server.js.nft.json +1 -1
  182. package/dist/.next/prerender-manifest.json +1 -1
  183. package/dist/.next/react-loadable-manifest.json +11 -1
  184. package/dist/.next/required-server-files.json +1 -1
  185. package/dist/.next/routes-manifest.json +1 -1
  186. package/dist/.next/server/app/_not-found/page.js +1 -1
  187. package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
  188. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  189. package/dist/.next/server/app/_not-found.html +1 -1
  190. package/dist/.next/server/app/_not-found.rsc +5 -5
  191. package/dist/.next/server/app/api/cloudflare/route.js +1 -1
  192. package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
  193. package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  194. package/dist/.next/server/app/api/databases/route.js +1 -1
  195. package/dist/.next/server/app/api/databases/route.js.nft.json +1 -1
  196. package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  197. package/dist/.next/server/app/api/migrations/list/route.js +26 -0
  198. package/dist/.next/server/app/api/migrations/list/route.js.nft.json +1 -0
  199. package/dist/.next/server/app/api/migrations/list/route_client-reference-manifest.js +1 -0
  200. package/dist/.next/server/app/api/migrations/sync/route.js +5 -5
  201. package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  202. package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  203. package/dist/.next/server/app/api/migrations/sync-files/route.js +4 -4
  204. package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  205. package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  206. package/dist/.next/server/app/api/pro/route.js +1 -0
  207. package/dist/.next/server/app/api/pro/route.js.nft.json +1 -0
  208. package/dist/.next/server/app/api/pro/route_client-reference-manifest.js +1 -0
  209. package/dist/.next/server/app/api/pull-data/confirm/route.js +1 -1
  210. package/dist/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -1
  211. package/dist/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -1
  212. package/dist/.next/server/app/api/pull-remote/confirm/route.js +4 -4
  213. package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  214. package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  215. package/dist/.next/server/app/api/pull-remote/preview/route.js +4 -4
  216. package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  217. package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  218. package/dist/.next/server/app/api/push-remote/confirm/route.js +6 -6
  219. package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  220. package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  221. package/dist/.next/server/app/api/push-remote/preview/route.js +6 -6
  222. package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  223. package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  224. package/dist/.next/server/app/api/query/route.js +9 -9
  225. package/dist/.next/server/app/api/query/route.js.nft.json +1 -1
  226. package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  227. package/dist/.next/server/app/api/schema/route.js +1 -0
  228. package/dist/.next/server/app/api/schema/route.js.nft.json +1 -0
  229. package/dist/.next/server/app/api/schema/route_client-reference-manifest.js +1 -0
  230. package/dist/.next/server/app/api/tables/[name]/import/route.js +1 -0
  231. package/dist/.next/server/app/api/tables/[name]/import/route.js.nft.json +1 -0
  232. package/dist/.next/server/app/api/tables/[name]/import/route_client-reference-manifest.js +1 -0
  233. package/dist/.next/server/app/api/tables/[name]/route.js +5 -5
  234. package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
  235. package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  236. package/dist/.next/server/app/api/tables/route.js +2 -2
  237. package/dist/.next/server/app/api/tables/route.js.nft.json +1 -1
  238. package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  239. package/dist/.next/server/app/api/time-travel/preview/route.js +1 -0
  240. package/dist/.next/server/app/api/time-travel/preview/route.js.nft.json +1 -0
  241. package/dist/.next/server/app/api/time-travel/preview/route_client-reference-manifest.js +1 -0
  242. package/dist/.next/server/app/api/time-travel/restore/route.js +1 -0
  243. package/dist/.next/server/app/api/time-travel/restore/route.js.nft.json +1 -0
  244. package/dist/.next/server/app/api/time-travel/restore/route_client-reference-manifest.js +1 -0
  245. package/dist/.next/server/app/api/update/route.js +1 -1
  246. package/dist/.next/server/app/api/update/route.js.nft.json +1 -1
  247. package/dist/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  248. package/dist/.next/server/app/index.html +5 -3
  249. package/dist/.next/server/app/index.rsc +6 -6
  250. package/dist/.next/server/app/page.js +15 -15
  251. package/dist/.next/server/app/page.js.nft.json +1 -1
  252. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  253. package/dist/.next/server/app-paths-manifest.json +11 -5
  254. package/dist/.next/server/chunks/226.js +12 -12
  255. package/dist/.next/server/chunks/391.js +1 -1
  256. package/dist/.next/server/chunks/452.js +1 -1
  257. package/dist/.next/server/chunks/487.js +1 -0
  258. package/dist/.next/server/chunks/572.js +1 -1
  259. package/dist/.next/server/chunks/992.js +3 -3
  260. package/dist/.next/server/chunks/{638.js → 994.js} +3 -3
  261. package/dist/.next/server/middleware-build-manifest.js +1 -1
  262. package/dist/.next/server/middleware-react-loadable-manifest.js +1 -1
  263. package/dist/.next/server/next-font-manifest.js +1 -1
  264. package/dist/.next/server/next-font-manifest.json +1 -1
  265. package/dist/.next/server/pages/404.html +1 -1
  266. package/dist/.next/server/pages/500.html +1 -1
  267. package/dist/.next/server/pages-manifest.json +1 -1
  268. package/dist/.next/server/server-reference-manifest.json +1 -1
  269. package/dist/.next/static/chunks/1a258343.3b3e7ba5ba0bd0d2.js +1 -0
  270. package/dist/.next/static/chunks/345.8fc37569d5708622.js +1 -0
  271. package/dist/.next/static/chunks/480-85b6c8ae3f51b156.js +1 -0
  272. package/dist/.next/static/chunks/52.2cdc9bdb75e1fc2e.js +1 -0
  273. package/dist/.next/static/chunks/803-a2fcfbd00e6b3b38.js +1 -0
  274. package/dist/.next/static/chunks/{92-5f7522943fcb72a8.js → 92-a84bdac2be7c8d7a.js} +1 -1
  275. package/dist/.next/static/chunks/app/api/cloudflare/route-d0c1dc2a9e7dce36.js +1 -0
  276. package/dist/.next/static/chunks/app/api/databases/route-cd322321212797cf.js +1 -0
  277. package/dist/.next/static/chunks/app/api/migrations/list/route-cd710ff75b6bcd02.js +1 -0
  278. package/dist/.next/static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js +1 -0
  279. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-79ee2c26f87d3bc7.js +1 -0
  280. package/dist/.next/static/chunks/app/api/pro/route-c90c1f901fc00d38.js +1 -0
  281. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js +1 -0
  282. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js +1 -0
  283. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js +1 -0
  284. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js +1 -0
  285. package/dist/.next/static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js +1 -0
  286. package/dist/.next/static/chunks/app/api/query/route-4d21a8b1d34491f1.js +1 -0
  287. package/dist/.next/static/chunks/app/api/schema/route-cb17a387d6b557ad.js +1 -0
  288. package/dist/.next/static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js +1 -0
  289. package/dist/.next/static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js +1 -0
  290. package/dist/.next/static/chunks/app/api/tables/route-daa975df4ea8e8f8.js +1 -0
  291. package/dist/.next/static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js +1 -0
  292. package/dist/.next/static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js +1 -0
  293. package/dist/.next/static/chunks/app/api/update/route-54ee900537982652.js +1 -0
  294. package/dist/.next/static/chunks/app/{layout-40ec07d04681ba81.js → layout-f0ec4d636ee0f763.js} +1 -1
  295. package/dist/.next/static/chunks/app/page-358bf2112802ff85.js +1 -0
  296. package/dist/.next/static/chunks/webpack-024900a94af4f0a7.js +1 -0
  297. package/dist/.next/static/css/2c165a0ede9b2442.css +3 -0
  298. package/dist/.next/static/css/32df9a4d493f8b0f.css +31 -0
  299. package/dist/.next/static/media/4cf2300e9c8272f7-s.p.woff2 +0 -0
  300. package/dist/.next/static/zh4Fz2tbm8GRka4woRrGp/_buildManifest.js +1 -0
  301. package/dist/.next/trace +18 -3
  302. package/dist/.next/types/app/api/migrations/list/route.ts +347 -0
  303. package/dist/.next/types/app/api/pro/route.ts +347 -0
  304. package/dist/.next/types/app/api/schema/route.ts +347 -0
  305. package/dist/.next/types/app/api/tables/[name]/import/route.ts +347 -0
  306. package/dist/.next/types/app/api/time-travel/preview/route.ts +347 -0
  307. package/dist/.next/types/app/api/time-travel/restore/route.ts +347 -0
  308. package/dist/app/api/databases/route.js +2 -1
  309. package/dist/app/api/migrations/list/route.js +137 -0
  310. package/dist/app/api/migrations/sync-files/route.js +2 -1
  311. package/dist/app/api/pro/route.js +7 -0
  312. package/dist/app/api/pull-remote/confirm/route.js +138 -146
  313. package/dist/app/api/pull-remote/preview/route.js +49 -84
  314. package/dist/app/api/push-remote/confirm/route.js +31 -12
  315. package/dist/app/api/push-remote/preview/route.js +27 -12
  316. package/dist/app/api/query/route.js +24 -13
  317. package/dist/app/api/schema/route.js +63 -0
  318. package/dist/app/api/tables/[name]/import/route.js +112 -0
  319. package/dist/app/api/tables/[name]/route.js +38 -29
  320. package/dist/app/api/tables/route.js +29 -16
  321. package/dist/app/api/time-travel/preview/route.js +122 -0
  322. package/dist/app/api/time-travel/restore/route.js +106 -0
  323. package/dist/app/page.jsx +26 -8
  324. package/dist/d1-studio.js +129 -23
  325. package/dist/lib/license.js +99 -71
  326. package/dist/lib/local-db.js +223 -0
  327. package/dist/lib/migrations.js +40 -2
  328. package/dist/lib/parse-sql-error.js +99 -160
  329. package/dist/lib/sql-operations.js +28 -10
  330. package/dist/lib/telemetry.js +39 -0
  331. package/package.json +6 -2
  332. package/dist/.next/.next/static/Y9mYu4WBghepP5oT_3OdR/_buildManifest.js +0 -1
  333. package/dist/.next/.next/static/ae3gNmoSGm-R5LJC4UagI/_buildManifest.js +0 -1
  334. package/dist/.next/.next/static/bKfUJeuvAQlBmR3TjrfkH/_buildManifest.js +0 -1
  335. package/dist/.next/.next/static/chunks/576-18a2209e1ed26aad.js +0 -1
  336. package/dist/.next/.next/static/chunks/735-b885dfec6353171d.js +0 -1
  337. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +0 -1
  338. package/dist/.next/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +0 -1
  339. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +0 -1
  340. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +0 -1
  341. package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +0 -1
  342. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +0 -1
  343. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +0 -1
  344. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +0 -1
  345. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +0 -1
  346. package/dist/.next/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +0 -1
  347. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +0 -1
  348. package/dist/.next/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +0 -1
  349. package/dist/.next/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +0 -1
  350. package/dist/.next/.next/static/chunks/app/page-f05cd0fc436bf9bc.js +0 -1
  351. package/dist/.next/.next/static/chunks/webpack-c76ac1e586b2802a.js +0 -1
  352. package/dist/.next/.next/static/css/7c16f57d325d0d7d.css +0 -3
  353. package/dist/.next/.next/static/ejYPqJ2kVicVp5EFWOZIC/_buildManifest.js +0 -1
  354. package/dist/.next/.next/static/gABGrAoO8IPArDo_Ns_7g/_buildManifest.js +0 -1
  355. package/dist/.next/.next/static/gh-QfIUVo4FTTduYCVKT6/_buildManifest.js +0 -1
  356. package/dist/.next/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
  357. package/dist/.next/.next/static/ybCx6L6gHqtODbKmlhU-d/_buildManifest.js +0 -1
  358. package/dist/.next/cache/webpack/client-production/1.pack +0 -0
  359. package/dist/.next/cache/webpack/client-production/2.pack +0 -0
  360. package/dist/.next/cache/webpack/client-production/index.pack.old +0 -0
  361. package/dist/.next/static/IX-QLbm7scYnyqWeeimal/_buildManifest.js +0 -1
  362. package/dist/.next/static/chunks/576-18a2209e1ed26aad.js +0 -1
  363. package/dist/.next/static/chunks/735-b885dfec6353171d.js +0 -1
  364. package/dist/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +0 -1
  365. package/dist/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +0 -1
  366. package/dist/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +0 -1
  367. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +0 -1
  368. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +0 -1
  369. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +0 -1
  370. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +0 -1
  371. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +0 -1
  372. package/dist/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +0 -1
  373. package/dist/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +0 -1
  374. package/dist/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +0 -1
  375. package/dist/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +0 -1
  376. package/dist/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +0 -1
  377. package/dist/.next/static/chunks/app/page-f05cd0fc436bf9bc.js +0 -1
  378. package/dist/.next/static/chunks/webpack-c76ac1e586b2802a.js +0 -1
  379. package/dist/.next/static/css/7c16f57d325d0d7d.css +0 -3
  380. package/dist/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
  381. /package/dist/.next/.next/static/{Y9mYu4WBghepP5oT_3OdR → -OO4tE7EKr8o62Bne-ODo}/_ssgManifest.js +0 -0
  382. /package/dist/.next/.next/static/{ae3gNmoSGm-R5LJC4UagI → 3kAeIJC56X7aw1Fk5_OXO}/_ssgManifest.js +0 -0
  383. /package/dist/.next/.next/static/{bKfUJeuvAQlBmR3TjrfkH → J8r9W6xxmYYvuKehItNuW}/_ssgManifest.js +0 -0
  384. /package/dist/.next/.next/static/{ejYPqJ2kVicVp5EFWOZIC → arc9h7hbaQzL1Dl0iuVrT}/_ssgManifest.js +0 -0
  385. /package/dist/.next/.next/static/chunks/{4bd1b696-8c908eb707f85a27.js → 4bd1b696-124ea104c06f6cea.js} +0 -0
  386. /package/dist/.next/.next/static/chunks/{517-3b698a5d3da06ff7.js → 517-c876ce2f00030cd0.js} +0 -0
  387. /package/dist/.next/.next/static/chunks/{692-ede418e1d28a1394.js → 692-9e59d546afd11ec3.js} +0 -0
  388. /package/dist/.next/.next/static/chunks/app/_not-found/{page-b786c3dd79ad15a5.js → page-3e24b81707d98126.js} +0 -0
  389. /package/dist/.next/.next/static/{gABGrAoO8IPArDo_Ns_7g → fiesjBWbrmSSyLf4biwrX}/_ssgManifest.js +0 -0
  390. /package/dist/.next/.next/static/{gh-QfIUVo4FTTduYCVKT6 → ft39e6W6vSgUL7peRo7pE}/_ssgManifest.js +0 -0
  391. /package/dist/.next/.next/static/{ybCx6L6gHqtODbKmlhU-d → u7ssdTycF4iQ-w-pQZhxg}/_ssgManifest.js +0 -0
  392. /package/dist/.next/static/chunks/{4bd1b696-8c908eb707f85a27.js → 4bd1b696-124ea104c06f6cea.js} +0 -0
  393. /package/dist/.next/static/chunks/{517-3b698a5d3da06ff7.js → 517-c876ce2f00030cd0.js} +0 -0
  394. /package/dist/.next/static/chunks/{692-ede418e1d28a1394.js → 692-9e59d546afd11ec3.js} +0 -0
  395. /package/dist/.next/static/chunks/app/_not-found/{page-b786c3dd79ad15a5.js → page-3e24b81707d98126.js} +0 -0
  396. /package/dist/.next/static/{IX-QLbm7scYnyqWeeimal → zh4Fz2tbm8GRka4woRrGp}/_ssgManifest.js +0 -0
package/README.md CHANGED
@@ -6,4 +6,17 @@ A database studio for Cloudflare D1 databases.
6
6
  ```bash
7
7
  npm install -g d1s
8
8
 
9
- npx d1s
9
+ npx d1s
10
+
11
+ ## Privacy
12
+
13
+ d1-studio collects anonymous usage data (install ID, version, platform) to help improve the tool. No personal data is collected. To opt out:
14
+
15
+ ```bash
16
+ D1_STUDIO_NO_TELEMETRY=1 d1s
17
+ ```
18
+
19
+ ## For any issues, bugs or feedback
20
+
21
+ Email: contact@d1-studio.com
22
+ X: @itskarenred
@@ -1 +1 @@
1
- ybCx6L6gHqtODbKmlhU-d
1
+ ft39e6W6vSgUL7peRo7pE
@@ -1,123 +1,165 @@
1
1
  {
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
- "static/chunks/webpack-c76ac1e586b2802a.js",
5
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
6
- "static/chunks/517-3b698a5d3da06ff7.js",
4
+ "static/chunks/webpack-024900a94af4f0a7.js",
5
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
6
+ "static/chunks/517-c876ce2f00030cd0.js",
7
7
  "static/chunks/main-app-4506e88db72db4b7.js",
8
- "static/chunks/app/_not-found/page-b786c3dd79ad15a5.js"
9
- ],
10
- "/layout": [
11
- "static/chunks/webpack-c76ac1e586b2802a.js",
12
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
13
- "static/chunks/517-3b698a5d3da06ff7.js",
14
- "static/chunks/main-app-4506e88db72db4b7.js",
15
- "static/css/7c16f57d325d0d7d.css",
16
- "static/chunks/692-ede418e1d28a1394.js",
17
- "static/chunks/92-5f7522943fcb72a8.js",
18
- "static/chunks/735-b885dfec6353171d.js",
19
- "static/chunks/app/layout-40ec07d04681ba81.js"
8
+ "static/chunks/app/_not-found/page-3e24b81707d98126.js"
20
9
  ],
21
10
  "/api/cloudflare/route": [
22
- "static/chunks/webpack-c76ac1e586b2802a.js",
23
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
24
- "static/chunks/517-3b698a5d3da06ff7.js",
11
+ "static/chunks/webpack-024900a94af4f0a7.js",
12
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
13
+ "static/chunks/517-c876ce2f00030cd0.js",
25
14
  "static/chunks/main-app-4506e88db72db4b7.js",
26
- "static/chunks/app/api/cloudflare/route-b77846f372b01f38.js"
15
+ "static/chunks/app/api/cloudflare/route-d0c1dc2a9e7dce36.js"
16
+ ],
17
+ "/layout": [
18
+ "static/chunks/webpack-024900a94af4f0a7.js",
19
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
20
+ "static/chunks/517-c876ce2f00030cd0.js",
21
+ "static/chunks/main-app-4506e88db72db4b7.js",
22
+ "static/css/2c165a0ede9b2442.css",
23
+ "static/chunks/692-9e59d546afd11ec3.js",
24
+ "static/chunks/92-a84bdac2be7c8d7a.js",
25
+ "static/chunks/480-85b6c8ae3f51b156.js",
26
+ "static/chunks/app/layout-f0ec4d636ee0f763.js"
27
27
  ],
28
28
  "/api/databases/route": [
29
- "static/chunks/webpack-c76ac1e586b2802a.js",
30
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
31
- "static/chunks/517-3b698a5d3da06ff7.js",
29
+ "static/chunks/webpack-024900a94af4f0a7.js",
30
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
31
+ "static/chunks/517-c876ce2f00030cd0.js",
32
32
  "static/chunks/main-app-4506e88db72db4b7.js",
33
- "static/chunks/app/api/databases/route-407794f8145d9a0b.js"
33
+ "static/chunks/app/api/databases/route-cd322321212797cf.js"
34
34
  ],
35
35
  "/api/migrations/sync-files/route": [
36
- "static/chunks/webpack-c76ac1e586b2802a.js",
37
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
38
- "static/chunks/517-3b698a5d3da06ff7.js",
36
+ "static/chunks/webpack-024900a94af4f0a7.js",
37
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
38
+ "static/chunks/517-c876ce2f00030cd0.js",
39
+ "static/chunks/main-app-4506e88db72db4b7.js",
40
+ "static/chunks/app/api/migrations/sync-files/route-79ee2c26f87d3bc7.js"
41
+ ],
42
+ "/api/migrations/list/route": [
43
+ "static/chunks/webpack-024900a94af4f0a7.js",
44
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
45
+ "static/chunks/517-c876ce2f00030cd0.js",
39
46
  "static/chunks/main-app-4506e88db72db4b7.js",
40
- "static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js"
47
+ "static/chunks/app/api/migrations/list/route-cd710ff75b6bcd02.js"
41
48
  ],
42
49
  "/api/migrations/sync/route": [
43
- "static/chunks/webpack-c76ac1e586b2802a.js",
44
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
45
- "static/chunks/517-3b698a5d3da06ff7.js",
50
+ "static/chunks/webpack-024900a94af4f0a7.js",
51
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
52
+ "static/chunks/517-c876ce2f00030cd0.js",
46
53
  "static/chunks/main-app-4506e88db72db4b7.js",
47
- "static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js"
54
+ "static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js"
48
55
  ],
49
56
  "/api/pull-data/confirm/route": [
50
- "static/chunks/webpack-c76ac1e586b2802a.js",
51
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
52
- "static/chunks/517-3b698a5d3da06ff7.js",
57
+ "static/chunks/webpack-024900a94af4f0a7.js",
58
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
59
+ "static/chunks/517-c876ce2f00030cd0.js",
53
60
  "static/chunks/main-app-4506e88db72db4b7.js",
54
- "static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js"
61
+ "static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js"
55
62
  ],
56
- "/api/pull-remote/confirm/route": [
57
- "static/chunks/webpack-c76ac1e586b2802a.js",
58
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
59
- "static/chunks/517-3b698a5d3da06ff7.js",
63
+ "/api/pro/route": [
64
+ "static/chunks/webpack-024900a94af4f0a7.js",
65
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
66
+ "static/chunks/517-c876ce2f00030cd0.js",
60
67
  "static/chunks/main-app-4506e88db72db4b7.js",
61
- "static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js"
68
+ "static/chunks/app/api/pro/route-c90c1f901fc00d38.js"
62
69
  ],
63
- "/api/pull-remote/preview/route": [
64
- "static/chunks/webpack-c76ac1e586b2802a.js",
65
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
66
- "static/chunks/517-3b698a5d3da06ff7.js",
70
+ "/api/push-remote/confirm/route": [
71
+ "static/chunks/webpack-024900a94af4f0a7.js",
72
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
73
+ "static/chunks/517-c876ce2f00030cd0.js",
67
74
  "static/chunks/main-app-4506e88db72db4b7.js",
68
- "static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js"
75
+ "static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js"
69
76
  ],
70
- "/api/push-remote/confirm/route": [
71
- "static/chunks/webpack-c76ac1e586b2802a.js",
72
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
73
- "static/chunks/517-3b698a5d3da06ff7.js",
77
+ "/api/pull-remote/preview/route": [
78
+ "static/chunks/webpack-024900a94af4f0a7.js",
79
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
80
+ "static/chunks/517-c876ce2f00030cd0.js",
74
81
  "static/chunks/main-app-4506e88db72db4b7.js",
75
- "static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js"
82
+ "static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js"
76
83
  ],
77
84
  "/api/push-remote/preview/route": [
78
- "static/chunks/webpack-c76ac1e586b2802a.js",
79
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
80
- "static/chunks/517-3b698a5d3da06ff7.js",
85
+ "static/chunks/webpack-024900a94af4f0a7.js",
86
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
87
+ "static/chunks/517-c876ce2f00030cd0.js",
81
88
  "static/chunks/main-app-4506e88db72db4b7.js",
82
- "static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js"
89
+ "static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js"
83
90
  ],
84
91
  "/api/query/route": [
85
- "static/chunks/webpack-c76ac1e586b2802a.js",
86
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
87
- "static/chunks/517-3b698a5d3da06ff7.js",
92
+ "static/chunks/webpack-024900a94af4f0a7.js",
93
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
94
+ "static/chunks/517-c876ce2f00030cd0.js",
88
95
  "static/chunks/main-app-4506e88db72db4b7.js",
89
- "static/chunks/app/api/query/route-87bae2d4aebaf859.js"
96
+ "static/chunks/app/api/query/route-4d21a8b1d34491f1.js"
90
97
  ],
91
- "/api/tables/route": [
92
- "static/chunks/webpack-c76ac1e586b2802a.js",
93
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
94
- "static/chunks/517-3b698a5d3da06ff7.js",
98
+ "/api/schema/route": [
99
+ "static/chunks/webpack-024900a94af4f0a7.js",
100
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
101
+ "static/chunks/517-c876ce2f00030cd0.js",
95
102
  "static/chunks/main-app-4506e88db72db4b7.js",
96
- "static/chunks/app/api/tables/route-0f46f911562abcdf.js"
103
+ "static/chunks/app/api/schema/route-cb17a387d6b557ad.js"
104
+ ],
105
+ "/api/tables/[name]/import/route": [
106
+ "static/chunks/webpack-024900a94af4f0a7.js",
107
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
108
+ "static/chunks/517-c876ce2f00030cd0.js",
109
+ "static/chunks/main-app-4506e88db72db4b7.js",
110
+ "static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js"
111
+ ],
112
+ "/api/time-travel/preview/route": [
113
+ "static/chunks/webpack-024900a94af4f0a7.js",
114
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
115
+ "static/chunks/517-c876ce2f00030cd0.js",
116
+ "static/chunks/main-app-4506e88db72db4b7.js",
117
+ "static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js"
118
+ ],
119
+ "/api/time-travel/restore/route": [
120
+ "static/chunks/webpack-024900a94af4f0a7.js",
121
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
122
+ "static/chunks/517-c876ce2f00030cd0.js",
123
+ "static/chunks/main-app-4506e88db72db4b7.js",
124
+ "static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js"
97
125
  ],
98
126
  "/api/update/route": [
99
- "static/chunks/webpack-c76ac1e586b2802a.js",
100
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
101
- "static/chunks/517-3b698a5d3da06ff7.js",
127
+ "static/chunks/webpack-024900a94af4f0a7.js",
128
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
129
+ "static/chunks/517-c876ce2f00030cd0.js",
130
+ "static/chunks/main-app-4506e88db72db4b7.js",
131
+ "static/chunks/app/api/update/route-54ee900537982652.js"
132
+ ],
133
+ "/api/tables/route": [
134
+ "static/chunks/webpack-024900a94af4f0a7.js",
135
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
136
+ "static/chunks/517-c876ce2f00030cd0.js",
137
+ "static/chunks/main-app-4506e88db72db4b7.js",
138
+ "static/chunks/app/api/tables/route-daa975df4ea8e8f8.js"
139
+ ],
140
+ "/api/pull-remote/confirm/route": [
141
+ "static/chunks/webpack-024900a94af4f0a7.js",
142
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
143
+ "static/chunks/517-c876ce2f00030cd0.js",
102
144
  "static/chunks/main-app-4506e88db72db4b7.js",
103
- "static/chunks/app/api/update/route-14edc1917760bce0.js"
145
+ "static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js"
104
146
  ],
105
147
  "/api/tables/[name]/route": [
106
- "static/chunks/webpack-c76ac1e586b2802a.js",
107
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
108
- "static/chunks/517-3b698a5d3da06ff7.js",
148
+ "static/chunks/webpack-024900a94af4f0a7.js",
149
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
150
+ "static/chunks/517-c876ce2f00030cd0.js",
109
151
  "static/chunks/main-app-4506e88db72db4b7.js",
110
- "static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js"
152
+ "static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js"
111
153
  ],
112
154
  "/page": [
113
- "static/chunks/webpack-c76ac1e586b2802a.js",
114
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
115
- "static/chunks/517-3b698a5d3da06ff7.js",
116
- "static/chunks/main-app-4506e88db72db4b7.js",
117
- "static/chunks/692-ede418e1d28a1394.js",
118
- "static/chunks/576-18a2209e1ed26aad.js",
119
- "static/chunks/735-b885dfec6353171d.js",
120
- "static/chunks/app/page-f05cd0fc436bf9bc.js"
155
+ "static/chunks/webpack-024900a94af4f0a7.js",
156
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
157
+ "static/chunks/517-c876ce2f00030cd0.js",
158
+ "static/chunks/main-app-4506e88db72db4b7.js",
159
+ "static/chunks/692-9e59d546afd11ec3.js",
160
+ "static/chunks/803-a2fcfbd00e6b3b38.js",
161
+ "static/chunks/480-85b6c8ae3f51b156.js",
162
+ "static/chunks/app/page-358bf2112802ff85.js"
121
163
  ]
122
164
  }
123
165
  }
@@ -1 +1 @@
1
- {"/_not-found/page":"/_not-found","/api/cloudflare/route":"/api/cloudflare","/api/databases/route":"/api/databases","/api/migrations/sync-files/route":"/api/migrations/sync-files","/api/migrations/sync/route":"/api/migrations/sync","/api/pull-data/confirm/route":"/api/pull-data/confirm","/api/pull-remote/confirm/route":"/api/pull-remote/confirm","/api/pull-remote/preview/route":"/api/pull-remote/preview","/api/push-remote/confirm/route":"/api/push-remote/confirm","/api/push-remote/preview/route":"/api/push-remote/preview","/api/query/route":"/api/query","/api/tables/route":"/api/tables","/api/update/route":"/api/update","/api/tables/[name]/route":"/api/tables/[name]","/page":"/"}
1
+ {"/api/cloudflare/route":"/api/cloudflare","/_not-found/page":"/_not-found","/api/databases/route":"/api/databases","/api/migrations/sync-files/route":"/api/migrations/sync-files","/api/migrations/list/route":"/api/migrations/list","/api/migrations/sync/route":"/api/migrations/sync","/api/pull-data/confirm/route":"/api/pull-data/confirm","/api/pro/route":"/api/pro","/api/push-remote/confirm/route":"/api/push-remote/confirm","/api/pull-remote/preview/route":"/api/pull-remote/preview","/api/push-remote/preview/route":"/api/push-remote/preview","/api/query/route":"/api/query","/api/schema/route":"/api/schema","/api/tables/[name]/import/route":"/api/tables/[name]/import","/api/time-travel/preview/route":"/api/time-travel/preview","/api/time-travel/restore/route":"/api/time-travel/restore","/api/update/route":"/api/update","/api/tables/route":"/api/tables","/api/pull-remote/confirm/route":"/api/pull-remote/confirm","/api/tables/[name]/route":"/api/tables/[name]","/page":"/"}
@@ -5,25 +5,25 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/ybCx6L6gHqtODbKmlhU-d/_buildManifest.js",
9
- "static/ybCx6L6gHqtODbKmlhU-d/_ssgManifest.js"
8
+ "static/ft39e6W6vSgUL7peRo7pE/_buildManifest.js",
9
+ "static/ft39e6W6vSgUL7peRo7pE/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
- "static/chunks/webpack-c76ac1e586b2802a.js",
13
- "static/chunks/4bd1b696-8c908eb707f85a27.js",
14
- "static/chunks/517-3b698a5d3da06ff7.js",
12
+ "static/chunks/webpack-024900a94af4f0a7.js",
13
+ "static/chunks/4bd1b696-124ea104c06f6cea.js",
14
+ "static/chunks/517-c876ce2f00030cd0.js",
15
15
  "static/chunks/main-app-4506e88db72db4b7.js"
16
16
  ],
17
17
  "rootMainFilesTree": {},
18
18
  "pages": {
19
19
  "/_app": [
20
- "static/chunks/webpack-c76ac1e586b2802a.js",
20
+ "static/chunks/webpack-024900a94af4f0a7.js",
21
21
  "static/chunks/framework-d29117d969504448.js",
22
22
  "static/chunks/main-8d0ab17774ffa031.js",
23
23
  "static/chunks/pages/_app-d23763e3e6c904ff.js"
24
24
  ],
25
25
  "/_error": [
26
- "static/chunks/webpack-c76ac1e586b2802a.js",
26
+ "static/chunks/webpack-024900a94af4f0a7.js",
27
27
  "static/chunks/framework-d29117d969504448.js",
28
28
  "static/chunks/main-8d0ab17774ffa031.js",
29
29
  "static/chunks/pages/_error-9b7125ad1a1e68fa.js"
@@ -1 +1 @@
1
- {"encryption.key":"vyJHOkiltuHjCj4CML1vlt/LpQGPF/Bwxoi40CZQENA=","encryption.expire_at":1752908621193}
1
+ {"encryption.key":"y+A+lWAgas8P2CSo5MBD52U7/w7ogBurP8CC/8hWkxk=","encryption.expire_at":1775117591404}