@better-auth/stripe 1.3.5-beta.5 → 1.3.5-beta.7

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.3.5-beta.5 build /home/runner/work/better-auth/better-auth/packages/stripe
2
+ > @better-auth/stripe@1.3.5-beta.7 build /home/runner/work/better-auth/better-auth/packages/stripe
3
3
  > unbuild
4
4
 
5
5
  [info] Automatically detected entries: src/index, src/client [esm] [cjs] [dts]
package/dist/index.d.cts CHANGED
@@ -1039,7 +1039,7 @@ declare const stripe: <O extends StripeOptions>(options: O) => {
1039
1039
  createdAt: Date;
1040
1040
  updatedAt: Date;
1041
1041
  image?: string | null | undefined;
1042
- }, ctx: GenericEndpointContext | undefined): Promise<void>;
1042
+ } & Record<string, unknown>, ctx: GenericEndpointContext | undefined): Promise<void>;
1043
1043
  };
1044
1044
  };
1045
1045
  };
package/dist/index.d.mts CHANGED
@@ -1039,7 +1039,7 @@ declare const stripe: <O extends StripeOptions>(options: O) => {
1039
1039
  createdAt: Date;
1040
1040
  updatedAt: Date;
1041
1041
  image?: string | null | undefined;
1042
- }, ctx: GenericEndpointContext | undefined): Promise<void>;
1042
+ } & Record<string, unknown>, ctx: GenericEndpointContext | undefined): Promise<void>;
1043
1043
  };
1044
1044
  };
1045
1045
  };
package/dist/index.d.ts CHANGED
@@ -1039,7 +1039,7 @@ declare const stripe: <O extends StripeOptions>(options: O) => {
1039
1039
  createdAt: Date;
1040
1040
  updatedAt: Date;
1041
1041
  image?: string | null | undefined;
1042
- }, ctx: GenericEndpointContext | undefined): Promise<void>;
1042
+ } & Record<string, unknown>, ctx: GenericEndpointContext | undefined): Promise<void>;
1043
1043
  };
1044
1044
  };
1045
1045
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@better-auth/stripe",
3
3
  "author": "Bereket Engida",
4
- "version": "1.3.5-beta.5",
4
+ "version": "1.3.5-beta.7",
5
5
  "main": "dist/index.cjs",
6
6
  "license": "MIT",
7
7
  "keywords": [
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "better-auth": "^1.3.5-beta.5"
40
+ "better-auth": "^1.3.5-beta.7"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "zod": "^3.25.0 || ^4.0.0"