@better-auth/electron 1.7.0-rc.3 → 1.7.0-rc.4

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 { t as PACKAGE_VERSION } from "./version-xoFrTW0m.mjs";
1
+ import { t as PACKAGE_VERSION } from "./version-Do0kTnv7.mjs";
2
2
  import { n as isProcessType, r as parseProtocolScheme, t as getChannelPrefixWithDelimiter } from "./utils-C5XBRvIU.mjs";
3
3
  import { BetterAuthError } from "@better-auth/core/error";
4
4
  import { base64, base64Url } from "@better-auth/utils/base64";
package/dist/index.d.mts CHANGED
@@ -113,6 +113,7 @@ declare const electron: (options?: ElectronOptions | undefined) => {
113
113
  updateAge: number;
114
114
  expiresIn: number;
115
115
  freshAge: number;
116
+ cookieCacheSigner?: import("better-auth").CookieCacheSigner | undefined;
116
117
  cookieRefreshCache: false | {
117
118
  enabled: true;
118
119
  updateAge: number;
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as PACKAGE_VERSION } from "./version-xoFrTW0m.mjs";
1
+ import { t as PACKAGE_VERSION } from "./version-Do0kTnv7.mjs";
2
2
  import { createAuthMiddleware } from "@better-auth/core/api";
3
3
  import { APIError, BASE_ERROR_CODES } from "@better-auth/core/error";
4
4
  import { base64Url } from "@better-auth/utils/base64";
package/dist/proxy.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as PACKAGE_VERSION } from "./version-xoFrTW0m.mjs";
1
+ import { t as PACKAGE_VERSION } from "./version-Do0kTnv7.mjs";
2
2
  import { r as parseProtocolScheme } from "./utils-C5XBRvIU.mjs";
3
3
  import { parseCookies } from "better-auth/cookies";
4
4
  //#region src/proxy.ts
@@ -1,5 +1,5 @@
1
1
  //#endregion
2
2
  //#region src/version.ts
3
- const PACKAGE_VERSION = "1.7.0-rc.3";
3
+ const PACKAGE_VERSION = "1.7.0-rc.4";
4
4
  //#endregion
5
5
  export { PACKAGE_VERSION as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/electron",
3
- "version": "1.7.0-rc.3",
3
+ "version": "1.7.0-rc.4",
4
4
  "description": "Better Auth integration for Electron applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -80,8 +80,8 @@
80
80
  "better-sqlite3": "^12.11.1",
81
81
  "electron": "^43.1.1",
82
82
  "tsdown": "0.22.7",
83
- "@better-auth/core": "1.7.0-rc.3",
84
- "better-auth": "1.7.0-rc.3"
83
+ "@better-auth/core": "1.7.0-rc.4",
84
+ "better-auth": "1.7.0-rc.4"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "@better-auth/utils": "0.4.2",
@@ -89,8 +89,8 @@
89
89
  "better-call": "1.3.7",
90
90
  "conf": "^15.0.2",
91
91
  "electron": ">=36.0.0",
92
- "@better-auth/core": "^1.7.0-rc.3",
93
- "better-auth": "^1.7.0-rc.3"
92
+ "@better-auth/core": "^1.7.0-rc.4",
93
+ "better-auth": "^1.7.0-rc.4"
94
94
  },
95
95
  "peerDependenciesMeta": {
96
96
  "electron": {