@meistrari/auth-core 1.4.7 → 1.5.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
@@ -188,6 +188,7 @@ type JWTTokenPayload = JWTPayload & {
188
188
  id: string;
189
189
  title: string;
190
190
  };
191
+ sessionKey: string;
191
192
  };
192
193
 
193
194
  declare function createAPIClient(apiUrl: string, fetchOptions?: BetterFetchOption): {
package/dist/index.d.ts CHANGED
@@ -188,6 +188,7 @@ type JWTTokenPayload = JWTPayload & {
188
188
  id: string;
189
189
  title: string;
190
190
  };
191
+ sessionKey: string;
191
192
  };
192
193
 
193
194
  declare function createAPIClient(apiUrl: string, fetchOptions?: BetterFetchOption): {
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import { createAccessControl } from 'better-auth/plugins/access';
6
6
  import { defaultStatements } from 'better-auth/plugins/organization/access';
7
7
  export { BetterFetchError as APIError } from '@better-fetch/fetch';
8
8
 
9
- const version = "1.4.7";
9
+ const version = "1.5.0";
10
10
 
11
11
  const statements = {
12
12
  ...defaultStatements,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/auth-core",
3
- "version": "1.4.7",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {