Files
Nimbus/packages/db/CHANGELOG.md
bauchdj b1c24afc5f RELEASING: Releasing 7 package(s)
Releases:
  @nimbus/auth@0.0.4
  @nimbus/env@0.0.3
  @nimbus/server@0.0.5
  @nimbus/web@0.0.6
  @nimbus/cache@0.0.3
  @nimbus/db@0.0.3
  @nimbus/shared@0.0.4

[skip ci]
chore: updating dependencies via bun update --lockfile-only
2025-07-31 15:34:40 +00:00

1.1 KiB

@nimbus/db

0.0.3

Patch Changes

  • Updated dependencies [45caeab]
    • @nimbus/env@0.0.3

0.0.2

Patch Changes

  • de391ed: Reverting db to original schema. validation table error not fixed.
  • 7ffde8d: chore: add cf header to better-auth config chore: edge runtime db insert error from better-auth using verification table. updated schema and generated migrations
  • 03bb85d: chore: updated everything to latest except zod and Next.js (zod, tying errors, opennextjs-cloudflare only supports 15.3) CMD: find . -type f -name "package.json" -not -path "/node_modules/" -not -path "*/.*next/*" -exec sh -c 'echo "\nUpdating $1/..." && (cd "$(dirname "$1")" && ncu -u)' _ {} ; chore: revert zod upgrade as it breaks better-auth typing chore: zod broke better-auth typing again... chore: revert back to base sql chore: auth clean chore: FINALLY fixed schema.ts chore: reset migrations to current database state. removed the rateLimit table since we use cache now
  • Updated dependencies [03bb85d]
    • @nimbus/env@0.0.2

0.0.1

Patch Changes

  • 7e2271f: init changeset
  • Updated dependencies [7e2271f]
    • @nimbus/env@0.0.1