@crossauth/sveltekit 0.0.4 → 0.0.7
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.cjs +1 -7018
- package/dist/index.js +3485 -4820
- package/dist/sveltekitsharedclientendpoints.d.ts +1 -1
- package/package.json +4 -3
|
@@ -167,7 +167,7 @@ export declare class SvelteKitSharedClientEndpoints {
|
|
|
167
167
|
/**
|
|
168
168
|
* The OAuth client manager instantiated during construction
|
|
169
169
|
*/
|
|
170
|
-
protected clientManager
|
|
170
|
+
protected clientManager?: OAuthClientManager;
|
|
171
171
|
/**
|
|
172
172
|
* Taken from the {@link SvelteKitSessionServerOptions}
|
|
173
173
|
* in the constructor.
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossauth/sveltekit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
|
+
"license": "Apache-2.0",
|
|
4
5
|
"private": false,
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "./dist/index.cjs",
|
|
@@ -45,8 +46,8 @@
|
|
|
45
46
|
"minimatch": "^10.0.1",
|
|
46
47
|
"qrcode": "^1.5.4",
|
|
47
48
|
"vite-plugin-dts": "^3.6.4",
|
|
48
|
-
"@crossauth/backend": "^0.0.
|
|
49
|
-
"@crossauth/common": "^0.0.
|
|
49
|
+
"@crossauth/backend": "^0.0.7",
|
|
50
|
+
"@crossauth/common": "^0.0.7"
|
|
50
51
|
},
|
|
51
52
|
"scripts": {
|
|
52
53
|
"dev": "vite dev",
|