@next-safe-action/adapter-better-auth 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -118,7 +118,6 @@ export const adminClient = actionClient.use(
118
118
 
119
119
  ### `authorize` callback parameters
120
120
 
121
- - `auth`: the Better Auth server instance
122
121
  - `authData`: the pre-fetched session data (`{ user, session } | null`)
123
122
  - `ctx`: the current action context from preceding middleware
124
123
  - `next`: call this to continue the middleware chain, pass `{ ctx }` to inject context
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-safe-action/adapter-better-auth",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "private": false,
5
5
  "description": "Better Auth adapter for next-safe-action.",
6
6
  "main": "./dist/index.mjs",