@better-auth/stripe 1.6.0 → 1.6.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.
package/dist/client.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as STRIPE_ERROR_CODES, t as PACKAGE_VERSION } from "./version-CJkKdVDD.mjs";
1
+ import { n as STRIPE_ERROR_CODES, t as PACKAGE_VERSION } from "./version-Cbb53rA7.mjs";
2
2
  //#region src/client.ts
3
3
  const stripeClient = (options) => {
4
4
  return {
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as STRIPE_ERROR_CODES, t as PACKAGE_VERSION } from "./version-CJkKdVDD.mjs";
1
+ import { n as STRIPE_ERROR_CODES, t as PACKAGE_VERSION } from "./version-Cbb53rA7.mjs";
2
2
  import { APIError, HIDE_METADATA } from "better-auth";
3
3
  import { defu } from "defu";
4
4
  import { createAuthEndpoint, createAuthMiddleware } from "@better-auth/core/api";
@@ -27,6 +27,6 @@ const STRIPE_ERROR_CODES = defineErrorCodes({
27
27
  });
28
28
  //#endregion
29
29
  //#region src/version.ts
30
- const PACKAGE_VERSION = "1.6.0";
30
+ const PACKAGE_VERSION = "1.6.2";
31
31
  //#endregion
32
32
  export { STRIPE_ERROR_CODES as n, PACKAGE_VERSION as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/stripe",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "Stripe plugin for Better Auth",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -58,14 +58,14 @@
58
58
  "better-call": "1.3.5",
59
59
  "stripe": "^20.4.0",
60
60
  "tsdown": "0.21.1",
61
- "@better-auth/core": "1.6.0",
62
- "better-auth": "1.6.0"
61
+ "@better-auth/core": "1.6.2",
62
+ "better-auth": "1.6.2"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "better-call": "1.3.5",
66
66
  "stripe": "^18 || ^19 || ^20",
67
- "@better-auth/core": "^1.6.0",
68
- "better-auth": "^1.6.0"
67
+ "@better-auth/core": "^1.6.2",
68
+ "better-auth": "^1.6.2"
69
69
  },
70
70
  "scripts": {
71
71
  "build": "tsdown",