mirror of
https://github.com/nimbusdotstorage/Nimbus
synced 2026-04-22 17:45:03 +02:00
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:
@@ -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)
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nimbus/server",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"exports": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nimbus/web",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
6
bun.lock
6
bun.lock
@@ -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:*",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nimbus/auth",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"module": "index.ts",
|
||||
|
||||
Reference in New Issue
Block a user