@better-auth/redis-storage 1.5.0-beta.10 → 1.5.0-beta.11

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @better-auth/redis-storage@1.5.0-beta.10 build /home/runner/work/better-auth/better-auth/packages/redis-storage
2
+ > @better-auth/redis-storage@1.5.0-beta.11 build /home/runner/work/better-auth/better-auth/packages/redis-storage
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.20.1 powered by rolldown v1.0.0-rc.1
@@ -8,7 +8,7 @@
8
8
  ℹ Build start
9
9
  ℹ dist/index.mjs 1.30 kB │ gzip: 0.57 kB
10
10
  ℹ dist/index.d.mts 1.17 kB │ gzip: 0.54 kB
11
- ℹ 2 files, total: 2.47 kB
12
11
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
13
12
 
14
- ✔ Build complete in 8192ms
13
+ ℹ 2 files, total: 2.47 kB
14
+ ✔ Build complete in 9179ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/redis-storage",
3
- "version": "1.5.0-beta.10",
3
+ "version": "1.5.0-beta.11",
4
4
  "description": "Redis storage for Better Auth secondary storage",
5
5
  "type": "module",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "peerDependencies": {
22
22
  "ioredis": "^5.0.0",
23
- "@better-auth/core": "1.5.0-beta.10"
23
+ "@better-auth/core": "1.5.0-beta.11"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^25.0.10",
@@ -28,7 +28,7 @@
28
28
  "tsdown": "^0.20.1",
29
29
  "typescript": "^5.9.3",
30
30
  "vitest": "^4.0.18",
31
- "@better-auth/core": "1.5.0-beta.10"
31
+ "@better-auth/core": "1.5.0-beta.11"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsdown",