RELEASING: Releasing 3 package(s)

Releases:
  @nimbus/auth@0.0.3
  @nimbus/server@0.0.4
  @nimbus/web@0.0.5

[skip ci]
chore: updating dependencies via bun update --lockfile-only
This commit is contained in:
bauchdj
2025-07-30 17:44:12 +00:00
parent 2efcc5ae06
commit ae58dd4290
8 changed files with 32 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
---
"@nimbus/auth": patch
"@nimbus/server": patch
---
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)

View File

@@ -1,5 +1,15 @@
# @nimbus/server
## 0.0.4
### 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)
- Updated dependencies [2efcc5a]
- @nimbus/auth@0.0.3
## 0.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nimbus/server",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"private": true,
"exports": {

View File

@@ -1,5 +1,13 @@
# @nimbus/web
## 0.0.5
### Patch Changes
- Updated dependencies [2efcc5a]
- @nimbus/auth@0.0.3
- @nimbus/server@0.0.4
## 0.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nimbus/web",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"private": true,
"scripts": {

View File

@@ -24,7 +24,7 @@
},
"apps/server": {
"name": "@nimbus/server",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@googleapis/drive": "^14.2.0",
"@hono/zod-validator": "^0.7.2",
@@ -50,7 +50,7 @@
},
"apps/web": {
"name": "@nimbus/web",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@nimbus/auth": "workspace:*",
@@ -109,7 +109,7 @@
},
"packages/auth": {
"name": "@nimbus/auth",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@nimbus/cache": "workspace:*",
"@nimbus/db": "workspace:*",

View File

@@ -1,5 +1,13 @@
# @nimbus/auth
## 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

View File

@@ -1,6 +1,6 @@
{
"name": "@nimbus/auth",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"private": true,
"module": "index.ts",