@better-auth/redis-storage 1.7.1 → 1.7.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 +4 -4
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm install @better-auth/redis-storage
10
10
 
11
11
  ## Documentation
12
12
 
13
- For full documentation, visit [better-auth.com/docs/storage](https://www.better-auth.com/docs/storage).
13
+ For setup and usage documentation, see [Redis Storage](https://www.better-auth.com/docs/concepts/database#redis-storage).
14
14
 
15
15
  ## License
16
16
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@better-auth/redis-storage",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Redis storage for Better Auth secondary storage",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
- "homepage": "https://www.better-auth.com/docs/storage",
7
+ "homepage": "https://www.better-auth.com/docs/concepts/database#redis-storage",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/better-auth/better-auth.git",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "peerDependencies": {
37
37
  "ioredis": "^5.0.0",
38
- "@better-auth/core": "^1.7.1"
38
+ "@better-auth/core": "^1.7.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^25.9.3",
@@ -43,7 +43,7 @@
43
43
  "tsdown": "0.21.10",
44
44
  "typescript": "^6.0.3",
45
45
  "vitest": "^4.1.10",
46
- "@better-auth/core": "1.7.1"
46
+ "@better-auth/core": "1.7.2"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "tsdown",