@better-auth/electron 1.6.0-beta.0 → 1.6.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.
package/dist/preload.mjs CHANGED
@@ -1,9 +1,9 @@
1
1
  import electron, { contextBridge } from "electron";
2
- //#region ../../node_modules/.pnpm/better-call@2.0.3_zod@4.3.6/node_modules/better-call/dist/error.mjs
2
+ //#region ../../node_modules/.pnpm/better-call@1.3.5_zod@4.3.6/node_modules/better-call/dist/error.mjs
3
3
  function isErrorStackTraceLimitWritable() {
4
4
  const desc = Object.getOwnPropertyDescriptor(Error, "stackTraceLimit");
5
5
  if (desc === void 0) return Object.isExtensible(Error);
6
- return Object.hasOwn(desc, "writable") ? desc.writable : desc.set !== void 0;
6
+ return Object.prototype.hasOwnProperty.call(desc, "writable") ? desc.writable : desc.set !== void 0;
7
7
  }
8
8
  /**
9
9
  * Hide internal stack frames from the error stack trace.
package/dist/proxy.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { l as ElectronProxyClientOptions } from "./client-CMv-uqSO.mjs";
1
+ import { l as ElectronProxyClientOptions } from "./client-D6xRwPM0.mjs";
2
2
  import { electron } from "./index.mjs";
3
3
 
4
4
  //#region src/proxy.d.ts
package/dist/proxy.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as PACKAGE_VERSION } from "./version-BqMHXjG-.mjs";
1
+ import { t as PACKAGE_VERSION } from "./version-CfoAqE_A.mjs";
2
2
  import { r as parseProtocolScheme } from "./utils-DxDKRT6e.mjs";
3
3
  import { parseCookies } from "better-auth/cookies";
4
4
  //#region src/proxy.ts
@@ -1,4 +1,4 @@
1
- import { d as Storage } from "./client-CMv-uqSO.mjs";
1
+ import { d as Storage } from "./client-D6xRwPM0.mjs";
2
2
  import { Options } from "conf";
3
3
 
4
4
  //#region src/storage.d.ts
@@ -1,5 +1,5 @@
1
1
  //#endregion
2
2
  //#region src/version.ts
3
- const PACKAGE_VERSION = "1.6.0-beta.0";
3
+ const PACKAGE_VERSION = "1.6.1";
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.6.0-beta.0",
3
+ "version": "1.6.1",
4
4
  "description": "Better Auth integration for Electron applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -80,17 +80,17 @@
80
80
  "better-sqlite3": "^12.6.2",
81
81
  "electron": "^38.8.4",
82
82
  "tsdown": "0.21.1",
83
- "@better-auth/core": "1.6.0-beta.0",
84
- "better-auth": "1.6.0-beta.0"
83
+ "@better-auth/core": "1.6.1",
84
+ "better-auth": "1.6.1"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "@better-auth/utils": "0.4.0",
88
88
  "@better-fetch/fetch": "1.1.21",
89
- "better-call": "2.0.3",
89
+ "better-call": "1.3.5",
90
90
  "conf": "^15.0.2",
91
91
  "electron": ">=36.0.0",
92
- "@better-auth/core": "^1.6.0-beta.0",
93
- "better-auth": "^1.6.0-beta.0"
92
+ "@better-auth/core": "^1.6.1",
93
+ "better-auth": "^1.6.1"
94
94
  },
95
95
  "peerDependenciesMeta": {
96
96
  "electron": {