@better-auth/stripe 1.4.10-beta.1 → 1.5.0-beta.1

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/stripe@1.4.10-beta.1 build /home/runner/work/better-auth/better-auth/packages/stripe
2
+ > @better-auth/stripe@1.5.0-beta.1 build /home/runner/work/better-auth/better-auth/packages/stripe
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.17.2 powered by rolldown v1.0.0-beta.53
@@ -14,4 +14,4 @@
14
14
  ℹ dist/index.d.mts  0.21 kB │ gzip: 0.14 kB
15
15
  ℹ dist/index-DpiQGYLJ.d.mts 25.42 kB │ gzip: 4.88 kB
16
16
  ℹ 6 files, total: 69.80 kB
17
- ✔ Build complete in 16515ms
17
+ ✔ Build complete in 16274ms
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@better-auth/stripe",
3
3
  "author": "Bereket Engida",
4
- "version": "1.4.10-beta.1",
4
+ "version": "1.5.0-beta.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
7
7
  "types": "dist/index.d.mts",
@@ -50,15 +50,15 @@
50
50
  },
51
51
  "peerDependencies": {
52
52
  "stripe": "^18 || ^19 || ^20",
53
- "@better-auth/core": "1.4.10-beta.1",
54
- "better-auth": "1.4.10-beta.1"
53
+ "@better-auth/core": "1.5.0-beta.1",
54
+ "better-auth": "1.5.0-beta.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "better-call": "1.1.7",
58
58
  "stripe": "^20.0.0",
59
59
  "tsdown": "^0.17.2",
60
- "@better-auth/core": "1.4.10-beta.1",
61
- "better-auth": "1.4.10-beta.1"
60
+ "@better-auth/core": "1.5.0-beta.1",
61
+ "better-auth": "1.5.0-beta.1"
62
62
  },
63
63
  "scripts": {
64
64
  "test": "vitest",