@better-auth/api-key 1.5.0-beta.19 → 1.5.0-beta.20

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.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import "./schema-D2f7--fy.mjs";
2
2
  import { ApiKey, ApiKeyConfigurationOptions, ApiKeyOptions } from "./types.mjs";
3
- import { t as API_KEY_ERROR_CODES } from "./error-codes-xCoIeQ-k.mjs";
3
+ import { t as API_KEY_ERROR_CODES } from "./error-codes-BqXoa9B0.mjs";
4
4
  import { apiKey } from "./index.mjs";
5
5
  import * as better_auth0 from "better-auth";
6
6
 
@@ -1,6 +1,5 @@
1
1
  import { ApiKeyConfigurationOptions } from "./types.mjs";
2
2
  import * as better_auth0 from "better-auth";
3
- import "zod";
4
3
  import "better-call";
5
4
  import { Awaitable } from "@better-auth/core";
6
5
 
@@ -47,4 +46,4 @@ declare const API_KEY_ERROR_CODES: {
47
46
  };
48
47
  //#endregion
49
48
  export { PredefinedApiKeyOptions as n, API_KEY_ERROR_CODES as t };
50
- //# sourceMappingURL=error-codes-xCoIeQ-k.d.mts.map
49
+ //# sourceMappingURL=error-codes-BqXoa9B0.d.mts.map
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import "./schema-D2f7--fy.mjs";
2
2
  import { ApiKey, ApiKeyConfigurationOptions, ApiKeyOptions } from "./types.mjs";
3
- import { n as PredefinedApiKeyOptions, t as API_KEY_ERROR_CODES } from "./error-codes-xCoIeQ-k.mjs";
3
+ import { n as PredefinedApiKeyOptions, t as API_KEY_ERROR_CODES } from "./error-codes-BqXoa9B0.mjs";
4
4
  import * as better_auth0 from "better-auth";
5
5
  import * as zod from "zod";
6
6
  import * as better_call0 from "better-call";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/api-key",
3
- "version": "1.5.0-beta.19",
3
+ "version": "1.5.0-beta.20",
4
4
  "description": "API Key plugin for Better Auth.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -60,13 +60,13 @@
60
60
  },
61
61
  "devDependencies": {
62
62
  "tsdown": "^0.20.3",
63
- "@better-auth/core": "1.5.0-beta.19",
64
- "better-auth": "1.5.0-beta.19"
63
+ "@better-auth/core": "1.5.0-beta.20",
64
+ "better-auth": "1.5.0-beta.20"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@better-auth/utils": "0.3.1",
68
- "@better-auth/core": "1.5.0-beta.19",
69
- "better-auth": "1.5.0-beta.19"
68
+ "@better-auth/core": "1.5.0-beta.20",
69
+ "better-auth": "1.5.0-beta.20"
70
70
  },
71
71
  "scripts": {
72
72
  "build": "tsdown",