Files
Nimbus/packages/auth/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.9 KiB

@nimbus/auth

0.0.4

Patch Changes

  • 45caeab: chore: add WRANGLER_DEV to .env.example chore: configure t3 env to switch NODE_ENV to production when WRANGLER_DEV is "true" chore: update auth.ts to throw on error chore: update server.ts to load env from hono context chore: update server.ts to include Cloudflare namespace types: Env, ExecutionContext
  • Updated dependencies [45caeab]
    • @nimbus/env@0.0.3
    • @nimbus/cache@0.0.3
    • @nimbus/db@0.0.3

0.0.3

Patch Changes

  • 2efcc5a: chore: added better-auth on error handling for production (console.error(error, AuthContext) chore: added upstash vs valkey getter handling (upstash does not resturn string) chore: added wrangler dev, bun dev, and production runtime handling for server chore: context must be re-created (not a singleton) for edge runtime)

0.0.2

Patch Changes

  • 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 [de391ed]
  • Updated dependencies [7ffde8d]
  • Updated dependencies [03bb85d]
    • @nimbus/db@0.0.2
    • @nimbus/env@0.0.2
    • @nimbus/cache@0.0.2

0.0.1

Patch Changes

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