@imran3113/surreal-better-auth 0.1.1 → 0.1.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,7 +50,7 @@ pnpm add @imran3113/surreal-better-auth surrealdb better-auth
50
50
 
51
51
  ```ts
52
52
  // lib/db.ts
53
- import Surreal from "surrealdb";
53
+ import { Surreal } from "surrealdb";
54
54
 
55
55
  const db = new Surreal();
56
56
  await db.connect("ws://localhost:8000");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@imran3113/surreal-better-auth",
3
3
  "description": "SurrealDB adapter for Better Auth",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "author": {
6
6
  "name": "cellograph",
7
7
  "github": "https://github.com/cellograph"