@better-auth/api-key 1.5.5 → 1.5.7-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.
@@ -552,4 +552,4 @@ type ApiKey = {
552
552
  };
553
553
  //#endregion
554
554
  export { ApiKeyConfigurationOptions as n, ApiKeyOptions as r, ApiKey as t };
555
- //# sourceMappingURL=types-CCe5L05Y.d.mts.map
555
+ //# sourceMappingURL=types-BR70O3Q3.d.mts.map
package/dist/types.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- import { n as ApiKeyConfigurationOptions, r as ApiKeyOptions, t as ApiKey } from "./types-CCe5L05Y.mjs";
1
+ import { n as ApiKeyConfigurationOptions, r as ApiKeyOptions, t as ApiKey } from "./types-BR70O3Q3.mjs";
2
2
  export { ApiKey, ApiKeyConfigurationOptions, ApiKeyOptions };
package/dist/types.mjs CHANGED
@@ -1 +1 @@
1
- export { };
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/api-key",
3
- "version": "1.5.5",
3
+ "version": "1.5.7-beta.1",
4
4
  "description": "API Key plugin for Better Auth.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -59,14 +59,14 @@
59
59
  "zod": "^4.3.6"
60
60
  },
61
61
  "devDependencies": {
62
- "tsdown": "0.21.0-beta.2",
63
- "better-auth": "1.5.5",
64
- "@better-auth/core": "1.5.5"
62
+ "tsdown": "0.21.1",
63
+ "@better-auth/core": "1.5.7-beta.1",
64
+ "better-auth": "1.5.7-beta.1"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@better-auth/utils": "0.3.1",
68
- "@better-auth/core": "1.5.5",
69
- "better-auth": "1.5.5"
68
+ "@better-auth/core": "1.5.7-beta.1",
69
+ "better-auth": "1.5.7-beta.1"
70
70
  },
71
71
  "scripts": {
72
72
  "build": "tsdown",