@kuckit/app-web 2.0.3 → 2.0.6
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.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -649,7 +649,7 @@ declare function useAuth(): {
|
|
|
649
649
|
};
|
|
650
650
|
};
|
|
651
651
|
$fetch: better_auth_react0.BetterFetch<{
|
|
652
|
-
plugins: (better_auth_react0.BetterFetchPlugin | {
|
|
652
|
+
plugins: (better_auth_react0.BetterFetchPlugin<Record<string, any>> | {
|
|
653
653
|
id: string;
|
|
654
654
|
name: string;
|
|
655
655
|
hooks: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kuckit/app-web",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"prepublishOnly": "npm run build && node ../../scripts/resolve-workspace-protocols.cjs && node ../../scripts/check-no-workspace-protocol.cjs"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@kuckit/sdk-react": "^2.0.
|
|
27
|
-
"@kuckit/api": "^2.0.
|
|
28
|
-
"@kuckit/auth": "^2.0.
|
|
26
|
+
"@kuckit/sdk-react": "^2.0.6",
|
|
27
|
+
"@kuckit/api": "^2.0.6",
|
|
28
|
+
"@kuckit/auth": "^2.0.6",
|
|
29
29
|
"@tanstack/react-query": "^5.85.5",
|
|
30
30
|
"@tanstack/react-router": "^1.114.25",
|
|
31
31
|
"@orpc/client": "^1.10.0",
|