@crossauth/sveltekit 0.0.17 → 0.0.18

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.
@@ -234,6 +234,7 @@ export declare class SvelteKitServer {
234
234
  };
235
235
  options?: SvelteKitServerOptions;
236
236
  });
237
+ unresolvedHooks(event: RequestEvent): Promise<any>;
237
238
  /**
238
239
  * See class documentation for {@link SvelteKitUserEndpoints}.
239
240
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossauth/sveltekit",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
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.17",
50
- "@crossauth/common": "^0.0.17"
49
+ "@crossauth/backend": "^0.0.18",
50
+ "@crossauth/common": "^0.0.18"
51
51
  },
52
52
  "scripts": {
53
53
  "dev": "vite dev",