Openstatus www.openstatus.dev

⬆️ libsql (#1007)

* ⬆️ drizzle

* 😭

* 😭

* 😭

authored by

Thibault Le Ouay and committed by
GitHub
11a0d524 dbcb51d8

+192 -62
+2 -2
apps/web/package.json
··· 11 11 }, 12 12 "dependencies": { 13 13 "@auth/core": "0.34.1", 14 - "@auth/drizzle-adapter": "1.4.1", 14 + "@auth/drizzle-adapter": "1.5.0", 15 15 "@google-cloud/tasks": "5.0.0", 16 16 "@headlessui/react": "1.7.17", 17 17 "@hookform/resolvers": "3.3.1", ··· 62 62 "lucide-react": "0.279.0", 63 63 "nanoid": "5.0.7", 64 64 "next": "14.2.4", 65 - "next-auth": "5.0.0-beta.17", 65 + "next-auth": "5.0.0-beta.21", 66 66 "next-contentlayer": "0.3.4", 67 67 "next-plausible": "3.12.0", 68 68 "next-themes": "0.2.1",
+1 -1
packages/db/package.json
··· 13 13 "dev": "turso dev --db-file ../../openstatus-dev.db" 14 14 }, 15 15 "dependencies": { 16 - "@libsql/client": "0.7.0", 16 + "@libsql/client": "0.12.0", 17 17 "@t3-oss/env-core": "0.7.0", 18 18 "drizzle-orm": "0.32.1", 19 19 "drizzle-zod": "0.5.1",
+189 -59
pnpm-lock.yaml
··· 39 39 version: 5.3.0 40 40 drizzle-orm: 41 41 specifier: 0.32.1 42 - version: 0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.7.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 42 + version: 0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.12.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 43 43 hono: 44 44 specifier: 4.5.3 45 45 version: 4.5.3 ··· 192 192 version: link:../../packages/utils 193 193 '@scalar/hono-api-reference': 194 194 specifier: 0.5.131 195 - version: 0.5.131(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 195 + version: 0.5.131(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)))(typescript@5.5.2) 196 196 '@t3-oss/env-core': 197 197 specifier: 0.7.1 198 198 version: 0.7.1(typescript@5.5.2)(zod@3.23.8) ··· 237 237 specifier: 0.34.1 238 238 version: 0.34.1 239 239 '@auth/drizzle-adapter': 240 - specifier: 1.4.1 241 - version: 1.4.1 240 + specifier: 1.5.0 241 + version: 1.5.0 242 242 '@google-cloud/tasks': 243 243 specifier: 5.0.0 244 244 version: 5.0.0(encoding@0.1.13) ··· 390 390 specifier: 14.2.4 391 391 version: 14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 392 392 next-auth: 393 - specifier: 5.0.0-beta.17 394 - version: 5.0.0-beta.17(next@14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) 393 + specifier: 5.0.0-beta.21 394 + version: 5.0.0-beta.21(next@14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) 395 395 next-contentlayer: 396 396 specifier: 0.3.4 397 397 version: 0.3.4(contentlayer@0.3.4(esbuild@0.21.3))(esbuild@0.21.3)(next@14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 615 615 packages/db: 616 616 dependencies: 617 617 '@libsql/client': 618 - specifier: 0.7.0 619 - version: 0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3) 618 + specifier: 0.12.0 619 + version: 0.12.0(bufferutil@4.0.7)(utf-8-validate@6.0.3) 620 620 '@t3-oss/env-core': 621 621 specifier: 0.7.0 622 622 version: 0.7.0(typescript@5.5.2)(zod@3.23.8) 623 623 drizzle-orm: 624 624 specifier: 0.32.1 625 - version: 0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 625 + version: 0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.12.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 626 626 drizzle-zod: 627 627 specifier: 0.5.1 628 - version: 0.5.1(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1))(zod@3.23.8) 628 + version: 0.5.1(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.12.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1))(zod@3.23.8) 629 629 zod: 630 630 specifier: 3.23.8 631 631 version: 3.23.8 ··· 1238 1238 nodemailer: 1239 1239 optional: true 1240 1240 1241 - '@auth/drizzle-adapter@1.4.1': 1242 - resolution: {integrity: sha512-pUC8D0jfANDvThH1CrcUXmjZyF98ccVMY3iEZUQzUTr0U1csuppvRoz5JccOLzjv3tu+Nb9Qd6SvrmmsnuYgSw==} 1241 + '@auth/core@0.35.0': 1242 + resolution: {integrity: sha512-XvMALiYn5ZQd1hVeG1t+jCU89jRrc7ortl/05wkBrPHnRWZScxAK5jKuzBz+AOBQXewDjYcMpzeF5tTqg6rDhQ==} 1243 + peerDependencies: 1244 + '@simplewebauthn/browser': ^9.0.1 1245 + '@simplewebauthn/server': ^9.0.2 1246 + nodemailer: ^6.8.0 1247 + peerDependenciesMeta: 1248 + '@simplewebauthn/browser': 1249 + optional: true 1250 + '@simplewebauthn/server': 1251 + optional: true 1252 + nodemailer: 1253 + optional: true 1254 + 1255 + '@auth/drizzle-adapter@1.5.0': 1256 + resolution: {integrity: sha512-JLeooOEoCulPjoLJa2IBKX8RSgSfkhmyaAeO8Xr37y+fitsEvJNqe0SsaRw3D8nXDasppSaop4uUT3ViXP+OZw==} 1243 1257 1244 1258 '@aws-crypto/crc32@3.0.0': 1245 1259 resolution: {integrity: sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==} ··· 3264 3278 '@lezer/yaml@1.0.3': 3265 3279 resolution: {integrity: sha512-GuBLekbw9jDBDhGur82nuwkxKQ+a3W5H0GfaAthDXcAu+XdpS43VlnxA9E9hllkpSP5ellRDKjLLj7Lu9Wr6xA==} 3266 3280 3281 + '@libsql/client@0.12.0': 3282 + resolution: {integrity: sha512-Jt9ijfzlmswZzxRRksEv8Igbw7ER9IX/RSrwzEIRyzwwQLcpeZGGrnDQP9S7UPCJ90uFDiaICFiyhvwO+60DmA==} 3283 + 3267 3284 '@libsql/client@0.6.2': 3268 3285 resolution: {integrity: sha512-xRNfRLv/dOCbV4qd+M0baQwGmvuZpMd2wG2UAPs8XmcdaPvu5ErkcaeITkxlm3hDEJVabQM1cFhMBxsugWW9fQ==} 3269 3286 3270 - '@libsql/client@0.7.0': 3271 - resolution: {integrity: sha512-1aLDtWzsErr68GZ640TVyOLkL/+lB2YK8cYvJIfiI7Mt+DEPB22Jkoz2QfBDg5PVGX/efeRHog2j/oVbUhxO8Q==} 3287 + '@libsql/core@0.12.0': 3288 + resolution: {integrity: sha512-PZJF4qvPbDWZfXk0Tr+O5xaMhFoetA1gIVPgYLH6Bc6gAeyYxhGw268p+95SkADZDjB5CYPcVLvfQEjSVeR3Zw==} 3272 3289 3273 3290 '@libsql/core@0.6.2': 3274 3291 resolution: {integrity: sha512-c2P4M+4u/4b2L02A0KjggO3UW51rGkhxr/7fzJO0fEAqsqrWGxuNj2YtRkina/oxfYvAof6xjp8RucNoIV/Odw==} 3275 - 3276 - '@libsql/core@0.7.0': 3277 - resolution: {integrity: sha512-hCYfXa0S4t9CJtxZIWacboylrcx94ZQO0dEngH4f0f/LHg6ymHSZiubbojAwD7tNy94ahICoGPjEi6aEIyhlcQ==} 3278 3292 3279 3293 '@libsql/darwin-arm64@0.3.10': 3280 3294 resolution: {integrity: sha512-RaexEFfPAFogd6dJlqkpCkTxdr6K14Z0286lodIJ8Ny77mWuWyBkWKxf70OYWXXAMxMJFUW+6al1F3/Osf/pTg==} 3281 3295 cpu: [arm64] 3282 3296 os: [darwin] 3283 3297 3298 + '@libsql/darwin-arm64@0.4.5': 3299 + resolution: {integrity: sha512-xLdnn0NrgSk6OMi716FFs/27Hs33jtSd2fkKi/72Ey/qBtPWcB1BMurDQekzi0yAcfQTjGqIz7tpOibyjiEPyQ==} 3300 + cpu: [arm64] 3301 + os: [darwin] 3302 + 3284 3303 '@libsql/darwin-x64@0.3.10': 3285 3304 resolution: {integrity: sha512-SNVN6n4qNUdMW1fJMFmx4qn4n5RnXsxjFbczpkzG/V7m/5VeTFt1chhGcrahTHCr3+K6eRJWJUEQHRGqjBwPkw==} 3286 3305 cpu: [x64] 3287 3306 os: [darwin] 3288 3307 3308 + '@libsql/darwin-x64@0.4.5': 3309 + resolution: {integrity: sha512-rZsEWj0H7oCqd5Y2pe0RzKmuQXC2OB1RbnFy4CvjeAjT6MP6mFp+Vx9mTCAUuJMhuoSVMsFPUJRpAQznl9E3Tg==} 3310 + cpu: [x64] 3311 + os: [darwin] 3312 + 3289 3313 '@libsql/hrana-client@0.6.0': 3290 3314 resolution: {integrity: sha512-k+fqzdjqg3IvWfKmVJK5StsbjeTcyNAXFelUbXbGNz3yH1gEVT9mZ6kmhsIXP30ZSyVV0AE1Gi25p82mxC9hwg==} 3291 3315 3316 + '@libsql/hrana-client@0.7.0': 3317 + resolution: {integrity: sha512-OF8fFQSkbL7vJY9rfuegK1R7sPgQ6kFMkDamiEccNUvieQ+3urzfDFI616oPl8V7T9zRmnTkSjMOImYCAVRVuw==} 3318 + 3292 3319 '@libsql/isomorphic-fetch@0.2.1': 3293 3320 resolution: {integrity: sha512-Sv07QP1Aw8A5OOrmKgRUBKe2fFhF2hpGJhtHe3d1aRnTESZCGkn//0zDycMKTGamVWb3oLYRroOsCV8Ukes9GA==} 3294 3321 3322 + '@libsql/isomorphic-fetch@0.3.1': 3323 + resolution: {integrity: sha512-6kK3SUK5Uu56zPq/Las620n5aS9xJq+jMBcNSOmjhNf/MUvdyji4vrMTqD7ptY7/4/CAVEAYDeotUz60LNQHtw==} 3324 + engines: {node: '>=18.0.0'} 3325 + 3295 3326 '@libsql/isomorphic-ws@0.1.5': 3296 3327 resolution: {integrity: sha512-DtLWIH29onUYR00i0GlQ3UdcTRC6EP4u9w/h9LxpUZJWRMARk6dQwZ6Jkd+QdwVpuAOrdxt18v0K2uIYR3fwFg==} 3297 3328 ··· 3300 3331 cpu: [arm64] 3301 3332 os: [linux] 3302 3333 3334 + '@libsql/linux-arm64-gnu@0.4.5': 3335 + resolution: {integrity: sha512-VR09iu6KWGJ6fauCn59u/jJ9OA+/A2yQ0dr2HDN2zkRueLC6D2oGYt4gPfLZPFKf+WJpVMtIhNfd+Ru9MMaFkA==} 3336 + cpu: [arm64] 3337 + os: [linux] 3338 + 3303 3339 '@libsql/linux-arm64-musl@0.3.10': 3304 3340 resolution: {integrity: sha512-72SN1FUavLvzHddCS861ynSpQndcW5oLGKA3U8CyMfgIZIwJAPc7+48Uj1plW00htXBx4GBpcntFp68KKIx3YQ==} 3305 3341 cpu: [arm64] 3306 3342 os: [linux] 3307 3343 3344 + '@libsql/linux-arm64-musl@0.4.5': 3345 + resolution: {integrity: sha512-74hvD5ej4rBshhxFGNYU16a3m8B/NjIPvhlZ/flG1Oeydfo6AuUXSSNFi+H5+zi9/uWuzyz5TLVeQcraoUV10A==} 3346 + cpu: [arm64] 3347 + os: [linux] 3348 + 3308 3349 '@libsql/linux-x64-gnu@0.3.10': 3309 3350 resolution: {integrity: sha512-hXyNqVRi7ONuyWZ1SX6setxL0QaQ7InyS3bHLupsi9s7NpOGD5vcpTaYicJOqmIIm+6kt8vJfmo7ZxlarIHy7Q==} 3310 3351 cpu: [x64] 3311 3352 os: [linux] 3312 3353 3354 + '@libsql/linux-x64-gnu@0.4.5': 3355 + resolution: {integrity: sha512-gb5WObGO3+rbuG8h9font1N02iF+zgYAgY0wNa8BNiZ5A9UolZKFxiqGFS7eHaAYfemHJKKTT+aAt3X2p5TibA==} 3356 + cpu: [x64] 3357 + os: [linux] 3358 + 3313 3359 '@libsql/linux-x64-musl@0.3.10': 3314 3360 resolution: {integrity: sha512-kNmIRxomVwt9S+cLyYS497F/3gXFF4r8wW12YSBQgxG75JYft07AHVd8J7HINg+oqRkLzT0s+mVX5dM6nk68EQ==} 3315 3361 cpu: [x64] 3316 3362 os: [linux] 3317 3363 3364 + '@libsql/linux-x64-musl@0.4.5': 3365 + resolution: {integrity: sha512-JfyE6OVC5X4Nr4cFF77VhB1o+hBRxAqYT9YdeqnWdAQSYc/ASi5HnRALLAQEsGacFPZZ32pixfraQmPE3iJFfw==} 3366 + cpu: [x64] 3367 + os: [linux] 3368 + 3318 3369 '@libsql/win32-x64-msvc@0.3.10': 3319 3370 resolution: {integrity: sha512-c/6rjdtGULKrJkLgfLobFefObfOtxjXGmCfPxv6pr0epPCeUEssfDbDIeEH9fQUgzogIMWEHwT8so52UJ/iT1Q==} 3371 + cpu: [x64] 3372 + os: [win32] 3373 + 3374 + '@libsql/win32-x64-msvc@0.4.5': 3375 + resolution: {integrity: sha512-57GGurNJhOhq3XIopLdGnCoQ4kQAcmbmzzFoC4tpvDE/KSbwZ/13zqJWhQA41nMGk/PKM1XKfKmbIybKx1+eqA==} 3320 3376 cpu: [x64] 3321 3377 os: [win32] 3322 3378 ··· 7610 7666 resolution: {integrity: sha512-/8YMTbwWFPmrDWY+YFK3kYqVPFkMgQre0DGmBaOmjogMdSe+7GHm1/q9AZ61AWkEub/vHmi+bA4tqIzVhKnqzg==} 7611 7667 os: [darwin, linux, win32] 7612 7668 7669 + libsql@0.4.5: 7670 + resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==} 7671 + cpu: [x64, arm64, wasm32] 7672 + os: [darwin, linux, win32] 7673 + 7613 7674 lie@3.1.1: 7614 7675 resolution: {integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==} 7615 7676 ··· 8251 8312 next: ^14 8252 8313 nodemailer: ^6.6.5 8253 8314 react: ^18.2.0 8315 + peerDependenciesMeta: 8316 + '@simplewebauthn/browser': 8317 + optional: true 8318 + '@simplewebauthn/server': 8319 + optional: true 8320 + nodemailer: 8321 + optional: true 8322 + 8323 + next-auth@5.0.0-beta.21: 8324 + resolution: {integrity: sha512-VrT6LV9u/o5tMuWxRDN5d/K1OgPskrMHy+aITTwasVfIrkIaU/8UVg3TXH8ynJgzhfzlDx/3hLWGhi+eXQw4qg==} 8325 + peerDependencies: 8326 + '@simplewebauthn/browser': ^9.0.1 8327 + '@simplewebauthn/server': ^9.0.2 8328 + next: ^14.0.0-0 || ^15.0.0-0 8329 + nodemailer: ^6.6.5 8330 + react: ^18.2.0 || ^19.0.0-0 8254 8331 peerDependenciesMeta: 8255 8332 '@simplewebauthn/browser': 8256 8333 optional: true ··· 10436 10513 preact: 10.11.3 10437 10514 preact-render-to-string: 5.2.3(preact@10.11.3) 10438 10515 10439 - '@auth/drizzle-adapter@1.4.1': 10516 + '@auth/core@0.35.0': 10517 + dependencies: 10518 + '@panva/hkdf': 1.1.1 10519 + '@types/cookie': 0.6.0 10520 + cookie: 0.6.0 10521 + jose: 5.2.4 10522 + oauth4webapi: 2.10.4 10523 + preact: 10.11.3 10524 + preact-render-to-string: 5.2.3(preact@10.11.3) 10525 + 10526 + '@auth/drizzle-adapter@1.5.0': 10440 10527 dependencies: 10441 - '@auth/core': 0.34.1 10528 + '@auth/core': 0.35.0 10442 10529 transitivePeerDependencies: 10443 10530 - '@simplewebauthn/browser' 10444 10531 - '@simplewebauthn/server' ··· 12663 12750 dependencies: 12664 12751 tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)) 12665 12752 12666 - '@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))': 12667 - dependencies: 12668 - tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)) 12669 - 12670 12753 '@headlessui/tailwindcss@0.2.1(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)))': 12671 12754 dependencies: 12672 12755 tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)) ··· 12802 12885 '@lezer/highlight': 1.2.0 12803 12886 '@lezer/lr': 1.4.1 12804 12887 12805 - '@libsql/client@0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4)': 12888 + '@libsql/client@0.12.0(bufferutil@4.0.7)(utf-8-validate@6.0.3)': 12806 12889 dependencies: 12807 - '@libsql/core': 0.6.2 12808 - '@libsql/hrana-client': 0.6.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) 12890 + '@libsql/core': 0.12.0 12891 + '@libsql/hrana-client': 0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3) 12809 12892 js-base64: 3.7.5 12810 - libsql: 0.3.10 12893 + libsql: 0.4.5 12894 + promise-limit: 2.7.0 12811 12895 transitivePeerDependencies: 12812 12896 - bufferutil 12813 12897 - utf-8-validate 12814 12898 12815 - '@libsql/client@0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3)': 12899 + '@libsql/client@0.12.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)': 12816 12900 dependencies: 12817 - '@libsql/core': 0.7.0 12818 - '@libsql/hrana-client': 0.6.0(bufferutil@4.0.7)(utf-8-validate@6.0.3) 12901 + '@libsql/core': 0.12.0 12902 + '@libsql/hrana-client': 0.7.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) 12819 12903 js-base64: 3.7.5 12820 - libsql: 0.3.10 12904 + libsql: 0.4.5 12821 12905 promise-limit: 2.7.0 12822 12906 transitivePeerDependencies: 12823 12907 - bufferutil 12824 12908 - utf-8-validate 12909 + optional: true 12825 12910 12826 - '@libsql/client@0.7.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)': 12911 + '@libsql/client@0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4)': 12827 12912 dependencies: 12828 - '@libsql/core': 0.7.0 12913 + '@libsql/core': 0.6.2 12829 12914 '@libsql/hrana-client': 0.6.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) 12830 12915 js-base64: 3.7.5 12831 12916 libsql: 0.3.10 12832 - promise-limit: 2.7.0 12833 12917 transitivePeerDependencies: 12834 12918 - bufferutil 12835 12919 - utf-8-validate 12836 - optional: true 12837 12920 12838 - '@libsql/core@0.6.2': 12921 + '@libsql/core@0.12.0': 12839 12922 dependencies: 12840 12923 js-base64: 3.7.5 12841 12924 12842 - '@libsql/core@0.7.0': 12925 + '@libsql/core@0.6.2': 12843 12926 dependencies: 12844 12927 js-base64: 3.7.5 12845 12928 12846 12929 '@libsql/darwin-arm64@0.3.10': 12847 12930 optional: true 12848 12931 12932 + '@libsql/darwin-arm64@0.4.5': 12933 + optional: true 12934 + 12849 12935 '@libsql/darwin-x64@0.3.10': 12850 12936 optional: true 12851 12937 12852 - '@libsql/hrana-client@0.6.0(bufferutil@4.0.7)(utf-8-validate@6.0.3)': 12938 + '@libsql/darwin-x64@0.4.5': 12939 + optional: true 12940 + 12941 + '@libsql/hrana-client@0.6.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)': 12853 12942 dependencies: 12854 12943 '@libsql/isomorphic-fetch': 0.2.1 12944 + '@libsql/isomorphic-ws': 0.1.5(bufferutil@4.0.8)(utf-8-validate@6.0.4) 12945 + js-base64: 3.7.5 12946 + node-fetch: 3.3.2 12947 + transitivePeerDependencies: 12948 + - bufferutil 12949 + - utf-8-validate 12950 + 12951 + '@libsql/hrana-client@0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3)': 12952 + dependencies: 12953 + '@libsql/isomorphic-fetch': 0.3.1 12855 12954 '@libsql/isomorphic-ws': 0.1.5(bufferutil@4.0.7)(utf-8-validate@6.0.3) 12856 12955 js-base64: 3.7.5 12857 12956 node-fetch: 3.3.2 ··· 12859 12958 - bufferutil 12860 12959 - utf-8-validate 12861 12960 12862 - '@libsql/hrana-client@0.6.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)': 12961 + '@libsql/hrana-client@0.7.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)': 12863 12962 dependencies: 12864 - '@libsql/isomorphic-fetch': 0.2.1 12963 + '@libsql/isomorphic-fetch': 0.3.1 12865 12964 '@libsql/isomorphic-ws': 0.1.5(bufferutil@4.0.8)(utf-8-validate@6.0.4) 12866 12965 js-base64: 3.7.5 12867 12966 node-fetch: 3.3.2 12868 12967 transitivePeerDependencies: 12869 12968 - bufferutil 12870 12969 - utf-8-validate 12970 + optional: true 12871 12971 12872 12972 '@libsql/isomorphic-fetch@0.2.1': {} 12973 + 12974 + '@libsql/isomorphic-fetch@0.3.1': {} 12873 12975 12874 12976 '@libsql/isomorphic-ws@0.1.5(bufferutil@4.0.7)(utf-8-validate@6.0.3)': 12875 12977 dependencies: ··· 12890 12992 '@libsql/linux-arm64-gnu@0.3.10': 12891 12993 optional: true 12892 12994 12995 + '@libsql/linux-arm64-gnu@0.4.5': 12996 + optional: true 12997 + 12893 12998 '@libsql/linux-arm64-musl@0.3.10': 12894 12999 optional: true 12895 13000 13001 + '@libsql/linux-arm64-musl@0.4.5': 13002 + optional: true 13003 + 12896 13004 '@libsql/linux-x64-gnu@0.3.10': 12897 13005 optional: true 12898 13006 13007 + '@libsql/linux-x64-gnu@0.4.5': 13008 + optional: true 13009 + 12899 13010 '@libsql/linux-x64-musl@0.3.10': 12900 13011 optional: true 12901 13012 13013 + '@libsql/linux-x64-musl@0.4.5': 13014 + optional: true 13015 + 12902 13016 '@libsql/win32-x64-msvc@0.3.10': 13017 + optional: true 13018 + 13019 + '@libsql/win32-x64-msvc@0.4.5': 12903 13020 optional: true 12904 13021 12905 13022 '@manypkg/find-root@2.2.1': ··· 14232 14349 optionalDependencies: 14233 14350 rollup: 2.78.0 14234 14351 14235 - '@scalar/api-client@2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14352 + '@scalar/api-client@2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)))(typescript@5.5.2)': 14236 14353 dependencies: 14237 - '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2))) 14354 + '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2))) 14238 14355 '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.5.2)) 14239 14356 '@scalar/components': 0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.5.2) 14240 14357 '@scalar/draggable': 0.1.4(typescript@5.5.2) ··· 14270 14387 - typescript 14271 14388 - vitest 14272 14389 14273 - '@scalar/api-reference@1.24.70(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14390 + '@scalar/api-reference@1.24.70(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)))(typescript@5.5.2)': 14274 14391 dependencies: 14275 14392 '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.5.2)) 14276 14393 '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.5.2)) 14277 - '@scalar/api-client': 2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 14394 + '@scalar/api-client': 2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)))(typescript@5.5.2) 14278 14395 '@scalar/components': 0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.5.2) 14279 14396 '@scalar/oas-utils': 0.2.26(typescript@5.5.2) 14280 14397 '@scalar/openapi-parser': 0.7.2 ··· 14359 14476 transitivePeerDependencies: 14360 14477 - typescript 14361 14478 14362 - '@scalar/hono-api-reference@0.5.131(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14479 + '@scalar/hono-api-reference@0.5.131(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)))(typescript@5.5.2)': 14363 14480 dependencies: 14364 - '@scalar/api-reference': 1.24.70(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 14481 + '@scalar/api-reference': 1.24.70(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)))(typescript@5.5.2) 14365 14482 hono: 4.5.3 14366 14483 transitivePeerDependencies: 14367 14484 - '@jest/globals' ··· 16520 16637 bun-types: 1.1.8 16521 16638 react: 18.3.1 16522 16639 16523 - drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1): 16640 + drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.12.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1): 16524 16641 optionalDependencies: 16525 16642 '@cloudflare/workers-types': 4.20240512.0 16526 - '@libsql/client': 0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4) 16643 + '@libsql/client': 0.12.0(bufferutil@4.0.7)(utf-8-validate@6.0.3) 16527 16644 '@opentelemetry/api': 1.8.0 16528 16645 '@types/react': 18.3.3 16529 16646 better-sqlite3: 11.1.2 16530 16647 bun-types: 1.1.8 16531 16648 react: 18.3.1 16532 16649 16533 - drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1): 16650 + drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.12.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1): 16534 16651 optionalDependencies: 16535 16652 '@cloudflare/workers-types': 4.20240512.0 16536 - '@libsql/client': 0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3) 16653 + '@libsql/client': 0.12.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) 16537 16654 '@opentelemetry/api': 1.8.0 16538 16655 '@types/react': 18.3.3 16539 16656 better-sqlite3: 11.1.2 16540 16657 bun-types: 1.1.8 16541 16658 react: 18.3.1 16542 16659 16543 - drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.7.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1): 16660 + drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1): 16544 16661 optionalDependencies: 16545 16662 '@cloudflare/workers-types': 4.20240512.0 16546 - '@libsql/client': 0.7.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) 16663 + '@libsql/client': 0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4) 16547 16664 '@opentelemetry/api': 1.8.0 16548 16665 '@types/react': 18.3.3 16549 16666 better-sqlite3: 11.1.2 16550 16667 bun-types: 1.1.8 16551 16668 react: 18.3.1 16552 16669 16553 - drizzle-zod@0.5.1(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1))(zod@3.23.8): 16670 + drizzle-zod@0.5.1(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.12.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1))(zod@3.23.8): 16554 16671 dependencies: 16555 - drizzle-orm: 0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 16672 + drizzle-orm: 0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.12.0(bufferutil@4.0.7)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 16556 16673 zod: 3.23.8 16557 16674 16558 16675 duplexify@4.1.2: ··· 18079 18196 '@libsql/linux-x64-musl': 0.3.10 18080 18197 '@libsql/win32-x64-msvc': 0.3.10 18081 18198 18199 + libsql@0.4.5: 18200 + dependencies: 18201 + '@neon-rs/load': 0.0.4 18202 + detect-libc: 2.0.2 18203 + optionalDependencies: 18204 + '@libsql/darwin-arm64': 0.4.5 18205 + '@libsql/darwin-x64': 0.4.5 18206 + '@libsql/linux-arm64-gnu': 0.4.5 18207 + '@libsql/linux-arm64-musl': 0.4.5 18208 + '@libsql/linux-x64-gnu': 0.4.5 18209 + '@libsql/linux-x64-musl': 0.4.5 18210 + '@libsql/win32-x64-msvc': 0.4.5 18211 + 18082 18212 lie@3.1.1: 18083 18213 dependencies: 18084 18214 immediate: 3.0.6 ··· 19141 19271 19142 19272 netmask@2.0.2: {} 19143 19273 19144 - next-auth@5.0.0-beta.17(next@14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1): 19274 + next-auth@5.0.0-beta.17(next@14.2.8(@opentelemetry/api@1.8.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1): 19145 19275 dependencies: 19146 19276 '@auth/core': 0.30.0 19147 - next: 14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 19277 + next: 14.2.8(@opentelemetry/api@1.8.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 19148 19278 react: 18.3.1 19149 19279 19150 - next-auth@5.0.0-beta.17(next@14.2.8(@opentelemetry/api@1.8.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1): 19280 + next-auth@5.0.0-beta.21(next@14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1): 19151 19281 dependencies: 19152 - '@auth/core': 0.30.0 19153 - next: 14.2.8(@opentelemetry/api@1.8.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 19282 + '@auth/core': 0.35.0 19283 + next: 14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 19154 19284 react: 18.3.1 19155 19285 19156 19286 next-contentlayer@0.3.4(contentlayer@0.3.4(esbuild@0.21.3))(esbuild@0.21.3)(next@14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1):