d1s 0.2.6 → 0.2.9
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.
- package/README.md +3 -1
- package/dist/.next/.next/BUILD_ID +1 -1
- package/dist/.next/.next/app-build-manifest.json +38 -24
- package/dist/.next/.next/app-path-routes-manifest.json +1 -1
- package/dist/.next/.next/build-manifest.json +2 -2
- package/dist/.next/.next/cache/.rscinfo +1 -1
- package/dist/.next/.next/cache/.tsbuildinfo +1 -1
- package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/.next/next-minimal-server.js.nft.json +1 -1
- package/dist/.next/.next/next-server.js.nft.json +1 -1
- package/dist/.next/.next/prerender-manifest.json +1 -1
- package/dist/.next/.next/server/app/_not-found/page.js +1 -1
- package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/_not-found.html +1 -1
- package/dist/.next/.next/server/app/_not-found.rsc +4 -4
- package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -1
- package/dist/.next/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/databases/route.js +1 -1
- package/dist/.next/.next/server/app/api/databases/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/migrations/sync/route.js +28 -3
- package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +26 -1
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/pull-data/confirm/route.js +1 -0
- package/dist/.next/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +26 -1
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +26 -1
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +28 -3
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js +28 -3
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/query/route.js +27 -2
- package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/tables/[name]/route.js +4 -4
- package/dist/.next/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/tables/route.js +2 -2
- package/dist/.next/.next/server/app/api/tables/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/update/route.js +5 -0
- package/dist/.next/.next/server/app/api/update/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/update/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/index.html +3 -3
- package/dist/.next/.next/server/app/index.rsc +5 -5
- package/dist/.next/.next/server/app/page.js +13 -11
- package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app-paths-manifest.json +5 -3
- package/dist/.next/.next/server/chunks/226.js +30 -0
- package/dist/.next/.next/server/chunks/336.js +1 -1
- package/dist/.next/.next/server/chunks/391.js +23 -0
- package/dist/.next/.next/server/chunks/452.js +1 -0
- package/dist/.next/.next/server/chunks/627.js +3 -3
- package/dist/.next/.next/server/chunks/638.js +3 -3
- package/dist/.next/.next/server/chunks/992.js +3 -3
- package/dist/.next/.next/server/pages/404.html +1 -1
- package/dist/.next/.next/server/pages/500.html +1 -1
- package/dist/.next/.next/server/pages/_app.js +1 -1
- package/dist/.next/.next/server/pages/_document.js +1 -1
- package/dist/.next/.next/server/pages/_error.js +1 -1
- package/dist/.next/.next/server/server-reference-manifest.json +1 -1
- package/dist/.next/.next/static/7XBqETNmhSxMXhw8iUpEa/_buildManifest.js +1 -0
- package/dist/.next/.next/static/chunks/176-9146975ef8699719.js +1 -0
- package/dist/.next/.next/static/chunks/{735-c9144179c6bd7d06.js → 735-b885dfec6353171d.js} +1 -1
- package/dist/.next/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +1 -0
- package/dist/.next/.next/static/chunks/app/page-5990cb23b8bd27c4.js +1 -0
- package/dist/.next/.next/static/css/674bee6608c638e4.css +3 -0
- package/dist/.next/.next/trace +3 -3
- package/dist/.next/.next/types/app/api/pull-data/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/update/route.ts +347 -0
- package/dist/.next/BUILD_ID +1 -1
- package/dist/.next/app-build-manifest.json +36 -22
- package/dist/.next/app-path-routes-manifest.json +1 -1
- package/dist/.next/build-manifest.json +2 -2
- package/dist/.next/cache/.rscinfo +1 -1
- package/dist/.next/cache/.tsbuildinfo +1 -1
- package/dist/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/next-minimal-server.js.nft.json +1 -1
- package/dist/.next/next-server.js.nft.json +1 -1
- package/dist/.next/prerender-manifest.json +1 -1
- package/dist/.next/server/app/_not-found/page.js +1 -1
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found.html +1 -1
- package/dist/.next/server/app/_not-found.rsc +4 -4
- package/dist/.next/server/app/api/cloudflare/route.js +1 -1
- package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/databases/route.js +1 -1
- package/dist/.next/server/app/api/databases/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/migrations/sync/route.js +28 -3
- package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/migrations/sync-files/route.js +26 -1
- package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/pull-data/confirm/route.js +1 -0
- package/dist/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route.js +26 -1
- package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/pull-remote/preview/route.js +26 -1
- package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/push-remote/confirm/route.js +28 -3
- package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/push-remote/preview/route.js +28 -3
- package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/query/route.js +27 -2
- package/dist/.next/server/app/api/query/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/tables/[name]/route.js +4 -4
- package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/tables/route.js +2 -2
- package/dist/.next/server/app/api/tables/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/update/route.js +5 -0
- package/dist/.next/server/app/api/update/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/update/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/index.html +3 -3
- package/dist/.next/server/app/index.rsc +5 -5
- package/dist/.next/server/app/page.js +13 -11
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app-paths-manifest.json +8 -6
- package/dist/.next/server/chunks/226.js +30 -0
- package/dist/.next/server/chunks/336.js +1 -1
- package/dist/.next/server/chunks/391.js +23 -0
- package/dist/.next/server/chunks/452.js +1 -0
- package/dist/.next/server/chunks/627.js +3 -3
- package/dist/.next/server/chunks/638.js +3 -3
- package/dist/.next/server/chunks/992.js +3 -3
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/server/pages/_app.js +1 -1
- package/dist/.next/server/pages/_document.js +1 -1
- package/dist/.next/server/pages/_error.js +1 -1
- package/dist/.next/server/server-reference-manifest.json +1 -1
- package/dist/.next/static/MoZBULXFiTFzrY1JVK_Df/_buildManifest.js +1 -0
- package/dist/.next/static/chunks/176-9146975ef8699719.js +1 -0
- package/dist/.next/static/chunks/{735-c9144179c6bd7d06.js → 735-b885dfec6353171d.js} +1 -1
- package/dist/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +1 -0
- package/dist/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +1 -0
- package/dist/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +1 -0
- package/dist/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +1 -0
- package/dist/.next/static/chunks/app/page-5990cb23b8bd27c4.js +1 -0
- package/dist/.next/static/css/674bee6608c638e4.css +3 -0
- package/dist/.next/trace +17 -14
- package/dist/.next/types/app/api/pull-data/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/update/route.ts +347 -0
- package/dist/app/api/cloudflare/route.js +5 -1
- package/dist/app/api/databases/route.js +3 -4
- package/dist/app/api/migrations/sync/route.js +5 -3
- package/dist/app/api/pull-data/confirm/route.js +230 -0
- package/dist/app/api/pull-remote/confirm/route.js +24 -23
- package/dist/app/api/pull-remote/preview/route.js +4 -3
- package/dist/app/api/push-remote/preview/route.js +3 -2
- package/dist/app/api/query/route.js +11 -3
- package/dist/app/api/tables/[name]/route.js +3 -2
- package/dist/app/api/tables/route.js +6 -2
- package/dist/app/api/update/route.js +36 -0
- package/dist/app/app/api/cloudflare/route.js +5 -1
- package/dist/app/app/api/databases/route.js +3 -4
- package/dist/app/app/api/migrations/sync/route.js +5 -3
- package/dist/app/app/api/pull-data/confirm/route.js +230 -0
- package/dist/app/app/api/pull-remote/confirm/route.js +24 -23
- package/dist/app/app/api/pull-remote/preview/route.js +4 -3
- package/dist/app/app/api/push-remote/preview/route.js +3 -2
- package/dist/app/app/api/query/route.js +11 -3
- package/dist/app/app/api/tables/[name]/route.js +3 -2
- package/dist/app/app/api/tables/route.js +6 -2
- package/dist/app/app/api/update/route.js +36 -0
- package/dist/app/app/page.jsx +24 -14
- package/dist/app/page.jsx +24 -14
- package/dist/d1-studio.js +101 -58
- package/dist/lib/database-queue.js +34 -30
- package/dist/lib/find-wrangler-config.js +14 -8
- package/dist/lib/logger.js +44 -5
- package/dist/lib/migrations.js +4 -4
- package/dist/lib/schema-operations.js +4 -1
- package/dist/lib/sql-operations.js +85 -1
- package/package.json +3 -1
- package/scripts/studio.js +101 -58
- package/scripts/test.js +280 -82
- package/src/app/api/cloudflare/route.js +5 -1
- package/src/app/api/databases/route.js +3 -4
- package/src/app/api/migrations/sync/route.js +5 -3
- package/src/app/api/pull-data/confirm/route.js +230 -0
- package/src/app/api/pull-remote/confirm/route.js +24 -23
- package/src/app/api/pull-remote/preview/route.js +4 -3
- package/src/app/api/push-remote/preview/route.js +3 -2
- package/src/app/api/query/route.js +11 -3
- package/src/app/api/tables/[name]/route.js +3 -2
- package/src/app/api/tables/route.js +6 -2
- package/src/app/api/update/route.js +36 -0
- package/src/app/page.jsx +24 -14
- package/src/components/environment-handler.jsx +70 -16
- package/src/components/environment-select.jsx +6 -3
- package/src/components/pull-preview-toast.jsx +90 -63
- package/src/components/sidebar.jsx +25 -24
- package/src/components/update-banner.jsx +62 -0
- package/src/context/database-context.js +4 -4
- package/src/lib/database-queue.js +34 -30
- package/src/lib/find-wrangler-config.js +14 -8
- package/src/lib/logger.js +44 -5
- package/src/lib/migrations.js +4 -4
- package/src/lib/schema-operations.js +4 -1
- package/src/lib/sql-operations.js +85 -1
- package/dist/.next/.next/cache/webpack/client-production/3.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/2.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/dist/.next/.next/server/chunks/603.js +0 -55
- package/dist/.next/.next/server/chunks/686.js +0 -23
- package/dist/.next/.next/static/HsZ8OanS5v86DqC9rErO-/_buildManifest.js +0 -1
- package/dist/.next/.next/static/chunks/422-6fa3c14fc64ad67b.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +0 -1
- package/dist/.next/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
- package/dist/.next/.next/static/css/cf41da7a0d47f779.css +0 -3
- package/dist/.next/.next/static/q6WmQmyONe88bMN0_jrC2/_buildManifest.js +0 -1
- package/dist/.next/server/chunks/603.js +0 -55
- package/dist/.next/server/chunks/686.js +0 -23
- package/dist/.next/static/Tk1fnz_CXLavm23ZEeChG/_buildManifest.js +0 -1
- package/dist/.next/static/Tk1fnz_CXLavm23ZEeChG/_ssgManifest.js +0 -1
- package/dist/.next/static/chunks/422-6fa3c14fc64ad67b.js +0 -1
- package/dist/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +0 -1
- package/dist/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +0 -1
- package/dist/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +0 -1
- package/dist/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +0 -1
- package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +0 -1
- package/dist/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +0 -1
- package/dist/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +0 -1
- package/dist/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +0 -1
- package/dist/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +0 -1
- package/dist/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +0 -1
- package/dist/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +0 -1
- package/dist/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
- package/dist/.next/static/css/cf41da7a0d47f779.css +0 -3
- /package/dist/.next/.next/static/{HsZ8OanS5v86DqC9rErO- → 7XBqETNmhSxMXhw8iUpEa}/_ssgManifest.js +0 -0
- /package/dist/.next/{.next/static/q6WmQmyONe88bMN0_jrC2 → static/MoZBULXFiTFzrY1JVK_Df}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
7XBqETNmhSxMXhw8iUpEa
|
|
@@ -7,93 +7,107 @@
|
|
|
7
7
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
8
8
|
"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js"
|
|
9
9
|
],
|
|
10
|
-
"/
|
|
10
|
+
"/layout": [
|
|
11
11
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
12
12
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
13
13
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
14
14
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
15
|
-
"static/
|
|
15
|
+
"static/css/674bee6608c638e4.css",
|
|
16
|
+
"static/chunks/692-ede418e1d28a1394.js",
|
|
17
|
+
"static/chunks/92-c4466e0f1ca8a3a8.js",
|
|
18
|
+
"static/chunks/735-b885dfec6353171d.js",
|
|
19
|
+
"static/chunks/app/layout-8360fab69b848283.js"
|
|
16
20
|
],
|
|
17
|
-
"/api/
|
|
21
|
+
"/api/cloudflare/route": [
|
|
18
22
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
19
23
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
20
24
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
21
25
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
22
|
-
"static/chunks/app/api/
|
|
26
|
+
"static/chunks/app/api/cloudflare/route-b77846f372b01f38.js"
|
|
23
27
|
],
|
|
24
|
-
"/
|
|
28
|
+
"/api/databases/route": [
|
|
25
29
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
26
30
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
27
31
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
28
32
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
29
|
-
"static/
|
|
30
|
-
"static/chunks/692-ede418e1d28a1394.js",
|
|
31
|
-
"static/chunks/92-c4466e0f1ca8a3a8.js",
|
|
32
|
-
"static/chunks/735-c9144179c6bd7d06.js",
|
|
33
|
-
"static/chunks/app/layout-8360fab69b848283.js"
|
|
33
|
+
"static/chunks/app/api/databases/route-407794f8145d9a0b.js"
|
|
34
34
|
],
|
|
35
|
-
"/api/
|
|
35
|
+
"/api/migrations/sync-files/route": [
|
|
36
36
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
37
37
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
38
38
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
39
39
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
40
|
-
"static/chunks/app/api/
|
|
40
|
+
"static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js"
|
|
41
41
|
],
|
|
42
42
|
"/api/migrations/sync/route": [
|
|
43
43
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
44
44
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
45
45
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
46
46
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
47
|
-
"static/chunks/app/api/migrations/sync/route-
|
|
47
|
+
"static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js"
|
|
48
48
|
],
|
|
49
|
-
"/api/pull-
|
|
49
|
+
"/api/pull-data/confirm/route": [
|
|
50
50
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
51
51
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
52
52
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
53
53
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
54
|
-
"static/chunks/app/api/pull-
|
|
54
|
+
"static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js"
|
|
55
55
|
],
|
|
56
56
|
"/api/pull-remote/confirm/route": [
|
|
57
57
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
58
58
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
59
59
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
60
60
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
61
|
-
"static/chunks/app/api/pull-remote/confirm/route-
|
|
61
|
+
"static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js"
|
|
62
|
+
],
|
|
63
|
+
"/api/pull-remote/preview/route": [
|
|
64
|
+
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
65
|
+
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
66
|
+
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
67
|
+
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
68
|
+
"static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js"
|
|
62
69
|
],
|
|
63
70
|
"/api/push-remote/confirm/route": [
|
|
64
71
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
65
72
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
66
73
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
67
74
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
68
|
-
"static/chunks/app/api/push-remote/confirm/route-
|
|
75
|
+
"static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js"
|
|
69
76
|
],
|
|
70
77
|
"/api/push-remote/preview/route": [
|
|
71
78
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
72
79
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
73
80
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
74
81
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
75
|
-
"static/chunks/app/api/push-remote/preview/route-
|
|
82
|
+
"static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js"
|
|
76
83
|
],
|
|
77
84
|
"/api/query/route": [
|
|
78
85
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
79
86
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
80
87
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
81
88
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
82
|
-
"static/chunks/app/api/query/route-
|
|
89
|
+
"static/chunks/app/api/query/route-87bae2d4aebaf859.js"
|
|
83
90
|
],
|
|
84
91
|
"/api/tables/route": [
|
|
85
92
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
86
93
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
87
94
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
88
95
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
89
|
-
"static/chunks/app/api/tables/route-
|
|
96
|
+
"static/chunks/app/api/tables/route-0f46f911562abcdf.js"
|
|
97
|
+
],
|
|
98
|
+
"/api/update/route": [
|
|
99
|
+
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
100
|
+
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
101
|
+
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
102
|
+
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
103
|
+
"static/chunks/app/api/update/route-14edc1917760bce0.js"
|
|
90
104
|
],
|
|
91
105
|
"/api/tables/[name]/route": [
|
|
92
106
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
93
107
|
"static/chunks/4bd1b696-8c908eb707f85a27.js",
|
|
94
108
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
95
109
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
96
|
-
"static/chunks/app/api/tables/[name]/route-
|
|
110
|
+
"static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js"
|
|
97
111
|
],
|
|
98
112
|
"/page": [
|
|
99
113
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
@@ -101,9 +115,9 @@
|
|
|
101
115
|
"static/chunks/517-3b698a5d3da06ff7.js",
|
|
102
116
|
"static/chunks/main-app-d36cdfb402b40f13.js",
|
|
103
117
|
"static/chunks/692-ede418e1d28a1394.js",
|
|
104
|
-
"static/chunks/
|
|
105
|
-
"static/chunks/735-
|
|
106
|
-
"static/chunks/app/page-
|
|
118
|
+
"static/chunks/176-9146975ef8699719.js",
|
|
119
|
+
"static/chunks/735-b885dfec6353171d.js",
|
|
120
|
+
"static/chunks/app/page-5990cb23b8bd27c4.js"
|
|
107
121
|
]
|
|
108
122
|
}
|
|
109
123
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"/api/databases/route":"/api/databases","/api/migrations/sync-files/route":"/api/migrations/sync-files","/
|
|
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":"/"}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/7XBqETNmhSxMXhw8iUpEa/_buildManifest.js",
|
|
9
|
+
"static/7XBqETNmhSxMXhw8iUpEa/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-c76ac1e586b2802a.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"encryption.key":"
|
|
1
|
+
{"encryption.key":"g4+0p9RGeCu0XAYvPDlcMaeQbYVs92aTjN8t2x4/VhA=","encryption.expire_at":1741514194780}
|