@crossauth/sveltekit 0.0.28 → 0.0.30

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.
@@ -30,6 +30,7 @@ export interface SvelteKitOAuthResourceServerOptions extends OAuthResourceServer
30
30
  [key: string]: {
31
31
  scope?: string[];
32
32
  acceptSessionAuthorization?: boolean;
33
+ suburls?: boolean;
33
34
  };
34
35
  };
35
36
  /**
@@ -85,6 +86,7 @@ export declare class SvelteKitOAuthResourceServer extends OAuthResourceServer {
85
86
  private userStorage?;
86
87
  private errorBody;
87
88
  private protectedEndpoints;
89
+ private protectedEndpointPrefixes;
88
90
  private sessionDataName;
89
91
  private tokenLocations;
90
92
  private sessionAdapter?;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossauth/sveltekit",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
6
  "type": "module",
@@ -46,8 +46,8 @@
46
46
  "minimatch": "^10.0.1",
47
47
  "qrcode": "^1.5.4",
48
48
  "vite-plugin-dts": "^3.6.4",
49
- "@crossauth/backend": "^0.0.28",
50
- "@crossauth/common": "^0.0.28"
49
+ "@crossauth/backend": "^0.0.30",
50
+ "@crossauth/common": "^0.0.30"
51
51
  },
52
52
  "scripts": {
53
53
  "preparex": "svelte-kit sync",