@meistrari/auth-core 1.12.0 → 1.13.0

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/index.d.mts CHANGED
@@ -6,6 +6,7 @@ import * as better_auth_client from 'better-auth/client';
6
6
  import { BetterFetchOption } from 'better-auth/client';
7
7
  import * as jose from 'jose';
8
8
  import * as _better_auth_sso from '@better-auth/sso';
9
+ export { ApiKey } from '@better-auth/api-key';
9
10
 
10
11
  declare const ac: {
11
12
  newRole<K extends "member" | "access" | "organization" | "invitation" | "team" | "ac">(statements: better_auth_plugins.Subset<K, {
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ import * as better_auth_client from 'better-auth/client';
6
6
  import { BetterFetchOption } from 'better-auth/client';
7
7
  import * as jose from 'jose';
8
8
  import * as _better_auth_sso from '@better-auth/sso';
9
+ export { ApiKey } from '@better-auth/api-key';
9
10
 
10
11
  declare const ac: {
11
12
  newRole<K extends "member" | "access" | "organization" | "invitation" | "team" | "ac">(statements: better_auth_plugins.Subset<K, {
package/dist/index.mjs CHANGED
@@ -7,7 +7,7 @@ import { defaultStatements } from 'better-auth/plugins/organization/access';
7
7
  import { apiKeyClient } from '@better-auth/api-key/client';
8
8
  export { APIError } from 'better-auth';
9
9
 
10
- const version = "1.12.0";
10
+ const version = "1.13.0";
11
11
 
12
12
  const statements = {
13
13
  ...defaultStatements,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/auth-core",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {